@charset "UTF-8";
/**
 * SERP
 *
 * @type pages
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * MIXIN BORDER
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN CLAMP
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN FLEX
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * RESET INPUT
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*
 * MIXIN SCROLLBAR
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN SIZE
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSFORM
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSITION
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * USER SELECT
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * BLOCK
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.break {
  clear: both;
  display: block;
}

.x-cross {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.x-hidden {
  overflow-x: hidden !important;
}

.y-hidden {
  overflow-y: hidden !important;
}

/**
 * CURSOR
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.wait {
  cursor: wait !important;
}

.is-collapse {
  cursor: pointer;
}

/**
 * IMAGE
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
img.full {
  width: 100%;
}

/**
 * RESET
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.reset-button {
  background: transparent;
  margin: 0;
  border: 0 none;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}

.reset-list, .list-inline, .list-bullet, .list-def {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reset-white {
  font-size: 0;
}

.reset-address {
  font-style: normal;
}

.reset-input {
  border: 0 none;
}

.reset-input:focus {
  outline: 0;
}

.reset-input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

::-webkit-search-decoration {
  display: none;
}

/**
 * TYPE
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.inline {
  display: inline;
}

.is-clickable {
  cursor: pointer;
}

.link-decoration {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.link-decoration:hover {
  text-decoration: none;
}

.unlink,
.unlink-group > a {
  color: inherit;
  text-decoration: none;
}

small,
.small {
  font-size: 80%;
}

.large {
  font-size: 120%;
}

/**
 * VARIABLES
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*! DEFAULT CATALOG */
/** ----------------------------------------------------------------
 * COLOR
 */
/** ----------------------------------------------------------------
 * TYPE
 */
/** ----------------------------------------------------------------
 * SPACING
 */
/** ----------------------------------------------------------------
 * LAYOUT
 */
.debug-enabled .color-generated--0 {
  background-color: #ae361a !important;
  overflow: hidden;
}

.debug-enabled .color-generated--1 {
  background-color: #03a100 !important;
  overflow: hidden;
}

.debug-enabled .color-generated--2 {
  background-color: #333333 !important;
  overflow: hidden;
}

.debug-enabled .color-generated--3 {
  background-color: #b6a60b !important;
  overflow: hidden;
}

/**
 * VARIABLE
 *
 * @type configs
 */
/**
 * BOOTSTRAP
 *
 * @type specific
 */
/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1360px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1324px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1360px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1360px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1360px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * FONTS
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
@font-face {
  font-family: "cdiscount icons";
  src: url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/fonts/cdiscount-icons.eot?#iefix") format("embedded-opentype"), url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/fonts/cdiscount-icons.woff") format("woff"), url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/fonts/cdiscount-icons.ttf") format("truetype"), url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/fonts/cdiscount-icons.svg#cdiscount icons") format("svg");
  font-style: normal;
  font-weight: 400;
}

/**
 * FORM
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
input,
select,
textarea {
  font-family: "Montserrat", Arial, sans-serif;
}

::placeholder {
  color: #ccc;
  opacity: 1;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

/**
 * LAYOUT
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
body {
  font-family: "Montserrat", Arial, sans-serif;
}

body.menu-activated, body.no-scroll-active {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.main-layout .container {
  background-color: #fff;
  max-width: 100%;
}

.main-layout .container-fluid, .main-layout .container-sm, .main-layout .container-md, .main-layout .container-lg, .main-layout .container-xl {
  background-color: #fff;
  position: relative;
}

.main-layout .main-product {
  flex: 1;
  width: auto;
}

.main-layout .filter-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.main-layout .filter-container.open-panel {
  right: 0;
}

/** ----------------------------------------------------------------
 * PRODUCT
 */
@media only screen and (min-width: 768px) {
  .main-layout .container {
    max-width: 100%;
  }
  .main-layout .main-product {
    max-width: calc(100% - 331px);
    flex: 0 0 calc(100% - 331px);
  }
  .main-layout .aside-product {
    max-width: 316px;
    margin-left: 15px;
    flex: 0 0 316px;
  }
  .main-layout .filter-container {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    transition: inherit;
  }
  .main-layout .filter-container.open-panel {
    right: auto;
  }
}

/**
 * COLOR
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.primary {
  color: #293847;
}

.secondary {
  color: #FF1E3C;
}

.tertiary {
  color: #227cc3;
}

.unused {
  color: #aaa;
}

.bg-primary {
  background-color: #293847;
}

.bg-secondary {
  background-color: #FF1E3C;
}

.bg-tertiary {
  background-color: #227cc3;
}

/**
 * HEADING
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
h1, h2, h3,
h4, h5, h6 {
  font-weight: normal;
}

.h1-like {
  font: 700 normal 30.848px "Montserrat", Arial, sans-serif;
  line-height: 1.25;
}

.h2-like {
  font: normal 24px "Montserrat", Arial, sans-serif;
  color: #293847;
  text-transform: uppercase;
  margin: 60px 0 30px;
  position: relative;
}

.h3-like {
  font: normal 16px "Montserrat", Arial, sans-serif;
  line-height: 1.136;
  color: #293847;
}

.h4-like {
  font: normal 16px "Montserrat", Arial, sans-serif;
  line-height: 1.111;
  text-transform: uppercase;
  color: #293847;
  margin: 30px 0 16px;
}

.h5-like {
  font: normal 14px "Montserrat", Arial, sans-serif;
}

.h6-like {
  font: 700 normal 14px "Montserrat", Arial, sans-serif;
}

/**
 * LIST
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.list-inline > li {
  display: inline-block;
}

.list-bullet > li {
  margin: 2px 0 2px 10px;
  position: relative;
}

.list-bullet > li:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: "•";
}

.list-def > dt {
  display: block;
}

.list-def > dd {
  margin: 0;
  display: inline-block;
}

/**
 * SHADOW
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.shadow-box {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

/**
 * TEXT
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.hyphenation {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC");
}

.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==");
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */
.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/**
 * IMAGE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-image {
  margin: 0;
}

.elem-image img {
  /*background-color: $orx-bg-image-default; */
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  display: block;
}

.elem-image .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.elem-image .img-overlay.color-overlay-black {
  background-color: rgba(0, 0, 0, 0.4);
}

.elem-image .img-overlay.color-overlay-white {
  background-color: rgba(255, 255, 255, 0.4);
}

/**
 * PRICE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-price {
  color: #FF1E3C;
  font-weight: 900;
}

/**
 * PRICE LABEL AVANTAGES - MACIF
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-price-label-avantages {
  font-size: 13px;
  font-weight: 900;
  color: #009be1;
}

.elem-price-label-avantages sup {
  font-size: 10px;
  font-weight: 900;
}

/**
 * ICON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-icon {
  font-weight: normal !important;
  font-style: normal !important;
  font-family: "cdiscount icons" !important;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.elem-icon:before {
  content: attr(data-icon);
}

/**
 * BUTTON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class*="elem-button--"] {
  font: 14px "Montserrat", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
}

[class*="elem-button--"]:hover {
  text-decoration: none;
}

[class*="elem-button--"].align-left {
  text-align: left;
}

[class*="elem-button--"].no-radius {
  border-radius: 0;
}

[class*="elem-button--"].rounded {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  padding: 0;
}

[class*="elem-button--"].square {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 2px;
}

[class*="elem-button--"] .arrow {
  background-color: #293847;
  position: relative;
}

[class*="elem-button--"] .arrow .elem-icon {
  font-size: 6px;
  color: #fff;
  vertical-align: middle;
  position: absolute;
  top: 38%;
}

[class*="elem-button--"] .arrow.arrow-prev {
  transform: rotate(-180deg);
}

/** ----------------------------------------------------------------
 * TYPE
 */
.elem-button--default {
  border: 1px solid transparent;
  background: transparent;
  color: #9ea0a6;
}

.elem-button--default:hover {
  border: 1px solid transparent;
  background: transparent;
  color: #293847;
}

.elem-button--primary {
  border: 1px solid #293847;
  background: #293847;
  color: #fff;
  font-size: 16px;
  padding: 12px 26px;
  border-radius: 5px;
}

.elem-button--primary.disabled {
  border: 1px solid #9ea0a6;
  background-color: #9ea0a6;
  cursor: no-drop;
}

.elem-button--primary.disabled:hover {
  border: 1px solid transparent;
  background-color: #9ea0a6;
  color: #fff;
}

.elem-button--primary:hover {
  border: 1px solid transparent;
  background: #161f27;
}

.elem-button--primary-invert {
  border: 1px solid #293847;
  background: #fff;
  font-size: 16px;
  color: #9ea0a6;
  padding: 12px 26px;
  border-radius: 5px;
}

.elem-button--primary-invert.disabled {
  border: 1px solid #9ea0a6;
  background-color: #9ea0a6;
  color: #fff;
  cursor: no-drop;
}

.elem-button--primary-invert.disabled:hover {
  border: 1px solid transparent;
  background-color: #9ea0a6;
  color: #fff;
}

.elem-button--primary-invert:hover {
  border: 1px solid #293847;
  background: #293847;
  color: #fff;
}

.elem-button--primary--transparent {
  border: 1px solid transparent;
  background: rgba(10, 45, 130, 0.8);
  color: #fff;
  font-size: 16px;
  padding: 12px;
}

.elem-button--primary--transparent:hover {
  border: 1px solid transparent;
  background: rgba(6, 29, 83, 0.8);
}

.elem-button--secondary {
  border: 1px solid #FF1E3C;
  background: #FF1E3C;
  color: #fff;
  font-size: 16px;
  padding: 12px 26px;
  border-radius: 5px;
}

.elem-button--secondary.disabled {
  border: 1px solid #9ea0a6;
  background-color: #9ea0a6;
  cursor: no-drop;
}

.elem-button--secondary.disabled:hover {
  border: 1px solid transparent;
  background-color: #9ea0a6;
  color: #fff;
}

.elem-button--secondary:hover {
  border: 1px solid transparent;
  background: #161f27;
}

.elem-button--transparent {
  border: 1px solid transparent;
  background: #fff;
  font-size: 16px;
  color: #9ea0a6;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 5px;
}

.elem-button--transparent:hover {
  color: #293847;
}

/** ----------------------------------------------------------------
 * SIZE
 */
.btn-mini {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 300;
  font-size: 10px;
}

.btn-small {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
}

.btn-large {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
}

.btn-huge {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}

/**
 * LABEL ESS - MACIF
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-label-ESS {
  background-color: #00529c;
  font-size: 12px;
  color: #293847;
  text-align: center;
  width: 170px;
  padding: 6px;
  z-index: 1;
}

/**
 * REDUCTION - MACIF
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-reduction {
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  color: #333;
  height: 25px;
  padding: 5px;
}

.elem-reduction span {
  font-size: 20px;
}

/**
 * CUSTOM INPUT
 *
 * $type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-custom-input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  border: 0 none;
  background-color: #fff;
}

.elem-custom-input::-webkit-input-placeholder {
  color: #808080;
  font-weight: 500;
}

.elem-custom-input::-moz-placeholder {
  color: #808080;
  font-weight: 500;
}

.elem-custom-input:-ms-input-placeholder {
  color: #808080;
  font-weight: 500;
}

.elem-custom-input:-moz-placeholder {
  color: #808080;
  font-weight: 500;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
/**
 * TITLE
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-title {
  font-weight: 600;
  margin-block: 10px;
}

.serp-title-desktop {
  display: none;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .elem-title {
    margin-block: revert;
  }
  .serp-title-mobile {
    display: none;
  }
  .serp-title-desktop {
    display: revert;
  }
}

/**
 * DEFAULT
 *
 * @type wrappers
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.wrap-component {
  background-color: transparent;
}

.wrap-component.full-no-padding .inner-wrap-component {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.wrap-component.no-padding .inner-wrap-component {
  padding-left: 0;
  padding-right: 0;
}

/** ----------------------------------------------------------------
* SPECIFIC
*/
.wrap-full-white {
  background-color: #fff;
}

.wrap-full-white.border-1 {
  border: 1px solid #e7e4e1;
  border-left: 0;
  border-right: 0;
}

.wrap-full-gray {
  background-color: #f2f3f3;
}

.wrap-full-gray .container-fluid, .wrap-full-gray .container-sm, .wrap-full-gray .container-md, .wrap-full-gray .container-lg, .wrap-full-gray .container-xl {
  background-color: transparent;
}

.wrap-full-gray .container {
  background-color: transparent;
}

.wrap-full-primary {
  background-color: #293847;
  color: #fff;
}

.wrap-full-primary .container-fluid, .wrap-full-primary .container-sm, .wrap-full-primary .container-md, .wrap-full-primary .container-lg, .wrap-full-primary .container-xl {
  background-color: transparent;
}

.wrap-full-primary .container {
  background-color: transparent;
}

.wrap-full-secondary {
  background-color: #FF1E3C;
}

.wrap-full-transparent {
  background-color: transparent;
}

.wrap-full-border {
  border-top: 2px solid #e7e4e1;
  border-bottom: 2px solid #e7e4e1;
}

.wrap-full-container .inner-wrap-component {
  padding-left: 0;
  padding-right: 0;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .wrap-full-container .inner-wrap-component {
    padding-left: 15px;
    padding-right: 15px;
  }
  .no-bottom-margin {
    margin-bottom: -10px;
  }
}

