@charset "UTF-8";
/**
 * SERP
 *
 * @type pages
 */
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/*! 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 mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN FLEX
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * RESET INPUT
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN SIZE
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSFORM
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSITION
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * USER SELECT
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * BLOCK
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.hidden {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden;
}

.break {
  clear: both;
  display: block;
}

.flex-break {
  margin: 0;
  border: 0 none;
  flex-basis: 100%;
  height: 0;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.pre-line {
  white-space: pre-line;
}

.no-scroll {
  height: 100% !important;
  overflow: hidden !important;
}

/**
 * CURSOR
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
@supports (cursor: pointer) {
  .wait {
    cursor: wait !important;
  }
  .x-cross,
  .is-collapse,
  .is-clickable {
    cursor: pointer;
  }
}

/**
 * DEBUG
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.debug [class*="cpt-"],
.debug [class*="elem-"] {
  position: relative;
  margin: 10px 0;
  padding: 10px;
}

.debug [class*="cpt-"]:before,
.debug [class*="elem-"]:before {
  font: 9px Consolas, monaco, monospace;
  padding: 5px 10px;
  content: attr(class);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.debug [class*="cpt-"] {
  border: 1px solid #f0f;
}

.debug [class*="cpt-"]:before {
  background-color: #f0f;
  color: #fff;
}

.debug [class*="elem-"] {
  border: 1px solid #0f0;
}

.debug [class*="elem-"]:before {
  background-color: #0f0;
  color: #000;
}

/**
 * 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;
}

/**
 * VARIABLES
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 * TODO remove this crappy file and merge the with default/_core/_default.scss
 *   use _variable.scss file for override
 */
/*! CATALOG */
/** ----------------------------------------------------------------
 * COLOR
 */
/** ----------------------------------------------------------------
 * TYPE
 */
/** ----------------------------------------------------------------
 * SPACING
 */
/** ----------------------------------------------------------------
 * LAYOUT
 */
/**
 * VARIABLE
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*! CATALOG */
/**
 * BOOTSTRAP
 *
 * @type specific
 */
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1030px;
  }
}

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

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

.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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  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;
    min-width: 0;
    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;
    min-width: 0;
    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;
    min-width: 0;
    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%;
  }
}

.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 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;
  }
}

.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;
  }
}

.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;
  }
}

.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;
  }
}

.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-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

/**
 * FONTS
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
@font-face {
  font-family: "eleclercvoyages-icon";
  src: url("/leclerc-mobile/assets/fonts/eleclercvoyages-icon.woff") format("woff"), url("/leclerc-mobile/assets/fonts/eleclercvoyages-icon.ttf") format("truetype"), url("/leclerc-mobile/assets/fonts/eleclercvoyages-icon.svg#eleclercvoyages-icon") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Briberra";
  src: url("https://static-leclerc.live.orchestra-platform.com/shared-cs/leclerc-catalog/fonts/Briberra.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/**
 * LAYOUT
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: arial, sans-serif;
  color: #4d4d4d;
  font-size: 14px;
}

body.is-mobile *,
body.is-tablet * {
  cursor: inherit !important;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll.is-mobile, body.no-scroll.is-tablet {
  position: fixed;
  width: 100%;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 980;
}

a {
  color: inherit;
  text-decoration: none;
}

.main-account {
  margin: 10px;
  padding-top: 50px;
}

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

.secondary {
  color: #005abb;
}

.tertiary {
  color: #f18e00;
}

.quaternary {
  color: #be003c;
}

.unused {
  color: #5f5f5f;
}

.bg-primary {
  background-color: #00a5e1;
}

.bg-secondary {
  background-color: #005abb;
}

.bg-tertiary {
  background-color: #f18e00;
}

.bg-quaternary {
  background-color: #be003c;
}

.bg-white {
  background-color: #fff;
}

.border-box {
  border: 1px solid #d5d5d5;
}

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

/**
 * 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 0 4px 0 rgba(0, 0, 0, 0.2);
}

.shadow-box-alt {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

/**
 * DEFAULT
 *
 * @type wrappers
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.wrap-component .container-fluid, .wrap-component .container-lg {
  padding: 0;
}

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

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

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

.wrap-full-gray .inner-wrap-component {
  background-color: #5f5f5f;
  padding-left: 0;
  padding-right: 0;
}

.wrap-full-primary {
  background-color: #00a5e1;
  color: white;
}

.wrap-full-primary .inner-wrap-component {
  background-color: #00a5e1;
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-full-secondary {
  background-color: #005abb;
  color: white;
}

.wrap-full-secondary .inner-wrap-component {
  background-color: #005abb;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.wrap-full-container .header-padding-top {
  padding-top: 65px;
}

/* 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("/leclerc-mobile/_core/css_imgs/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;
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  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;
  touch-action: pan-x;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
}

.rc-slider-handle:focus {
  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-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;
  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: 0.3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: 0.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;
}

/* 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--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);
}

/**
 * BUTTON
 *
 * @type element
 */
/**
 * STYLES
 *
 * $type variable
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class*="elem-button--"] {
  font: 13px "Open Sans", arial, sans-serif, arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  border: 0 none;
  border-radius: 0;
  padding: 9px 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
}

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

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

[class*="elem-button--"].rounded {
  border-radius: 8px;
}

[class*="elem-button--"].bolded {
  font-weight: 700;
}

[class*="elem-button--"].disabled {
  background-color: #5f5f5f;
  cursor: no-drop;
}

[class*="elem-button--"].disabled:hover {
  background-color: #5f5f5f;
}

[class*="elem-button--"].btn-mini {
  font-size: 9px;
  padding: 4px 6px;
}

[class*="elem-button--"].btn-small {
  font-size: 11px;
  padding: 7px 10px;
}

[class*="elem-button--"].btn-large {
  font-size: 16px;
  padding: 12px 15px;
}

[class*="elem-button--"].btn-huge {
  font-size: 18px;
  padding: 16px 24px;
}

/** ----------------------------------------------------------------
 * TYPE
 */
.elem-button--clear {
  background-color: transparent;
  color: #a3a3a3;
  border: 0 none;
  padding: 0;
}

.elem-button--clear:hover {
  color: #707070;
}

.elem-button--back {
  background-color: #757575;
  color: #fff;
  border: 1px solid #757575;
}