@media only screen and (min-width: 1360px) {
  .wrap-component .inner-wrap-component {
    max-width: 1324px;
  }
  .wrap-component.no-padding .inner-wrap-component {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**
 * HEADER
 *
 * $type component -- Header generated by cdiscount -- No refactor !
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header {
  background-color: #293847;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.cpt-header .logo-wrap {
  width: 150px;
  margin: 4px 0 0;
  display: inline-block;
  position: relative;
}

.cpt-header .logo-wrap .elem-image-wrap {
  position: relative;
  padding: 0;
  margin: 0;
}

.cpt-header .logo-wrap img {
  height: 43px;
  width: 100%;
  vertical-align: top;
  object-fit: cover;
}

.cpt-header .head-top {
  width: 50px;
  position: absolute;
  left: 0;
}

.cpt-header .flex-container-start {
  display: flex;
  padding: 15px 20px 15px 10px;
  position: relative;
  z-index: 99;
}

.cpt-header .flex-container-start.active .header-menu .icon-burger:before {
  transform: translateY(8px) rotate(45deg);
}

.cpt-header .flex-container-start.active .header-menu .icon-burger:after {
  transform: translateY(-9px) rotate(-45deg);
}

.cpt-header .flex-container-start.active .header-menu .icon-burger .middle-bar {
  width: 0;
  left: 50%;
}

.cpt-header .flex-container-start.active .panel-content {
  margin-left: 0;
}

.cpt-header .flex-container-start.active .panel-content .scroll-block,
.cpt-header .flex-container-start.active .panel-content .sub-scroll-block {
  overflow-y: auto;
}

.cpt-header .flex-container-start.active .panel-content .panel-link {
  margin-left: 0;
}

.cpt-header .flex-container-start .header-menu {
  margin-right: 20px;
  /* ICON BURGER */
  position: absolute;
  z-index: 9999;
}

.cpt-header .flex-container-start .header-menu .icon-burger {
  height: 20px;
  width: 20px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
}

.cpt-header .flex-container-start .header-menu .icon-burger:before, .cpt-header .flex-container-start .header-menu .icon-burger:after {
  height: 2px;
  width: 20px;
  background: #fff;
  display: block;
  content: "";
  transition: all 0.3s;
}

.cpt-header .flex-container-start .header-menu .icon-burger:before {
  position: absolute;
  top: 1px;
  left: 0;
}

.cpt-header .flex-container-start .header-menu .icon-burger:after {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cpt-header .flex-container-start .header-menu .icon-burger .middle-bar {
  height: 2px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.cpt-header .flex-container-start .panel-content {
  text-align: left !important;
  height: 100%;
  width: 320px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  margin-left: -200%;
  z-index: 999;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  padding: 50px 0 0;
}

.cpt-header .flex-container-start .panel-content:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: #293847;
  height: 50px;
}

.cpt-header .flex-container-start .panel-content .panel-top {
  margin: 0 0 15px;
}

.cpt-header .flex-container-start .panel-content .panel-bottom {
  margin: 0 0 -1px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cpt-header .flex-container-start .panel-content .panel-middle {
  margin: 0;
}

.cpt-header .flex-container-start .panel-content .panel-link {
  margin-left: -100%;
  transition: all .4s ease;
}

.cpt-header .flex-container-start .panel-content .panel-link .link {
  padding: 17px 10px 17px 20px;
  color: #293847;
  display: block;
  cursor: pointer;
  transition: all .2s ease;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: 600;
}

.cpt-header .flex-container-start .panel-content .panel-link .link .menu-icon {
  width: 20px;
  margin: 0 10px 0;
  vertical-align: top;
}

.cpt-header .flex-container-start .panel-content .panel-link:last-child {
  border-top: 1px solid #d9d9d9;
  padding-left: 10px;
  margin-top: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.is-mobile .cpt-header .flex-container-start .panel-content .panel-link:last-child {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.cpt-header .flex-container-start .panel-content .panel-link:first-child {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.cpt-header .flex-container-start .panel-content .panel-link.rc:first-child {
  margin-bottom: 0;
}

.cpt-header .flex-container-start .panel-content .panel-link .link:hover {
  color: #df3a22;
}

.cpt-header .flex-container-start .panel-content .panel-link.selected > .link {
  color: #df3a22;
  position: relative;
}

.cpt-header .flex-container-start .panel-content .panel-link.selected > span:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #df3a22;
  border-width: 5px 0 5px 6px;
  position: absolute;
  top: 8px;
  right: 35px;
  content: "";
}

.cpt-header .flex-container-start .panel-content .panel-link.selected .sub-panel {
  margin-left: 0;
  left: auto;
  opacity: 1;
}

.cpt-header .flex-container-start .panel-content .sub-panel {
  height: auto;
  width: 100%;
  position: fixed;
  top: 58px;
  left: 0;
  opacity: 0;
  margin-left: -100%;
  background-color: #fff;
  transition: all .2s ease;
}

.cpt-header .flex-container-start .panel-content .sub-panel .back-title {
  margin: -21px -20px 20px;
  background-color: #df3a22;
  padding: 15px;
  color: #FFF;
  cursor: pointer;
}

.cpt-header .flex-container-start .panel-content .sub-panel .back-title .icon-wrap {
  display: inline-block;
  font-size: 20px;
}

.cpt-header .flex-container-start .panel-content .sub-panel .back-title .back-icon {
  margin-right: 15px;
}

.cpt-header .flex-container-start .panel-content .sub-panel .link {
  padding: 6px 8px;
  text-align: center;
}

.cpt-header .flex-container-start .panel-content .sub-panel .sub-scroll-block {
  padding: 20px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.default {
  background-color: #fff;
}

.cpt-header .flex-container-start .panel-content .sub-panel.default .link {
  padding: 6px 8px 6px 20px;
  text-align: left;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .back-title {
  margin: -21px -30px 20px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .back-title .icon-wrap {
  display: inline-block;
  font-size: 20px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .row {
  margin-right: -5px;
  margin-left: -5px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .icon-wrap {
  display: block;
  font-size: 30px;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .link {
  height: auto;
  width: auto;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 30px 0 45px;
  box-shadow: 0 0  12px 0 #d5d1d1;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .link:hover {
  background-color: #df3a22;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .link:hover .icon-wrap {
  color: #fff;
}

.cpt-header .flex-container-start .panel-content .sub-panel.thematic .link:hover .txt {
  color: #fff;
}

.cpt-header .flex-container-start .logo {
  position: relative;
  top: -2px;
}

.cpt-header .flex-container-start .logo a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

.cpt-header .flex-container-end {
  display: flex;
  align-items: center;
  height: 58px;
  width: 46%;
  justify-content: center;
  z-index: 99;
}

.menu-activated .cpt-header .flex-container-start .header-menu {
  left: 288px;
}

.cpt-central-nav {
  background-color: #fff;
  text-align: center;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 2;
}

.cpt-central-nav .item-nav {
  font-weight: 700;
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.cpt-central-nav .item-nav a,
.cpt-central-nav .item-nav span {
  padding: 12px;
  letter-spacing: -1px;
  white-space: nowrap;
  display: inline-block;
  color: #293847;
}

.hidden {
  display: none;
}

.overlay-menu-full {
  background-color: rgba(35, 41, 55, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 90;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (max-width: 812px) {
  .cpt-header .flex-container-start .panel-content {
    width: 100%;
  }
  .menu-activated .cpt-header .flex-container-start .header-menu {
    right: 20px;
    left: inherit;
    margin: 0;
    position: fixed;
  }
}

/**
 * BREADCRUMB
 *
 * $type component
 */
/**
 * VARIABLE STYLE
 *
 * @type specific CDISCOUNT
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-breadcrumb {
  color: #293847;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.cpt-breadcrumb.color-primary {
  color: #293847;
  font-weight: 400;
}

.cpt-breadcrumb.color-primary a,
.cpt-breadcrumb.color-primary .link {
  color: #293847;
}

.cpt-breadcrumb a,
.cpt-breadcrumb .link {
  color: #293847;
  text-decoration: none;
}

.cpt-breadcrumb h1 {
  font-size: 12px;
  display: inline-block;
}

.cpt-breadcrumb .product-title,
.cpt-breadcrumb .txt {
  text-decoration: underline;
}

.cpt-breadcrumb .return-wrap {
  display: none;
}

.cpt-breadcrumb .return-wrap.display-bottom {
  line-height: 39px;
  white-space: nowrap;
  padding: 0 0 0 15px;
  margin: 0;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}

.cpt-breadcrumb .return-wrap.display-bottom a,
.cpt-breadcrumb .return-wrap.display-bottom .product-title {
  border: 1px solid #ececec;
  height: 27px;
  color: #666;
  border-radius: 50px;
  padding: 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cpt-breadcrumb .return-wrap.display-bottom .product-title {
  background-color: #fafafa;
}

.cpt-breadcrumb .return-wrap.display-bottom .separator-style {
  color: white;
  font-family: "cdiscount icons";
  margin: 0 5px;
  position: relative;
}

.cpt-breadcrumb .return-wrap.display-bottom .separator-style:before {
  position: absolute;
  color: #666;
  font-size: 10px;
  content: "3";
}

.cpt-breadcrumb .return-wrap .elem-icon-wrap {
  position: relative;
  top: 5px;
  margin-inline-end: 5px;
}

.cpt-breadcrumb .return-wrap .elem-icon-wrap .elem-icon {
  font-weight: 700;
  font-size: 22px;
}

.cpt-breadcrumb .message {
  padding-inline-start: 10px;
  font-size: 14px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-breadcrumb {
    font-size: 12px;
    margin: 20px 0 16px;
  }
  .page-serp .cpt-breadcrumb {
    margin: 0 25px 16px 0;
  }
}

@media only screen and (min-width: 992px) {
  .page-serp .cpt-breadcrumb {
    z-index: 100;
  }
  .page-serp .cpt-breadcrumb.color-primary {
    font-weight: 500;
  }
}

/**
 * SEARCH ENGINE TITLE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-engine-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #f2f3f3;
}

.cpt-search-engine-title .elem-title {
  position: absolute;
  color: #293847;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  margin: 14px 54px 0 51px;
}

.cpt-search-engine-title .elem-title:before {
  position: absolute;
  top: 0;
  left: -35px;
  font-size: 24px;
  font-family: "cdiscount icons";
  display: block;
  content: "S";
}

.cpt-search-engine-title.se-flat {
  position: fixed;
  top: 28px;
  left: 15px;
  width: 100%;
  height: auto;
  background-color: white;
  font-weight: 700;
  font-size: 13px;
  z-index: -1;
}

.cpt-search-engine-title.se-flat .elem-title {
  position: absolute;
  top: 2px;
  left: 40px;
  color: #7a8999;
  font-weight: 400;
  font-size: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 0;
  margin: 0;
}

.cpt-search-engine-title.se-flat .elem-title:before {
  display: none;
}

.page-serp .cpt-search-engine-title.se-flat .elem-title {
  top: 29px;
  left: 54px;
}

.page-serp .cpt-search-engine-title {
  background-color: transparent;
}

.page-serp .cpt-search-engine-title .elem-title {
  position: fixed;
  top: 16px;
  left: 3px;
  color: #7a8999;
  font-weight: 400;
  font-size: 14px;
  z-index: -1;
}

.page-serp .cpt-search-engine-title .elem-title:before {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-search-engine-title {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    background-color: transparent;
    color: #fff;
    z-index: 100;
  }
  .cpt-search-engine-title .elem-title {
    top: 0;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    padding: 20px 0 14px 9px;
    margin: 32px 0 0 56px;
  }
  .cpt-search-engine-title .elem-title:before {
    top: 21px;
    left: -31px;
  }
  .cpt-search-engine-title.se-flat {
    position: absolute;
    top: 252px;
    left: 50%;
    width: calc(100% - 30px);
    height: 55px;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    z-index: 2;
    transform: translateX(-50%);
  }
  .cpt-search-engine-title.se-flat .elem-title {
    top: 0;
    left: 0;
    color: #293847;
    font-size: 24px;
    padding: 20px 16px 0;
  }
  .page-serp .cpt-search-engine-title.se-flat {
    top: 71px;
  }
  .page-serp .cpt-search-engine-title.se-flat .elem-title {
    top: auto;
    left: auto;
    color: #293847;
    font-weight: 400;
    font-size: 24px;
  }
  .page-serp .cpt-search-engine-title.se-flat .elem-title:before {
    display: none;
  }
  .page-serp .cpt-search-engine-title .elem-title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    z-index: 2;
  }
  .page-serp .cpt-search-engine-title .elem-title:before {
    display: block;
  }
}

/**
 * SEARCH ENGINE
 *
 * $type component
 */
/**
 * SEARCH ENGINE TABS
 *
 * $type components
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-engine-tabs {
  margin: 0 0 0 -15px;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
}

.cpt-search-engine-tabs .container {
  background-color: transparent;
  max-width: inherit;
  white-space: nowrap;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-search-engine-tabs {
    margin: 0 0 10px -15px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-search-engine-tabs {
    margin: 0 0 0 -15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .cpt-search-engine-tabs .container {
    white-space: inherit;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab {
    color: #293847;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab.selected {
    background-color: #fff;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab.selected span {
    color: #FF1E3C;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab:hover {
    background-color: #fff;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab:hover span {
    color: #FF1E3C;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-search-engine-tabs .container {
    max-width: 1324px;
  }
}

/**
 * SEARCH ENGINE TAB
 *
 * $type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-search-engine-tab {
  background-color: #fff;
  font-size: 16px;
  padding: 6px 4px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.elem-search-engine-tab:hover {
  background-color: #FF1E3C;
  color: #fff;
}

.elem-search-engine-tab.selected {
  background-color: #FF1E3C;
  color: #fff;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 576px) {
  .elem-search-engine-tab {
    font-size: 12px;
    padding: 6px 7px;
  }
}

@media only screen and (min-width: 768px) {
  .elem-search-engine-tab {
    font-size: 16px;
    padding: 5px 10px;
  }
}

@media only screen and (min-width: 992px) {
  .elem-search-engine-tab {
    background-color: #dbdbdb;
    border-radius: 3px 3px 0 0;
    margin: 0;
  }
  .elem-search-engine-tab.selected {
    font-weight: 600;
  }
}

/**
 * SEARCH ENGINE SELECT ITEM
 *
 * $type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.custom-select__control {
  border: 0 none !important;
  border-radius: 0 !important;
  position: relative;
}

.custom-select__control .custom-select__placeholder,
.custom-select__control .custom-select__value-container--has-value {
  font-size: 12px;
  margin: 0 !important;
  color: #bcbdbc !important;
}

.custom-select__control .custom-select__placeholder .custom-select__single-value,
.custom-select__control .custom-select__value-container--has-value .custom-select__single-value {
  overflow: visible;
}

.custom-select__control .custom-select__indicators {
  position: relative;
}

.custom-select__control .custom-select__indicators .custom-select__dropdown-indicator,
.custom-select__control .custom-select__indicators .custom-select__clear-indicator {
  padding: 1px;
}

.custom-select__control .custom-select__indicators .custom-select__clear-indicator {
  color: #293847 !important;
}

.custom-select__control .custom-select__value-container {
  margin: 0;
  padding: 0;
  flex-wrap: nowrap !important;
}

.custom-select__control .custom-select__multi-value__remove:hover {
  background-color: #FF1E3C;
  color: #fff;
}

.custom-select__control:hover, .custom-select__control:focus, .custom-select__control:active {
  background-color: transparent !important;
  border-color: #fff !important;
  box-shadow: 0 0 0 transparent !important;
}

.custom-select__menu {
  width: 100% !important;
  top: 37px !important;
  left: -10px !important;
  border-radius: 0 !important;
  box-shadow: 0 0 6px #d0d0d0 !important;
  position: relative;
  z-index: 999 !important;
}

.custom-select__menu .custom-select__menu-list {
  position: relative;
  padding: 0;
}

.custom-select__menu .custom-select__menu-list .custom-select__group {
  padding: 0;
}

.custom-select__menu .custom-select__menu-list .custom-select__group .custom-select__group-heading {
  padding: 7px 7px 0;
  font-size: 16px;
  font-weight: bold;
  color: #293847;
  text-transform: none;
}

.custom-select__menu .custom-select__menu-list .custom-select__option {
  background-color: #fff;
  color: #293847;
  font-size: 14px;
  padding: 4px 8px;
}

.custom-select__menu .custom-select__menu-list .custom-select__option:hover {
  background-color: #f4f4f4;
  color: #000;
}

.custom-select__menu .custom-select__menu-list .custom-select__option.level-1 {
  padding-left: 15px;
}

.custom-select__menu .custom-select__menu-list .custom-select__option.level-2 {
  padding-left: 30px;
}

.custom-select__menu .custom-select__menu-list .custom-select__option.level-3 {
  padding-left: 45px;
}

.custom-select__menu .custom-select__menu-list .custom-select__option.level-4 {
  padding-left: 60px;
}

.custom-select__menu .custom-select__menu-list .custom-select__option.link-item {
  padding-left: 8px !important;
  font-size: 16px;
  font-weight: bold;
}

.custom-select__menu .custom-select__menu-list .top-destination .custom-select__option {
  padding-left: 20px !important;
  font-weight: bold;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .custom-select__menu {
    width: 120% !important;
  }
}

/**
 * PASSENGERS
 *
 * @type react component
 */
/**
 * SEARCH ENGINE MIXIN
 *
 * $type react component
 */
/** ----------------------------------------------------------------
 * MIXIN
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.item-se.nbpts .item-content-se {
  position: relative;
}

.item-se.nbpts .passengers-content {
  display: flex;
  flex-wrap: wrap;
}

.item-se.nbpts .input-spinner-wrap {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 5px 0;
  padding: 0 10px;
}

.item-se.nbpts .passengers-panel {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.item-se.nbpts .passengers-panel .header-content {
  background-color: #293847;
  margin: -15px -15px 15px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.item-se.nbpts .passengers-panel .header-content:before {
  font: normal 24px "cdiscount icons";
  color: #fff;
  margin-inline-end: 15px;
  content: "4";
}

.item-se.nbpts .passengers-panel .header-content:after {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  content: "Nombre de participants";
}

.item-se.nbpts .passengers-panel .header-content .clean {
  display: none;
}

.item-se.nbpts .passengers-panel .passenger-number-content {
  font-size: 14px;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-se.nbpts .passengers-panel .passenger-number-content .passenger-number-label {
  color: #111;
  flex: 1;
}

.item-se.nbpts .passengers-panel .passenger-number-content .passenger-number-count-wrapper {
  border: 1px solid #eaedf4;
  background-color: #fff;
  width: 100px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-se.nbpts .passengers-panel .passenger-number-content .passenger-number-count-wrapper .passenger-number-value {
  border: 1px solid #eaedf4;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-width: 0 1px;
  flex: 1;
}

.item-se.nbpts .passengers-panel .passenger-number-content .passenger-number-count-wrapper .passenger-number-less,
.item-se.nbpts .passengers-panel .passenger-number-content .passenger-number-count-wrapper .passenger-number-more {
  width: 26px;
  height: 26px;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
}

.item-se.nbpts .passengers-panel .passenger-number-content .passenger-number-count-wrapper .passenger-number-less.disabled,
.item-se.nbpts .passengers-panel .passenger-number-content .passenger-number-count-wrapper .passenger-number-more.disabled {
  opacity: 0.3;
  cursor: no-drop;
}

.item-se.nbpts .passengers-panel .passenger-number-container {
  margin: 10px;
}

.item-se.nbpts .passengers-panel .passenger-number-sub-label {
  font-size: 14px;
  display: block;
}

.item-se.nbpts .passengers-panel .mention-container {
  font-size: 12px;
  color: #aaa;
  margin: 5px 10px 0;
  border-top: 1px solid #ddd;
  padding: 15px 0 10px;
}

.item-se.nbpts .passengers-panel .init-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 50%;
}

.item-se.nbpts .passengers-panel .init-container button {
  width: 100%;
  height: 50px;
  background-color: #eff0f4;
  color: #000;
  border: 0 none;
}

.item-se.nbpts .passengers-panel .button-container {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50%;
}

.item-se.nbpts .passengers-panel .button-container button {
  width: 100%;
  height: 50px;
  background-color: #3fb252;
  color: #fff;
  border: 0 none;
}

.item-se.nbpts .passengers-panel.close {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .item-se.nbpts .passengers-panel {
    width: calc(150% + 20px);
    height: auto;
    padding: 10px 10px 50px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    top: calc(100% + 12px);
    right: -10px;
    left: auto;
    z-index: 2;
  }
  .item-se.nbpts .passengers-panel .header-content {
    display: none;
  }
  .item-se.nbpts .passengers-panel .init-container,
  .item-se.nbpts .passengers-panel .button-container {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto;
  }
  .item-se.nbpts .passengers-panel .init-container button,
  .item-se.nbpts .passengers-panel .button-container button {
    width: auto;
    height: auto;
    padding: 10px 24px;
  }
  .item-se.nbpts .passengers-panel .init-container {
    position: absolute;
    right: 125px;
    bottom: 10px;
    left: auto;
  }
}

@media only screen and (min-width: 992px) {
  .item-se.nbpts .passengers-panel {
    width: calc(200% + 20px);
    right: auto;
    left: -10px;
  }
}

/**
 * DAY PICKER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.DayPicker {
  display: block;
  font-size: 14px;
}

.DayPicker .DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  user-select: none;
}

.DayPicker .DayPicker-Months {
  min-width: inherit;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker .DayPicker-Month {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1em 0 1em 0;
  display: table;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DayPicker .DayPicker-Month:first-child .DayPicker-Caption {
  position: relative;
}

.DayPicker .DayPicker-Month:first-child .DayPicker-Caption:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 33px;
  content: "";
  background-color: transparent;
  z-index: 9;
}

.DayPicker .DayPicker-NavButton {
  position: absolute;
  top: 19px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  margin-top: 2px;
  display: inline-block;
  z-index: 88;
  cursor: pointer;
}

.DayPicker .DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker .DayPicker-NavButton--prev {
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC");
  margin-right: 1.5em;
}

.DayPicker .DayPicker-NavButton--next {
  right: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==");
}

.DayPicker .DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker .DayPicker-NavButton--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker .DayPicker-Caption {
  background-color: #e4e7eB;
  text-align: left;
  padding: 8px 0.5em;
  margin: 0 -16px 0.5em;
  display: table-caption;
  position: relative;
}

.DayPicker .DayPicker-Caption .all-dates-month {
  background-color: #fff;
  font-weight: 400;
  font-size: 12px;
  padding: 9px 0;
  margin: 7px -7px -8px;
}

.DayPicker .DayPicker-Caption .all-dates-month .cbx-all-month {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.DayPicker .DayPicker-Caption > div {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.DayPicker .DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker .DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker .DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker .DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #565656;
  text-align: center;
  font-size: 0.875em;
  font-weight: 600;
}

.DayPicker .DayPicker-Weekdayabbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker .DayPicker-Body {
  display: table-row-group;
}

.DayPicker .DayPicker-Week {
  display: table-row;
}

.DayPicker .DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #909090;
}

.DayPicker .DayPicker-Day.selected {
  background-color: #293847;
  color: #fff;
}

.DayPicker .DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker:not(.DayPicker--interactionDisabled),
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #fff !important;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #FF1E3C;
  font-size: 0.875em;
  cursor: pointer;
}

.DayPicker-Day--today {
  font-weight: bold;
  border-radius: 0;
}

.DayPicker-Day--included {
  background-color: #658697;
  color: #fff;
}

.DayPicker-Day--outside {
  background-color: transparent;
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  font-weight: 300;
  cursor: default;
}

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #293847;
  color: #fff;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled),
.DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .DayPicker {
    display: inline-block;
  }
  .DayPicker .DayPicker-Month {
    width: auto;
  }
  .DayPicker .DayPicker-Month:first-child .DayPicker-Caption:after {
    background-color: #293847;
  }
  .cpt-flat-search-engine .DayPicker-Month {
    width: auto;
  }
  .cpt-flat-search-engine .DayPicker-Month:first-child .DayPicker-Caption:after {
    background-color: transparent;
  }
}

/**
 * POPOVER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0 0 2px #e2e2e2;
  padding: 20px;
  margin: 0;
  z-index: 9999;
}

.cpt-popover .title-mobile {
  background-color: #293847;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin: -20px -20px 20px;
  padding: 13px 20px;
}

.cpt-popover .title-mobile span {
  float: right;
  cursor: pointer;
}

.cpt-popover .scrollbar {
  overflow-y: scroll;
  margin: 0 -20px;
  padding: 0 15px;
  height: calc(100% - 52px);
}

.cpt-popover .default-block {
  padding: 0 0 10px;
}

.cpt-popover .default-block .item {
  background-color: #eff2f7;
  color: #666a6e;
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
  margin-right: 5px;
  white-space: nowrap;
  cursor: pointer;
}

.cpt-popover .flexibility-block {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 15px 15px 60px;
}

.cpt-popover .flexibility-block .d-flex {
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cpt-popover .flexibility-block .label {
  font-weight: bold;
  color: #293847;
  margin-bottom: 10px;
}

.cpt-popover .flexibility-block .item {
  background-color: #fff;
  color: #293847;
  border: 1px solid #e2e2e2;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 13px;
  margin: 0 5px 5px 0;
  white-space: nowrap;
  cursor: pointer;
}

.cpt-popover .flexibility-block .item.selected, .cpt-popover .flexibility-block .item:hover {
  background-color: #293847;
  color: #fff;
  border: 1px solid #293847;
}

.cpt-popover .flexibility-block .button-wrap {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 20px;
  left: 0;
  margin-top: 10px;
}

.cpt-popover .flexibility-block .elem-button-primary {
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 10px 60px !important;
  margin-top: 20px !important;
  border-radius: 0 !important;
  background-color: #FF1E3C;
  color: #fff;
  border: 0 none !important;
  text-transform: uppercase;
  width: 100% !important;
  cursor: pointer;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-popover {
    position: absolute;
    top: 72px;
    left: 9px;
    width: auto;
    height: auto;
    margin: 0 -11px;
  }
  .cpt-popover .scrollbar {
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .cpt-popover .flexibility-block {
    background-color: transparent;
    padding: 0;
    position: static;
  }
  .cpt-popover .flexibility-block .d-flex {
    flex-wrap: nowrap;
  }
  .cpt-popover .flexibility-block .button-wrap {
    width: auto;
    height: auto;
    position: static !important;
  }
  .cpt-popover .flexibility-block .elem-button-primary {
    width: auto !important;
    padding: 10px 24px !important;
    margin-top: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-popover {
    position: absolute;
    top: 80px;
    left: 10px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-popover {
    position: absolute;
    top: 80px;
    left: 10px;
  }
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-engine {
  background-color: #f2f3f3;
  margin: 0 -15px;
  padding: 0 15px 15px;
  position: relative;
  z-index: 9;
}

.page-landing .cpt-search-engine {
  top: 55px;
  margin: 0 -15px 40px;
}

.page-landing .cpt-search-engine .item-se .custom-select__control {
  padding: 0 0 0 35px;
}

.page-landing .cpt-search-engine .item-se .item-label-se {
  display: none;
}

.page-landing .cpt-search-engine .item-se:after {
  position: absolute;
  top: 16px;
  left: 7px;
  font: normal 22px "cdiscount icons";
  margin-right: 7px;
  content: "n";
}

.page-landing .cpt-search-engine .item-se.destination:after {
  content: "l";
}

.page-landing .cpt-search-engine .item-se.destination .item-label-se:before {
  content: "l";
}

.page-landing .cpt-search-engine .item-se.departure-city:after {
  content: "L";
  top: 19px;
  font-size: 18px;
}

.page-landing .cpt-search-engine .item-se.departure-city .item-label-se {
  padding-left: 21px;
}

.page-landing .cpt-search-engine .item-se.departure-city .item-label-se:before {
  content: "L";
  top: -3px;
  font-size: 18px;
}

.page-landing .cpt-search-engine .item-se.departure-date {
  order: 1;
  width: 50%;
  padding-right: 7px;
  padding-left: 0;
}

.page-landing .cpt-search-engine .item-se.departure-date:after {
  content: "k";
}

.page-landing .cpt-search-engine .item-se.departure-date .item-label-se:before {
  content: "k";
}

.page-landing .cpt-search-engine .item-se.departure-date .date-search-item .elem-custom-input {
  padding-left: 35px;
}

.page-landing .cpt-search-engine .item-se.duration-stay {
  order: 1;
  width: 50%;
  padding-left: 8px;
  padding-right: 0;
}

.page-landing .cpt-search-engine .item-se.duration-stay:after {
  left: 15px;
  content: "m";
}

.page-landing .cpt-search-engine .item-se.duration-stay .item-label-se:before {
  content: "m";
}

.page-landing .cpt-search-engine .item-se.accom:after {
  font-size: 16px;
  top: 18px;
  left: 8px;
  content: "c";
}

.page-landing .cpt-search-engine .item-se.accom .item-label-se:before {
  font-size: 16px;
  top: -2px;
  left: 0;
  content: "c";
}

.page-landing .cpt-search-engine .item-se.theme:after {
  content: "n";
}

.page-landing .cpt-search-engine .item-se.theme .item-label-se:before {
  content: "n";
}

.page-landing .cpt-search-engine .item-se.nbpts .elem-custom-input {
  border: 1px solid #e2e1e1;
  padding-inline-start: 35px;
}

.page-landing .cpt-search-engine .item-se.nbpts .elem-custom-input.placeholder {
  color: #bcbdbc;
}

.page-landing .cpt-search-engine .button-wrap {
  margin-top: 10px;
}

.page-serp .cpt-search-engine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 0;
  margin: 0;
}

.page-serp .cpt-search-engine .search-engine-scroll-ctrl {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: calc(100% - (141px));
  /* Calc Margin et padding button searchEngine */
  padding: 15px;
  overflow-y: scroll;
}

.page-serp .cpt-search-engine .elem-title {
  margin: 0 0 0 15px;
}

.page-serp .cpt-search-engine .outer-block {
  border: none;
  border-radius: 0 3px 3px 3px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.page-serp .cpt-search-engine .item-se {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 10px 6px;
}

.page-serp .cpt-search-engine .item-se.departure-date {
  padding: 15px 10px 6px;
  width: 100%;
}

.page-serp .cpt-search-engine .item-se.departure-date .date-search-item .elem-custom-input {
  border: 0 none;
  padding-left: 0;
}

.page-serp .cpt-search-engine .item-se.duration-stay {
  padding: 15px 10px 6px;
  width: 100%;
}

.page-serp .cpt-search-engine .item-se.accom .item-label-se:before {
  font-size: 16px;
  top: -2px;
  left: 0;
  content: "c";
}

.page-serp .cpt-search-engine .item-se.nbpts:after {
  display: none;
}

.page-serp .cpt-search-engine .item-se .flexibility-block .button-wrap {
  height: 50px;
  bottom: 20px;
  margin: 0;
}

.page-serp .cpt-search-engine .item-se .custom-select__control {
  border-radius: 0 !important;
  border: 0 none !important;
  padding: 0;
}

.page-serp .cpt-search-engine .button-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73px;
}

.page-serp .cpt-search-engine .button-wrap .elem-button-primary {
  border-radius: 0;
}

.cpt-search-engine .search-engine-scroll-ctrl {
  padding: 0;
}

.cpt-search-engine .elem-title {
  color: #293847;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  padding: 15px 0 15px 41px;
  margin: 0 0 25px 0;
  position: relative;
}

.cpt-search-engine .elem-title:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "S";
  font-family: "cdiscount icons";
  font-size: 24px;
  display: block;
}

.cpt-search-engine .outer-block {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
}

.cpt-search-engine .inner-block {
  padding: 0;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.cpt-search-engine .item-se {
  padding: 10px 0;
  width: 100%;
  position: relative;
  flex-grow: 1;
  order: 1;
}

.cpt-search-engine .item-se .custom-select__control {
  padding: 0 0 0 10px;
  border-radius: 3px !important;
  border: 1px solid #e2e1e1 !important;
}

.cpt-search-engine .item-se:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  content: "";
  display: none;
}

.cpt-search-engine .item-se:last-child {
  border-bottom: 0 none;
}

.cpt-search-engine .item-se:last-child:before {
  display: none;
}

.cpt-search-engine .item-se.is-open {
  background-color: #eff0f4;
}

.cpt-search-engine .item-se.is-open .elem-custom-input {
  background-color: #eff0f4;
}

.cpt-search-engine .item-se.active {
  background-color: #eff0f4;
}

.cpt-search-engine .item-se.active .elem-custom-input {
  background-color: #eff0f4;
}

.cpt-search-engine .item-se.destination .item-label-se:before {
  content: "l";
}

.cpt-search-engine .item-se.theme .item-label-se:before {
  content: "n";
}

.cpt-search-engine .item-se.departure-city .item-label-se {
  padding-left: 21px;
}

.cpt-search-engine .item-se.departure-city .item-label-se:before {
  content: "L";
  top: -3px;
  font-size: 18px;
}

.cpt-search-engine .item-se.departure-date {
  order: 1;
  width: 50%;
  padding-right: 7px;
  padding-left: 0;
}

.cpt-search-engine .item-se.departure-date .item-label-se:before {
  content: "k";
}

.cpt-search-engine .item-se.departure-date .date-search-item ::-webkit-input-placeholder {
  color: #bcbdbc;
  font-size: 12px;
  font-weight: 400;
}

.cpt-search-engine .item-se.departure-date .date-search-item ::-moz-placeholder {
  color: #bcbdbc;
  font-size: 12px;
  font-weight: 400;
}

.cpt-search-engine .item-se.departure-date .date-search-item :-ms-input-placeholder {
  color: #bcbdbc;
  font-size: 12px;
  font-weight: 400;
}

.cpt-search-engine .item-se.departure-date .date-search-item :-moz-placeholder {
  color: #bcbdbc;
  font-size: 12px;
  font-weight: 400;
}

.cpt-search-engine .item-se.departure-date .date-search-item .elem-custom-input {
  position: relative;
  top: 0;
  border: 1px solid #e2e1e1;
  height: 38px;
  font-size: 16px;
  border-radius: 3px;
  padding-left: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cpt-search-engine .item-se.duration-stay {
  order: 1;
  width: 50%;
  padding-left: 8px;
  padding-right: 0;
}

.cpt-search-engine .item-se.duration-stay .item-label-se:before {
  content: "m";
}

.cpt-search-engine .item-se.nbpts:after {
  content: "u";
}

.cpt-search-engine .item-se.nbpts .item-label-se:before {
  content: "u";
}

.cpt-search-engine .item-se.nbpts .elem-custom-input {
  height: 33px;
  color: #333;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.cpt-search-engine .item-se.nbpts .elem-custom-input.placeholder {
  color: #bcbdbc;
}

.cpt-search-engine .item-se .item-label-se {
  color: #293847;
  font-weight: 700;
  font-size: 12px;
  text-transform: none;
  padding-left: 26px;
  margin-bottom: 15px;
  position: relative;
}

.cpt-search-engine .item-se .item-label-se:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "c";
  font-size: 22px;
  font-family: "cdiscount icons";
  margin-right: 7px;
}

.cpt-search-engine .item-se .elem-custom-input {
  outline: none;
}

.cpt-search-engine .button-wrap .elem-button-primary {
  width: 100%;
  height: 100%;
  background-color: #3fb252;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 0 none;
  padding: 15px 0;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cpt-search-engine + .cpt-flat-search-engine {
  display: none !important;
}

.cpt-search-engine + .cpt-flat-search-engine.d-none {
  display: none !important;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-search-engine {
    background-color: white;
    padding-left: 0;
  }
  .cpt-search-engine .elem-title {
    font-size: 20px;
  }
  .cpt-search-engine .elem-title:before {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 30px;
    font-family: "cdiscount icons";
    display: block;
    content: "S";
  }
  .cpt-search-engine .outer-block {
    border: 1px solid #e2e2e2;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  }
  .cpt-search-engine .inner-block {
    padding: 2px;
  }
  .cpt-search-engine .item-se {
    width: 20%;
    padding: 6px 10px;
  }
  .cpt-search-engine .item-se .custom-select__control {
    border-radius: 0 !important;
    border: 0 none !important;
    padding: 0;
  }
  .cpt-search-engine .item-se:before {
    display: block;
  }
  .cpt-search-engine .item-se.departure-date {
    width: 50%;
    order: 2;
    border-top: 1px solid #e2e2e2;
    padding-left: 10px;
  }
  .cpt-search-engine .item-se.departure-date .date-search-item .elem-custom-input {
    position: relative;
    top: 4px;
    height: 30px;
    font-size: 16px;
    border: 0 none;
    border-radius: 0;
    padding-left: 10px;
  }
  .cpt-search-engine .item-se.duration-stay {
    width: 50%;
    order: 2;
    border-top: 1px solid #e2e2e2;
    padding-right: 10px;
  }
  .cpt-search-engine .item-se.duration-stay:before {
    display: none;
  }
  .cpt-search-engine .item-se.nbpts .elem-custom-input {
    font-size: 12px;
    color: #333;
    height: 33px;
    border: 0 none;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
  }
  .page-landing .cpt-search-engine {
    position: relative;
    top: auto;
    left: auto;
    padding: 0 0 15px;
    margin: 0;
    z-index: 2;
  }
  .page-landing .cpt-search-engine.open {
    top: 55px;
  }
  .page-landing .cpt-search-engine .item-se {
    padding: 15px 10px 6px;
  }
  .page-landing .cpt-search-engine .item-se .custom-select__control {
    padding: 0;
  }
  .page-landing .cpt-search-engine .item-se:after {
    display: none;
  }
  .page-landing .cpt-search-engine .item-se .item-label-se {
    display: block;
  }
  .page-landing .cpt-search-engine .item-se.destination .item-label-se:before {
    content: "l";
  }
  .page-landing .cpt-search-engine .item-se.departure-city .item-label-se {
    padding-left: 21px;
  }
  .page-landing .cpt-search-engine .item-se.departure-city .item-label-se:before {
    top: -3px;
    font-size: 18px;
    content: "L";
  }
  .page-landing .cpt-search-engine .item-se.departure-date {
    width: 50%;
    order: 2;
    border-top: 1px solid #e2e2e2;
    padding-left: 10px;
  }
  .page-landing .cpt-search-engine .item-se.departure-date .item-label-se:before {
    content: "k";
  }
  .page-landing .cpt-search-engine .item-se.departure-date .date-search-item .elem-custom-input {
    position: relative;
    top: 4px;
    height: 30px;
    font-size: 12px;
    border: 0 none;
    border-radius: 0;
    padding-left: 10px;
  }
  .page-landing .cpt-search-engine .item-se.duration-stay {
    width: 50%;
    padding-right: 10px;
    border-top: 1px solid #e2e2e2;
    order: 2;
  }
  .page-landing .cpt-search-engine .item-se.duration-stay:before {
    display: none;
  }
  .page-landing .cpt-search-engine .item-se.duration-stay .item-label-se:before {
    content: "m";
  }
  .page-landing .cpt-search-engine .item-se.nbpts .elem-custom-input {
    border: 0 none !important;
    padding-inline-start: 0 !important;
  }
  .page-landing .cpt-search-engine.d-none {
    display: block !important;
  }
  .page-landing .cpt-search-engine .cpt-title-modal {
    display: none !important;
  }
  .page-landing .cpt-search-engine .search-engine-scroll-ctrl {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 0;
    overflow-y: visible;
  }
  .page-landing .cpt-search-engine .button-wrap {
    position: relative;
    top: auto;
    left: auto;
    height: 100%;
    margin-top: 0;
  }
  .cpt-search-engine .button-wrap .elem-button-primary {
    margin-bottom: 0;
    border-radius: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-search-engine {
    padding: 20px 0 30px 15px;
    position: relative;
    z-index: auto;
  }
  .page-serp .cpt-search-engine {
    position: absolute;
    top: 81px;
    left: 0;
    z-index: 100;
    background-color: transparent;
    padding: 20px 15px 30px 15px;
    margin: 0;
    width: 100%;
  }
  .page-serp .cpt-search-engine .search-engine-scroll-ctrl {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    overflow-y: visible;
    padding: 0;
  }
  .page-serp .cpt-search-engine .item-se {
    border-bottom: 0 none;
  }
  .page-serp .cpt-search-engine .item-se.departure-date {
    width: auto;
  }
  .page-serp .cpt-search-engine .item-se.duration-stay {
    width: auto;
  }
  .page-serp .cpt-search-engine .button-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }
  .cpt-search-engine .elem-title {
    color: #fff;
    font-size: 22px;
    margin: 0;
    position: relative;
  }
  .cpt-search-engine .inner-block {
    flex-wrap: nowrap;
  }
  .cpt-search-engine .item-se.departure-date {
    width: auto;
    order: 1;
    border-top: 0 none;
  }
  .cpt-search-engine .item-se.departure-date .date-search-item .elem-custom-input {
    font-size: 12px;
  }
  .cpt-search-engine .item-se.duration-stay {
    width: auto;
    order: 1;
    border-top: 0 none;
  }
  .cpt-search-engine .item-se.duration-stay:before {
    display: block;
  }
  .cpt-search-engine .item-se .button-wrap .elem-button-primary {
    font-size: 16px;
  }
  .cpt-search-engine .button-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }
  .cpt-search-engine .button-wrap .elem-button-primary {
    border-radius: 0 3px 3px 0;
  }
  .page-landing .cpt-search-engine {
    position: absolute;
    top: 81px;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding: 20px 15px 30px 15px;
    margin: 0;
    z-index: 100;
  }
  .page-landing .cpt-search-engine .item-se.departure-date {
    width: auto;
    order: 1;
    border-top: 0 none;
  }
  .page-landing .cpt-search-engine .item-se.duration-stay {
    width: auto;
    order: 1;
    border-top: 0 none;
  }
  .page-landing .cpt-search-engine .item-se.duration-stay:before {
    display: block;
  }
  .page-landing .cpt-search-engine .elem-title {
    color: #fff;
    padding: 15px 0 15px 41px;
    margin-bottom: 25px;
  }
  .page-landing .cpt-search-engine .cpt-search-engine-contents > .outer-block {
    border: none;
    border-radius: 0 3px 3px 3px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-search-engine .item-se .item-label-se {
    font-size: 14px;
  }
  .cpt-search-engine .item-se .button-wrap .elem-button-primary {
    font-size: 18px;
  }
}

/**
 * FLAT SEARCH ENGINE
 *
 * $type elements
 */
/**
 * FIELD
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-field {
  width: 100%;
  height: 40px;
  border: 1px solid #b6c2cd;
  background-color: #fff;
  font-size: 14px;
  border-radius: 30px;
  padding: 0 18px;
  margin-block-end: 16px;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  position: relative;
}

.cpt-field .field-label {
  color: #293847;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  margin-inline-start: 10px;
}

.cpt-field .field-label.selected-value {
  font-weight: 700;
}

.cpt-field .field {
  display: flex;
  align-items: center;
}

.cpt-field .field .field-up-label {
  position: absolute;
  top: -22px;
  right: -30px;
  width: 20px;
  height: 20px;
  background-color: #3fb252;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.cpt-field .field .elem-icon:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 11px;
  transform: translateY(-50%);
}

.cpt-field.more {
  border: #3732ff solid 2px;
  background-color: #fff;
  color: #3732ff;
  border-radius: 30px;
  transition: all 0.15s ease-in-out;
}

.cpt-field.more .field-label {
  color: #3732ff;
  font-weight: 400;
  margin-inline-start: 0;
}

.cpt-field.more .field-label.selected-value {
  font-weight: 700;
}

.cpt-field.more:hover {
  border: #211db6 solid 2px;
  background: #211db6;
  color: #fff;
}

.cpt-field.more:hover .field-label {
  color: #fff;
}

.cpt-field.minMan, .cpt-field.vertical, .cpt-field.nbpts {
  background-color: #fff;
  line-height: 18px;
}

.cpt-field.minMan .field-label, .cpt-field.vertical .field-label, .cpt-field.nbpts .field-label {
  font-weight: 400;
  margin-inline-end: 10px;
}

.cpt-field.minMan .field-label.selected-value, .cpt-field.vertical .field-label.selected-value, .cpt-field.nbpts .field-label.selected-value {
  font-weight: 700;
}

.cpt-field + button {
  width: 100%;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
}

.cpt-panel .cpt-field {
  padding: 0 16px;
}

.cpt-panel .cpt-field .field-label {
  font: 400 14px "Hind Madurai", Arial, sans-serif;
}

.cpt-panel .cpt-field .field-label.selected-value {
  font-weight: 700;
}

.cpt-panel .cpt-field .field-sub-label {
  color: #096ec8;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
}

.cpt-field:hover {
  border: 1px solid #3732ff;
  cursor: pointer;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-field {
    margin-block-end: 0;
    margin-block-start: 10px;
    cursor: pointer;
  }
  .cpt-field .field {
    width: 100%;
    position: relative;
  }
  .cpt-field .field .elem-icon:last-child {
    right: 0;
    font-size: 15px;
  }
  .cpt-field.de {
    width: 35%;
  }
  .cpt-field.dpci {
    width: 19%;
  }
  .cpt-field.departureDate {
    width: 19%;
  }
  .cpt-field.more {
    width: 13%;
  }
  .cpt-field + button {
    width: 9%;
    padding: 11px;
    cursor: pointer;
  }
  .cpt-panel .cpt-field {
    border: 0 none;
  }
  .cpt-panel .cpt-field .field-label {
    font: 600 18px "Montserrat", Arial, sans-serif;
  }
}

/**
 * Panel
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f3f5;
  padding: 0 16px;
  z-index: 1000;
}

.cpt-panel.active {
  top: 100%;
  transition: all 0.2s cubic-bezier(0.56, 1.21, 0.73, 0.96);
}

.cpt-panel .panel-head-mobile {
  background-color: #3732ff;
  margin: 0 -16px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-panel .panel-head-mobile img {
  block-size: 27px;
}

.cpt-panel .panel-head {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 42px 0 32px;
  margin-block-start: -6px;
  display: flex;
  align-items: center;
}

.cpt-panel .panel-head .reducer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.cpt-panel .panel-head .reducer:before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 60px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  content: "";
  transform: translateX(-50%);
}

.cpt-panel .panel-head .title {
  color: #293847;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.cpt-panel .panel-content {
  height: calc(100% - 184px);
  background-color: #f2f3f5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  overflow-y: auto;
}

.cpt-panel .panel-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.cpt-panel .panel-content {
  scrollbar-width: thin;
  scrollbar-color: #fff;
}

.cpt-panel .panel-content::-webkit-scrollbar-track {
  background: #eee;
}

.cpt-panel .panel-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 0 none;
}

.cpt-panel .panel-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background-color: #fff;
  box-shadow: -1px -5px 5px #ccc;
}

.cpt-panel .panel-foot .panel-foot-btn {
  height: 72px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cpt-panel .panel-foot .panel-foot-btn .panel-close {
  border: 1px solid #3732ff;
  width: 50%;
  height: 40px;
  background-color: #fff;
  color: #3732ff;
  margin-inline-end: 8px;
  transition: all 0.15s ease-in-out;
}

.cpt-panel .panel-foot .panel-foot-btn .panel-close:hover {
  background-color: #211db6;
  border: 1px solid #211db6;
  color: #fff;
  cursor: pointer;
}

.cpt-panel .panel-foot .panel-foot-btn .panel-validate {
  width: 100%;
  height: 40px;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
}

.cpt-panel .close {
  position: absolute;
  top: 17px;
  right: 16px;
  color: #fff;
  font-size: 12px;
  font-family: "cdiscount icons";
}

.cpt-panel.de, .cpt-panel.dpci {
  height: calc(100% - 76px);
  top: 76px;
  padding: 0;
  border-radius: 5px 5px 0 0;
}

.cpt-panel.de .panel-head-mobile, .cpt-panel.dpci .panel-head-mobile {
  display: none;
}

.cpt-panel.de .panel-head, .cpt-panel.dpci .panel-head {
  background-color: #fff;
  padding: 15px 0 71px;
  margin-block-start: 0;
  align-items: flex-start;
}

.cpt-panel.de .panel-head .title, .cpt-panel.dpci .panel-head .title {
  font-weight: 600;
  padding-inline-start: 16px;
}

.cpt-panel.de .panel-content, .cpt-panel.dpci .panel-content {
  height: calc(100% - 184px);
  display: block;
}

.cpt-panel.departureDate {
  height: calc(100% - 76px);
  top: 76px;
  padding: 0;
  border-radius: 5px 5px 0 0;
}

.cpt-panel.departureDate .panel-head-mobile {
  display: none;
}

.cpt-panel.departureDate .panel-head {
  background-color: #fff;
  padding: 15px 0;
  margin-block-start: 0;
  align-items: flex-start;
}

.cpt-panel.departureDate .panel-head .title {
  font-weight: 600;
  padding-inline-start: 16px;
}

.cpt-panel.departureDate .panel-content {
  height: calc(100% - 182px);
}

.cpt-panel.departureDate .panel-foot {
  height: 120px;
}

.cpt-panel.minMan, .cpt-panel.vertical, .cpt-panel.nbpts {
  height: calc(100% - 76px);
  top: 76px;
  padding: 0;
  border-radius: 5px 5px 0 0;
}

.cpt-panel.minMan .panel-head-mobile, .cpt-panel.vertical .panel-head-mobile, .cpt-panel.nbpts .panel-head-mobile {
  display: none;
}

.cpt-panel.minMan .panel-head, .cpt-panel.vertical .panel-head, .cpt-panel.nbpts .panel-head {
  background-color: #fff;
  padding: 15px 0;
  margin-block-start: 0;
  align-items: flex-start;
}

.cpt-panel.minMan .panel-head .title, .cpt-panel.vertical .panel-head .title, .cpt-panel.nbpts .panel-head .title {
  font-weight: 600;
  padding-inline-start: 16px;
}

.cpt-panel.minMan .panel-content, .cpt-panel.vertical .panel-content, .cpt-panel.nbpts .panel-content {
  height: calc(100% - 182px);
}

.cpt-panel.minMan .panel-content, .cpt-panel.vertical .panel-content, .cpt-panel.nbpts .panel-content, .cpt-panel.more .panel-content {
  height: calc(100% - 134px);
  padding-block-start: 16px;
}

.cpt-panel.more .panel-content, .cpt-panel.departureDate .panel-content {
  margin-top: 0;
}

.cpt-panel.more .panel-content .cpt-field, .cpt-panel.departureDate .panel-content .cpt-field {
  height: 59px;
  padding: 0 16px;
}

.cpt-panel.more .panel-foot, .cpt-panel.departureDate .panel-foot {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.cpt-panel.minMan .panel-content, .cpt-panel.vertical .panel-content, .cpt-panel.nbpts .panel-content {
  padding-block-start: 0;
  margin-block-start: 0;
  display: block;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-panel {
    width: 500px;
    top: 0;
    left: inherit;
    right: 0;
    background-color: #fff;
    padding: 0;
  }
  .cpt-panel .panel-head {
    height: 62px;
    font-weight: 600;
    padding: 10px 16px;
    margin-block-start: 0;
  }
  .cpt-panel .panel-head .title {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
  }
  .cpt-panel .panel-content {
    display: block;
  }
  .cpt-panel .panel-content .minMan,
  .cpt-panel .panel-content .vertical,
  .cpt-panel .panel-content .nbpts {
    width: auto;
    margin: 10px 16px 16px;
  }
  .cpt-panel .panel-foot .panel-foot-btn .panel-close,
  .cpt-panel .panel-foot .panel-foot-btn .panel-validate {
    font: 400 16px "Hind Madurai", Arial, sans-serif;
    cursor: pointer;
  }
  .cpt-panel .panel-foot .panel-foot-btn .panel-validate {
    width: 50%;
    margin-inline-start: 8px;
  }
  .cpt-panel.de, .cpt-panel.dpci {
    height: 100%;
    top: 0;
    border-radius: 0;
  }
  .cpt-panel.de .panel-head, .cpt-panel.dpci .panel-head {
    padding: 12px 0 100px 15px;
  }
  .cpt-panel.de .panel-head .title, .cpt-panel.dpci .panel-head .title {
    padding-inline-start: 0;
  }
  .cpt-panel.departureDate {
    height: 100%;
    top: 0;
    border-radius: 0;
  }
  .cpt-panel.departureDate .panel-head {
    padding: 12px 0 20px 15px;
  }
  .cpt-panel.departureDate .panel-head .title {
    padding-inline-start: 0;
  }
  .cpt-panel.minMan, .cpt-panel.vertical, .cpt-panel.nbpts {
    height: 100%;
    top: 0;
    border-radius: 0;
  }
  .cpt-panel.minMan .panel-head, .cpt-panel.vertical .panel-head, .cpt-panel.nbpts .panel-head {
    padding: 12px 0 20px 15px;
  }
  .cpt-panel.minMan .panel-head .title, .cpt-panel.vertical .panel-head .title, .cpt-panel.nbpts .panel-head .title {
    padding-inline-start: 0;
  }
}

/**
 * CHECKBOX
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-check-box {
  background-color: #fff;
  padding: 0;
}

.cpt-check-box .group-label {
  background-color: #f2f3f5;
  font-weight: 600;
  font-size: 16px;
  padding: 32px 0 0;
}

.cpt-check-box .group-option .level--1 {
  width: 100%;
}

.cpt-check-box .group-option .level--2 {
  width: 95%;
  margin-left: 5%;
}

.cpt-check-box .group-option .level--3 {
  width: 90%;
  margin-left: 10%;
}

.cpt-check-box .group-option .level--4 {
  width: 85%;
  margin-left: 15%;
}

.cpt-check-box .group-option .level--5 {
  width: 80%;
  margin-left: 20%;
}

.cpt-check-box .group-option .check-option {
  height: 40px;
  background-color: #fff;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  line-height: 12px;
  border-radius: 4px;
  padding: 0 10px;
  margin-block-start: 14px;
  margin-block-end: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.15s ease-in-out;
}

.cpt-check-box .group-option .check-option:checked {
  background-color: #f2f3f5;
  cursor: default;
}

.cpt-check-box .group-option .check-option:checked:checked ~ .checkbox-clone {
  border: #3732ff solid 2px;
}

.cpt-check-box .group-option .check-option:checked:checked ~ .checkbox-clone:before {
  background-color: #3732ff;
}

.cpt-check-box .group-option .check-option [type="checkbox"] {
  position: relative;
}

.cpt-check-box .group-option .check-option [type="checkbox"] ~ .checkbox-clone {
  position: absolute;
  top: -5px;
  right: -2px;
  width: 24px;
  height: 24px;
  border: 1px solid #b6c2cd;
  content: "";
  background-color: #f2f3f5;
  border-radius: 50%;
}

.cpt-check-box .group-option .check-option [type="checkbox"] ~ .checkbox-clone:before {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #f2f3f5;
  border-radius: 50%;
  cursor: pointer;
}

.cpt-check-box .group-option .check-option [type="checkbox"]:checked ~ .checkbox-clone {
  border: #3732ff solid 2px;
}

.cpt-check-box .group-option .check-option [type="checkbox"]:checked ~ .checkbox-clone:before {
  background-color: #3732ff;
}

.cpt-check-box .group-option .check-option ~ :not(:checked):hover {
  background-color: #ececec;
  cursor: pointer;
}

.cpt-check-box .group-option .check-option ~ :not(:checked):hover .checkbox-clone {
  border: 1px solid #293847;
  background-color: #fff;
}

.cpt-check-box .group-option .check-option ~ :not(:checked):hover .checkbox-clone:before {
  background-color: #fff;
}

.cpt-check-box.with-filter .group-checkbox-option {
  padding-block-start: 0;
  padding-block-end: 30px;
}

.cpt-check-box > div {
  background-color: #f2f3f5;
  font-size: 14px;
  padding: 0 16px;
  margin-block-start: 16px;
}

.cpt-check-box .input-checkbox {
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 0 none;
  padding-inline-end: 20px;
  margin-block-start: -11px;
  z-index: 2;
}

.cpt-check-box .input-checkbox input[type="text"] {
  border: 1px solid #ccc;
  width: 100%;
  height: 40px;
  background-color: #eff0f4;
  color: #293847;
  font-size: 16px;
  font-family: "Hind Madurai", Arial, sans-serif;
  border-radius: 2px;
  padding: 5px 10px;
  margin: 10px 10px 16px 0;
}

.cpt-check-box .input-checkbox input[type="text"]::placeholder {
  color: #7a8999;
}

.cpt-check-box .checkbox-wrap {
  position: relative;
}

.cpt-check-box .check-option:has([type="checkbox"]:checked) {
  background-color: #e6f1fa;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-check-box .group-option .check-option {
    cursor: pointer;
  }
}

/**
 * OVERLAY PANEL
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-overlay-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1000;
  transition: background-color 0.2s ease-in-out;
}

.cpt-overlay-panel.animate {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/**
 * Calendar
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-calendar {
  padding: 15px;
}

.cpt-calendar .whenever-input {
  height: 40px;
  background: #fff;
  padding: 0 8px;
  margin-block-end: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.cpt-calendar .whenever-input label {
  color: #293847;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  cursor: pointer;
}

.cpt-calendar .whenever-input .checkbox-wrap {
  position: relative;
}

.cpt-calendar .whenever-input input ~ .checkbox-clone {
  position: absolute;
  top: -5px;
  right: -2px;
  width: 24px;
  height: 24px;
  border: 1px solid #b6c2cd;
  content: "";
  background-color: #f2f3f5;
  border-radius: 50%;
}

.cpt-calendar .whenever-input input ~ .checkbox-clone:before {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #f2f3f5;
  border-radius: 50%;
  cursor: pointer;
}

.cpt-calendar .whenever-input input:checked ~ .checkbox-clone {
  border: #3732ff solid 2px;
  background-color: #fff;
}

.cpt-calendar .whenever-input input:checked ~ .checkbox-clone:before {
  background-color: #3732ff;
}

.cpt-calendar .month {
  display: flex;
  justify-content: center;
  margin-block-end: 35px;
}

.cpt-calendar .month .DayPicker {
  width: 100%;
}

.cpt-calendar .month .DayPicker-Month {
  width: 100%;
  border-radius: 4px;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption {
  width: 95%;
  height: 35px;
  border-radius: 20px;
  margin: auto auto 50px;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .month-title {
  text-transform: capitalize;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month {
  position: relative;
  text-align: left;
  padding: 0 5px;
  margin-block-start: 25px;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .checkbox-wrap {
  position: relative;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 15px;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month ~ .checkbox-clone {
  position: absolute;
  top: -5px;
  left: -2px;
  width: 24px;
  height: 24px;
  border: 1px solid #b6c2cd;
  content: "";
  background-color: #f2f3f5;
  border-radius: 3px;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month ~ .checkbox-clone:before {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #f2f3f5;
  border-radius: 3px;
  cursor: pointer;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month:checked ~ .checkbox-clone {
  border: #3732ff solid 2px;
  background-color: #fff;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month:checked ~ .checkbox-clone:before {
  background-color: #3732ff;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .option-label {
  padding-inline-start: 30px;
  cursor: pointer;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Day {
  width: 62px;
  height: 30px;
  padding: 0;
  border-radius: 30px;
  color: #000;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Day.DayPicker-Day--today {
  font-weight: normal;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Day.DayPicker-Day--selected {
  background-color: #e4e7eB;
  font-weight: 700;
}

.cpt-calendar .month .DayPicker-Month .DayPicker-Day.DayPicker-Day--disabled {
  cursor: default;
  pointer-events: none;
  color: #7a8999;
}

.cpt-calendar .month .DayPicker-Month abbr {
  text-transform: capitalize;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-calendar .whenever-input input:before {
    cursor: pointer;
  }
  .cpt-calendar .whenever-input input:after {
    cursor: pointer;
  }
  .cpt-calendar .whenever-input input:checked:hover:before {
    border: #227cc3 solid 2px;
  }
  .cpt-calendar .whenever-input input:hover:before {
    border: 1px solid #227cc3;
  }
  .cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month:before {
    cursor: pointer;
  }
  .cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month:after {
    cursor: pointer;
  }
  .cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month:checked:hover:before {
    border: #227cc3 solid 2px;
  }
  .cpt-calendar .month .DayPicker-Month .DayPicker-Caption .all-dates-month .cbx-all-month:hover:before {
    border: 1px solid #227cc3;
  }
}

/**
 * ADJUSTEMENTS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-adjustments {
  position: relative;
  display: block;
}

.cpt-adjustments .adjustments-wrapper {
  padding-inline-start: 16px;
  padding-block-start: 16px;
  display: flex;
  justify-content: flex-start;
  overflow-y: auto;
}

.cpt-adjustments .adjustments-wrapper .adjust-option {
  border: 1px solid #aaa;
  height: 31px;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  white-space: nowrap;
  border-radius: 25px;
  padding: 0 16px;
  margin-inline-end: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

.cpt-adjustments .adjustments-wrapper .adjust-option:hover, .cpt-adjustments .adjustments-wrapper .adjust-option.selected {
  border: #3732ff solid 2px;
  color: #3732ff;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-adjustments .adjustments-wrapper {
    overflow-y: inherit;
  }
  .cpt-adjustments .adjustments-wrapper .adjust-option {
    cursor: pointer;
  }
}

/**
 * MORE LESS BUTTON
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-more-less {
  border: #3732ff solid 2px;
  width: auto;
  height: 32px;
  background-color: #fff;
  color: #3732ff;
  font: 400 12px "Hind Madurai", Arial, sans-serif;
  border-radius: 30px;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cpt-more-less:after {
  position: absolute;
  top: 9px;
  right: 14px;
  color: #3732ff;
  font: 400 10px "cdiscount icons";
  content: "3";
  transform: rotate(90deg);
}

.cpt-more-less .nb-field-selected {
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #3fb252;
  background-color: #fff;
  color: #3fb252;
  font: 400 12px/1.6 "Hind Madurai", Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
}

.cpt-more-less.less:after {
  top: 8px;
  transform: rotate(270deg);
}

.cpt-more-less.less .nb-field-selected {
  display: none;
}

/**
 * INPUT SPINNER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-input-spinner {
  width: 100%;
  height: 50px;
  background-color: #fff;
  font-size: 14px;
  line-height: 10px;
  border-radius: 4px;
  padding: 0 8px;
  margin-block-end: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.cpt-input-spinner .label {
  color: #293847;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
}

.cpt-input-spinner .minus,
.cpt-input-spinner .value,
.cpt-input-spinner .plus {
  width: 32px;
  height: 32px;
  border: 1px solid #b6c2cd;
  color: #293847;
  font: 600 14px/30px "Hind Madurai", Arial, sans-serif;
  text-align: center;
  outline: 0 none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cpt-input-spinner .minus {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-inline-end: -1px;
}

.cpt-input-spinner .plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-inline-start: -1px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-input-spinner .minus {
    cursor: pointer;
  }
  .cpt-input-spinner .plus {
    cursor: pointer;
  }
}

/**
 * PASSENGERS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-passengers .passengers-content {
  font-size: 13px;
  padding: 16px;
}

.cpt-passengers .passengers-content .legend {
  color: #7a8999;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-flat-search-engine {
  position: absolute;
  top: 10px;
  width: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 20px 20px 20px;
  z-index: 997;
}

.cpt-flat-search-engine .content {
  display: flex;
  flex-direction: column;
}

.cpt-flat-search-engine button {
  border: 1px solid #3732ff;
  background-color: #3732ff;
  color: #fff;
  border-radius: 30px;
  transition: all 0.15s ease-in-out;
}

.cpt-flat-search-engine button:hover {
  background-color: #211db6;
  border-color: #211db6;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-flat-search-engine {
    top: 307px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 4px rgba(50, 50, 50, 0.15);
    padding: 5px 16px 16px;
  }
  .page-serp .cpt-flat-search-engine {
    top: 126px;
  }
  .cpt-flat-search-engine .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cpt-flat-search-engine .content .cpt-field {
    margin-block-start: 0;
  }
  .cpt-flat-search-engine .content button {
    margin-block-start: 0;
  }
  .cpt-flat-search-engine .content .panel-control {
    position: fixed;
    top: 0;
    right: -500px;
    width: 0;
    height: 0;
    z-index: 999;
    transition: right 0.3s ease-in-out;
  }
  .cpt-flat-search-engine .content .panel-control .cpt-panel {
    position: absolute;
  }
  .cpt-flat-search-engine .content .panel-control.animate {
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/**
 * TITLE BLOCK - CDISCOUNT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-title-block {
  font-size: 30px;
  font-weight: 700;
  color: #FF1E3C;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-title-block {
    font-size: 36px;
  }
}

/**
 * PRICE BLOCK
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-price-block .from {
  color: #293847;
  text-transform: uppercase;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
/**
 * SORT TOOLBAR
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-sort-toolbar {
  margin-bottom: 0;
  position: relative;
}

.cpt-sort-toolbar .cpt-tags-wrap {
  background-color: #f2f3f3;
  margin: 0 -15px;
  padding: 0 15px 15px 15px;
  position: relative;
}

.cpt-sort-toolbar .cpt-tags-wrap .tags-wrap-content {
  padding-left: 15px;
  margin: 0 -15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
}

.cpt-sort-toolbar .cpt-tags-wrap .tags-wrap-content .tag-item {
  background-color: white;
  font-size: 12px;
  color: gray;
  padding: 5px 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}

.is-mobile .cpt-sort-toolbar {
  margin-top: 24px;
}

.is-mobile .cpt-search-engine-trigger {
  margin: 0 -15px 0px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-sort-toolbar {
    margin-bottom: 15px;
  }
}

/**
 * RESULT NUMBER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-result-number {
  background-color: #f2f3f3;
  font-size: 14px;
  color: #293847;
  position: relative;
  top: 2px;
  padding: 17px 15px 15px;
  margin: -26px -15px 0;
}

.cpt-result-number .number {
  font-weight: 700;
}

.cpt-result-number .button-menu-mobile {
  position: absolute;
  top: 50%;
  right: 15px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

.cpt-result-number .button-menu-mobile .button-menu-mobile-item {
  height: 30px;
  border-left: 1px solid #d5d5d5;
  padding: 0 7px;
  margin-left: 7px;
  display: flex;
  align-items: center;
}

.cpt-result-number .button-menu-mobile .button-menu-mobile-item .label {
  margin-left: 5px;
}

.cpt-result-number .button-result-number-sticky-content {
  position: initial;
  top: auto;
  left: auto;
}

.cpt-result-number .button-result-number-sticky-content .back-to-top-mobile {
  display: none;
}

.cpt-result-number .button-result-number-sticky-content.sticky-mode {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  z-index: 2;
  text-align: center;
}

.cpt-result-number .button-result-number-sticky-content.sticky-mode .cpt-button-menu-mobile {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: translateY(0);
}

.cpt-result-number .button-result-number-sticky-content.sticky-mode .cpt-button-menu-mobile .button-menu-mobile-item {
  background-color: #293847;
  color: #fff;
  height: 35px;
  padding: 0 13px;
  border-radius: 4px;
  border: 1px solid #293847;
  box-shadow: 0 0 5px rgba(208, 208, 208, 0.6);
}

.cpt-result-number .button-result-number-sticky-content.sticky-mode .cpt-button-menu-mobile .button-menu-mobile-item:before {
  display: none;
}

.cpt-result-number .button-result-number-sticky-content.sticky-mode .back-to-top-mobile {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: white;
  color: #293847;
  display: block;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 5px rgba(208, 208, 208, 0.6);
  transform: translateY(-50%);
}

.cpt-result-number .button-result-number-sticky-content.sticky-mode .back-to-top-mobile .elem-icon {
  position: relative;
  top: 10px;
  font-size: 24px;
  display: block;
  transform: rotate(-90deg);
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-result-number .button-result-number-sticky-content .back-to-top-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-result-number {
    padding: 0;
    margin: 0;
    top: 8px;
    white-space: nowrap;
  }
}

/**
 * SORT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-sort {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0;
  z-index: 9;
}

.cpt-sort .sort-container-mobile {
  position: absolute;
  top: 68px;
  left: 0;
  width: 100%;
  height: calc(100% - 68px);
  background-color: #fff;
  overflow-y: scroll;
}

.cpt-sort .sort-container-mobile .result-list {
  position: relative;
}

.cpt-sort .sort-container-mobile .result-list .item {
  color: #293847;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
  border-bottom: 1px solid #f2f3f3;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-sort {
    position: relative;
    top: 1px;
    left: auto;
    width: auto;
    height: auto;
    background-color: transparent;
    text-align: right;
    margin: 0;
  }
  .cpt-sort .sort-container-desktop {
    font-size: 14px;
    font-weight: 700;
  }
  .cpt-sort select {
    border: 1px solid #d5d5d5;
    padding: 4px 8px;
    border-radius: 4px;
  }
}

/**
 * PAGINATION - CDISCOUNT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-wrap .cpt-pagination {
  margin-top: 20px;
}

.cpt-pagination .page-number {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #293847;
  border: 1px solid #293847;
  border-radius: 4px;
  min-width: 22px;
  height: 22px;
  line-height: 19px;
  margin: 0 3px;
  padding: 1px 5px 0;
  text-align: center;
  display: inline-block;
}

.cpt-pagination .page-number.active, .cpt-pagination .page-number:hover {
  background-color: #293847;
  color: #fff;
  border: 1px solid #293847;
}

.cpt-pagination .arrow {
  font-size: 12px;
  font-weight: 700;
  color: #293847;
}

.cpt-pagination .dots {
  font-size: 12px;
  color: #293847;
  margin: 0 5px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 576px) {
  .cpt-pagination {
    margin-top: 0;
  }
  .pagination-wrap .cpt-pagination {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-pagination {
    text-align: right;
  }
}

/**
 * FILTERS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f3f5;
  border: 0 none;
  border-radius: 4px;
  margin: 0;
  z-index: 5;
}

.cpt-filters .cpt-title-modal {
  height: 50px;
  max-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-filters .title-filters {
  background-color: transparent;
  color: #FF1E3C;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  padding: 12px 10px 0;
  display: none;
}

.cpt-filters .title-filters .elem-button-close {
  font-size: 16px;
  text-transform: none;
  float: right;
  margin-block-start: 3px;
}

.cpt-filters .filter-breadcrumb .breadcrumb-value {
  border: 1px solid #d5d5d5;
  font-size: 12px;
  border-radius: 35px;
  padding: 5px 10px;
  margin-block-end: 10px;
  display: inline-flex;
}

.cpt-filters .filter-breadcrumb .elem-icon {
  font-size: 10px;
  margin: 0 5px;
}

.cpt-filters .collapse-title {
  color: #293847;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  margin-block-end: 12px;
}

.cpt-filters .collapse-title .elem-icon {
  font-size: 15px;
  float: right;
}

.cpt-filters .content-filters {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - (50px + 70px));
  padding: 10px 16px;
  border: 0 none;
  overflow-y: scroll;
}

.cpt-filters .inner-item-filters {
  position: relative;
}

.cpt-filters .inner-item-filters.scroll {
  max-height: 250px;
  overflow-y: scroll;
}

.cpt-filters .inner-item-filters.scroll .number {
  right: 10px;
}

.cpt-filters .inner-item-filters .top-filters {
  border-bottom: solid;
  border-bottom-width: 1px;
  border-bottom-color: #d5d5d5;
  margin-block-end: 10px;
}

.cpt-filters .inner-item-filters .filters {
  padding-block-start: 5px;
}

.cpt-filters .item-filters {
  background-color: #fff;
  color: #666;
  padding: 15px;
  margin: 0 0 20px;
}

.cpt-filters .item-filters:first-child {
  margin-block-start: 5px;
}

.cpt-filters .item-filters:last-child {
  margin-block-end: 5px;
}

.cpt-filters .item-filters .open-more-item {
  color: #227cc3;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  text-decoration: underline;
}

.cpt-filters .input-wrap {
  padding: 0;
  margin-block-end: 16px;
  display: flex;
  align-items: center;
  position: relative;
}

.cpt-filters .input-wrap input {
  position: absolute;
  opacity: 0;
  outline: 0 none;
}

.cpt-filters .input-wrap input + label {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.cpt-filters .input-wrap input + label:before {
  width: 24px;
  height: 24px;
  border: 1px solid #b6c2cd;
  background-color: #f2f3f5;
  border-radius: 4px;
  vertical-align: text-top;
  outline: 0 none;
  margin-inline-end: 10px;
  display: inline-block;
  content: "";
}

.cpt-filters .input-wrap input:checked + label:before {
  background-color: #3732ff;
  border-color: #3732ff;
}

.cpt-filters .input-wrap input:disabled + label {
  color: #d0d0d0;
  cursor: auto;
}

.cpt-filters .input-wrap input:disabled + label:before {
  background-color: #ececec;
  border-color: #ececec;
}

.cpt-filters .input-wrap input:checked + label:after {
  position: absolute;
  left: 5px;
  color: #fff;
  font-family: "cdiscount icons";
  content: "f";
}

.cpt-filters .input-wrap label {
  color: #293847;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  margin-inline-start: 0;
}

.cpt-filters .input-wrap .number {
  position: absolute;
  top: 5px;
  right: 0;
  color: #a6adbb;
  font-size: 11px;
}

.cpt-filters .input-wrap .tooltip-wrap {
  position: relative;
  display: inline-flex;
}

.cpt-filters .input-wrap .elem-button--default {
  color: #666;
  font-size: 11px;
}

.cpt-filters .input-wrap .tooltip {
  position: absolute;
  right: -18px;
  bottom: 24px;
  border: 1px solid #d5d5d5;
  max-width: 163px;
  background-color: white;
  color: #333;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  display: none;
}

.cpt-filters .input-wrap .tooltip:after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
}

.cpt-filters .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
}

.cpt-filters .button-container #reinitButton {
  position: relative;
  border: #227cc3 solid 2px;
  width: 50%;
  background-color: #fff;
  color: #227cc3;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  margin: 15px 0 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-filters .button-container .button-wrap {
  width: 50%;
  margin: 15px;
}

.cpt-filters .button-container .button-wrap .elem-button-primary {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #227cc3;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  border: 0 none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-filters {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    background-color: #fff;
    padding-block-end: 40px;
    margin: 20px 0;
    z-index: 2;
  }
  .cpt-filters .filter-breadcrumb .breadcrumb-value.clickable {
    cursor: pointer;
  }
  .cpt-filters .item-filters {
    padding: 0;
    margin: 23px 0 20px;
  }
  .cpt-filters .item-filters .open-more-item {
    cursor: pointer;
  }
  .cpt-filters .content-filters {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .cpt-filters .title-filters {
    display: block;
  }
  .cpt-filters .input-wrap .tooltip-wrap:hover .tooltip {
    display: block;
  }
  .cpt-filters .button-container {
    display: none;
  }
  .cpt-filters .button-container #reinitButton {
    cursor: pointer;
  }
  .cpt-filters .button-container .button-wrap .elem-button-primary {
    cursor: pointer;
  }
}

/**
 * SERP RESULT
 *
 * $type component
 */
/**
 * STYLES
 *
 * $type variable
 */
/**
 * SLIDER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider {
  width: 100%;
}

.cpt-slider .elem-image {
  height: 222px;
  min-height: 222px;
  max-height: 222px;
  border-radius: 6px 6px 0 0;
  position: relative;
  overflow: hidden;
}

.cpt-slider .elem-image img {
  height: 100%;
}

.cpt-slider .slick-list {
  margin: 0;
}

.cpt-slider .slick-next {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.cpt-slider .slick-next:before {
  content: "3";
  font-family: "cdiscount icons";
  font-size: 20px;
  display: none;
}

.cpt-slider .slick-prev {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.cpt-slider .slick-prev:before {
  content: "3";
  font-family: "cdiscount icons";
  font-size: 20px;
  transform: rotate(-180deg);
  display: none;
}

.cpt-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0;
  border: 0;
  bottom: 0;
}

.cpt-slider .slick-dots li.slick-active button {
  background-color: #FF1E3C;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-slider {
    width: 481px;
  }
  .cpt-slider .elem-image {
    height: 276px;
    min-height: 276px;
    max-height: none;
    border-radius: 6px 0 0 6px;
  }
}

/**
 * LIGHT RESULT ITEM
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-light-result-item {
  background-color: white;
  border-radius: 0;
  margin-block-end: 30px;
}

.cpt-light-result-item .slick-slider.slick-dotted {
  margin-block-end: 0;
}

.cpt-light-result-item .slick-slider.slick-dotted .slick-dots {
  bottom: 0;
}

.cpt-light-result-item .right-container {
  position: relative;
}

.cpt-light-result-item .right-container .bottom-wrap {
  width: 100%;
  height: 55px;
  position: relative;
}

.cpt-light-result-item .right-container .bottom-wrap .cpt-tag.reduction {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #f4f6f8;
  color: #ff5400;
  display: inline-flex;
  align-items: center;
}

.cpt-light-result-item .right-container .bottom-wrap .cpt-tag.reduction .elem-icon-wrap {
  margin: 0 3px;
}

.cpt-light-result-item .right-container .bottom-wrap .cpt-tag.reduction .elem-icon-wrap .elem-icon {
  font-size: 13px;
}

.cpt-light-result-item .right-container .bottom-wrap .cpt-base-price {
  position: absolute;
  right: 25px;
  bottom: 10px;
  color: #808080;
  margin-block-start: inherit;
}

.cpt-light-result-item .right-container .bottom-wrap .cpt-base-price .price-duration,
.cpt-light-result-item .right-container .bottom-wrap .cpt-base-price .from-price {
  font-weight: 600;
  font-size: 12px;
}

.cpt-light-result-item .right-container .bottom-wrap .cpt-base-price .final-price {
  font-weight: 600;
  font-size: 16px;
  margin-block-start: 4px;
}

.cpt-light-result-item .right-container .bottom-wrap .cpt-base-price .price-by {
  font-weight: 600;
  font-size: 12px;
  position: relative;
}

.cpt-light-result-item .right-container .bottom-wrap .cpt-base-price .price-by .cpt-base-price-tooltip {
  position: absolute;
  top: 0;
  right: -14px;
}

.cpt-light-result-item.push .right-container .bottom-wrap {
  height: auto;
  min-height: 88px;
  padding: 0 15px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.cpt-light-result-item.push .right-container .bottom-wrap .reduction {
  position: relative;
  top: auto;
  right: auto;
  font-size: 14px;
  margin-block-end: 5px;
}

.cpt-light-result-item.push .right-container .bottom-wrap .cpt-base-price {
  position: relative;
  right: auto;
  bottom: auto;
  text-align: right;
}

.cpt-light-result-item.push .right-container .bottom-wrap .cpt-base-price .final-price {
  font-size: 21px;
}

.cpt-light-result-item.push .right-container .bottom-wrap .cpt-base-price .price-duration {
  color: #293847;
  font-weight: 400;
  font-size: 14px;
  margin-block-end: 5px;
  display: block;
}

.cpt-light-result-item.push .right-container .bottom-wrap .cpt-base-price .from-price {
  font-weight: 400;
  font-size: 16px;
  margin-inline-end: 5px;
}

.cpt-light-result-item.push .right-container .bottom-wrap .cpt-base-price .price-by {
  font-weight: 400;
  font-size: 14px;
}

.cpt-light-result-item.push .right-container .bottom-wrap .cpt-base-price .price-by .cpt-base-price-tooltip {
  position: relative;
  top: auto;
  right: auto;
  display: inline-flex;
}

.cpt-light-result-item.push .right-container .bottom-wrap .cpt-base-price .price-by .cpt-base-price-tooltip .elem-icon {
  position: relative;
  top: auto;
  right: auto;
}

:is(.cpt-offers-slider .cpt-light-result-item, .cpt-events .cpt-light-result-item) {
  width: 290px;
  border-radius: 6px;
  margin-inline-end: 15px;
  margin-block-end: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

:is(.cpt-offers-slider .cpt-light-result-item, .cpt-events .cpt-light-result-item):last-child {
  margin-inline-end: 0;
}

:is(.cpt-offers-slider .cpt-light-result-item, .cpt-events .cpt-light-result-item) .cpt-slider {
  width: 100%;
}

:is(.cpt-offers-slider .cpt-light-result-item, .cpt-events .cpt-light-result-item) .cpt-slider .elem-image {
  background-color: #e4e7eB;
  height: 222px;
  min-height: 222px;
  border-radius: 0;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-light-result-item {
    display: flex;
    flex-direction: column;
  }
  .cpt-light-result-item .slick-slider {
    width: 325px;
  }
  .cpt-light-result-item .right-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-light-result-item .slick-slider:hover .slick-arrow:before {
    font-size: 20px;
    font-family: "cdiscount icons";
    display: inline-block;
    content: "3";
  }
  .cpt-light-serp-result {
    margin-block-start: 20px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-light-result-item .slick-slider {
    width: 430px;
  }
}

/**
 * BASE PRICE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-base-price {
  position: relative;
}

.cpt-base-price .from-price {
  font-size: 14px;
  text-decoration: line-through;
}

.cpt-base-price .final-price {
  font-weight: 700;
  font-size: 20px;
}

:is(.cpt-offers-slider .cpt-base-price, .cpt-events .cpt-base-price) {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

:is(.cpt-offers-slider .cpt-base-price, .cpt-events .cpt-base-price) .price-duration {
  color: #293847;
  font-size: 12px;
}

:is(.cpt-offers-slider .cpt-base-price, .cpt-events .cpt-base-price) .price-by {
  color: #293847;
  font-size: 11px;
  padding-inline-end: 15px;
}

:is(.cpt-offers-slider .cpt-base-price, .cpt-events .cpt-base-price) .final-price {
  font-size: 22px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  :is(.cpt-offers-slider .cpt-base-price, .cpt-events .cpt-base-price) .from-price {
    font-size: 16px;
  }
  :is(.cpt-offers-slider .cpt-base-price, .cpt-events .cpt-base-price) .price-duration {
    font-size: 12px;
  }
  :is(.cpt-offers-slider .cpt-base-price, .cpt-events .cpt-base-price) .price-by {
    font-size: 12px;
  }
}

/**
 * BASE PRICE TOOLTIP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-base-price-tooltip .content-popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.cpt-base-price-tooltip .content-popin .content-popin-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #293847;
  text-align: left;
  border-radius: 5px 5px 0 0;
  padding: 15px;
}

.cpt-base-price-tooltip .content-popin .content-popin-inner .content-popin-title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #d0d0d0;
  padding-block-end: 15px;
  margin: 10px 0 30px;
}

.cpt-base-price-tooltip .content-popin .content-popin-inner .infos-list {
  font-weight: 400;
}

.cpt-base-price-tooltip .content-popin .content-popin-inner .infos-list .city,
.cpt-base-price-tooltip .content-popin .content-popin-inner .infos-list .next-date {
  font-weight: 600;
}

.cpt-base-price-tooltip .content-popin .content-popin-inner .content-popin-cta {
  margin: 30px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cpt-base-price-tooltip .content-popin .content-popin-inner .content-popin-cta .elem-button--default {
  width: 100%;
  background-color: #3fb252;
  color: #fff;
  border-radius: 4px;
  padding: 8px 15px;
}

:is(.cpt-offers-slider .cpt-base-price-tooltip, .cpt-events .cpt-base-price-tooltip) {
  position: absolute;
  top: 35px;
  right: 14px;
}

:is(.cpt-offers-slider .cpt-base-price-tooltip, .cpt-events .cpt-base-price-tooltip) .content {
  min-width: 210px;
  bottom: 8px;
  top: auto;
  right: -9px;
}

:is(.cpt-offers-slider .cpt-base-price-tooltip, .cpt-events .cpt-base-price-tooltip) .content:before {
  bottom: -6px;
  top: auto;
  transform: rotate(180deg);
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-base-price-tooltip {
    position: absolute;
    top: 15px;
    right: 0;
    background: transparent;
  }
  .cpt-base-price-tooltip .elem-icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  .cpt-base-price-tooltip .content {
    position: absolute;
    top: 24px;
    right: -9px;
    min-width: 320px;
    background-color: #293847;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    border-radius: 4px;
    padding: 9px 10px 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
  }
  .cpt-base-price-tooltip .content .infos,
  .cpt-base-price-tooltip .content p {
    margin: 0 0 3px 0;
  }
  .cpt-base-price-tooltip .content .city,
  .cpt-base-price-tooltip .content .next-date {
    font-weight: 600;
  }
  .cpt-base-price-tooltip .content:before {
    position: absolute;
    top: -6px;
    right: 10px;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent #293847;
    border-width: 0 6px 6px;
    content: "";
    z-index: 1;
  }
}

/**
 * Light result description
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-light-description {
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cpt-light-description .cpt-destination,
.cpt-light-description .thematics {
  color: #808080;
  font-size: 12px;
}

.cpt-light-description .cpt-destination {
  margin-block-end: 10px;
}

.cpt-light-description .title,
.cpt-light-description .meal-plan {
  color: #293847;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 10px;
}

.cpt-light-description .meal-plan {
  font-size: 14px;
}

.cpt-light-description .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cpt-light-description .category {
  margin-block-end: 10px;
}

.cpt-light-description .tags-wrap {
  margin-block-end: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

.cpt-light-description .cpt-tag {
  font-family: "Hind Madurai", Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  block-size: 24px;
  padding: 2px 8px 0;
  white-space: nowrap;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
  position: relative;
}

.cpt-light-description .cpt-tag .elem-icon-wrap .elem-icon {
  font-size: 16px;
}

.cpt-light-description .cpt-tag.flash {
  background: #FF1E3C;
}

.cpt-light-description .cpt-tag.exclusive {
  background: #ffde54;
  color: #293847;
}

.cpt-light-description .cpt-tag.top-sale {
  background: #293847;
}

.cpt-light-description .cpt-tag.last-minute-offer {
  background: #211db6;
}

.cpt-light-description .cpt-tag.more-responsible {
  background: #2bb04a;
}

:is(.cpt-offers-slider .cpt-light-description, .cpt-events .cpt-light-description) {
  min-height: 144px;
  padding: 15px 15px 0;
}

:is(.cpt-offers-slider .cpt-light-description, .cpt-events .cpt-light-description) .title {
  margin-block-end: 0;
}

:is(.cpt-offers-slider .cpt-light-description, .cpt-events .cpt-light-description) .category {
  margin-block-end: 0;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-light-description {
    padding: 15px 15px 0;
    min-height: 205px;
  }
}

/**
 * PROMOTION BANNER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-promotion-banner {
  margin: 0 auto 30px;
}

.cpt-promotion-banner .elem-image {
  width: auto;
  height: auto;
}

.cpt-promotion-banner .elem-image img {
  border-radius: 6px;
  height: 100px;
  overflow: hidden;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-serp-result {
  margin-top: 0;
}

.cpt-serp-result .no-result {
  text-align: center;
  margin-top: 20px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-serp-result {
    margin-top: 20px;
  }
}

/**
 * RESULT ITEM - CDISCOUNT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-result-item {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 2px 2px 4px rgba(208, 208, 208, 0.6);
  line-height: 1.25;
  margin-bottom: 25px;
}

.cpt-result-item .header-wrap {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 14px;
  padding-bottom: 0;
  position: relative;
}

.cpt-result-item .header-wrap .product-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cpt-result-item .header-wrap .cpt-destination {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
  padding-right: 70px;
}

.cpt-result-item .header-wrap .booking-promotion {
  position: absolute;
  right: 14px;
  bottom: -1px;
  width: 60px;
  height: 28px;
  background-color: #FF1E3C;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-top: 3px;
  overflow: hidden;
}

.cpt-result-item .header-wrap .booking-promotion .label {
  font-size: 12px;
  font-weight: 300;
}

.cpt-result-item .photo-wrap {
  position: relative;
}

.cpt-result-item .photo-wrap .elem-image {
  height: 320px;
  overflow: hidden;
}

.cpt-result-item .photo-wrap .labels-wrap {
  position: absolute;
  top: 0;
  left: -1px;
}

.cpt-result-item .photo-wrap .labels-wrap .label-item {
  width: auto;
  height: 28px;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 32px;
  position: relative;
}

.cpt-result-item .photo-wrap .labels-wrap .label-item .elem-icon-wrap {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.cpt-result-item .photo-wrap .labels-wrap .label-item .elem-icon {
  font-size: 16px;
  font-weight: normal !important;
  font-style: normal !important;
  font-family: "cdiscount icons" !important;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cpt-result-item .photo-wrap .labels-wrap .label-item .elem-icon:before {
  content: attr(data-icon);
}

.cpt-result-item .photo-wrap .labels-wrap .cpt-flash-sale {
  background-color: #FF1E3C;
  color: #fff;
}

.cpt-result-item .photo-wrap .labels-wrap .cpt-top-sale {
  background-color: #ffd012;
  color: #293847;
}

.cpt-result-item .photo-wrap .labels-wrap .cpt-promo-code {
  background-color: #fff;
  color: #FF1E3C;
}

.cpt-result-item .desc-wrap {
  padding: 0 14px;
}

.cpt-result-item .desc-wrap .icons-list {
  margin-bottom: 16px;
  padding: 0;
  list-style: none;
}

.cpt-result-item .desc-wrap .icons-list .list-item {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.cpt-result-item .desc-wrap .icons-list .list-item .elem-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  transform: translateY(-50%);
}

.cpt-result-item .desc-wrap .check-list {
  margin-bottom: 16px;
  padding: 0;
  list-style: none;
}

.cpt-result-item .desc-wrap .check-list .list-item {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  max-height: 30px;
  margin-bottom: 16px;
  overflow: hidden;
}

.cpt-result-item .desc-wrap .check-list .list-item .elem-icon-wrap {
  width: 16px;
  margin-right: 10px;
  display: block;
  float: left;
}

.cpt-result-item .desc-wrap .check-list .list-item .elem-icon {
  font-size: 16px;
  font-weight: normal !important;
  font-style: normal !important;
  font-family: "cdiscount icons" !important;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cpt-result-item .desc-wrap .check-list .list-item .elem-icon:before {
  content: attr(data-icon);
  color: #3fb252;
}

.cpt-result-item .desc-wrap .cities-list {
  margin-bottom: 16px;
}

.cpt-result-item .desc-wrap .cities-list .product-name {
  font-size: 13px;
  font-weight: 700;
}

.cpt-result-item .desc-wrap .cities-list .cities {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cpt-result-item .desc-wrap .cities-list .cities .city:before {
  content: ",";
  display: inherit;
  margin-left: -2px;
  margin-right: 2px;
}

.cpt-result-item .desc-wrap .cities-list .cities .city:first-child:before {
  display: none;
}

.cpt-result-item .desc-wrap .item-desc {
  font-size: 12px;
  color: #888;
  margin-bottom: 16px;
}

.cpt-result-item .bottom-wrap {
  padding: 0 15px 15px;
}

.cpt-result-item .bottom-wrap .hr-separator {
  background-color: #d5d5d5;
  border: 0;
  height: 1px;
  margin-bottom: 18px;
}

.cpt-result-item .bottom-wrap .departure-infos {
  width: 60%;
  float: left;
}

.cpt-result-item .bottom-wrap .price-infos {
  width: 40%;
  float: left;
  position: relative;
  top: -5px;
}

.cpt-result-item .bottom-wrap .next-departure {
  font-size: 11px;
  margin-bottom: 12px;
}

.cpt-result-item .bottom-wrap .next-departure .secondary {
  font-weight: 700;
}

.cpt-result-item .bottom-wrap .price-duration {
  font-size: 11px;
}

.cpt-result-item .bottom-wrap .price-by {
  font-size: 11px;
  color: #888;
}

.cpt-result-item .bottom-wrap .price-EUR {
  font-size: 30px;
  font-weight: 700;
}

.cpt-result-item .bottom-wrap .from {
  font-size: 12px;
  color: #888;
}

.cpt-result-item .bottom-wrap .from .from-price {
  color: #293847;
}

.cpt-result-item .bottom-wrap .button-wrap {
  bottom: -1px;
  position: relative;
}

.cpt-result-item .bottom-wrap .button-wrap .elem-button {
  background-color: #3fb252;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin: 14px 0 0;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.cpt-result-item .bottom-wrap .button-wrap .elem-button .elem-icon {
  font-weight: normal !important;
  font-style: normal !important;
  font-family: "cdiscount icons" !important;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
}

.cpt-result-item .bottom-wrap .button-wrap .elem-button .elem-icon:before {
  content: attr(data-icon);
  font-size: 16px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-result-item .header-wrap .booking-promotion {
    width: 155px;
    height: 28px;
  }
  .cpt-result-item .header-wrap .cpt-destination {
    padding-right: 160px;
  }
  .cpt-result-item .photo-wrap {
    width: 50%;
  }
  .cpt-result-item .desc-wrap {
    width: 50%;
    position: relative;
  }
  .cpt-result-item .desc-wrap .cities-list {
    max-height: 50px;
  }
  .cpt-result-item .desc-wrap:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    content: "";
    background-image: url("https://back-cdiscount.orchestra-platform.com/admin/TS/fckUserFiles/Image/test/serp/desc-fade.png");
    background-repeat: repeat-x;
    display: block;
  }
  .cpt-result-item .bottom-wrap {
    border-top: 1px solid #d5d5d5;
    padding: 10px 14px;
    position: relative;
  }
  .cpt-result-item .bottom-wrap .price-infos {
    width: 50%;
    top: inherit;
  }
  .cpt-result-item .bottom-wrap .from {
    font-size: 10px;
  }
  .cpt-result-item .bottom-wrap .button-wrap {
    bottom: inherit;
  }
  .cpt-result-item .bottom-wrap .button-wrap .elem-button {
    width: 155px;
    margin: 9px 0 0 16px;
    padding: 8px 0;
  }
}

/**
 * PRE FOOTER - MACIF
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-pre-footer {
  font-size: 14px;
  color: #666;
  margin: 40px 0 60px;
}

.cpt-pre-footer strong {
  font-size: 24px;
  color: #373940;
}

/**
 * LEGACY FOOTER - MACIF
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-legacy-footer {
  padding: 20px 0;
}

.cpt-legacy-footer .legacy-item {
  font-size: 11px;
  color: #fff;
  margin-bottom: 14px;
}

.cpt-legacy-footer .legacy-item .legacy-order {
  display: inline-block;
  margin-right: 5px;
}

.cpt-legacy-footer .legacy-item:last-child {
  margin-bottom: 0;
}

/**
 * FOOTER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-footer {
  background-color: #f7f7f7;
  padding: 20px 0 0;
}

.cpt-footer .first-wrap {
  color: #293847;
  text-align: center;
  position: relative;
}

.cpt-footer .first-wrap .title {
  font-weight: 700;
  font-size: 18px;
  margin-block-end: 15px;
}

.cpt-footer .first-wrap .contact {
  font-size: 14px;
  line-height: 31px;
  text-align: center;
  margin-inline-start: 10px;
}

.cpt-footer .first-wrap .contact .phone-number .elem-image {
  width: 267px;
  margin: 0 auto;
}

.cpt-footer .first-wrap .contact .line {
  line-height: 15px;
  display: block;
}

.cpt-footer .first-wrap .contact .link {
  display: block;
}

.cpt-footer .first-wrap .link {
  color: #293847;
  font-weight: 700;
}

.cpt-footer .first-wrap .link a {
  text-decoration: underline;
}

.cpt-footer .first-wrap .cgv {
  color: #FF1E3C;
  font-weight: 700;
  font-size: 13px;
  border-bottom: 1px solid #fff;
  padding-block-end: 28px;
  margin-block-start: 5px;
}

.cpt-footer .first-wrap .cgv a {
  color: #FF1E3C;
  text-decoration: underline;
}

.cpt-footer .first-wrap .cgv-misterfly {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  padding: 30px 20px 50px;
}

.cpt-footer .first-wrap .footer-edito {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  padding: 30px 20px;
}

.cpt-footer .image-foot-content {
  background-color: #fff;
  padding: 20px;
}

.cpt-footer .image-foot-content .sponsor-item {
  display: inline-block;
}

.cpt-footer .image-foot-content .sponsor-item .elem-image {
  max-width: 140px;
  margin: 1em 30px;
}

.cpt-footer .legal-wrapper {
  background-color: #fff;
  color: #999;
  text-align: center;
  border-top: 3px solid #0c7a7d;
  margin-block-start: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-footer .legal-wrapper .logo-wrap .logo {
  margin-bottom: 25px;
}

.cpt-footer .legal-wrapper .legal {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 0 15px;
}

/**
 * EASY VOYAGE NOTE - MACIF
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-easy-voyage-note {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cpt-easy-voyage-note .ev-logo {
  width: 53px;
  height: 25px !important;
  position: relative;
}

.cpt-easy-voyage-note .ev-note {
  width: 44px;
  height: 25px;
  border: 1px solid #084f6a;
  background-color: #fff;
  color: #084f6a;
  font-size: 12px;
  padding: 6px;
}

.cpt-easy-voyage-note .elem-button--default {
  position: absolute;
  top: -7px;
  right: -8px;
  width: 14px;
  height: 14px;
  background-color: #227cc3;
  color: #333;
  font-weight: 700;
  font-size: 9px;
}

.cpt-easy-voyage-note .ev-tooltip {
  position: absolute;
  bottom: 44px;
  left: 10px;
  width: 230px;
  background-color: #fff;
  color: #333;
  font-weight: 700;
  font-size: 9px;
  box-shadow: 0 0 10px #333;
  padding: 6px;
  display: none;
}

.cpt-easy-voyage-note .ev-tooltip:after {
  position: absolute;
  bottom: -8px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-easy-voyage-note .tooltip-wrap:hover .ev-tooltip {
    display: block;
  }
}

/**
 * LOGO PARTNER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-logo-partner {
  width: 80px;
  height: auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  overflow: hidden;
}

.cpt-logo-partner .elem-image {
  height: 100%;
  display: flex;
  align-content: center;
}

.cpt-logo-partner .elem-image img {
  width: auto;
  height: auto;
  margin: auto;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-logo-partner {
    width: 120px;
    height: 243px;
  }
}

/**
 * BUTTON FILTERS
 *
 * $type components
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-engine-trigger {
  background-color: #293847;
  padding: 20px 15px;
  margin: 0 -15px 24px;
}

.cpt-search-engine-trigger .button-wrap {
  justify-content: space-between;
}

.cpt-search-engine-trigger .button-filters-sticky-content {
  position: relative;
  top: auto;
  left: auto;
}

.cpt-search-engine-trigger .button-filters-sticky-content.sticky-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  z-index: 2;
}

.cpt-search-engine-trigger .button-filters-sticky-content.sticky-mode .elem-button-primary {
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 5px rgba(208, 208, 208, 0.6);
}

.cpt-search-engine-trigger .btn-display-search-engine .elem-icon-wrap {
  display: none;
}

.cpt-search-engine-trigger .elem-button-primary {
  width: 100%;
  height: 38px;
  background-color: #fff;
  color: #1d1d1d;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -1px;
  padding-left: 43px;
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.cpt-search-engine-trigger .elem-button-primary.btn-display-search-engine {
  padding-right: 7px;
}

.cpt-search-engine-trigger .elem-button-primary.btn-display-search-engine:before {
  position: absolute;
  top: 7px;
  left: 10px;
  color: #1d1d1d;
  font-size: 21px;
  font-family: "cdiscount icons";
  display: block;
  content: "S";
}

.page-landing .cpt-search-engine-trigger {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 -15px 0;
  z-index: 10;
}

.page-landing .cpt-search-engine-trigger .elem-button-primary {
  width: 100%;
}

.page-landing .cpt-search-engine-trigger.se-flat .elem-button-primary {
  height: 54px;
  color: #1d1d1d;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -1px;
}

.page-landing .cpt-search-engine-trigger.se-flat .elem-button-primary:before {
  color: #1d1d1d;
  top: 16px;
}

.page-landing .cpt-search-engine-trigger.se-flat .elem-button-primary.btn-display-search-engine {
  padding-right: 0;
}

.cpt-search-engine-trigger.se-flat {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: transparent;
  margin: 0 -15px 0;
  z-index: 5;
}

.cpt-search-engine-trigger.se-flat .elem-button-primary {
  width: 100%;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-search-engine-trigger .elem-button-primary {
    font-size: 16px;
  }
  .cpt-search-engine-trigger.se-flat {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/**
 * TITLE MODAL ONLY MOBILE & TABLET
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-title-modal {
  background-color: #293847;
  color: #fff;
  padding: 25px 15px;
  max-height: 68px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.cpt-title-modal .elem-button-close {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  cursor: pointer;
  padding: 10px;
  transform: translateY(-50%);
}

.page-landing .cpt-title-modal {
  align-items: center;
  justify-content: space-between;
  display: none;
}

.page-landing .cpt-title-modal .elem-button-close {
  position: relative;
  top: 0;
  right: 0;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-title-modal {
    display: none !important;
  }
}

/**
 * SLIDER RANGE
 *
 * $type components
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider-range {
  margin: 0 11px 0 7px;
  position: relative;
}

.cpt-slider-range .rc-slider {
  margin: 10px 0;
}

.cpt-slider-range .rc-slider-track {
  top: 6px;
  height: 4px;
  background-color: #FF1E3C;
}

.cpt-slider-range .rc-slider-step {
  height: 4px;
}

.cpt-slider-range .rc-slider-handle {
  width: 20px;
  height: 20px;
  border: #293847 solid 4px;
  margin-top: -7px;
}

.cpt-slider-range .rc-slider-handle:hover, .cpt-slider-range .rc-slider-handle:active, .cpt-slider-range .rc-slider-handle:focus {
  border-color: #293847;
}

.cpt-slider-range .slider-range-value {
  font-weight: 300;
  font-size: 14px;
  margin: 15px 0 0 -6px;
}

.cpt-slider-range .slider-range-value strong {
  color: #FF1E3C;
  font-weight: 300;
}

.cpt-slider-range .rc-slider-rail {
  top: 6px;
  height: 4px;
  background-color: #f2f3f3;
}

.cpt-slider-range .slider-range-inputs {
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  display: flex;
  align-items: center;
}

.cpt-slider-range .slider-range-inputs .between {
  margin-inline-end: 5px;
}

.cpt-slider-range .slider-range-inputs .min-input,
.cpt-slider-range .slider-range-inputs .max-input {
  width: 58px;
  height: 38px;
  background-color: #f2f3f5;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  border: 0 none;
  border-radius: 4px;
  padding-inline-start: 15px;
  display: inline-flex;
  align-items: center;
}

.cpt-slider-range .slider-range-inputs .currency-min,
.cpt-slider-range .slider-range-inputs .currency-max {
  height: 38px;
  background-color: #f2f3f5;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  padding: 0 15px 0 1px;
  display: flex;
  align-items: center;
}

.cpt-slider-range .slider-range-inputs .and {
  margin: 0 6px;
}

.cpt-slider-range .slider-range-inputs .plus {
  white-space: nowrap;
  margin-inline-start: 5px;
}

/**
 * POPIN CONTACT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin-contact {
  /* - */
}

/**
 * OVERLAY
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-overlay {
    background: transparent;
  }
}

/**
 * SEO TITLE
 *
 * $type component
 */
.cpt-seo-title h1 {
  font-size: 15px;
}

/**
 * SEO TOP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.seo-top {
  margin-block-end: 10px;
}

.seo-top .seo-top-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seo-top .seo-top-content.is-open {
  display: -webkit-box;
  -webkit-line-clamp: 999;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seo-top .seo-top-content h2 {
  margin-block: 0 10px;
}

.seo-top .seo-top-content p {
  font-size: 12px !important;
  text-align: justify;
  line-height: 1.25;
  margin-block: 0;
}

.seo-top .seo-top-content p u,
.seo-top .seo-top-content p span,
.seo-top .seo-top-content p strong {
  background-color: transparent !important;
  font-size: 12px !important;
  color: #293847 !important;
}

.seo-top .seo-top-button {
  font-size: 12px;
  cursor: pointer;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .seo-top {
    margin-block-end: 0;
  }
  .seo-top .seo-top-content {
    display: -webkit-box;
    -webkit-line-clamp: 999;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .seo-top .seo-top-content h2,
  .seo-top .seo-top-content p {
    margin-block: revert;
  }
}

/**
 * SEO BOTTOM
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-seo-bottom {
  inline-size: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

.cpt-seo-bottom h2 {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.cpt-seo-bottom p {
  background-color: transparent !important;
  line-height: 1.25;
}

.cpt-seo-bottom p span,
.cpt-seo-bottom p strong {
  background-color: transparent !important;
  color: #293847 !important;
}

.cpt-seo-bottom .seo-text .question-wrap {
  border: #cfd6e3 solid 1px;
  background-color: #f7f7f7;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-block-end: 12px;
  padding: 10px;
  border-radius: 8px;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
}

.cpt-seo-bottom .seo-text .question-wrap p {
  background-color: transparent !important;
  line-height: 1.25;
}

.cpt-seo-bottom .seo-text .question-wrap p span,
.cpt-seo-bottom .seo-text .question-wrap p strong {
  background-color: transparent !important;
  color: #293847 !important;
}

.cpt-seo-bottom .seo-text .question-wrap .question-label {
  font-size: 14px;
  font-weight: 600;
  color: #293847;
  padding-inline-end: 30px;
  transition: 0.25s;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cpt-seo-bottom .seo-text .question-wrap .question-label:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "1";
  font-family: "cdiscount icons";
  color: #bcbdbc;
  transform: translateY(-50%);
}

.cpt-seo-bottom .seo-text .question-wrap .question-label::marker {
  transform: rotate(0deg);
}

.cpt-seo-bottom .seo-text .question-wrap:hover {
  background-color: #ececec;
}

.cpt-seo-bottom .seo-text .question-wrap:hover .question-label {
  cursor: pointer;
}

.cpt-seo-bottom .seo-text .question-wrap:hover .question-label:after {
  color: #293847;
}

.cpt-seo-bottom .seo-text .question-wrap[open] {
  gap: 15px;
}

.cpt-seo-bottom .seo-text .question-wrap[open] .question-label::after {
  transform: rotate(180deg);
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 576px) {
  .cpt-seo-bottom {
    max-inline-size: 540px;
  }
  .page-serp .cpt-seo-bottom {
    max-inline-size: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .cpt-seo-bottom {
    max-inline-size: 720px;
  }
  .page-serp .cpt-seo-bottom {
    max-inline-size: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-seo-bottom {
    max-inline-size: 960px;
  }
  .cpt-seo-bottom .seo-text .question-wrap {
    margin-block-end: 20px;
    padding: 20px;
  }
  .page-serp .cpt-seo-bottom {
    max-inline-size: 1324px;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-seo-bottom {
    max-inline-size: 1324px;
  }
  .page-serp .cpt-seo-bottom {
    max-inline-size: 1324px;
  }
}

/**
 * MESH SERP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-mesh-serp {
  color: #293847;
  margin-bottom: 10px;
}

.cpt-mesh-serp .list-seo-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cpt-mesh-serp .list-seo-link .list-item {
  margin-bottom: 10px;
  margin-right: 10px;
}

.cpt-mesh-serp .list-seo-link .list-item a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #666;
  border: 1px solid #ececec;
  border-radius: 50px;
  display: inline-flex;
  padding: 0 15px;
  height: 27px;
  justify-content: center;
  align-items: center;
}

.cpt-mesh-serp .message {
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 20px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 576px) {
  .cpt-mesh-serp .container {
    max-width: 100%;
  }
}

/**
 * BUTTON MENU MOBILE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-button-menu-mobile {
  position: absolute;
  top: 50%;
  right: 15px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}

.cpt-button-menu-mobile .button-menu-mobile-item {
  height: 30px;
  padding: 0 7px;
  margin-inline-start: 7px;
  display: flex;
  align-items: center;
  position: relative;
}

.cpt-button-menu-mobile .button-menu-mobile-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 80%;
  background-color: #d5d5d5;
  content: "";
  transform: translateY(-50%);
}

.cpt-button-menu-mobile .button-menu-mobile-item .icon-wrap .elem-icon {
  font-weight: 900 !important;
}

.cpt-button-menu-mobile .button-menu-mobile-item .label {
  font-weight: 700;
  margin-inline-start: 5px;
}

.cpt-button-menu-mobile .button-menu-mobile-item .number-selected-filters {
  width: 0;
  height: 17px;
  font: 400 11px "Hind Madurai", Arial, sans-serif;
  border-radius: 100%;
  margin-inline-start: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-button-menu-mobile .button-menu-mobile-item .number-selected-filters.active {
  width: 17px;
  height: 17px;
  background-color: #227cc3;
  color: #fff;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-button-menu-mobile {
    background-color: white;
    padding: 0;
    margin: 0;
  }
  .cpt-button-menu-mobile .button-menu-mobile-item {
    cursor: pointer;
  }
}

/**
 * TAGS WRAP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-tags-wrap {
  background-color: #f2f3f3;
  margin: 0 -15px;
  padding: 0 15px 15px 15px;
  position: relative;
}

.cpt-tags-wrap .tags-wrap-content {
  padding-left: 15px;
  margin: 15px -15px 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
}

.cpt-tags-wrap .tags-wrap-content .tag-item {
  background-color: white;
  font-size: 12px;
  color: gray;
  padding: 5px 12px;
  margin: 0 10px 0 0;
  border-radius: 50px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}

.cpt-tags-wrap .tags-wrap-content .tag-item .tag-price {
  font-style: italic;
}

.cpt-tags-wrap .tags-wrap-content .tag-item .tag-price .tag-price-value {
  color: red;
}

/**
 * ADJUST INFORMATION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-adjust-information {
  position: relative;
  top: 2px;
  color: #293847;
  font-weight: 700;
  font-size: 14px;
  padding: 45px 28px 15px;
  margin: -26px -15px 0;
}

/**
 * SERVICES
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-services {
  display: inline-flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  justify-content: center;
  margin-right: 10px;
}

.cpt-services .elem-service-tag {
  width: 27px;
  margin-right: 10px;
  height: 26px;
  border: 1px solid silver;
  border-radius: 3px;
  padding: 2px 2px 2px 2px;
  margin-top: 5px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-services {
    margin: 0;
    padding: 10px 0;
    justify-content: flex-start;
  }
}

/**
 * SEO TOP
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.redirect-info {
  margin: 20px 0 10px;
  display: none;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 2px 2px 4px rgba(208, 208, 208, 0.6);
  font-size: 16px !important;
  text-align: center;
  line-height: 1.25;
  padding: 8px;
  font-weight: bold;
}

.redirect-info span,
.redirect-info strong {
  background-color: transparent !important;
  font-size: 16px !important;
  color: #FF1E3C !important;
}

/**
 * CONTACT - CDISCOUNT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-contact {
  background-color: #fff;
  color: #a11380;
  font-family: Arial, sans-serif;
  border-radius: 4px;
  padding: 30px 25px;
  margin-block-end: 30px;
  margin-inline-end: 0;
  position: relative;
}

.cpt-contact a {
  color: #fff;
  text-decoration: underline;
}

.cpt-contact .elem-icon-wrap {
  margin-right: 20px;
}

.cpt-contact .elem-icon-wrap .elem-icon {
  font-size: 34px;
}

.cpt-contact .title {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-block-end: 10px;
}

.cpt-contact .info {
  color: #323232;
  font-size: 12px;
  text-align: center;
  margin-block-end: 18px;
}

.cpt-contact .phone {
  margin-block-end: 20px;
}

.cpt-contact .phone .elem-image img {
  background-color: transparent;
}

.cpt-contact .hours {
  color: #878787;
  font-size: 10px;
  text-align: center;
  margin-block-start: 20px;
}

/**
 * REINSURANCE BANNER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-reinsurance-banner {
  margin: 20px auto;
  position: relative;
  display: flex;
  flex-direction: row;
}

.cpt-reinsurance-banner .reinsurance-icon-wrap {
  background: #293847;
  border-radius: 10px 0 0 10px;
  border: 1px solid #293847;
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cpt-reinsurance-banner .reinsurance-icon-wrap .elem-icon-wrap {
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap {
  border-radius: 0 10px 10px 0;
  border: 1px solid #edeef3;
  width: calc(100% - 45px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .title {
  font-size: 14px;
  font-weight: 600;
  text-align: justify;
  color: #293847;
  padding-right: 50px;
  line-height: 1.5;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .title .color-secondary {
  color: #FF1E3C;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle {
  position: absolute;
  top: 32px;
  right: 16px;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle .elem-icon {
  color: #293847;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .arrow-toggle.open {
  transform: rotate(-180deg);
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .reinsurance-text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
  text-align: justify;
  color: #333;
  line-height: 1.5;
}

.cpt-reinsurance-banner .reinsurance-texts-wrap .reinsurance-text .link {
  color: #FF1E3C;
  text-decoration: underline;
}

.reset-padding {
  margin-left: -15px;
  margin-right: -15px;
}

/**
 * WEB CALLBACK
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-web-callback {
  position: relative;
  z-index: 5;
}

.cpt-web-callback .web-callback-sticker {
  position: fixed;
  right: 15px;
  bottom: 70px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}

.cpt-web-callback .web-callback-sticker.shake {
  animation: orx-anim-web-callback-shake 4s ease infinite;
  transform-origin: 50% 50%;
}

.cpt-web-callback .web-callback-wave,
.cpt-web-callback .web-callback-wave-2 {
  position: fixed;
  right: 15px;
  bottom: 70px;
  width: 50px;
  height: 50px;
  content: "";
  background-color: #293847;
  border-radius: 50%;
  opacity: 1;
  transform: scale(0.9);
  display: inline-block;
  z-index: 999;
}

.cpt-web-callback .web-callback-wave.radiate,
.cpt-web-callback .web-callback-wave-2.radiate {
  animation: orx-anim-web-callback-radiate 2.5s ease infinite;
}

.cpt-web-callback .web-callback-popin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1001;
}

.cpt-web-callback .web-callback-popin .content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding-block-start: 40px;
  position: relative;
}

.cpt-web-callback .web-callback-popin .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.cpt-web-callback .web-callback-popin .web-callback-iframe {
  border: 0 none;
}

@keyframes orx-anim-web-callback-shake {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes orx-anim-web-callback-radiate {
  to {
    transform: scale(1.25);
    opacity: 0;
  }
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-web-callback .web-callback-sticker {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    cursor: pointer;
  }
  .cpt-web-callback .web-callback-wave,
  .cpt-web-callback .web-callback-wave-2 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
  }
  .cpt-web-callback .web-callback-popin .content {
    width: 60%;
    height: 80%;
    padding: 40px;
    top: 5%;
  }
}

/**
 * PANORAMA
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-panorama {
  position: relative;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .page-landing .cpt-panorama {
    height: 250px;
  }
  .page-serp .cpt-panorama {
    height: 250px;
  }
  .cpt-panorama .elem-image {
    height: 100%;
  }
}

/**
 * PUSHS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-pushs {
  margin: 0 -15px;
  position: relative;
}

.cpt-pushs .pushs-title {
  font-weight: 600;
  padding: 0 15px;
  margin-block-start: 20px;
}

.cpt-pushs .slick-dots {
  bottom: -5px;
}

.cpt-pushs .slick-dots li button {
  width: 10px;
  height: 10px;
  bottom: 0;
  background-color: #fff;
  font-size: 0;
  border-radius: 50%;
  border: 0;
}

.cpt-pushs .slick-dots li button:before {
  display: none;
}

.cpt-pushs .slick-dots li.slick-active button {
  background-color: #FF1E3C;
}

.cpt-pushs .pushs-items .d-md-flex {
  flex-direction: column;
}

.cpt-pushs .pushs-items .elem-image {
  border-radius: 6px 6px 0 0;
}

.cpt-pushs .pushs-items .slick-list {
  padding: 0 7px 0 15px;
}

.cpt-pushs .pushs-items .slick-track .slick-slide {
  margin-inline-end: 10px;
}

.cpt-pushs .pushs-items .slick-track .slick-slide .cpt-slider {
  width: 100% !important;
}

.cpt-pushs .pushs-items .slick-track .slick-slide .cpt-light-description {
  height: 220px;
}

.is-price-tooltip-open .cpt-pushs .pushs-items > .slick-list,
.is-price-tooltip-open .cpt-pushs .pushs-items > .slick-list > .slick-track {
  transform: none !important;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-pushs {
    margin: 0;
  }
  .cpt-pushs .pushs-title {
    padding: 0;
  }
  .cpt-pushs .pushs-items {
    display: flex !important;
    column-gap: 30px;
  }
  .cpt-pushs .pushs-items .slick-list {
    padding: 0;
  }
  .cpt-pushs .pushs-items .cpt-light-result-item {
    width: calc(100% / 3);
  }
  .cpt-pushs .pushs-items .cpt-slider {
    width: 100%;
  }
}

/**
 * DIAPORAMA
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-diaporama {
  width: 100%;
  position: relative;
}

.cpt-diaporama .slick-prev {
  left: 0;
}

.cpt-diaporama .slick-prev:before {
  left: 0;
  transform: rotate(-180deg);
}

.cpt-diaporama .slick-next {
  right: 0;
}

.cpt-diaporama .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  color: #293847;
  border-radius: 0;
  z-index: 2;
}

.cpt-diaporama .slick-loading .slick-list {
  background: white url("/voyages-cdiscount/assets/images/ajax-loader.gif") center center no-repeat;
}

.cpt-diaporama .elem-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.cpt-diaporama .arrow-square {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  background: #293847;
  color: #fff;
  font-size: 30px;
  margin: -15px 0 0;
  border-radius: 4px;
  z-index: 80;
  transform: translateY(-50%);
}

.cpt-diaporama .arrow-square .elem-icon {
  position: relative;
  top: -4px;
  left: 10px;
  font-weight: 700 !important;
}

.cpt-diaporama .arrow-square-slick-prev {
  position: absolute;
  left: 10px;
}

.cpt-diaporama .arrow-square-slick-prev .elem-icon {
  transform: rotate(180deg);
}

.cpt-diaporama .arrow-square-slick-next {
  position: absolute;
  right: 10px;
}

.cpt-diaporama .slick-dots {
  bottom: inherit;
}

.cpt-diaporama .slick-dots li {
  margin: 0;
}

.cpt-diaporama .slick-dots li button:before {
  color: #ccc;
  font-size: 50px;
  opacity: 1;
}

.cpt-diaporama .slick-dots li.slick-active button:before {
  color: #FF1E3C;
}

.cpt-diaporama.se-flat {
  height: 520px;
}

.cpt-diaporama.se-flat .slick-list {
  height: 100%;
}

.cpt-diaporama.se-flat .slick-list .slick-track {
  height: 100%;
}

.cpt-diaporama.se-flat .arrow-square {
  width: 40px;
  height: 56px;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cpt-diaporama.se-flat .arrow-square .elem-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #293847;
  font-size: 18px;
  transform: translate(-50%, -50%);
}

.cpt-diaporama.se-flat .arrow-square-slick-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}

.cpt-diaporama.se-flat .arrow-square-slick-prev .elem-icon {
  transform: rotate(180deg) translate(50%, 50%);
}

.cpt-diaporama.se-flat .arrow-square-slick-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-diaporama {
    height: 400px;
  }
  .cpt-diaporama .slick-arrow {
    cursor: pointer;
  }
  .cpt-diaporama .slick-arrow:hover {
    background-color: #fff;
  }
  .cpt-diaporama .arrow-square {
    cursor: pointer;
  }
  .cpt-diaporama .arrow-square:hover {
    opacity: 0.7;
  }
  .cpt-diaporama.se-flat {
    height: 400px;
  }
  .page-serp .cpt-diaporama.se-flat {
    height: 220px;
  }
}

/**
 * FILTERS SUMMARY INSIDE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filters-summary-inside {
  position: relative;
}

.cpt-filters-summary-inside .inner-filters-summary-inside {
  margin: 10px 0 26px;
  position: relative;
}

.cpt-filters-summary-inside .inner-filters-summary-inside .label {
  color: #293847;
  font-weight: 600;
  font-size: 16px;
  margin-inline-end: 10px;
  margin-block-end: 8px;
  display: block;
}

.cpt-filters-summary-inside .inner-filters-summary-inside .cpt-filter-tag {
  height: 31px;
  background-color: #fff;
  color: #293847;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  border-radius: 45px;
  padding: 0 15px;
  margin-inline-end: 8px;
  margin-block-end: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cpt-filters-summary-inside .inner-filters-summary-inside .cpt-filter-tag .delete-filter-tag {
  font: 400 10px "cdiscount icons";
  margin-inline-start: 8px;
}

.cpt-filters-summary-inside .inner-filters-summary-inside .cpt-filter-tag.btn-delete {
  color: #d63f46;
}

/**
 * FILTERS SUMMARY OUTSIDE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filters-summary-outside {
  position: relative;
}

.cpt-filters-summary-outside .inner-filters-summary-outside {
  margin-block-start: 26px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.cpt-filters-summary-outside .inner-filters-summary-outside .label {
  color: #293847;
  font-weight: 600;
  font-size: 16px;
  margin-inline-end: 10px;
  margin-block-end: 8px;
}

.cpt-filters-summary-outside .inner-filters-summary-outside .cpt-filter-tag {
  height: 31px;
  background-color: #fff;
  color: #293847;
  font: 400 14px "Hind Madurai", Arial, sans-serif;
  border-radius: 45px;
  padding: 0 15px;
  margin-inline-end: 8px;
  margin-block-end: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cpt-filters-summary-outside .inner-filters-summary-outside .cpt-filter-tag .delete-filter-tag {
  font: 400 10px "cdiscount icons";
  margin-inline-start: 8px;
}

.cpt-filters-summary-outside .inner-filters-summary-outside .cpt-filter-tag.btn-delete {
  color: #d63f46;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-filters-summary-outside .inner-filters-summary-outside .cpt-filter-tag .delete-filter-tag {
    cursor: pointer;
  }
}

/**
 * Lighthouse
 *
 * $type component
 */
.lighthouse #tc-privacy-wrapper {
  display: none !important;
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}

.rc-slider-handle:hover {
  border-color: #57c5f7;
}

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip-hidden {
  display: none;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

/*# sourceMappingURL=serp.css.map */