.elem-button--back:hover {
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

.elem-button--default {
  background-color: #efefef;
  color: #4d4d4d;
  border: 1px solid #efefef;
}

.elem-button--default:hover {
  background-color: #d6d6d6;
  color: #4d4d4d;
  border: 1px solid #d6d6d6;
}

.elem-button--primary {
  background-color: #00a5e1;
  color: #fff;
  border: 1px solid #00a5e1;
}

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

.elem-button--secondary {
  background-color: #005abb;
  color: #fff;
  border: 1px solid #005abb;
}

.elem-button--secondary:hover {
  background-color: #004188;
  color: #fff;
  border: 1px solid #004188;
}

.elem-button--border-default {
  background-color: #fff;
  color: #5f5f5f;
  border: 1px solid #5f5f5f;
}

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

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

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

/**
 * IMAGE
 *
 * @type element
 */
/**
 * STYLES
 *
 * $type variable
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-image {
  margin: 0;
  position: relative;
}

.elem-image .border-animate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}

.elem-image .border-animate.top {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 2px;
  transition-duration: 0.6s;
}

.elem-image .border-animate.right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transition-duration: 1s;
}

.elem-image .border-animate.bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0;
  height: 2px;
  transition-duration: 1.4s;
}

.elem-image img {
  width: 100%;
  height: 100%;
  background-color: transparent;
  vertical-align: top;
  object-fit: cover;
  display: block;
}

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

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

/**
 * PRICE
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-price .from {
  font-size: 11px;
  display: block;
}

.elem-price .price-wrap {
  font-weight: 700;
  margin: -2px 0;
  display: block;
}

.elem-price .price-wrap .price {
  font-size: 36px;
}

.elem-price .price-wrap .currency {
  font-size: 20px;
}

.elem-price .type-wrap {
  font-size: 11px;
  display: block;
}

.elem-price .type {
  white-space: nowrap;
}

/**
 * LOADER FULL
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-loader-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}

.elem-loader-full .loader-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 120px;
  background-color: white;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  transform: translate(-50%);
}

.elem-loader-full .loader-content .lds-ellipsis {
  width: 80px;
  height: 80px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

.elem-loader-full .loader-content .lds-ellipsis div {
  position: absolute;
  top: 33px;
  left: auto;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00a5e1;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.elem-loader-full .loader-content .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.elem-loader-full .loader-content .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.elem-loader-full .loader-content .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.elem-loader-full .loader-content .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

/** ----------------------------------------------------------------
 * KEYFRAMES
 */
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/**
 * SERP TITLE
 *
 * @type element
 */
/**
 * SECTION TTILE
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-section-title {
  color: #4d4d4d;
  font-size: 18px;
  margin: 0;
  padding: 14px 14px 7px;
}

.elem-section-title.big {
  font-size: 22px;
  padding: 14px 7px 0;
}

.elem-section-title.no-padding-left {
  padding-left: 0;
}

.elem-section-title.edito-page-title {
  color: #00a5e1;
  text-transform: uppercase;
  font-weight: 700;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.elem-serp-title {
  display: flex;
  align-items: baseline;
  margin: 7px;
}

.elem-serp-title .serp-title {
  font-size: 22px;
  font-weight: 400;
  color: #757575;
  flex-grow: 1;
  margin: 7px;
  padding: 14px 7px 0 0;
}

.elem-serp-title .serp-result {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
  flex-shrink: 1;
  margin-right: 7px;
  text-align: right;
  min-width: 21%;
}

.elem-serp-title .serp-result span {
  font-weight: 700;
  color: #00a5e1;
}

/**
 * BANNER PRODUCT
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-banner-product {
  position: absolute;
  top: 7px;
  left: -7px;
  width: calc(100% + 7px);
  font: 400 11px "Open Sans", arial, sans-serif;
  color: #fff;
  padding: 4px;
}

.elem-banner-product:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: "";
}

.elem-banner-product.banner-our-result {
  background-color: #be003c;
}

.elem-banner-product.banner-our-result:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #58001c transparent transparent;
  border-width: 0 7px 7px 0;
}

.elem-banner-product.banner-private-sell {
  background-color: #9f16a4;
  font: 300 18px "Briberra", arial, sans-serif;
  padding: 4px;
}

.elem-banner-product.banner-private-sell:after {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent #480a4a transparent transparent;
  border-width: 0 7px 7px 0;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .elem-banner-product {
    font-size: 14px;
    padding: 5px 10px;
    left: -18px;
  }
  .elem-banner-product.banner-private-sell {
    font-size: 30px;
    padding: 0 30px;
  }
  .elem-banner-product.banner-private-sell:after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent #480a4a transparent transparent;
    border-width: 0 7px 7px 0;
  }
}

/**
 * BREADCRUMB DESTINATION
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-breadcrumb-destination {
  font-size: 11px;
  color: #757575;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .elem-breadcrumb-destination {
    font-size: 14px;
    color: #00a5e1;
  }
}

/**
 * RATING
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-rating {
  font-size: 17px;
  color: #be003c;
}

.elem-rating .rating-label {
  font-weight: 700;
}

.elem-rating .rating-value-wrap {
  white-space: nowrap;
}

.elem-rating .rating-value {
  background-color: #be003c;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
  display: inline-block;
}

.elem-rating.rating-value-before .inner-elem-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
}

.elem-rating.rating-value-before .rating-value-wrap {
  margin-right: 5px;
}

/**
 * DISCOUNT
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-discount {
  background-color: #be003c;
  font: 700 16px arial, sans-serif;
  color: #fff;
  margin: 5px 0;
  padding: 8px 10px 5px;
  display: inline-block;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .elem-discount {
    padding: 8px 6px 6px;
  }
}

/**
 * Loader
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-loader {
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}

.cpt-loader.is-loading {
  display: block;
}

.cpt-loader.is-loading .elem-image {
  opacity: 1;
  visibility: visible;
}

.cpt-loader.is-loading .elem-image img {
  max-width: 100px;
  margin: 0 auto;
}

.cpt-loader.is-loading .see-more {
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.cpt-loader .elem-image {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

/**
 * Preloader
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-preloader {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.cpt-preloader .preloader-wrap {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
}

.cpt-preloader .preloader-wrap .preloader-item {
  position: absolute;
  width: 64px;
  height: 64px;
  display: block;
  box-sizing: border-box;
  margin: 5px;
  border: 5px solid #c0c0c0;
  border-color: #c0c0c0 transparent transparent transparent;
  border-radius: 50%;
  animation: anim-loader-spinning 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.cpt-preloader .preloader-wrap .preloader-item:nth-child(1) {
  animation-delay: -0.45s;
}

.cpt-preloader .preloader-wrap .preloader-item:nth-child(2) {
  animation-delay: -0.3s;
}

.cpt-preloader .preloader-wrap .preloader-item:nth-child(3) {
  animation-delay: -0.15s;
}

/** ----------------------------------------------------------------
 * KEYFRAMES
 */
@keyframes anim-loader-spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**
 * HEADER
 *
 * @type component
 */
/**
 * BLOC HOME
 *
 * $type component
 */
/**
 * MENU ITEM
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-menu-item {
  background: #fff;
  border-radius: 7px;
  margin-bottom: 7px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.elem-menu-item .menu-item-border {
  width: 7px;
  background: #00a5e1;
  flex-shrink: 1;
  /* Additional class for border color */
}

.elem-menu-item .menu-item-border.darkblue {
  background: #005abb;
}

.elem-menu-item .menu-item-border.red {
  background: #be003c;
}

.elem-menu-item .menu-item-title {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", arial, sans-serif;
  padding: 14px;
  flex-grow: 1;
}

.elem-menu-item .menu-item-icon {
  min-width: 50px;
  color: #757575;
  font-size: 18px;
  font-weight: 300;
  font-family: "eleclercvoyages-icon";
  padding: 14px;
  flex-shrink: 1;
}

.elem-menu-item .menu-item-submenu {
  min-width: 30px;
  color: #757575;
  font-size: 18px;
  font-weight: 300;
  font-family: "eleclercvoyages-icon";
  padding: 14px;
  flex-shrink: 1;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  height: calc(100% - 60px);
  display: none;
  z-index: 1002;
}

.cpt-menu.show {
  display: block;
}

.cpt-menu .menu-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
}

.cpt-menu .menu-header .menu-header-centering {
  width: 50%;
  height: 58px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.cpt-menu .menu-header .menu-header-centering img {
  width: 137px;
  height: 100%;
  padding: 4px;
  object-fit: contain;
}

.cpt-menu .menu-header .menu-close {
  min-width: 50px;
  height: 60px;
  background: #eff9fe;
  text-align: center;
  flex-shrink: 1;
}

.cpt-menu .menu-header .menu-close .icon {
  font-size: 30px;
}

.cpt-menu .menu-header .logo {
  height: 60px;
  text-align: center;
  flex-grow: 1;
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.2);
}

.cpt-menu .menu-container {
  height: 100%;
}

.cpt-menu .menu-container .menu-content {
  max-height: 100%;
  background: #eff9fe;
  padding: 7px;
  position: relative;
  overflow-y: auto;
}

.cpt-menu .menu-container .menu-content.is-arrow-top {
  padding-top: 60px;
}

.cpt-menu .menu-container .menu-content.is-arrow-bottom {
  padding-bottom: 60px;
}

.cpt-menu .menu-container .menu-content .menu-arrow-top, .cpt-menu .menu-container .menu-content .menu-arrow-bottom {
  width: calc(100% - 50px);
  height: 55px;
  background: #eff9fe;
  color: #d6d6d6;
  font-family: "eleclercvoyages-icon";
  font-size: 52px;
  text-align: center;
  position: fixed;
  left: 0;
  display: none;
}

.cpt-menu .menu-container .menu-content .menu-arrow-top.show, .cpt-menu .menu-container .menu-content .menu-arrow-bottom.show {
  display: block;
}

.cpt-menu .menu-container .menu-content .menu-arrow-top {
  top: 60px;
}

.cpt-menu .menu-container .menu-content .menu-arrow-bottom {
  bottom: 0;
}

.cpt-menu .menu-container .submenu-content {
  width: 100%;
  height: 100%;
  background: #eff9fe;
  padding: 7px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.cpt-menu .menu-container .submenu-content.show {
  display: block;
}

.cpt-menu .menu-container .submenu-content .submenu-close {
  min-width: 50px;
  height: 60px;
  background: #eff9fe;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -60px;
  left: 0;
  align-items: center;
}

/**
 * BLOC HOME
 *
 * $type component
 */
/**
 * MENU ITEM
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-search-item {
  background: #fff;
  border-radius: 7px;
  margin-bottom: 7px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.elem-search-item .search-item-title {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 300;
  font-family: "Open Sans", arial, sans-serif;
  padding: 14px;
  flex-grow: 1;
}

.elem-search-item .search-item-icon {
  width: 50px;
  height: 50px;
  background: #00a5e1;
  color: #fff;
  font-size: 26px;
  font-family: "eleclercvoyages-icon";
  text-align: center;
  line-height: 32px;
  padding: 10px;
  flex-shrink: 1;
}

.elem-search-item .search-item-icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-bar {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  height: calc(100% - 60px);
  display: none;
  z-index: 1000;
}

.app-mobile .cpt-search-bar {
  width: 100%;
  height: 100%;
}

.cpt-search-bar.show {
  display: block;
}

.cpt-search-bar.popin {
  position: absolute;
  top: 70px;
  left: 50%;
  border-radius: 8px;
  display: block;
  overflow-y: auto;
  transform: translateX(-50%);
}

.cpt-search-bar.popin .search-bar-header {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
}

.cpt-search-bar.popin .search-bar-header .search-bar-close {
  background: none;
}

.cpt-search-bar .search-bar-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}

.cpt-search-bar .search-bar-header .search-bar-header-centering {
  width: 50%;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.cpt-search-bar .search-bar-header .search-bar-close {
  min-inline-size: 55px;
  block-size: 60px;
  background-color: #eff9fe;
  text-align: center;
  flex-shrink: 1;
}

.cpt-search-bar .search-bar-header .search-bar-close .icon {
  font-size: 30px;
}

.cpt-search-bar .search-bar-content {
  max-block-size: 100%;
  background-color: #eff9fe;
  padding: 14px;
  position: relative;
  overflow-y: auto;
}

.cpt-search-bar .search-bar-content .search-bar-text {
  color: #4d4d4d;
  font-size: 18px;
  font-family: "Open Sans", arial, sans-serif;
  padding: 7px 0 14px;
}

.cpt-search-bar .search-bar-content .search-bar-form {
  background: #fff;
  border-radius: 7px;
  margin-block-end: 7px;
  display: flex;
  overflow: hidden;
}

.cpt-search-bar .search-bar-content .search-bar-form .search-bar-input {
  border: 1px solid #d6d6d6;
  color: #4d4d4d;
  font: italic 300 16px "Open Sans", arial, sans-serif;
  border-radius: 4px 0 0 4px;
  padding: 7px 14px;
  flex-grow: 1;
}

.cpt-search-bar .search-bar-content .search-bar-form .search-bar-button {
  min-inline-size: 50px;
  background-color: #00a5e1;
  color: #fff;
  font: 700 16px "Open Sans", arial, sans-serif;
  text-align: center;
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 14px;
  flex-shrink: 1;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: top 0.3s;
}

.cpt-header.external-header {
  background-color: #00a5e1;
  color: #fff;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpt-header.classic-header {
  background-color: #fff;
  color: #757575;
  height: 60px;
  padding-inline: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.cpt-header.scroll-top {
  position: fixed;
  top: -60px;
}

.cpt-header.scroll-top .logo-svg-wrapper {
  opacity: 0;
}

.cpt-header.scroll-bottom {
  position: fixed;
  top: 0;
}

.cpt-header .header-left-icons {
  margin-left: -10px;
  justify-content: flex-start;
}

.cpt-header .header-right-icons {
  margin-right: -10px;
  justify-content: flex-end;
}

.cpt-header .header-left-icons,
.cpt-header .header-right-icons {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.cpt-header .header-left-icons .header-element,
.cpt-header .header-right-icons .header-element {
  width: 52px;
  height: 35px;
  font-size: 30px;
  text-align: center;
  border-left: 1px solid #f7f7f7;
  padding-inline: 10px;
  cursor: pointer;
}

.cpt-header .header-left-icons .header-element:first-child,
.cpt-header .header-right-icons .header-element:first-child {
  border: none;
}

.cpt-header .header-left-icons .header-element.menu,
.cpt-header .header-right-icons .header-element.menu {
  display: block;
}

.cpt-header .header-left-icons .header-element.menu.on,
.cpt-header .header-right-icons .header-element.menu.on {
  display: none;
}

.cpt-header .header-left-icons .fav-div,
.cpt-header .header-right-icons .fav-div {
  position: relative;
  text-align: center;
  flex-shrink: 1;
}

.cpt-header .header-left-icons .fav-div .fav-number,
.cpt-header .header-right-icons .fav-div .fav-number {
  width: 17px;
  height: 17px;
  position: absolute;
  top: -2px;
  right: 3px;
  background-color: #be003c;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.cpt-header .logo-svg-wrapper {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 70px;
  height: 70px;
  background-image: url("/leclerc-mobile/_core/images/logo_symbole.svg");
  transform: translate(-50%);
  display: flex;
  overflow: hidden;
  z-index: 1001;
}

.cpt-header .logo-svg-wrapper .logo {
  width: 70px;
  height: 70px;
  display: flex;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media screen and (min-width: 550px) {
  .cpt-header .logo-svg-wrapper {
    width: 180px;
    height: 100%;
    background-image: url("/leclerc-mobile/_core/images/logo_txt.svg");
    background-repeat: no-repeat;
    top: 8px;
  }
  .cpt-header .logo-svg-wrapper .logo {
    width: 180px;
    height: 100%;
  }
}

/**
 * FOOTER
 *
 * $type component
 */
/**
 * ICON
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-ff-icon {
  font-weight: normal !important;
  font-style: normal !important;
  font-family: "eleclercvoyages-icon" !important;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-footer {
  font-family: "Open Sans", arial, sans-serif;
  margin-top: 20px;
}

.cpt-footer.show-hotline .hotline {
  display: block;
}

.cpt-footer .hotline {
  padding: 7px;
  display: none;
}

.cpt-footer .hotline .title {
  color: #00a5e1;
  font-size: 20px;
  font-weight: 700;
  margin: 7px;
}

.cpt-footer .hotline img {
  width: 96%;
  max-width: 420px;
  margin: 0 7px;
}

.cpt-footer .hotline .horaires {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin: 7px;
}

.cpt-footer .desktop-version {
  color: #00a5e1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
}

.cpt-footer .desktop-version .icon {
  font-size: 24px;
}

.cpt-footer .footer-link {
  background: #eff9fe;
  font-weight: 300;
  text-align: center;
  line-height: 18px;
  padding: 20px 20px 72px 20px;
}

.cpt-footer .footer-link a {
  color: #757575;
  font-size: 13px;
}

/**
 * newsletter
 *
 * $type component
 */
@use "../../_core/styles/mixins";
@use "../../_core/styles/configs";
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-newsletter {
  background: #00a5e1;
  font-size: 12px;
  color: #fff;
  padding: 20px;
}

.cpt-newsletter .title {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.cpt-newsletter .title span {
  margin-left: 7px;
}

.cpt-newsletter .infos {
  font-weight: 300;
  line-height: 16px;
  padding: 7px 0;
}

.cpt-newsletter .form-newsletter {
  display: flex;
}

.cpt-newsletter .input-newsletter {
  border: 1px solid #fff;
  color: #fff;
  background: #00a5e1;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 7px 10px;
  flex-grow: 2;
}

.cpt-newsletter .button-newsletter {
  border: 1px solid #fff;
  color: #00a5e1;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  padding: 7px 10px;
  flex-grow: 1;
}

.cpt-newsletter .button-newsletter .cpt-loader .elem-image {
  width: 40px;
  margin: 0 auto;
}

.cpt-newsletter .newsletter-message {
  background-color: white;
  font-weight: 700;
  margin: 5px 0;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpt-newsletter .newsletter-message.newsletter-message-success {
  color: #18a701;
}

.cpt-newsletter .newsletter-message.newsletter-message-error {
  color: #e00042;
}

.cpt-newsletter .newsletter-message .elem-ff-icon {
  font-size: 20px;
  margin-right: 5px;
}

.cpt-newsletter.simple-mode {
  background: transparent;
  color: #4d4d4d;
  padding: 0;
}

.cpt-newsletter.simple-mode .input-newsletter {
  background: #fff;
  color: #4d4d4d;
  border-color: #d5d5d5;
}

.cpt-newsletter.simple-mode .button-newsletter {
  background: #00a5e1;
  color: #fff;
}

.cpt-newsletter {
  display: none;
}

.cpt-newsletter.show-newsletter,
.show-newsletter .cpt-newsletter {
  display: block;
}

/**
 * OVERLAY
 *
 * $type component
 */
/**
 * STYLES
 *
 * $type variable
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 980;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.cpt-overlay.d-none {
  opacity: 0;
}

.cpt-overlay.menu-overlay {
  z-index: 990;
}

.cpt-overlay.filter-overlay {
  z-index: 980;
}

/**
 * POPIN
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.cpt-popin .overlay-popin {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.cpt-popin .btn-close-popin {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
}

/**
 * PRICE LIST
 *
 * $type component
 */
/**
 * DIAPORAMA
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-diaporama {
  width: 100%;
  position: relative;
}

.cpt-diaporama.slider-landing {
  margin-bottom: 0;
}

.cpt-diaporama.slider-landing.slick-initialized .slider-landing-item {
  display: block;
}

.cpt-diaporama.slider-landing .slider-landing-item {
  display: none;
  position: relative;
}

.cpt-diaporama.slider-landing .slider-landing-item .elem-image {
  width: 100%;
}

.cpt-diaporama.slider-landing .slider-landing-item .info-price {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: right;
  padding: 0 7px;
  position: absolute;
  top: 0;
  right: 0;
}

.cpt-diaporama.slider-landing .slider-landing-item .info-price .from, .cpt-diaporama.slider-landing .slider-landing-item .info-price .complement {
  font-size: 10px;
  padding: 1px 0;
}

.cpt-diaporama.slider-landing .slider-landing-item .info-price .amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.cpt-diaporama.slider-landing .slider-landing-item .info-price .currency {
  font-size: 14px;
  line-height: 10px;
  padding-left: 2px;
}

.cpt-diaporama.slider-landing .slider-landing-item .info-price.withPrice .amount {
  font-size: 22px;
  line-height: 15px;
}

.cpt-diaporama.slider-landing .slick-dots {
  bottom: 10px;
}

.cpt-diaporama.slider-landing .slick-dots li {
  width: 10px;
  height: 10px;
}

.cpt-diaporama.slider-landing .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.cpt-diaporama.slider-landing .slick-dots li button {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.cpt-diaporama.slider-landing .slick-dots li button:before {
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  width: 15px;
  height: 15px;
}

.cpt-diaporama.slider-product {
  height: 240px;
  overflow: hidden;
}

.cpt-diaporama.slider-product .slider-product-item {
  position: relative;
}

.cpt-diaporama.slider-product .slider-product-item .elem-image {
  width: 100%;
  height: 240px;
}

.cpt-diaporama.slider-product .slick-prev, .cpt-diaporama.slider-product .slick-next {
  width: 32px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  padding: 0;
}

.cpt-diaporama.slider-product .slick-prev:before, .cpt-diaporama.slider-product .slick-next:before {
  color: #fff;
  font-size: 20px;
  font-family: "eleclercvoyages-icon";
  opacity: 1;
}

.cpt-diaporama.slider-product .slick-prev {
  border-radius: 0 7px 7px 0;
  left: 0;
  z-index: 1;
}

.cpt-diaporama.slider-product .slick-prev:before {
  content: "n";
}

.cpt-diaporama.slider-product .slick-next {
  border-radius: 7px 0 0 7px;
  right: 0;
}

.cpt-diaporama.slider-product .slick-next:before {
  content: "o";
}

.cpt-diaporama.slider-price-list {
  display: none;
}

.cpt-diaporama.slider-price-list.slick-initialized {
  display: block;
}

.cpt-diaporama.slider-price-list .slick-dots li {
  margin: 0;
}

.cpt-diaporama.slider-price-list .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.cpt-diaporama.slider-price-list .slick-dots li button:before {
  content: "J";
  color: #000;
  font-family: "eleclercvoyages-icon";
  font-size: 13px;
  opacity: 0.2;
  left: 0.5px;
}

.cpt-diaporama.slider-agency {
  height: 240px;
  overflow: hidden;
}

.cpt-diaporama.slider-agency .slider-agency-item {
  position: relative;
}

.cpt-diaporama.slider-agency .slider-agency-item .elem-image {
  width: 100%;
}

.cpt-diaporama.slider-agency .slick-prev, .cpt-diaporama.slider-agency .slick-next {
  width: 32px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  padding: 0;
}

.cpt-diaporama.slider-agency .slick-prev:before, .cpt-diaporama.slider-agency .slick-next:before {
  color: #fff;
  font-size: 20px;
  font-family: "eleclercvoyages-icon";
  opacity: 1;
}

.cpt-diaporama.slider-agency .slick-prev {
  border-radius: 0 7px 7px 0;
  left: 0;
  z-index: 1;
}

.cpt-diaporama.slider-agency .slick-prev:before {
  content: "n";
}

.cpt-diaporama.slider-agency .slick-next {
  border-radius: 7px 0 0 7px;
  right: 0;
}

.cpt-diaporama.slider-agency .slick-next:before {
  content: "o";
}

.cpt-diaporama.slider-serp {
  height: 170px;
  overflow: hidden;
}

.cpt-diaporama.slider-serp .slider-serp-item {
  position: relative;
}

.cpt-diaporama.slider-serp .slider-serp-item .elem-image {
  width: 100%;
}

.cpt-diaporama.slider-serp .slick-prev, .cpt-diaporama.slider-serp .slick-next {
  width: 32px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  padding: 0;
}

.cpt-diaporama.slider-serp .slick-prev:before, .cpt-diaporama.slider-serp .slick-next:before {
  color: #fff;
  font-size: 20px;
  font-family: "eleclercvoyages-icon";
  opacity: 1;
}

.cpt-diaporama.slider-serp .slick-prev {
  border-radius: 0 7px 7px 0;
  left: 0;
  z-index: 1;
}

.cpt-diaporama.slider-serp .slick-prev:before {
  content: "n";
}

.cpt-diaporama.slider-serp .slick-next {
  border-radius: 7px 0 0 7px;
  right: 0;
}

.cpt-diaporama.slider-serp .slick-next:before {
  content: "o";
}

.cpt-diaporama.slider-travel-idea {
  height: 144px;
  overflow: hidden;
}

.cpt-diaporama.slider-travel-idea .slider-travel-idea-item {
  position: relative;
}

.cpt-diaporama.slider-travel-idea .slider-travel-idea-item .elem-image {
  width: 100%;
}

.cpt-diaporama.slider-travel-idea .slick-prev, .cpt-diaporama.slider-travel-idea .slick-next {
  width: 32px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  padding: 0;
}

.cpt-diaporama.slider-travel-idea .slick-prev:before, .cpt-diaporama.slider-travel-idea .slick-next:before {
  color: #fff;
  font-size: 20px;
  font-family: "eleclercvoyages-icon";
  opacity: 1;
}

.cpt-diaporama.slider-travel-idea .slick-prev {
  border-radius: 0 7px 7px 0;
  left: 0;
  z-index: 1;
}

.cpt-diaporama.slider-travel-idea .slick-prev:before {
  content: "n";
}

.cpt-diaporama.slider-travel-idea .slick-next {
  border-radius: 7px 0 0 7px;
  right: 0;
}

.cpt-diaporama.slider-travel-idea .slick-next:before {
  content: "o";
}

.cpt-diaporama + .slide-info {
  position: relative;
  left: 50%;
  width: 54px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin-top: -24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: translateX(-50%);
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-price-list {
  background: #fff;
  border-top: 1px solid #ebebeb;
  padding: 7px;
  z-index: 1;
  transition: top 0.4s;
}

.cpt-price-list .price-list-title {
  display: flex;
  align-items: center;
}

.cpt-price-list .price-list-title h2 {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 14px;
  padding: 7px;
  margin: 0;
  flex-grow: 1;
}

.cpt-price-list .price-list-title h2 b {
  color: #00a5e1;
}

.cpt-price-list .price-list-title .price-list-plus {
  color: #757575;
  min-width: 80px;
  padding: 7px;
}

.cpt-price-list .price-list-title .price-list-plus .icon {
  font-family: "eleclercvoyages-icon";
  display: inline-block;
  transition: all 300ms;
  transform: rotate(90deg);
}

.cpt-price-list .price-list-title .price-list-plus.is-open .icon {
  transform: rotate(-90deg);
}

.cpt-price-list .price-list-container {
  display: flex;
  flex-direction: column;
  min-height: 25px;
  height: 100%;
}

.cpt-price-list .price-list-container .info-price-page {
  display: flex !important;
  flex-wrap: wrap;
}

.cpt-price-list .price-list-container .info-price-page .info-price {
  width: 50%;
  border-right: 1px solid #d6d6d6;
  padding: 5px 7px;
  display: flex;
}

.cpt-price-list .price-list-container .info-price-page .info-price.right {
  border-right: none;
}

.cpt-price-list .price-list-container .info-price-page .info-price .destination {
  color: #4d4d4d;
  flex-grow: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cpt-price-list .price-list-container .info-price-page .info-price .price {
  color: #be003c;
  font-weight: 700;
  min-width: 52px;
  text-align: right;
}

/**
 * FILTER
 *
 * $type component
 */
/**
 * FILTER HANDLE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filter-handle {
  width: 100%;
  height: 28px;
  background: #fff;
  text-align: center;
  border-radius: 0 0 50% 50% / 0 0 20px 20px;
  padding-top: 5px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 10;
  transition: top 0.28s;
}

/**
 * FILTER MENU
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filter-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 50px);
  background: #fff;
  display: none;
  z-index: 1000;
}

.cpt-filter-menu.show {
  display: block;
}

.cpt-filter-menu .filter-header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.cpt-filter-menu .filter-header .filter-header-centering {
  width: 50%;
  height: 60px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.cpt-filter-menu .filter-header .filter-close {
  min-width: 50px;
  height: 60px;
  background: #eff9fe;
  color: #757575;
  text-align: center;
  flex-shrink: 1;
}

.cpt-filter-menu .filter-header .filter-close .icon {
  font-size: 30px;
}

.cpt-filter-menu .filter-header .logo {
  height: 60px;
  text-align: center;
  flex-grow: 1;
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.2);
}

.cpt-filter-menu .filter-content {
  background: #eff9fe;
  padding: 14px;
  position: relative;
  overflow: auto;
}

.cpt-filter-menu .filter-content .title-filters {
  display: none;
}

.cpt-filter-menu .filter-content .content-filters {
  display: flex;
  flex-wrap: wrap;
}

.cpt-filter-menu .filter-content .basic-select {
  border-radius: 4px;
}

.cpt-filter-menu .filter-content .select-full {
  width: 100%;
  margin: 0 0 14px;
}

.cpt-filter-menu .filter-content .select-full .custom-select__placeholder {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  font-family: "Open Sans", arial, sans-serif;
}

.cpt-filter-menu .filter-content .select-full.add-hr {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  padding-top: 20px;
  margin-top: 20px;
}

.cpt-filter-menu .filter-content .second-field {
  margin-top: 14px;
}

.cpt-filter-menu .filter-content .second-field .level-2 {
  padding-left: 22px;
}

.cpt-filter-menu .filter-content .second-field .level-3 {
  padding-left: 27px;
}

.cpt-filter-menu .filter-content .input-date {
  width: 100%;
}

.cpt-filter-menu .filter-content .input-date .date-search-item {
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 3px;
  padding: 8px;
  margin: 0 0 14px;
  position: relative;
}

.cpt-filter-menu .filter-content .input-date .date-search-item .elem-custom-input {
  width: 100%;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", arial, sans-serif;
  font-style: italic;
  border: none;
}

.cpt-filter-menu .filter-content .input-date .date-search-item:after {
  position: absolute;
  top: 0;
  right: 2px;
  content: "S";
  color: #757575;
  font-size: 16px;
  font-family: "eleclercvoyages-icon";
  padding: 7px;
}

.cpt-filter-menu .filter-content .input-date .date-search-item .item {
  margin: 10px 0 0 2px;
  padding: 5px 7px;
  border: 1px solid gray;
}

.cpt-filter-menu .filter-content .select-fifty {
  width: 48%;
}

.cpt-filter-menu .filter-content .select-fifty.flexibility {
  margin-right: 4%;
}

.cpt-filter-menu .filter-content .select-fifty.flexibility .custom-select__dropdown-indicator {
  position: relative;
}

.cpt-filter-menu .filter-content .select-fifty.flexibility .custom-select__dropdown-indicator svg {
  visibility: hidden;
}

.cpt-filter-menu .filter-content .select-fifty.flexibility .custom-select__dropdown-indicator:after {
  position: absolute;
  top: 0;
  right: 2px;
  content: "P";
  color: #757575;
  font-size: 16px;
  font-family: "eleclercvoyages-icon";
  padding: 7px;
}

.cpt-filter-menu .filter-content .select-fifty.duration .custom-select__dropdown-indicator {
  position: relative;
}

.cpt-filter-menu .filter-content .select-fifty.duration .custom-select__dropdown-indicator svg {
  visibility: hidden;
}

.cpt-filter-menu .filter-content .select-fifty.duration .custom-select__dropdown-indicator:after {
  position: absolute;
  top: 0;
  right: 2px;
  content: "T";
  color: #757575;
  font-size: 16px;
  font-family: "eleclercvoyages-icon";
  padding: 7px;
}

.cpt-filter-menu .filter-content .custom-select__option.level-1 {
  margin-left: 10px;
}

.cpt-filter-menu .filter-content .custom-select__option.level-2 {
  margin-left: 20px;
}

.cpt-filter-menu .filter-content .custom-select__option.level-3 {
  margin-left: 30px;
}

.cpt-filter-menu .filter-content .input-slider {
  width: 92%;
  margin: 0 4% 30px;
}

.cpt-filter-menu .filter-content .input-slider.add-hr {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 40px;
  margin: 10px 4%;
}

.cpt-filter-menu .filter-content .input-slider .collapse-title {
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", arial, sans-serif;
  font-style: italic;
  margin: 14px 0 7px;
}

.cpt-filter-menu .filter-content .input-slider .rc-slider-handle {
  width: 0;
  height: 0;
  background-color: transparent;
  border: none;
  border-top: 10px solid transparent;
  border-left: 20px solid #00a5e1;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  margin-top: -8px;
}

.cpt-filter-menu .filter-content .input-slider .rc-slider-handle:active {
  box-shadow: none;
}

.cpt-filter-menu .filter-content .input-slider .rc-slider-handle.rc-slider-handle-dragging {
  border: none;
  border-top: 10px solid transparent;
  border-left: 20px solid #00a5e1;
  border-bottom: 10px solid transparent;
  box-shadow: none;
}

.cpt-filter-menu .filter-content .input-slider .rc-slider-handle.rc-slider-handle-2 {
  transform: translateX(-50%) rotate(180deg) !important;
}

.cpt-filter-menu .filter-content .input-slider .rc-slider-tooltip-inner {
  color: #00a5e1;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  padding: 0;
  box-shadow: none;
}

.cpt-filter-menu .filter-content .check-full {
  border: 1px solid #00a5e1;
  width: 100%;
  background-color: #00a5e1;
  border-radius: 3px;
  margin-top: 14px;
}

.cpt-filter-menu .filter-content .check-full .collapse-title {
  background: #00a5e1;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", arial, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  padding: 14px;
  position: relative;
}

.cpt-filter-menu .filter-content .check-full .collapse-title .number {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.cpt-filter-menu .filter-content .check-full .collapse-title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "y";
  color: #fff;
  font-size: 16px;
  font-family: "eleclercvoyages-icon";
  padding: 14px;
  text-transform: none;
  font-style: normal;
}

.cpt-filter-menu .filter-content .check-full .collapse-title.open:after {
  content: "A";
}

.cpt-filter-menu .filter-content .check-full .collapse-children {
  border-radius: 3px;
  overflow: hidden;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap {
  background: #f4f4f4;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 26px;
  border-top: 1px solid #00a5e1;
  padding: 7px 7px 7px 40px;
  display: block;
  position: relative;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap.level-2 {
  padding-left: 70px;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap span {
  color: #d6d6d6;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap .checkmark {
  width: 25px;
  height: 25px;
  border: 1px solid #757575;
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: #fff;
  border-radius: 3px;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap.level-2 .checkmark {
  left: 37px;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap input:checked ~ .checkmark {
  border: 1px solid #00a5e1;
  background-color: #00a5e1;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap .checkmark:after {
  content: "\e901";
  color: #fff;
  font-family: "eleclercvoyages-icon";
  font-size: 16px;
  text-align: center;
  display: none;
}

.cpt-filter-menu .filter-content .check-full .collapse-children .input-wrap input:checked ~ .checkmark:after {
  display: block;
}

.cpt-filter-menu .filter-content .input-container-full {
  display: flex;
  align-items: center;
}

.cpt-filter-menu .filter-content .button-container {
  width: 100%;
}

.cpt-filter-menu .filter-content .button-container .button-wrap .elem-button-primary {
  width: 100%;
  background: #00a5e1;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Open Sans", arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  padding: 14px;
  margin: 14px 0 3px;
}

.cpt-filter-menu .filter-content .button-container #reinitButton {
  width: 100%;
  color: #757575;
  font-size: 14px;
  font-weight: 300;
  font-family: "Open Sans", arial, sans-serif;
  font-style: italic;
  text-decoration: underline;
  text-align: center;
  margin: 7px 0;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filter {
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding: 14px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 990;
  transition: top 0.3s;
}

.cpt-filter .sort,
.cpt-filter .filter {
  border: 1px solid #d6d6d6;
  width: 33%;
  height: 50px;
  background-color: #fff;
  color: #4d4d4d;
  border-radius: 10px;
  padding: 7px;
  display: flex;
  flex-grow: 1;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 990;
}

.cpt-filter .sort .icon,
.cpt-filter .filter .icon {
  font: 24px "eleclercvoyages-icon";
}

.cpt-filter .sort .label,
.cpt-filter .filter .label {
  text-transform: uppercase;
  line-height: 20px;
}

.cpt-filter .sort .label b,
.cpt-filter .filter .label b {
  display: block;
}

.cpt-filter .grid {
  width: 33%;
  display: flex;
  justify-content: space-evenly;
  flex-grow: 1;
}

.cpt-filter .grid .grid-element {
  font: 24px "eleclercvoyages-icon";
  color: #d6d6d6;
  flex-shrink: 1;
}

.cpt-filter .grid .grid-element.is-active {
  color: #4d4d4d;
}

.cpt-filter .sort-menu {
  background-color: #eff9fe;
  width: 31%;
  border-radius: 10px;
  display: none;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  z-index: 1000;
}

.cpt-filter .sort-menu.show {
  display: block;
}

.cpt-filter .sort-menu .sort-menu-item {
  font-size: 18px;
  color: #757575;
  padding: 14px;
  display: block;
}

.cpt-filter .sort-menu .sort-menu-item.is-active {
  background-color: #00a5e1;
  font-weight: 700;
  color: #fff;
}

.cpt-filter .sort-menu .sort-menu-item span {
  text-align: center;
  width: 20%;
  display: inline-block;
}

/**
 * RESULT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-result {
  background-color: #fff;
  font-family: "Open Sans", arial, sans-serif;
  border-radius: 8px;
  margin: 7px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.cpt-result.our-result {
  border-color: #be003c;
}

.cpt-result.private-sell {
  border-color: #9f16a4;
}

.cpt-result .main-info-wrap {
  display: flex;
  align-items: stretch;
}

.cpt-result .price-info-wrap {
  flex: 0 0 85px;
  max-width: 85px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cpt-result .content-info-wrap {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  width: 65%;
  padding: 7px;
}

.cpt-result .info-wrap {
  flex: 1;
}

.cpt-result .private-sale-picture img {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: inherit;
  height: inherit;
}

.cpt-result.full-image .main-info-wrap {
  display: block;
  align-items: unset;
}

.cpt-result.full-image .main-info-wrap .content-info-wrap {
  width: 100%;
}

.cpt-result.full-image .main-info-wrap .cpt-diaporama {
  height: 200px;
}

.cpt-result.full-image .main-info-wrap .cpt-slider-container {
  width: 100%;
}

.cpt-result.full-image .main-info-wrap .cpt-slider-container .slider-serp-item .elem-image {
  height: 200px;
}

.cpt-result.full-image .main-info-wrap .cpt-slider-container .slider-serp-item .elem-image img {
  border-radius: 8px 8px 0 0;
}

.cpt-result.full-image .main-info-wrap .cpt-slider-container .elem-banner-product {
  width: 50%;
  font-size: 11px;
  top: 10px;
}

.cpt-result.full-image .main-info-wrap .heading .elem-breadcrumb-destination {
  display: none;
}

.cpt-result.full-image .main-info-wrap .price-info-wrap .cpt-favorite {
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
}

.cpt-result.full-image .main-info-wrap .price-info-wrap .complementary-price-wrap {
  display: none;
}

.cpt-result.full-image .main-info-wrap .details-wrap {
  display: none;
}

.cpt-result.full-image .add-info-wrap {
  display: none;
}

.cpt-result.full-image .add-info-wrap.withPromo {
  display: block;
}

.cpt-result.full-image .add-info-wrap.withPromo div {
  display: none;
}

.cpt-result.full-image .add-info-wrap.withPromo div.promo-pushing {
  display: block;
}

.cpt-result .heading .title-result {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.1;
  margin: 0;
}

.cpt-result .heading .breadcrumb-destination {
  font-size: 10px;
  color: #757575;
}

.cpt-result .cpt-slider-container {
  position: relative;
  width: 35%;
}

.cpt-result .cpt-slider-container .cpt-preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.cpt-result .cpt-slider-container .slider-serp-item {
  width: 100%;
  height: 100%;
}

.cpt-result .cpt-slider-container .slider-serp-item .elem-image img {
  border-radius: 8px 0 0 0;
  height: 200px;
}

.cpt-result .cpt-slider-container .elem-banner-product {
  z-index: 3;
}

.cpt-result .details-wrap {
  font-size: 12px;
  margin: 7px 0 7px -7px;
  display: flex;
  align-items: stretch;
}

.cpt-result .details-wrap .details-border {
  width: 0;
  border-right: 5px solid #ebebeb;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 7px;
  flex-shrink: 1;
}

.cpt-result .details-wrap .details-border.no-border {
  border: none;
}

.cpt-result .details-wrap .details-infos {
  padding: 4px 0;
  flex-grow: 1;
}

.cpt-result .details-wrap .details-infos .private-sale-end-date {
  font-weight: 700;
  font-size: 12px;
  color: #9f16a4;
  margin: -5px 0 10px;
}

.cpt-result .details-wrap .details-infos .icon-details:before {
  font: 14px "eleclercvoyages-icon";
  vertical-align: middle;
  width: 15px;
  margin-bottom: 2px;
  display: inline-block;
  text-align: center;
}

.cpt-result .details-wrap .details-infos .elem-meal-plan {
  display: block;
}

.cpt-result .details-wrap .details-infos .elem-meal-plan:before {
  content: "t";
}

.cpt-result .details-wrap .details-infos .elem-number-of-nights:before {
  content: "g";
}

.cpt-result .details-wrap .details-infos .elem-departure-cities:before {
  content: "V";
}

.cpt-result .rating-wrap {
  margin: 5px 0 10px;
}

.cpt-result .rating-wrap .elem-rating,
.cpt-result .rating-wrap .rating-value {
  font: 11px "Open Sans", arial, sans-serif;
}

.cpt-result .rating-wrap .reviews-number {
  font: 11px "Open Sans", arial, sans-serif;
  color: #757575;
}

.cpt-result .cpt-favorite {
  align-self: flex-end;
  cursor: pointer;
}

.cpt-result .elem-discount {
  margin: 5px -7px 5px 0;
  border-radius: 8px 0 0 8px;
}

.cpt-result .elem-price {
  margin: 4px 0;
  flex: auto;
}

.cpt-result .elem-price .from,
.cpt-result .elem-price .type-wrap {
  font-size: 10px;
  color: #757575;
}

.cpt-result .elem-price .from {
  margin-bottom: 3px;
}

.cpt-result .elem-price .price {
  font: 700 22px arial, sans-serif;
}

.cpt-result .elem-price .currency {
  font-size: 12px;
}

.cpt-result .elem-price .cents {
  font-size: 12px;
}

.cpt-result .elem-price .instead-of,
.cpt-result .elem-price .brochure-price {
  display: none;
}

.cpt-result .add-info-wrap {
  padding: 7px;
}

.cpt-result .add-info-wrap .cpt-picto-list {
  margin: 5px 0;
}

.cpt-result .message-status-wrap {
  background-color: #f4f4f4;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  border-radius: 8px;
  padding: 10px;
}

.cpt-result .btn-delete-seen-product {
  font-weight: 400;
  font-size: 11px;
  margin-top: 10px;
}

.cpt-result .btn-delete-seen-product .elem-ff-icon {
  letter-spacing: -6px;
  margin-right: 5px;
}

/**
 * RESULT PUSH
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-result-push {
  background-color: #fff;
  font-family: "Open Sans", arial, sans-serif;
  border-radius: 8px;
  margin: 7px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.cpt-result-push .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.cpt-result-push .heading .info-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px 0 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cpt-result-push .heading .info-icon .symbol {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.cpt-result-push .heading .info-title {
  font-size: 16px;
}

.cpt-result-push .info-content {
  color: #757575;
  padding: 10px 20px 20px 36px;
}

.cpt-result-push .default .heading .info-icon {
  background-color: #00a5e1;
}

.cpt-result-push .default .heading .info-icon:after {
  border-top-color: #00a5e1;
}

.cpt-result-push .default .info-content {
  font-size: 14px;
}

.cpt-result-push .alert .heading .info-icon {
  background-color: #be003c;
}

.cpt-result-push .alert .heading .info-icon:after {
  border-top-color: #be003c;
}

.cpt-result-push .alert .info-content {
  font-size: 16px;
}

.cpt-result-push > .elem-image {
  width: 100%;
}

/**
 * BLOC PRODUCT NOT AVAILABLE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-product-not-available {
  width: 100%;
  background: #f6dbe3;
  color: #be003c;
  font-family: "Open Sans", arial, sans-serif;
  padding: 14px 7px;
  margin: 14px 0;
  position: relative;
  display: flex;
}

.cpt-product-not-available.without-diamond {
  align-items: center;
}

.cpt-product-not-available img {
  flex-shrink: 1;
}

.cpt-product-not-available .not-available {
  font-size: 12px;
  text-align: center;
  position: relative;
}

.cpt-product-not-available .not-available h4 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 7px;
  display: block;
}

.cpt-product-not-available .not-available.with-diamond:after {
  width: 28px;
  height: 28px;
  content: '';
  background: #f6dbe3;
  position: absolute;
  bottom: -21px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) rotate(45deg);
}

/**
 * EMERGENCY MARKETING
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.emergency-marketing {
  margin: 5px 0 0 0;
  padding: 7px;
  text-align: center;
}

.inner-result .emergency-marketing {
  margin-right: 5px;
  margin-left: 5px;
}

/**
 * PROMO PUSHING
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.promo-pushing {
  padding: 5px 15px;
  color: #be003c;
  background-color: #f8e5eb;
  font-size: 13px;
  margin: 0 -7px;
}

.promo-pushing p {
  margin: 0 !important;
}

/**
 * FAVORITE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-favorite {
  width: 30px;
  height: 30px;
  border: 1px solid #d4d8da;
  background-color: #f4f4f4;
  color: #f4f4f4;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cpt-favorite.selected {
  color: #be003c;
}

.cpt-favorite .elem-ff-icon {
  font-size: 19px;
  text-shadow: 0 0 2px #888;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media (hover: hover) {
  .cpt-favorite:hover {
    color: #be003c;
    transition: color 0.5s ease-in-out;
  }
}

/**
 * PICTO LIST
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-picto-list {
  margin: 0 0 5px -8px;
}

.cpt-picto-list .elem-image {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.cpt-picto-list .elem-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cpt-picto-list.last-sales {
  display: flex;
}

.cpt-picto-list.last-sales .elem-image {
  width: 30px;
  height: 30px;
  margin: 0;
  display: inline-block;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-picto-list {
    margin: 10px 0 0 -10px;
  }
  .cpt-picto-list .elem-image {
    width: auto;
    height: 35px;
  }
}

/**
 * EXPERT POINT
 *
 * @type component
 */
/**
 * EXPERT POINT - STYLES
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-expert-point .expert-point-label {
  font-weight: 600;
  font-size: 11px;
}

.cpt-expert-point .list-custom {
  background-color: #f4f4f4;
  font-size: 11px;
  margin: 8px 0 0;
  border-radius: 8px;
  padding: 10px 10px 6px;
}

.cpt-expert-point .list-custom .list-custom-item {
  display: flex;
}

.cpt-expert-point .list-custom .elem-ff-icon {
  font-size: 14px;
  color: #00a5e1;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-expert-point .expert-point-label {
    font-weight: 700;
    font-size: 12px;
  }
  .cpt-expert-point .list-custom {
    background-color: transparent;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
  }
}

/**
 * DESCRIPTION SHORT
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-description-short .resume {
  background-color: #f4f4f4;
  font-size: 11px;
  line-height: 1.2;
  margin: 8px 0 0;
  border-radius: 8px;
  padding: 10px;
}

.cpt-description-short .inner-resume {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 1px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-description-short .resume {
    background-color: transparent;
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  .cpt-description-short .inner-resume {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/**
 * DISNEY HEADER for serp page
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-disney-serp-header {
  margin-inline: 7px;
}

.cpt-disney-serp-header .inner {
  border-radius: 8px;
  background-color: rgba(0, 165, 225, 0.1);
  margin-block: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-disney-serp-header .inner .disney-icon {
  margin-inline-end: 10px;
}

.cpt-disney-serp-header .inner .disney-icon .elem-image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
}

.cpt-disney-serp-header .inner .disney-title {
  font-size: 14px;
  color: #4d4d4d;
}

.cpt-disney-serp-header .inner .disney-title .stronger {
  font-weight: 700;
}

.cpt-disney-serp-header .inner .disney-title .stronger.brand-color {
  color: #00a5e1;
}

.cpt-disney-serp-header .back-product {
  display: inline-flex;
}

.cpt-disney-serp-header .back-product .elem-button--default {
  border-radius: 8px;
  background-color: #878787;
  color: #fff;
  padding: 5px 15px 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-disney-serp-header .back-product .elem-button--default .stronger {
  font-weight: 600;
  margin-inline-start: 5px;
}

.cpt-disney-serp-header .back-product .elem-button--default .elem-ff-icon {
  font-size: 14px;
  margin-inline-end: 8px;
}

/**
 * LINKED SEARCH BANNER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.linked-search-banner {
  padding: 10px;
}

.linked-search-banner .linked-content {
  display: flex;
  gap: 15px;
  background-color: #eff9fe;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 10px;
}

.linked-search-banner .linked-content span {
  font-weight: 600;
}

.linked-search-banner .linked-content .icon-wrap {
  width: 38px;
  height: 24px;
  padding: 3px;
  background-color: #00a5e1;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.linked-search-banner .linked-content .icon-wrap .icon-style {
  width: 20px;
  height: auto;
}

.linked-search-banner .linked-product span {
  font-weight: 600;
}

.linked-search-banner .linked-product .back-product {
  display: flex;
  gap: 2px;
  width: 65%;
}

.linked-search-banner .linked-product .icon {
  font-family: "eleclercvoyages-icon";
}

/*# sourceMappingURL=serp.css.map */