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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * MIXIN SIZE
 *
 * @type function
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN BORDER
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN CLAMP
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN FLEX
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN POSITON
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON - inspire of Bourbon: library https://www.bourbon.io/
 */
/**
 * RESET INPUT
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/*
 * MIXIN SCROLLBAR
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * MIXIN SIZE
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * TRANSFORM
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/**
 * TRANSITION
 *
 * @type mixin
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/* @deprecated */
/**
 * USER SELECT
 *
 * @type mixins
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/* @deprecated */
/**
 * BLOCK
 *
 * @type utilities
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.break {
  clear: both;
  display: block;
}

.x-cross {
  cursor: pointer;
}

.hidden {
  display: none !important;
}

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

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

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

.is-collapse {
  cursor: pointer;
}

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

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

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

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

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

.reset-input {
  border: 0 none;
}

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

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

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

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

.inline {
  display: inline;
}

.is-clickable {
  cursor: pointer;
}

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

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

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

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

.large {
  font-size: 120%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/**
 * FONTS
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
@font-face {
  font-family: "tui icons";
  src: url("/tui/assets/fonts/tui-icons.eot?#iefix") format("embedded-opentype"), url("/tui/assets/fonts/tui-icons.woff") format("woff"), url("/tui/assets/fonts/tui-icons.ttf") format("truetype"), url("/tui/assets/fonts/tui-icons.svg#tui icons") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Ambit Regular";
  src: url("/tui/assets/fonts/Ambit-Regular.woff2") format("woff2"), url("/tui/assets/fonts/Ambit-Regular.woff") format("woff"), url("/tui/assets/fonts/Ambit-Regular.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "Ambit Bold";
  src: url("/tui/assets/fonts/Ambit-Bold.woff2") format("woff2"), url("/tui/assets/fonts/Ambit-Bold.woff") format("woff"), url("/tui/assets/fonts/Ambit-Bold.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "TUITypeLight Regular";
  src: url("/tui/assets/fonts/TUITypeLt_LATN_W_Rg.eot?#iefix") format("embedded-opentype"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Rg.woff2") format("woff2"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Rg.woff") format("woff"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Rg.ttf") format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "TUITypeLight Bold";
  src: url("/tui/assets/fonts/TUITypeLt_LATN_W_Bd.eot?#iefix") format("embedded-opentype"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Bd.woff2") format("woff2"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Bd.woff") format("woff"), url("/tui/assets/fonts/TUITypeLt_LATN_W_Bd.ttf") format("truetype");
  font-style: normal;
}

/**
 * FORM
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
input,
select,
textarea {
  font-family: "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

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

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

/**
 * LAYOUT
 *
 * $type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
body {
  font-family: "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

body .wrapper {
  font-family: "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  overflow: clip;
}

body.page-serp .main-layout {
  background-color: #f8f8f8;
}

body.page-serp .main-layout .wrap-full-white {
  background-color: #f8f8f8;
}

a {
  text-decoration: none;
}

.main-layout .container {
  background-color: #fff;
}

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

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

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  body.page-serp .main-layout {
    background-color: #fff;
  }
  body.page-serp .main-layout .wrap-full-white {
    background-color: #fff;
  }
  .main-layout .main-product {
    inline-size: calc(100% - 363px);
  }
  .main-layout .aside-product {
    inline-size: 363px;
    margin-inline-start: 15px;
  }
}

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

.secondary {
  color: #3567f6;
}

.tertiary {
  color: #d40e14;
}

.unused {
  color: #aaa;
}

.bg-primary {
  background-color: #1b115c;
}

.bg-secondary {
  background-color: #3567f6;
}

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

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

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

.h1-like {
  font: 700 normal 30.848px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25;
}

.h2-like {
  font: normal 24px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c;
  text-transform: uppercase;
  margin: 60px 0 30px;
  position: relative;
}

.h3-like {
  font: normal 16px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.136;
  color: #1b115c;
}

.h4-like {
  font: normal 16px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.111;
  text-transform: uppercase;
  color: #1b115c;
  margin: 30px 0 16px;
}

.h5-like {
  font: normal 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.h6-like {
  font: 700 normal 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/**
 * SLICK THEME
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * OVERRIDE SLICK
 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../_core/images/loader/ajax-loader.gif") center center no-repeat;
}

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

.slick-prev:before,
.slick-next:before {
  font-family: "tui icons";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -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: "tui icons";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #9ea0a6;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #1b115c;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.DayPickerInput-OverlayWrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.elem-icon.icon-size-16 {
  font-size: 16px;
}

.elem-icon.icon-size-20 {
  font-size: 20px;
}

.elem-icon.icon-size-24 {
  font-size: 24px;
}

.elem-icon.icon-size-32 {
  font-size: 32px;
}

.elem-icon.icon-size-48 {
  font-size: 48px;
}

/**
 * BUTTON
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
[class*="elem-button--"] {
  font: 14px "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
}

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

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

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

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

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

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

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

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

/** ----------------------------------------------------------------
 * TYPE
 */
.elem-button--default {
  border: 1px solid transparent;
  background: #d40e14;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c;
  padding: 8px;
  letter-spacing: 0.05em;
}

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

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

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

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

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

.elem-button--primary-invert {
  border: 1px solid #fff;
  block-size: 40px;
  background-color: #fff;
  color: #1b115c;
  font: 600 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}

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

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

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

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

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

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

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

.elem-button--tertiary {
  border: 1px solid #fff;
  block-size: 40px;
  background-color: #fff;
  color: #1b115c;
  font: 600 14px "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}

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

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

.elem-button--tertiary:hover {
  border: 1px solid #3567f6;
  background: #3567f6;
  color: #fff;
}

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

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

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

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

.btn-large {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
}

.btn-huge {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
}

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

/**
 * REDUCTION
 *
 * @type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-reduction {
  block-size: 47px;
  background-color: #70cbf4;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-radius: 12px;
  padding-inline: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**
 * CUSTOM INPUT
 *
 * $type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-custom-input {
  inline-size: 100%;
  block-size: 30px;
  font-size: 14px;
  border: 0 none;
  background-color: #fff;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

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

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

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

/**
 * LOADER
 *
 * $type element
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-loader {
  inline-size: 100%;
  block-size: 79px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.elem-loader .loader {
  inline-size: 25px;
  block-size: 25px;
  background: #1b115c;
  border-radius: 50%;
  margin: 15px auto;
  display: block;
  box-sizing: border-box;
  position: relative;
  animation: orx-anim-loader-circle 1s linear infinite alternate;
}

/** ----------------------------------------------------------------
 * ANIMATIONS
 */
@keyframes orx-anim-loader-circle {
  0% {
    box-shadow: 0 0, 0 0;
    color: rgba(27, 17, 92, 0.2);
  }
  100% {
    box-shadow: -30px 0, 30px 0;
    color: rgba(27, 17, 92, 0.8);
  }
}

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

.wrap-component.full-no-padding .inner-wrap-component {
  max-inline-size: 100%;
  padding-inline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * LANDING DIAPORAMA - TUI
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-landing-diaporama {
  block-size: 452px;
  overflow: hidden;
}

.cpt-landing-diaporama .diaporama-item .elem-image {
  block-size: 452px;
}

.cpt-landing-diaporama .diaporama-item .elem-image img {
  object-position: 50% 50%;
}

.cpt-landing-diaporama.slick-dotted.slick-slider {
  margin-block: 0;
}

.cpt-landing-diaporama .slick-dots {
  inset-block-end: 13px;
}

.cpt-landing-diaporama .slick-dots li {
  margin: 0 3px;
}

.cpt-landing-diaporama .slick-dots li button {
  inline-size: 15px;
  block-size: 15px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
}

.cpt-landing-diaporama .slick-dots li button:before {
  display: none;
}

.cpt-landing-diaporama .slick-dots li.slick-active button {
  background-color: #3567f6;
}

/**
 * HEADER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-header {
  background-color: #fff;
  block-size: 56px;
  position: relative;
}

.cpt-header .elem-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 1079px) {
  .cpt-header {
    position: sticky;
    top: 0;
    block-size: 100px;
    z-index: 11;
  }
}

/**
 * BREADCRUMB
 *
 * $type component
 */
/**
 * VARIABLE STYLE
 *
 * @type specific
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-breadcrumb {
  font-size: 14px;
  color: #1b115c;
  line-height: 21px;
  margin-block: 4px -10px;
}

.cpt-breadcrumb a {
  color: #1b115c;
  text-decoration: none;
  cursor: pointer;
}

.cpt-breadcrumb .product-title {
  text-decoration: none;
}

.cpt-breadcrumb .elem-icon-wrap .elem-icon {
  font-size: 9px;
}

.cpt-breadcrumb .return-wrap a {
  text-decoration: none;
}

.cpt-breadcrumb .return-wrap .txt {
  text-decoration: underline;
}

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

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

.page-package .cpt-breadcrumb {
  margin-block: 2px 4px;
  display: block;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-breadcrumb {
    font-size: 15px;
    margin-block: 22px 5px;
    display: block;
  }
  .cpt-breadcrumb a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
  }
  .cpt-breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
  }
  .cpt-breadcrumb .product-title {
    text-decoration: none;
  }
  .page-package .cpt-breadcrumb {
    margin-block: 32px 20px;
  }
}

/**
 * PANORAMA SEARCH ENGINE
 *
 * $type component
 */
/**
 * PANORAMA SEARCH ENGINE - STYLES
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-panorama-search-engine {
  inline-size: 100%;
  block-size: 240px;
  margin-block-start: 0;
}

.cpt-panorama-search-engine .elem-image {
  inline-size: 100%;
  block-size: 100%;
  vertical-align: top;
  object-fit: cover;
  display: block;
}

/**
 * SEARCH ENGINE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
/**
 * SEARCH ENGINE FILTERS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-search-engine-more {
  background-color: #fff;
  box-shadow: 0 8px 20px 0 #e3e3e3;
}

.cpt-search-engine-more .search-engine-more-content {
  display: flex;
  flex-direction: column;
}

.cpt-search-engine-more .item-sef {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin: 15px 0 15px 0;
  flex-grow: 1;
}

.cpt-search-engine-more .item-sef .item-label-sef {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  color: #333;
  margin-left: 4px;
  display: block;
}

.cpt-search-engine-more .item-sef:first-child {
  margin-left: 0;
}

.cpt-search-engine-more .custom-select__control {
  border-color: transparent;
  border-width: 0;
  border-radius: 0;
}

.cpt-search-engine-more .custom-select__placeholder {
  font-size: 14px;
  top: 15px;
}

.cpt-search-engine-more .custom-select__single-value {
  font-size: 14px;
  font-weight: bold;
  color: #3567f6 !important;
}

.cpt-search-engine-more .custom-select__clear-indicator {
  font-weight: bold;
  color: #3567f6 !important;
}

.cpt-search-engine-more .custom-select__multi-value__label {
  padding: 6px 3px 3px 3px;
}

.cpt-search-engine-more .button-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  inline-size: 100%;
  block-size: auto;
  text-align: center;
}

.cpt-search-engine-more .button-wrap .elem-button-primary {
  padding: 10px 30px;
  margin: 0;
  width: auto;
  display: inline-block;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 768px) {
  .cpt-search-engine-more .search-engine-more-content {
    flex-direction: row;
  }
  .cpt-search-engine-more .item-sef {
    margin: 15px 0 15px 15px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-search-engine-more .item-sef {
    max-width: 422px;
  }
  .cpt-search-engine-more .button-wrap {
    position: relative;
    top: 0;
    left: 0;
    inline-size: auto;
    block-size: auto;
  }
  .cpt-search-engine-more .button-wrap .elem-button-primary {
    margin: 15px 0;
  }
}

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

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

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-search-engine-tabs {
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .cpt-search-engine-tabs .container {
    white-space: inherit;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab {
    color: #fff;
    padding: 15px 30px;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab span {
    font-weight: bold;
    padding-bottom: 0;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab.selected {
    background-color: #33bce9;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab.selected span {
    border-bottom: 0 none;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab:hover {
    background-color: #33bce9;
  }
  .cpt-search-engine-tabs .elem-search-engine-tab:hover span {
    border-bottom: 0 none;
  }
  .page-serp .cpt-search-engine-tabs {
    background-color: #dbdbdb;
  }
  .page-serp .cpt-search-engine-tabs .elem-search-engine-tab {
    color: #1b115c;
  }
  .page-serp .cpt-search-engine-tabs .elem-search-engine-tab.selected {
    background-color: #f2f3f3;
  }
  .page-serp .cpt-search-engine-tabs .elem-search-engine-tab.selected span {
    color: #3567f6;
  }
  .page-serp .cpt-search-engine-tabs .elem-search-engine-tab:hover {
    background-color: #f2f3f3;
  }
  .page-serp .cpt-search-engine-tabs .elem-search-engine-tab:hover span {
    color: #3567f6;
  }
  .page-landing .cpt-search-engine-tabs .elem-search-engine-tab.selected {
    background-color: rgba(208, 207, 207, 0.9);
  }
  .page-landing .cpt-search-engine-tabs .elem-search-engine-tab.selected span {
    color: #1b115c;
  }
  .page-landing .cpt-search-engine-tabs .elem-search-engine-tab:hover {
    background-color: rgba(208, 207, 207, 0.9);
  }
  .page-landing .cpt-search-engine-tabs .elem-search-engine-tab:hover span {
    color: #1b115c;
  }
}

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

/**
 * SEARCH ENGINE TAB
 *
 * $type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.elem-search-engine-tab {
  background-color: transparent;
  color: #000;
  padding: 18px 15px;
  margin: 0;
  border-radius: 0;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}

.elem-search-engine-tab span {
  padding-bottom: 5px;
}

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

.elem-search-engine-tab.selected span {
  border-bottom: 2px solid #d40e14;
}

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

.elem-search-engine-tab:hover span {
  border-bottom: 2px solid #d40e14;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .elem-search-engine-tab span {
    font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
}

/**
 * SEARCH ENGINE SELECT ITEM
 *
 * $type elements
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.custom-select__option.level-1 {
  padding-inline-start: 15px;
}

.custom-select__option.level-2 {
  padding-inline-start: 30px;
}

.custom-select__menu {
  inline-size: 100% !important;
  inset-block-start: 31px !important;
  border-radius: 0 !important;
  box-shadow: 0 0 6px #d0d0d0 !important;
  position: relative;
  z-index: 9 !important;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .custom-select__option.level-1 {
    padding-inline-start: 20px;
  }
  .custom-select__option.level-2 {
    padding-inline-start: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .custom-select__menu {
    inline-size: 120% !important;
    border-radius: 16px;
  }
}

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

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

.DayPicker .DayPicker-Months {
  min-inline-size: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 25px;
}

.DayPicker .DayPicker-Month {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  border-spacing: 0;
  border-collapse: collapse;
  user-select: none;
  margin: 0 0 10px;
  display: inline-block;
}

.DayPicker .DayPicker-Month:first-child .DayPicker-Caption {
  color: #1b115c;
  position: relative;
}

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

.DayPicker .DayPicker-NavButton {
  position: absolute;
  top: 32px;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  margin-block-start: 2px;
  display: inline-block;
  cursor: pointer;
  z-index: 88;
}

.DayPicker .DayPicker-NavButton--prev,
.DayPicker .DayPicker-NavButton--next {
  background-image: inherit;
}

.DayPicker .DayPicker-NavButton--prev:before,
.DayPicker .DayPicker-NavButton--next:before {
  color: #1b115c;
  font: 700 16px "tui icons";
  content: "3";
}

.DayPicker .DayPicker-NavButton--prev {
  margin-inline-end: 1.5em;
  inset-inline-start: 35px;
}

.DayPicker .DayPicker-NavButton--prev:before {
  display: block;
  transform: rotate(180deg);
}

.DayPicker .DayPicker-NavButton--next {
  background-image: inherit;
  inset-inline-end: 35px;
}

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

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

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

.DayPicker .DayPicker-Caption .all-dates-month input {
  inline-size: 16px;
  block-size: 16px;
  border: 1px solid #d9d9d9;
  position: relative;
  top: 2px;
  background-color: #fff;
  border-radius: 3px;
  margin-inline-end: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease-in-out;
}

.DayPicker .DayPicker-Caption .all-dates-month input:checked {
  background-color: #3567f6;
  border-color: #3567f6;
}

.DayPicker .DayPicker-Caption .all-dates-month input:checked:after {
  position: absolute;
  top: 2px;
  left: 5px;
  inline-size: 5px;
  block-size: 9px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.DayPicker .DayPicker-Caption .all-dates-month input:disabled {
  background-color: #e6e6e6;
  border-color: #bcbcbc;
  cursor: default;
  opacity: 0.5;
}

.DayPicker .DayPicker-Caption > div {
  font-size: 23px;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}

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

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

.DayPicker .DayPicker-Weekday {
  color: #1b115c;
  font: 400 15px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  padding: 0.5em;
  display: table-cell;
}

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

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

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

.DayPicker .DayPicker-Day {
  inline-size: 48px;
  block-size: 48px;
  color: #1b115c;
  font-size: 18px;
  text-align: center;
  padding: 0;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

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

.DayPicker .DayPicker-WeekNumber {
  min-inline-size: 1em;
  color: #8b9898;
  font-size: 0.75em;
  text-align: end;
  border-inline-end: 1px solid #eaecec;
  vertical-align: middle;
  padding: 0.5em;
  cursor: pointer;
  display: table-cell;
}

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

.DayPicker .DayPicker-Footer {
  padding-block-start: 0.5em;
}

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

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

.DayPicker .DayPicker-Day--today {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.DayPicker .DayPicker-Day--included {
  background-color: rgba(53, 103, 246, 0.1);
  color: #000;
}

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

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

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

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

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

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

.DayPicker .DayPickerInput {
  display: inline-block;
}

.DayPicker .DayPickerInput-OverlayWrapper {
  position: relative;
}

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

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .DayPicker {
    display: inline-block;
  }
  .DayPicker .DayPicker-Months {
    min-inline-size: 582px;
  }
  .DayPicker .DayPicker-Day {
    inline-size: 34px;
    block-size: 34px;
    font-size: 16px;
  }
  .DayPicker .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #3567f6 !important;
    color: #fff !important;
  }
  .DayPicker .DayPicker-NavButton--prev {
    inset-inline-start: 12px;
  }
  .DayPicker .DayPicker-NavButton--next {
    inset-inline-end: 12px;
  }
  .DayPicker .DayPicker-NavButton:hover {
    opacity: 0.8;
  }
  .DayPicker .DayPicker-Caption .all-dates-month {
    background-color: #fff;
  }
}

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

.cpt-popover .title-mobile {
  block-size: 61px;
  background-color: #fff;
  color: #1b115c;
  font: 400 18px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: -20px -20px 0;
  box-shadow: 0 4px 15px rgba(54, 54, 54, 0.15);
  padding-inline: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.cpt-popover .title-mobile span {
  visibility: hidden;
}

.cpt-popover .title-mobile span:before {
  position: relative;
  left: 10px;
  color: #1b115c;
  font-size: 14px;
  font-family: "tui icons";
  text-transform: none;
  display: inline-block;
  content: "e";
  visibility: visible;
}

.cpt-popover .scrollbar {
  background-color: #f2f2f2;
  block-size: calc(100% - 20px);
  margin: 0 -20px;
  padding: 0 15px;
  overflow-y: auto;
}

.cpt-popover .default-block {
  padding-block: 20px 10px;
  padding-inline-start: 5px;
}

.cpt-popover .default-block .item {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #1b115c;
  font-size: 16px;
  border-radius: 50px;
  padding: 6px 16px;
  margin-inline-end: 5px;
  white-space: nowrap;
  cursor: pointer;
}

.cpt-popover .flexibility-block {
  position: relative;
  bottom: auto;
  left: auto;
  inline-size: 100%;
  block-size: auto;
  padding-block-end: 15px;
}

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

.cpt-popover .flexibility-block .label {
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c;
  font-size: 16px;
  margin-block-end: 10px;
}

.cpt-popover .flexibility-block .item {
  border: 1px solid #e2e2e2;
  block-size: 35px;
  background-color: #fff;
  color: #1b115c;
  font-size: 16px;
  border-radius: 50px;
  padding: 0 13px;
  margin: 0 5px 2px 0;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}

.cpt-popover .flexibility-block .item.selected {
  border: 1px solid transparent;
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-shadow: inset 0 2px 6px rgba(27, 17, 92, 0.2);
}

.cpt-popover .flexibility-block .button-wrap {
  margin-inline-start: 10px;
}

.cpt-popover .flexibility-block .elem-button-primary {
  block-size: auto !important;
  color: #fff;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 14px !important;
  text-transform: none !important;
  border-radius: 0 !important;
  padding: 6px 60px !important;
  margin-block-start: 14px !important;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-popover {
    position: absolute;
    top: 44px;
    left: 11px;
    inline-size: auto;
    block-size: auto;
    border-radius: 8px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    padding: 20px 25px 25px 25px;
    margin: 0 -11px;
  }
  .cpt-popover .scrollbar {
    block-size: auto;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow: inherit;
  }
  .cpt-popover .default-block {
    padding-block: 0 15px;
    padding-inline-start: 0;
  }
  .cpt-popover .flexibility-block {
    padding-block-end: 0;
  }
  .cpt-popover .flexibility-block .d-flex {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .cpt-popover .flexibility-block .item:hover {
    border: 1px solid #3567f6;
    background-color: #3567f6;
    color: #fff;
  }
  .cpt-popover .flexibility-block .elem-button-primary {
    padding: 6px 34px !important;
    margin-block-start: 0 !important;
  }
  .cpt-popover .button-wrap .elem-button-primary:before {
    display: none;
  }
}

.cpt-search-engine .search-engine-btn-mobile {
  position: fixed;
  right: 20px;
  bottom: 20px;
  inline-size: 63px;
  block-size: 63px;
  background-color: #d40e14;
  color: #fff;
  font-size: 29px;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
}

.cpt-search-engine .search-engine-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: #f2f2f2;
  margin: 0;
  z-index: 99;
  transition: all 0.2s cubic-bezier(0, 0.8, 0.63, -0.25);
}

.cpt-search-engine.open .search-engine-container {
  inset-block-end: 0;
  transition: all 0.2s cubic-bezier(0.53, 0.11, 0.43, 0.91);
}

.cpt-search-engine .search-engine-scroll-ctrl {
  position: relative;
  top: 0;
  left: 0;
  inline-size: auto;
  block-size: calc(100% - 61px);
}

.cpt-search-engine .title-search-engine {
  block-size: 61px;
  background-color: #fff;
  color: #1b115c;
  font: 400 18px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 15px;
  box-shadow: 0 4px 15px rgba(54, 54, 54, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpt-search-engine .title-search-engine .elem-button-close {
  color: #1b115c;
  font-size: 14px;
  text-transform: none;
  margin-block-start: 3px;
}

.cpt-search-engine .container {
  background-color: transparent;
}

.cpt-search-engine .cpt-search-engine-contents {
  block-size: 100%;
  background-color: transparent;
  padding-block-start: 10px;
}

.cpt-search-engine .cpt-search-engine-contents .container {
  max-inline-size: inherit;
  block-size: 100%;
}

.cpt-search-engine .cpt-search-engine-contents .outer-block {
  block-size: 100%;
  background-color: transparent;
  border-radius: 0;
  padding: 20px 25px 90px;
}

.cpt-search-engine .cpt-search-engine-contents .inner-block {
  padding: 2px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__indicators {
  margin-block-start: -16px;
  gap: 5px;
  position: relative;
  display: flex;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__single-value {
  color: #1b115c !important;
  font-size: 16px;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__clear-indicator {
  position: absolute;
  left: 9px;
  background-color: #fff;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c !important;
  padding: 0;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__dropdown-indicator {
  padding-block: 0;
  display: flex;
  transition: all 0.1s ease-in-out;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__control {
  min-block-size: 32px;
  background-color: transparent;
  box-shadow: inherit !important;
  font-size: 16px;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__control .custom-select__value-container {
  padding: 0 8px;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__control.custom-select__control--menu-is-open .custom-select__dropdown-indicator {
  transform: rotate(180deg);
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__indicator-separator {
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__placeholder {
  color: #a7a7a7;
  font-size: 16px;
  margin-inline: 0;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__menu {
  inline-size: 100%;
  border-radius: 8px !important;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3) !important;
  overflow: hidden;
  margin-block-start: 8px;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__menu-list {
  padding-block: 0;
}

.cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__option.custom-select__option--is-focused, .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__option.custom-select__option--is-selected {
  background-color: #3567f6;
  color: #fff;
}

.cpt-search-engine .cpt-search-engine-contents .item-se {
  border: 1px solid #e6e6e6;
  inline-size: 100%;
  background-color: #fff;
  margin: 16px 0 0;
  padding: 5px 12px 4px;
  border-radius: 50px;
  border-block-end: 0 none;
  position: relative;
  flex-grow: inherit;
  order: 1;
}

.cpt-search-engine .cpt-search-engine-contents .item-se .select-search-item:hover .custom-select__dropdown-indicator {
  color: #1b115c;
}

.cpt-search-engine .cpt-search-engine-contents .item-se .select-search-item .custom-select__dropdown-indicator {
  transition: color 0.2s ease-in-out;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.disabled {
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs {
  background-color: transparent;
  inline-size: 100%;
  border: 0 none;
  padding: 0;
  margin-block-start: 0;
  display: grid;
  align-items: center;
  overflow: inherit;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs:before {
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__menu {
  inline-size: 100% !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3) !important;
  margin-block-start: 28px;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__control {
  block-size: 63px;
  background-color: #3567f6;
  border-radius: 50px;
  padding-inline: 12px;
  box-shadow: inherit;
  outline: 0 none;
  transition: inherit;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__control.custom-select__control--menu-is-open {
  border-radius: 30px 30px 0 0;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__option {
  block-size: 41px;
  background-color: #3567f6;
  color: #fff;
  text-transform: uppercase;
  padding-inline: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__option.custom-select__option--is-selected {
  background-color: #3567f6;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__single-value {
  inline-size: 100%;
  color: #fff !important;
  font-size: 16px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__indicators {
  margin-block-start: 0;
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__indicator-separator {
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__dropdown-indicator {
  color: #fff;
}

.cpt-search-engine .cpt-search-engine-contents .item-se:last-child {
  border-block-end: 0 none;
}

.cpt-search-engine .cpt-search-engine-contents .item-se:last-child:before {
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.departure-date {
  order: 1;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .elem-custom-input {
  block-size: 32px;
  color: #1b115c !important;
  font: 400 16px "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 8px;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .elem-custom-input::placeholder {
  color: #a7a7a7;
  font-weight: 400;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .date-search-item {
  position: relative;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .date-search-item:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "tui icons";
  font-size: 18px;
  color: #a7a7a7;
  pointer-events: none;
  content: "k";
  transform: translateY(-50%);
  transition: color 0.2s ease-in-out;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .date-search-item.open:after {
  color: #1b115c;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.duration-stay {
  order: 1;
}

.cpt-search-engine .cpt-search-engine-contents .item-se .item-label-se {
  position: relative;
  top: 4px;
  color: #1b115c;
  font: 400 16px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 8px;
  margin: 0;
  display: block;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se {
  position: relative;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .elem-custom-input {
  background-color: transparent;
  color: #1b115c;
  block-size: 32px;
  font-size: 16px;
  font-family: "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-inline: 8px;
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .elem-custom-input.placeholder {
  color: #a7a7a7;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .elem-custom-input:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-family: "tui icons";
  font-size: 16px;
  color: #a7a7a7;
  pointer-events: none;
  content: "U";
  transform: translateY(-50%);
  transition: color 0.2s ease-in-out;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .elem-custom-input.open:after {
  color: #1b115c;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel {
  position: absolute;
  top: 46px;
  left: 0;
  inline-size: 100%;
  block-size: auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  z-index: 1;
  transition: padding 0.2s ease-in-out, top 0.1s ease-in-out;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .header-content {
  display: none;
  align-items: center;
  justify-content: space-between;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel.close {
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  flex: 1;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-title {
  color: #1b115c;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  margin-block-end: 2px;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-content .passenger-number-count-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-content .passenger-number-less {
  inline-size: 26px;
  block-size: 26px;
  background-color: #3567f6;
  color: #fff;
  fill: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-content .passenger-number-less svg {
  inline-size: 18px;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-content .passenger-number-less.disabled {
  opacity: 0.2;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-content .passenger-number-value {
  inline-size: 23px;
  color: #1b115c;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-content .passenger-number-more {
  inline-size: 26px;
  block-size: 26px;
  background-color: #3567f6;
  color: #fff;
  fill: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-content .passenger-number-more svg {
  inline-size: 18px;
}

.cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .item-content-se .passengers-panel .passenger-number-container .passenger-number-content .passenger-number-more.disabled {
  opacity: 0.2;
}

.cpt-search-engine .cpt-search-engine-contents .elem-custom-select {
  padding-inline-start: 0;
}

.cpt-search-engine .cpt-search-engine-contents .elem-custom-select option {
  padding-inline-start: 0;
}

.cpt-search-engine .cpt-search-engine-contents .button-container {
  position: absolute;
  bottom: 13px;
  left: 50%;
  inline-size: calc(100% - 80px);
  transform: translateX(-50%);
}

.cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap {
  block-size: 51px;
}

.cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .elem-button-primary {
  font-size: 18px;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .elem-button-primary span {
  color: #fff;
}

.cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .elem-button-primary:before {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  font: 400 26px "tui icons";
  text-transform: none;
  content: "L";
  transform: translateY(-50%);
}

.cpt-search-engine .cpt-search-engine-contents .button-wrap .elem-button-primary {
  position: relative;
  top: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: #d40e14;
  color: #fff;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px !important;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 40px !important;
  border: 0 none;
  text-transform: uppercase;
  display: inline-block;
}

.cpt-search-engine .cpt-search-engine-contents .button-wrap .elem-button-primary.loader-search-button {
  position: absolute;
  left: 41%;
  inline-size: 48px;
  padding: 0;
  animation: skLinRotate 1s ease-in-out infinite alternate, width 0.2s ease-in-out;
}

.cpt-search-engine .cpt-search-engine-contents .button-wrap .elem-button-primary.loader-search-button span {
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .button-wrap .elem-button-primary.loader-search-button:before {
  display: none;
}

.cpt-search-engine .cpt-search-engine-contents .button-wrap .elem-button-primary.loader-search-button:after {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #fff;
  content: "";
}

.page-serp .cpt-search-engine {
  position: relative;
}

.page-serp .cpt-search-engine:before {
  inline-size: 55px;
  block-size: 55px;
  position: fixed;
  bottom: 16px;
  left: 22px;
  background-color: #fff;
  box-shadow: 0 1px 7px 1px rgba(27, 17, 92, 0.25);
  border-radius: 100%;
  z-index: 2;
  content: "";
}

.page-serp .cpt-search-engine .search-engine-btn-mobile {
  inline-size: 48px;
  block-size: 48px;
  inset-block-end: 19px;
  inset-inline-end: auto;
  inset-inline-start: 26px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-search-engine .search-engine-container {
    background-color: transparent;
    margin: -133px 0 50px;
    position: static;
  }
  .cpt-search-engine .search-engine-scroll-ctrl {
    position: relative;
    top: auto;
    left: auto;
    inline-size: auto;
    block-size: auto;
    border: 1px solid #e7eaf3;
    overflow-y: visible;
    border-radius: 16px;
    margin-block-end: 32px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  }
  .cpt-search-engine .search-engine-scroll-ctrl .container {
    padding-inline: 0;
  }
  .cpt-search-engine .title-desktop-search-engine {
    color: #1b115c;
    font: 400 18px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin-block: 4px 15px;
    padding-inline-start: 3px;
    display: block;
  }
  .cpt-search-engine .cpt-search-engine-contents {
    padding-block-start: 0;
  }
  .cpt-search-engine .cpt-search-engine-contents .outer-block {
    inline-size: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .cpt-search-engine .cpt-search-engine-contents .inner-block {
    flex-direction: column;
    gap: 13px;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap {
    border: 1px solid #e6e6e6;
    inline-size: 100%;
    background-color: #f2f2f2;
    border-radius: 16px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    padding: 13px;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__single-value {
    margin: 0;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__menu {
    inline-size: 150%;
    margin-block-start: 12px;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__menu .custom-select__menu-list {
    --can-scroll: 0;
    animation: detect-scroll;
    margin: var(--can-scroll);
    animation-timeline: scroll(self);
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__menu .custom-select__menu-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f5f5f5;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__menu .custom-select__menu-list::-webkit-scrollbar {
    inline-size: 12px;
    background-color: #f5f5f5;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__menu .custom-select__menu-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #d9d9d9;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__control {
    min-block-size: 32px;
    font-size: 16px;
    padding-inline-end: 10px;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__dropdown-indicator {
    padding: 0;
    display: flex;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__indicators {
    margin-block-start: 0;
    display: flex;
  }
  .cpt-search-engine .cpt-search-engine-contents .se-wrap .custom-select__clear-indicator {
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #fff;
    font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1b115c !important;
    padding: 0;
    z-index: 2;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se {
    inline-size: 100%;
    border: 0 none;
    border-radius: 8px;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.tabs {
    inline-size: 200px;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__single-value {
    text-align: center;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__option {
    padding-inline: 12px;
    justify-content: center;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__option.custom-select__option--is-focused {
    background-color: #70cbf4;
    font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__menu {
    inline-size: 200px !important;
    padding: 0;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__menu .custom-select__menu-list {
    padding: 0;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__control {
    block-size: 65px;
    padding-inline: 9px;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.tabs .custom-select__dropdown-indicator {
    display: block;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.nbpts .elem-custom-input:hover:after {
    color: #1b115c;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.destination .custom-select__menu {
    inline-size: 180% !important;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.departure-city .custom-select__menu, .cpt-search-engine .cpt-search-engine-contents .item-se.duration-stay .custom-select__menu, .cpt-search-engine .cpt-search-engine-contents .item-se.ref_to .custom-select__menu {
    inline-size: 100% !important;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.departure-date {
    order: 1;
    border-block-start: 0 none;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .date-search-item .elem-custom-input:focus-visible {
    box-shadow: inherit;
    outline-offset: 0;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .date-search-item .date-search-item:after {
    right: 12px;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .date-search-item:hover:after {
    color: #1b115c;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .elem-custom-input {
    background-color: transparent;
    block-size: 32px;
    font-size: 16px;
    outline: 0 none;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.departure-date .elem-custom-input::placeholder {
    font-weight: 400;
    color: #a7a7a7;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se.duration-stay {
    order: 1;
    border-block-start: 0 none;
  }
  .cpt-search-engine .cpt-search-engine-contents .item-se .item-label-se {
    color: #1b115c;
    font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    margin-block-start: 6px;
    white-space: nowrap;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container {
    position: relative;
    bottom: auto;
    left: auto;
    inline-size: auto;
    margin-block-start: 13px;
    transform: inherit;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap {
    block-size: auto;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit {
    inline-size: 100%;
    block-size: 45px;
    inset-inline-start: auto;
    padding: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit span {
    color: #fff;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit:before {
    display: none;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit .icon-button {
    inline-size: 45px;
    block-size: 45px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit .icon-button:before {
    position: relative;
    top: auto;
    left: auto;
    color: #fff;
    font: 400 24px "tui icons";
    display: inline-flex;
    transform: inherit;
    text-transform: none;
    content: "L";
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit:hover {
    background-color: #ef0000;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit:hover.loader-search-button .icon-button {
    background: #ef0000;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit.loader-search-button {
    animation: none;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit.loader-search-button span {
    display: inline-flex;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit.loader-search-button:after {
    display: none;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit.loader-search-button .icon-button {
    inline-size: 45px;
    block-size: 45px;
    background: #d40e14;
    color: #fff;
    border-radius: 50%;
    animation: skLinRotate 1s ease-in-out infinite alternate;
    transition: background-color 0.2s ease-in-out;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit.loader-search-button .icon-button:before {
    display: none;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-container .button-wrap .search-engine-submit.loader-search-button .icon-button:after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #fff;
    content: "";
  }
  .cpt-search-engine .cpt-search-engine-contents .button-wrap .elem-button-primary {
    font-size: 16px;
    transition: background-color 0.2s ease-in-out;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-wrap .elem-button-primary:hover {
    background-color: #ef0000;
  }
  .page-serp .cpt-search-engine:before {
    display: none;
  }
  .page-serp .cpt-search-engine .search-engine-container {
    margin-block: 0;
    padding-block: 0;
  }
}

@media only screen and (min-width: 1360px) {
  .cpt-search-engine .cpt-search-engine-contents .container {
    max-inline-size: 1324px;
  }
  .cpt-search-engine .cpt-search-engine-contents .button-wrap .elem-button-primary {
    font-size: 18px;
  }
}

/** ----------------------------------------------------------------
 * KEYFRAMES
 */
@keyframes skLinRotate {
  95%, 100% {
    transform: rotate(840deg);
  }
}

@keyframes detect-scroll {
  from, to {
    --can-scroll: 5px 5px 5px 0;
  }
}

/**
 * SKELETON SEARCH ENGINE
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-skeleton-search-engine {
  position: relative;
}

.cpt-skeleton-search-engine .skeleton-search-inner {
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  padding: 0 20px 20px 20px;
  border-radius: 16px;
}

.cpt-skeleton-search-engine .skeleton-element, .cpt-skeleton-search-engine .skeleton-label, .cpt-skeleton-search-engine .skeleton-select .skeleton-input, .cpt-skeleton-search-engine .skeleton-month-slider .skeleton-arrow, .cpt-skeleton-search-engine .skeleton-month-slider .skeleton-months .skeleton-month, .cpt-skeleton-search-engine .skeleton-dates-container .skeleton-month-label, .cpt-skeleton-search-engine .skeleton-dates-container .skeleton-dates-grid .skeleton-date-card, .cpt-skeleton-search-engine .skeleton-button .skeleton-btn {
  background-color: rgba(27, 17, 92, 0.06);
  border-radius: 8px;
  animation: pulse 1.3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cpt-skeleton-search-engine .skeleton-label {
  inline-size: 140px;
  block-size: 22px;
  margin-block-end: 9px;
  margin-inline: auto;
  border-radius: 4px;
}

.cpt-skeleton-search-engine .skeleton-select {
  margin: 16px 0;
}

.cpt-skeleton-search-engine .skeleton-select .skeleton-input {
  inline-size: 100%;
  block-size: 57px;
  margin-block-end: 13px;
}

.cpt-skeleton-search-engine .skeleton-month-slider {
  margin-block-end: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.cpt-skeleton-search-engine .skeleton-month-slider .skeleton-arrow {
  inline-size: 32px;
  block-size: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}

.cpt-skeleton-search-engine .skeleton-month-slider .skeleton-months {
  display: flex;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.cpt-skeleton-search-engine .skeleton-month-slider .skeleton-months .skeleton-month {
  inline-size: 73px;
  block-size: 38px;
}

.cpt-skeleton-search-engine .skeleton-dates-container {
  text-align: center;
}

.cpt-skeleton-search-engine .skeleton-dates-container .skeleton-month-label {
  inline-size: 120px;
  block-size: 18px;
  margin-block-end: 16px;
  border-radius: 4px;
  display: inline-flex;
}

.cpt-skeleton-search-engine .skeleton-dates-container .skeleton-dates-grid {
  margin-block-end: 20px;
  display: grid;
  gap: 12px;
}

.cpt-skeleton-search-engine .skeleton-dates-container .skeleton-dates-grid .skeleton-date-card {
  height: 80px;
  border-radius: 8px;
}

.cpt-skeleton-search-engine .skeleton-button {
  margin-block-start: 15px;
}

.cpt-skeleton-search-engine .skeleton-button .skeleton-btn {
  inline-size: 100%;
  block-size: 44px;
  border-radius: 22px;
}

/** ----------------------------------------------------------------
 * ANIMATIONS
 */
@keyframes pulse {
  0%, 100% {
    background-color: rgba(27, 17, 92, 0.06);
    opacity: 1;
  }
  50% {
    background-color: rgba(27, 17, 92, 0.03);
    opacity: 0.95;
  }
}

/**
 * EDITO
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-edito {
  color: #1b115c;
  position: relative;
}

.cpt-edito .title {
  color: #1b115c;
  font: 400 28px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 32px;
}

.cpt-edito .txt {
  margin-block: 10px 0;
  color: #1b115c;
  font-size: 16px;
  line-height: 22px;
}

.cpt-edito .txt-wrapper:not(.is-expanded) .txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cpt-edito .btn-toggle-text {
  background: none;
  color: #3567f6;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  border: none;
  margin-block-start: 8px;
  padding: 0;
  display: inline-block;
  transition: color 0.2s ease;
}

.cpt-edito .btn-toggle-text .text-less {
  display: none;
}

.cpt-edito .btn-toggle-text[aria-expanded="true"] .text-more {
  display: none;
}

.cpt-edito .btn-toggle-text[aria-expanded="true"] .text-less {
  display: inline;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-edito {
    margin-block-end: 24px;
  }
  .cpt-edito .btn-toggle-text {
    display: none !important;
  }
  .cpt-edito .txt {
    display: block !important;
    -webkit-line-clamp: unset !important;
  }
}

/**
 * DIAPORAMA SWIPER
 *
 * $type component
 */
/**
 * SWIPER
 *
 * @type vendor
 */
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
.swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-diaporama-swiper {
  position: relative;
}

.cpt-diaporama-swiper .swiper-wrapper {
  block-size: auto;
  gap: 20px 0;
}

.cpt-diaporama-swiper .swiper-button-prev,
.cpt-diaporama-swiper .swiper-button-next {
  inline-size: 32px;
  block-size: 32px;
  background: transparent !important;
  border-radius: 100%;
  transform: translateY(5px);
}

.cpt-diaporama-swiper .swiper-button-prev .elem-ff-icon,
.cpt-diaporama-swiper .swiper-button-next .elem-ff-icon {
  font-family: "tui icons";
  font-size: 18px;
  color: #fff;
  margin-left: 2px;
}

.cpt-diaporama-swiper .swiper-button-prev:before,
.cpt-diaporama-swiper .swiper-button-next:before {
  content: ">";
}

.cpt-diaporama-swiper .swiper-button-prev:after,
.cpt-diaporama-swiper .swiper-button-next:after {
  display: none;
}

.cpt-diaporama-swiper .swiper-button-prev.swiper-button-disabled,
.cpt-diaporama-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.cpt-diaporama-swiper .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}

.cpt-diaporama-swiper .swiper-button-next {
  right: 0;
}

.cpt-diaporama-swiper .swiper-pagination {
  padding-block-start: 15px;
  bottom: inherit;
  line-height: 0;
  position: relative;
}

.cpt-diaporama-swiper .swiper-pagination .swiper-pagination-bullet {
  inline-size: 12px;
  block-size: 12px;
  background-color: #ccc;
}

.cpt-diaporama-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/**
 * DESTINATION CARDS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-best-push {
  margin-block-end: 32px;
  position: relative;
}

.cpt-best-push .swiper {
  overflow: visible;
}

.cpt-best-push .swiper-slide {
  inline-size: 86%;
}

.cpt-best-push__heading {
  margin-block-end: 22px;
  text-align: center;
}

.cpt-best-push__title {
  color: #1b115c;
  font: 400 16px/20px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

.cpt-best-push .push-item {
  background-color: #fff;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(27, 17, 92, 0.07);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.cpt-best-push .push-item .push-item__image {
  block-size: 320px;
}

.cpt-best-push .push-item .push-item__image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 16px;
  opacity: 1;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 18%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 85%);
  transition: opacity 0.35s ease-out;
}

.cpt-best-push .push-item__image {
  inline-size: 100%;
  padding-block-start: 64%;
  position: relative;
  overflow: hidden;
}

.cpt-best-push .push-item__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  border-radius: 16px;
  transform: scale(1.02);
  filter: brightness(1.06);
  transition: transform 0.35s ease-out, filter 0.35s ease-out;
}

.cpt-best-push .push-item__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  pointer-events: none;
}

.cpt-best-push .push-item__title {
  position: absolute;
  top: 11px;
  background-color: #fff;
  color: #1b115c;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border-radius: 8px;
  padding: 1px 14px;
  margin: 0 0 4px;
  backdrop-filter: blur(2px);
  transform: translateY(4px);
  transition: transform 0.24s ease-out;
}

.cpt-best-push .push-item__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 18px;
  margin-block-start: 2px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.24s ease-out, transform 0.24s ease-out;
}

.cpt-best-push .push-item__cta {
  background-color: #3567f6;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-block-start: 10px;
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
  transition: background-color 0.2s ease-in-out, transform 160ms ease-out, box-shadow 160ms ease-out, filter 160ms ease-out, opacity 0.24s ease-out, transform 0.24s ease-out;
}

.cpt-best-push .push-item__cta span {
  font-size: 14px;
  display: inline-block;
  transform: translateX(0);
  transition: transform 160ms ease-out;
}

.cpt-best-push .push-item__cta span .elem-icon:before {
  color: #fff;
}

.cpt-best-push .push-item__cta:hover {
  background-color: #0039dd;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.cpt-best-push .push-item__cta:hover span {
  transform: translateX(2px);
}

.cpt-best-push .push-item__cta:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-best-push__heading {
    text-align: start;
    margin-block-end: 32px;
  }
  .cpt-best-push__title {
    font-size: 26px;
  }
  .cpt-best-push .push-item {
    transition: box-shadow 0.2s ease-in-out;
  }
  .cpt-best-push .push-item:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 0);
  }
  .cpt-best-push .push-item:hover {
    box-shadow: 0 6px 18px rgba(27, 17, 92, 0.08);
  }
  .cpt-best-push .push-item__title {
    font-size: 20px;
    transform: translateY(6px);
  }
  .cpt-best-push .push-item__text {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.24s ease-out 40ms, transform 0.24s ease-out 40ms;
  }
  .cpt-best-push .push-item__cta {
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    transition: opacity 0.24s ease-out 80ms, transform 0.24s ease-out 80ms, box-shadow 160ms ease-out, filter 160ms ease-out;
  }
  .cpt-best-push .push-item .push-item__image {
    block-size: 285px;
  }
  .cpt-best-push .push-item .push-item__image:after {
    opacity: 0;
  }
  .cpt-best-push .push-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.25);
  }
  .cpt-best-push .push-item:hover .push-item__image:after {
    opacity: 1;
  }
  .cpt-best-push .push-item:hover .push-item__image img {
    transform: scale(1.08);
    filter: brightness(1.1);
  }
  .cpt-best-push .push-item:hover .push-item__image::after {
    opacity: 1;
  }
  .cpt-best-push .push-item:hover .push-item__title {
    background-color: white;
  }
  .cpt-best-push .push-item:hover .push-item__text,
  .cpt-best-push .push-item:hover .push-item__cta {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .cpt-best-push .push-item:hover .push-item__text .elem-icon,
  .cpt-best-push .push-item:hover .push-item__cta .elem-icon {
    color: #fff;
  }
  .cpt-best-push .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    transform: none;
  }
  .cpt-best-push .swiper-slide {
    inline-size: auto;
    margin-inline-end: 0;
  }
  .cpt-best-push .push-item__title {
    background-color: rgba(255, 255, 255, 0.7);
    transition: background-color 0.2s ease-in-out;
    font-size: 22px;
  }
}

/**
 * DIAPORAMA FULL
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-diaporama-full {
  background-color: #f2f2f2;
  inline-size: 100%;
  margin-block-end: 20px;
  position: relative;
}

.cpt-diaporama-full .diaporama-full__swiper {
  inline-size: 100%;
}

.cpt-diaporama-full .diaporama-full__item {
  inline-size: 100%;
  block-size: 313px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-diaporama-full .diaporama-full__image {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.cpt-diaporama-full .diaporama-full__image .inner-img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}

.cpt-diaporama-full .diaporama-navigation {
  display: none;
}

.cpt-diaporama-full .diaporama-action-bar {
  position: absolute;
  bottom: 20px;
  left: 50%;
  inline-size: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 10;
  transform: translateX(-50%);
}

.cpt-diaporama-full .diaporama-full__play-pause {
  inline-size: 40px;
  block-size: 40px;
  border: 2px solid rgba(53, 103, 246, 0.1);
  backdrop-filter: blur(3px);
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.cpt-diaporama-full .diaporama-full__play-pause:hover {
  background-color: #3567f6;
  transform: scale(1.1);
}

.cpt-diaporama-full .diaporama-full__play-pause .diaporama-full__play-pause-icon {
  inline-size: 0;
  block-size: 0;
  border-style: solid;
  transition: all 0.2s ease;
}

.cpt-diaporama-full .diaporama-full__play-pause[data-state="playing"] .diaporama-full__play-pause-icon {
  inline-size: 12px;
  block-size: 16px;
  border-width: 0 4px 0 4px;
  border-color: #fff;
}

.cpt-diaporama-full .diaporama-full__play-pause[data-state="paused"] .diaporama-full__play-pause-icon {
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
  margin-inline-start: 2px;
}

.cpt-diaporama-full .df-swiper-pagination {
  position: relative;
  background-color: rgba(27, 17, 92, 0.1);
  backdrop-filter: blur(3px);
  inline-size: auto !important;
  inset: auto !important;
  text-align: center;
  line-height: 0;
  padding: 6px;
  border-radius: 35px;
  display: inline-flex;
  z-index: 10;
}

.cpt-diaporama-full .df-swiper-pagination .swiper-pagination-bullet {
  inline-size: 14px;
  block-size: 14px;
  background-color: #fff;
  border-radius: 35px;
  opacity: 1;
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

.cpt-diaporama-full .df-swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #3567f6;
}

.cpt-diaporama-full .df-swiper-pagination .swiper-pagination-bullet-active {
  inline-size: 30px;
  background-color: #3567f6;
  transform: scale(1);
}

.cpt-diaporama-full .diaporama-full__progressbar-container {
  inline-size: 100%;
  block-size: 4px;
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 5;
}

.cpt-diaporama-full .diaporama-full__progressbar {
  inline-size: 100%;
  block-size: 100%;
  background-color: rgba(53, 103, 246, 0.7);
  transform: translateX(-100%);
  transform-origin: left center;
}

.cpt-diaporama-full .diaporama-full__progressbar.diaporama-full__progressbar--animate {
  animation: progressBarAnimation var(--autoplay-duration, 5s) linear forwards;
  animation-play-state: running;
}

.cpt-diaporama-full .diaporama-full__progressbar.diaporama-full__progressbar--paused {
  animation-play-state: paused !important;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-wrapper {
  gap: 0;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide {
  opacity: 0 !important;
  transition-property: opacity;
  position: relative;
  pointer-events: none;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .container {
  position: absolute;
  top: 0;
  left: 50%;
  inline-size: 100%;
  transform: translateX(-50%);
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche {
  position: absolute;
  top: 15px;
  right: 50%;
  inline-size: 90%;
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  z-index: 100;
  transform: translateX(50%);
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__cartouche-title {
  color: #1b115c;
  font: 400 20px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__cartouche-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  margin-block: 10px;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__price-main {
  padding-block: 5px;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__price-label {
  font-size: 12px;
  color: #1b115c;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__price-value {
  font: 400 21px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__price-per {
  font-size: 12px;
  color: #1b115c;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-btn {
  background-color: #3567f6;
  font: 400 13px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35);
  margin-block-start: 6px;
  border: none;
  border-radius: 35px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, transform 160ms ease-out, box-shadow 160ms ease-out, filter 160ms ease-out;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-btn .diaporama-full__cartouche-btn-text {
  font-size: 0.95em;
  color: #fff;
  display: inline-block;
  transform: translateX(0);
  transition: transform 160ms ease-out;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-btn .diaporama-full__cartouche-btn-icon .elem-icon:before {
  color: #fff;
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-btn:hover {
  background-color: #0039dd;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.4);
  filter: brightness(1.03);
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-btn:hover span {
  transform: translateX(2px);
}

.cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-btn:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(37, 99, 235, 0.32);
}

.cpt-diaporama-full.cpt-diaporama-full--single-slide .diaporama-full__play-pause {
  display: none;
}

.cpt-diaporama-full.cpt-diaporama-full--single-slide .diaporama-full__progressbar-container {
  display: none;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-diaporama-full {
    block-size: 376px;
    margin-block-end: 0;
  }
  .cpt-diaporama-full .diaporama-full__item {
    block-size: 376px;
  }
  .cpt-diaporama-full .diaporama-full__caption {
    font-size: 16px;
    padding: 15px 20px;
  }
  .cpt-diaporama-full .diaporama-action-bar {
    inline-size: auto;
    justify-content: center;
  }
  .cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche {
    inline-size: 390px;
    inset-inline-start: 0;
    inset-block-start: 35px;
    transform: translateX(0);
  }
  .cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__cartouche-title {
    font-size: 24px;
  }
  .cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__cartouche-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    margin-block: 5px;
  }
  .cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__price-label,
  .cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__price-per {
    font-size: 12px;
  }
  .cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full-item__price-main {
    align-items: flex-start;
    gap: 0;
  }
  .cpt-diaporama-full .cpt-diaporama-swiper--full .swiper-slide .diaporama-full__cartouche .diaporama-full__cartouche-content .diaporama-full__price-value {
    font-size: 32px;
    line-height: 26px;
  }
}

/** ----------------------------------------------------------------
 * ANIMATIONS
 */
@keyframes progressBarAnimation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/**
 * TITLE BLOCK - TUI
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-title-block {
  font-size: 30px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #3567f6;
  margin-block-end: 30px;
  text-transform: uppercase;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-title-block {
    font-size: 36px;
  }
}

/**
 * POPIN LOADER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-popin-loader {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  z-index: 1000;
}

.cpt-popin-loader .overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  padding: 0;
  background: rgba(112, 203, 244, 0.9);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.9), rgba(112, 203, 244, 0.9));
  backdrop-filter: blur(2px);
}

.cpt-popin-loader .elem-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cpt-popin-loader .logo-style {
  position: absolute;
  top: 60%;
  left: 50%;
  inline-size: auto;
  block-size: 100px;
  transform: translate(-50%, -50%);
}

.cpt-popin-loader .logo-style img {
  object-fit: contain;
}

/**
 * PRICE BLOCK
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-price-block .from {
  color: #1b115c;
  text-transform: uppercase;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
/**
 * SORT TOOLBAR
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-sort-toolbar {
  padding-inline-start: 13px;
  position: relative;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-sort-toolbar {
    padding-inline: 0;
    margin-block-end: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/**
 * PAGINATION
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-pagination {
  margin-block-end: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.cpt-pagination .page-number {
  border: 1px solid #1b115c;
  min-inline-size: 30px;
  block-size: 30px;
  background-color: #fff;
  color: #1b115c;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.cpt-pagination .page-number.active, .cpt-pagination .page-number:hover {
  background-color: #3567f6;
  color: #fff;
  border-color: #3567f6;
}

.cpt-pagination .arrow .elem-icon {
  color: #3567f6;
  font-size: 12px;
}

.cpt-pagination .dots {
  color: #1b115c;
  font-size: 16px;
  margin: 0 5px;
}

/**
 * RESULT NUMBER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-result-number {
  color: #1b115c;
  font: 400 14px/2 "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding-block: 24px;
  display: flex;
  justify-content: center;
}

.cpt-result-number .number {
  block-size: 30px;
  background-color: #1b115c;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 12px;
  padding-inline: 12px;
  margin-inline-end: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-result-number {
    font-size: 18px;
    line-height: 18px;
    block-size: 35px;
    margin-block: 24px;
  }
  .page-serp .cpt-result-number {
    align-items: center;
    margin-block: 0;
  }
  .cpt-result-number .number {
    font-size: 16px;
    line-height: 1.2;
    align-items: center;
  }
  .cpt-result-number .txt {
    white-space: nowrap;
  }
}

/**
 * FILTERS
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filters {
  position: fixed;
  bottom: -100%;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: #fff;
  border: 0 none;
  margin: 0;
  z-index: 90;
  transition: all 0.2s cubic-bezier(0, 0.8, 0.63, -0.25);
}

.open .cpt-filters {
  inset-block-end: 0;
  transition: all 0.2s cubic-bezier(0.53, 0.11, 0.43, 0.91);
}

.cpt-filters .title-filters {
  display: none;
}

.cpt-filters .title-filters .elem-button-close {
  font-size: 16px;
  text-transform: none;
  float: right;
  margin-top: 3px;
}

.cpt-filters .subtitle-filters {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  text-transform: none;
  margin-block-end: 8px;
}

.cpt-filters .content-filters {
  position: absolute;
  top: 61px;
  left: 0;
  inline-size: 100%;
  block-size: calc(100% - 93px);
  background-color: #f2f3f3;
  padding: 10px 32px 65px;
  border: 0 none;
  overflow-y: scroll;
}

.cpt-filters .inner-item-filters {
  position: relative;
}

.cpt-filters .inner-item-filters.scroll {
  max-block-size: 200px;
  overflow-y: scroll;
}

.cpt-filters .inner-item-filters.scroll .number {
  inset-inline-end: 10px;
}

.cpt-filters .item-filters {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 16px 24px;
  margin: 23px 0;
  border-radius: 16px;
  color: #1b115c;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.cpt-filters .item-filters:first-child {
  margin-top: 5px;
}

.cpt-filters .item-filters:last-child {
  margin-bottom: 5px;
}

.cpt-filters .item-filters .open-more-item {
  font-size: 14px;
  color: #3567f6;
  text-decoration: underline;
  cursor: pointer;
}

.cpt-filters .item-filters .panel-subtitle-filters {
  display: none;
}

.cpt-filters .input-wrap {
  margin-bottom: 3px;
  padding: 0 37px 0 22px;
  position: relative;
}

.cpt-filters .input-wrap input {
  position: absolute;
  top: 5px;
  left: 0;
  inline-size: 16px;
  block-size: 16px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease-in-out;
}

.cpt-filters .input-wrap input:checked {
  background-color: #3567f6;
  border-color: #3567f6;
}

.cpt-filters .input-wrap input:checked:after {
  position: absolute;
  top: 2px;
  left: 5px;
  inline-size: 5px;
  block-size: 9px;
  border: 1px solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}

.cpt-filters .input-wrap input:disabled {
  background-color: #e6e6e6;
  border-color: #bcbcbc;
  cursor: default;
  opacity: 0.5;
}

.cpt-filters .input-wrap label {
  font-size: 16px;
  margin-left: 0;
}

.cpt-filters .input-wrap .number {
  position: absolute;
  top: 4px;
  right: 0;
  block-size: 15px;
  background-color: #ebedf4;
  color: #1b115c;
  font-size: 12px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 1px 6px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cpt-filters .input-wrap.disabled label {
  color: #b2b2b2;
}

.cpt-filters .input-wrap.level-1 {
  padding-left: 40px;
}

.cpt-filters .input-wrap.level-1 input {
  left: 18px;
}

.cpt-filters .input-wrap.level-2 {
  padding-left: 60px;
}

.cpt-filters .input-wrap.level-2 input {
  left: 30px;
}

.cpt-filters .input-wrap.level-3 {
  padding-left: 80px;
}

.cpt-filters .input-wrap.level-3 input {
  left: 58px;
}

.cpt-filters .button-wrap .elem-button-primary {
  position: fixed;
  bottom: 0;
  left: 0;
  inline-size: 100%;
  block-size: 63px;
  background-color: #d40e14;
  color: #1b115c;
  font-size: 18px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  border: 0 none;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 67px;
}

.cpt-filters .button-container {
  position: fixed;
  bottom: -93px;
  left: 0;
  inline-size: 100%;
  background-color: #f2f3f3;
  display: flex;
  transition: all 0.2s ease-in-out;
}

.open .cpt-filters .button-container {
  inset-block-end: 0;
}

.cpt-filters .button-container #reinitButton {
  position: relative;
  top: 26px;
  left: 25px;
  inline-size: 50%;
  color: #1b115c;
  font-size: 18px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}

.cpt-filters .button-container .button-wrap {
  inline-size: 50%;
  margin: 15px;
}

.cpt-filters .button-container .button-wrap .elem-button-primary {
  position: relative;
  inline-size: 100%;
  block-size: 48px;
  background-color: #3567f6;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
  border: 0 none;
  border-radius: 50px;
}

/** ----------------------------------------------------------------
 * MEDIA QUERY
 */
@media only screen and (min-width: 992px) {
  .cpt-filters {
    position: relative;
    top: 0;
    left: 0;
    z-index: auto;
  }
  .cpt-filters #filterEngine {
    block-size: 100%;
  }
  .cpt-filters .title-filters {
    color: #1b115c;
    font: 400 18px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin-block-end: 10px;
    display: block;
  }
  .cpt-filters .subtitle-filters {
    font-weight: 400;
    font-size: 20px;
  }
  .cpt-filters .input-wrap {
    margin-inline: -14px -13px;
    transition: background-color 0.2s ease-in-out;
  }
  .cpt-filters .input-wrap:hover {
    background-color: #e2f3fe;
  }
  .cpt-filters .input-wrap label {
    inline-size: calc(100% + 30px);
    color: #1b115c;
    font-size: 16px;
    padding-inline-start: 28px;
    display: flex;
    cursor: pointer;
  }
  .cpt-filters .input-wrap input {
    cursor: pointer;
    inset-inline-start: 24px;
  }
  .cpt-filters .input-wrap .number {
    inset-inline-end: 13px;
    pointer-events: none;
  }
  .cpt-filters .input-wrap.disabled:hover {
    background-color: #fff;
  }
  .cpt-filters .input-wrap.disabled:hover label {
    cursor: default;
  }
  .cpt-filters .input-wrap.level-0 {
    padding-inline-start: 13px;
  }
  .cpt-filters .input-wrap.level-0 input {
    inset-inline-start: 14px;
  }
  .cpt-filters .input-wrap.level-1 {
    padding-inline-start: 40px;
  }
  .cpt-filters .input-wrap.level-1 input {
    inset-inline-start: 40px;
  }
  .cpt-filters .input-wrap.level-2 {
    padding-inline-start: 60px;
  }
  .cpt-filters .input-wrap.level-2 input {
    inset-inline-start: 60px;
  }
  .cpt-filters .input-wrap.level-3 {
    padding-inline-start: 80px;
  }
  .cpt-filters .input-wrap.level-3 input {
    inset-inline-start: 80px;
  }
  .cpt-filters .content-filters {
    position: relative;
    top: auto;
    left: 0;
    inline-size: 100%;
    block-size: 100%;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    overflow-y: visible;
  }
  .cpt-filters .content-filters .item-filters {
    border: 1px solid #e7eaf3;
    margin-block: 0 32px;
    padding: 13px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    /*&:nth-child(6) {
          @include position(sticky, 120px null null);
          z-index: 10;
        }*/
  }
  .cpt-filters .button-container {
    position: relative;
    bottom: auto;
    left: auto;
    background-color: #fff;
    margin-block: -11px 40px;
  }
  .cpt-filters .button-container #reinitButton {
    position: relative;
    top: auto;
    left: auto;
    text-decoration: underline;
    inline-size: 100%;
  }
}

/**
 * FILTERS SKELETON
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-filters-skeleton {
  position: relative;
}

.cpt-filters-skeleton .filters-skeleton-item {
  border: 1px solid #eaeaea;
  block-size: 260px;
  background-color: #fff;
  border-radius: 16px;
  margin-block-end: 32px;
  animation: orx-anim-filters-skeleton 2s infinite linear;
}

.cpt-filters-skeleton .filters-skeleton-item:first-child {
  block-size: 127px;
}

/** ----------------------------------------------------------------
 * COMMON
 */
@keyframes orx-anim-filters-skeleton {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #f6f6f6;
  }
  100% {
    background-color: #fff;
  }
}

/**
 * SERP RESULT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-serp-result .no-result {
  color: #1b115c;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  border-block-end: 1px solid #e6e6e6;
  padding-block-end: 20px;
  margin-top: 20px;
}

/**
 * RESULT ITEM
 *
 * $type component
 */
.cpt-result-item {
  text-decoration: none;
  color: inherit;
  margin-block-end: 15px;
  display: block;
}

.cpt-result-item.result-item {
  border: 1px solid #e7eaf3;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.cpt-result-item .result-item__inner {
  display: flex;
  flex-direction: column;
}

.cpt-result-item .result-item__header {
  padding: 12px 14px 12px;
}

.cpt-result-item .result-item__header--desktop {
  display: none;
}

.cpt-result-item .result-item__title {
  color: #1b115c;
  font: 400 16px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
  margin-block-end: 4px;
}

.cpt-result-item .result-item__destination {
  background-color: #e2f5fd;
  color: #1b115c;
  font-size: 15px;
  line-height: 18px;
  border-radius: 14px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
}

.cpt-result-item .result-item__destination-icon {
  position: relative;
  top: 1px;
  font-size: 12px;
}

.cpt-result-item .result-item__media {
  background-color: #f2f2f2;
  position: relative;
  margin: 0 10px 8px;
  border-radius: 16px;
}

.cpt-result-item .result-item__slider {
  position: relative;
  touch-action: pan-y;
  overflow: visible;
}

.cpt-result-item .result-item__slider.swiper {
  inline-size: 100%;
  block-size: auto;
}

.cpt-result-item .result-item__slider .swiper-wrapper {
  block-size: auto;
}

.cpt-result-item .result-item__slide {
  cursor: grab;
}

.cpt-result-item .result-item__slide:active {
  cursor: grabbing;
}

.cpt-result-item .result-item__image-ratio {
  position: relative;
  inline-size: 100%;
  padding-block-start: 64%;
}

.cpt-result-item .result-item__image-ratio img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.cpt-result-item .result-item__badge {
  position: absolute;
  top: -9px;
  left: -11px;
  background-color: #fff;
  color: #1b115c;
  font: 400 13px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 4px 10px 4px 15px;
  border-radius: 0 0 12px 0;
  z-index: 2;
}

.cpt-result-item .result-item__price-chip-mobile {
  position: absolute;
  right: 10px;
  bottom: -13px;
  background-color: #fff;
  font-size: 12px;
  border-radius: 35px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}

.cpt-result-item .result-item__price-chip-label {
  color: #1b115c;
}

.cpt-result-item .result-item__price-chip-value {
  color: #1b115c;
  font: 400 20px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 17px;
}

.cpt-result-item .result-item__price-chip-suffix {
  position: relative;
  inset-block-start: 1px;
  inset-inline-end: 1px;
  inset-block-end: 1px;
  inset-inline-start: 1px;
  color: #1b115c;
  font-size: 10px;
  line-height: 7px;
}

.cpt-result-item .result-item__price-tooltip-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cpt-result-item .result-item__price-tooltip-icon {
  inline-size: 16px;
  block-size: 16px;
  background-color: #3567f6;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease-in-out, transform 0.15s ease-out;
}

.cpt-result-item .result-item__price-tooltip-icon:hover {
  background-color: #0039dd;
  transform: scale(1.1);
}

.cpt-result-item .result-item__price-tooltip-icon:active {
  transform: scale(0.95);
}

.cpt-result-item .result-item__price-tooltip-content {
  position: absolute;
  right: -9px;
  bottom: calc(100% + 7px);
  background-color: #1b115c;
  color: #fff;
  font-size: 12px;
  font-family: "TUITypeLight Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.4;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(4px);
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 280px;
  width: max-content;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.cpt-result-item .result-item__price-tooltip-content::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: -5px;
  inline-size: 0;
  block-size: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1b115c;
  transform: rotate(180deg) translateX(-50%);
}

.cpt-result-item .result-item__price-tooltip-content.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) translateY(0);
}

.cpt-result-item .result-item__dots {
  position: absolute;
  right: auto;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.cpt-result-item .result-item__dots.swiper-pagination {
  inset-inline-start: 99px !important;
  inset-inline-end: auto !important;
  inline-size: auto !important;
  text-align: left !important;
}

.cpt-result-item .result-item__dots .swiper-pagination-bullet {
  inline-size: 6px;
  block-size: 6px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 35px;
  opacity: 0.7;
  transition: opacity 160ms ease-out, transform 160ms ease-out, inline-size 160ms ease-out;
}

.cpt-result-item .result-item__dots .swiper-pagination-bullet-active {
  inline-size: 14px;
  border-radius: 35px;
  background-color: #fff;
  opacity: 1;
}

.cpt-result-item .swiper-button-prev::after,
.cpt-result-item .swiper-button-next::after {
  display: none;
}

.cpt-result-item .result-item__nav {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  padding-inline: 8px;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  transform: translateY(-50%);
  transition: opacity 160ms ease-out;
}

.cpt-result-item .result-item__nav-button {
  inline-size: 32px;
  block-size: 32px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1b115c;
  border-radius: 35px;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cpt-result-item .result-item__nav-button.swiper-button-prev span {
  inset-inline-start: -1px;
}

.cpt-result-item .result-item__nav-button span {
  font-size: 16px;
  position: relative;
  inset-inline-start: 1px;
}

.cpt-result-item .result-item__body {
  padding: 0 14px 12px;
}

.cpt-result-item .result-item__middle-wrap {
  text-align: start;
  margin-block-start: 0;
}

.cpt-result-item .result-item__details {
  font-size: 16px;
  color: #1b115c;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cpt-result-item .result-item__details-line {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cpt-result-item .result-item__details-line::before {
  content: "•";
  font-size: 0.8rem;
  display: none;
}

.cpt-result-item .result-item__transport {
  font-size: 16px;
  color: #1b115c;
  margin-block-start: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cpt-result-item .result-item__transport strong {
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-result-item .meal-plan {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1b115c;
}

.cpt-result-item .product-tag-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cpt-result-item .product-tag-wrap .product-tag {
  background-color: #1b115c;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  padding: 1px 12px;
  border-radius: 6px;
}

.cpt-result-item .boat-wrap {
  color: #1b115c;
  font-size: 16px;
  padding-inline-start: 2px;
  margin-block: 7px 5px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.cpt-result-item .result-item__price-column {
  display: none;
}

.cpt-result-item .result-item__price-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.cpt-result-item .result-item__price-label {
  font-size: 12px;
  color: #1b115c;
}

.cpt-result-item .result-item__price-value {
  font: 400 21px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1b115c;
}

.cpt-result-item .result-item__price-per {
  font-size: 12px;
  color: #1b115c;
}

.cpt-result-item .result-item__price-extra {
  font-size: 11px;
  color: #1b115c;
}

.cpt-result-item .result-item-highlights {
  background-color: #f2f2f2;
  color: #1b115c;
  font-size: 12px;
  padding: 8px 9px;
  margin-block: 6px 4px;
  border-radius: 0 0 9px 9px;
  display: flex;
  gap: 20px;
}

.cpt-result-item .result-item-highlight {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cpt-result-item .result-item__cta {
  background-color: #3567f6;
  color: #fff;
  font: 400 13px "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-block-start: 6px;
  border: none;
  border-radius: 35px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, transform 160ms ease-out, filter 160ms ease-out;
  display: none;
}

.cpt-result-item .result-item__cta span {
  font-size: 0.95em;
  display: inline-block;
  transform: translateX(0);
  transition: transform 160ms ease-out;
}

.cpt-result-item .result-item__cta span .elem-icon:before {
  color: #fff;
}

.cpt-result-item .result-item__cta:active {
  transform: translateY(0);
}

.cpt-result-item .elem-image.to-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  inline-size: 80px;
  block-size: 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-result-item.result-item:hover .result-item__nav {
    opacity: 1;
    pointer-events: auto;
  }
  .cpt-result-item .result-item__inner {
    flex-direction: row;
    padding: 13px;
    align-items: stretch;
  }
  .cpt-result-item .mobile-contain {
    display: none;
  }
  .cpt-result-item .result-item__media {
    margin: 0;
    flex: 0 0 380px;
    max-inline-size: 380px;
  }
  .cpt-result-item .result-item__image-ratio {
    padding-block-start: 0;
    block-size: 270px;
  }
  .cpt-result-item .result-item__image-ratio img {
    border-radius: 0;
  }
  .cpt-result-item .product-tag-wrap {
    position: relative;
    top: -7px;
  }
  .cpt-result-item .information-product {
    margin: -13px -13px -13px 0;
    padding: 13px 13px 13px 0;
    display: flex;
    flex: 1;
  }
  .cpt-result-item .result-item__body {
    flex: 1 1 auto;
    padding: 4px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cpt-result-item .result-item__price-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
    flex: 0 0 155px;
    border-inline-start: 1px solid #e6e6e6;
    padding: 8px 0 8px 16px;
    text-align: right;
  }
  .cpt-result-item .result-item__slider {
    overflow: hidden;
    border-radius: 12px;
  }
  .cpt-result-item .result-item__header--mobile {
    display: none;
  }
  .cpt-result-item .result-item-highlights {
    background-color: #fff;
    font-size: 16px;
    padding-inline: 0;
    flex-direction: column;
    gap: 10px;
  }
  .cpt-result-item .result-item__destination {
    font-size: 16px;
    line-height: 19px;
    margin-block-end: 5px;
  }
  .cpt-result-item .result-item-transport {
    margin-block: 8px 5px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .cpt-result-item .result-item-transport-label {
    color: #1b115c;
  }
  .cpt-result-item .meal-plan {
    color: #1b115c;
    margin-block-end: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .cpt-result-item .result-item__details,
  .cpt-result-item .result-item__transport {
    color: #fff;
    font-size: 16px;
    margin-block-start: 0;
  }
  .cpt-result-item .result-item__details strong,
  .cpt-result-item .result-item__transport strong {
    color: #fff;
  }
  .cpt-result-item .result-item__details-line {
    color: #fff;
  }
  .cpt-result-item .result-item__price-label {
    font-size: 16px;
    margin-block-end: 5px;
  }
  .cpt-result-item .result-item__price-per {
    font-size: 12px;
  }
  .cpt-result-item .result-item__price-main {
    align-items: flex-start;
    gap: 0;
  }
  .cpt-result-item .result-item__price-value {
    font-size: 32px;
    line-height: 26px;
  }
  .cpt-result-item .result-item__header--desktop {
    display: block;
    padding: 0;
    margin-block-end: 8px;
  }
  .cpt-result-item .result-item__dots {
    inset-inline-start: 50%;
    inset-inline-end: auto;
    inset-block-end: 10px;
    transform: translateX(-50%);
    justify-content: center;
  }
  .cpt-result-item .result-item__dots .swiper-pagination {
    inset-inline-start: 50% !important;
    transform: translateX(-50%);
    text-align: center !important;
  }
  .cpt-result-item .result-item__badge {
    inset-inline-start: -11px;
    inset-block-start: -11px;
    font-size: 16px;
    border-radius: 0 0 15px 0;
    padding: 4px 10px;
  }
  .cpt-result-item .result-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: 21px;
  }
  .cpt-result-item .result-item__nav {
    opacity: 0;
    pointer-events: none;
  }
  .cpt-result-item .result-item__price-chip-mobile {
    display: none;
  }
  .cpt-result-item .result-item__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .cpt-result-item .result-item__cta:hover {
    background-color: #0039dd;
    transform: translateY(-1px);
    filter: brightness(1.03);
  }
  .cpt-result-item .result-item__cta:hover span {
    transform: translateX(2px);
  }
  .cpt-result-item .result-item__price-tooltip-icon {
    inline-size: 18px;
    block-size: 18px;
    font-size: 11px;
  }
  .cpt-result-item .result-item__price-tooltip-content {
    inset-inline: 50% auto;
    inset-block-end: auto;
    inset-block-start: calc(100% + 8px);
  }
  .cpt-result-item .result-item__price-tooltip-content.is-visible {
    transform: translate(-50%, 0);
  }
  .cpt-result-item .result-item__price-tooltip-content::after {
    inset-inline: 46% auto;
    inset-block: -4px auto;
    border-block-end: none;
    border-block-start: 5px solid #1b115c;
  }
}

/**
 * FOOTER
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-footer {
  background-color: #f2f2f2;
  color: #1b115c;
  position: relative;
}

.cpt-footer .h3-style {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  margin-block-end: 20px;
}

.cpt-footer .input-style {
  border: 1px solid #b9b9b9;
  inline-size: 100%;
  block-size: 40px;
  background-color: #fff;
  color: #4c4c4c;
  font-size: 16px;
  border-radius: 3px;
  padding: 0 10px;
}

.cpt-footer .input-style::placeholder {
  color: #4c4c4c;
}

.cpt-footer .footer-wrap {
  padding: 20px 15px;
}

.cpt-footer .footer-wrap .footer-social-network .links-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cpt-footer .footer-wrap .footer-social-network .icon-wrap {
  inline-size: 40px;
  block-size: 40px;
  border: 2px solid #092a5e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-footer .footer-wrap .footer-social-network .icon-wrap img {
  inline-size: 26px;
  block-size: 26px;
  object-fit: none;
}

.cpt-footer .footer-links {
  padding: 20px 15px;
  margin-block-start: 20px;
}

.cpt-footer .footer-links .links-wrap {
  margin-block-start: 10px;
}

.cpt-footer .footer-links .links-wrap:first-child {
  margin-block-start: 0;
}

.cpt-footer .footer-links .links-wrap.open .main-title .elem-icon {
  transform: rotate(-90deg);
}

.cpt-footer .footer-links .links-wrap .main-title {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpt-footer .footer-links .links-wrap .main-title .elem-icon {
  font-size: 15px;
  transform: rotate(90deg);
}

.cpt-footer .footer-links .links-wrap .main-title .links-style {
  color: #1b115c;
}

.cpt-footer .footer-links .links-wrap .links-content {
  display: none;
}

.cpt-footer .footer-links .links-wrap .links-content .links {
  block-size: 20px;
  margin-block-start: 5px;
}

.cpt-footer .footer-links .link-style {
  color: #1b115c;
  font-size: 18px;
  line-height: 18px;
}

.cpt-footer .footer-payments {
  padding: 20px 15px;
  margin-block-start: 20px;
}

.cpt-footer .footer-payments .image-links-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cpt-footer .footer-payments .image-links-wrap img {
  block-size: 40px;
}

.cpt-footer .footer-baseline {
  background-color: #70cbf4;
  margin-block-start: 20px;
  padding: 20px 15px;
}

.cpt-footer .footer-baseline .baseline-title {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  display: block;
}

.cpt-footer .footer-baseline .logo-small {
  position: relative;
  top: -6px;
  inline-size: 67px;
  block-size: 28px;
  background-image: none;
  max-inline-size: 100%;
  block-size: auto;
  margin-inline: 2px 6px;
  vertical-align: middle;
  display: inline-flex;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-footer .input-style {
    inline-size: auto;
    min-inline-size: 200px;
  }
  .cpt-footer .footer-wrap .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cpt-footer .footer-wrap .footer-social-network {
    border-block-start: 0 none;
  }
  .cpt-footer .footer-wrap .footer-social-network .icon-wrap:hover {
    background-color: #1b115c;
  }
  .cpt-footer .footer-wrap .footer-social-network .icon-wrap:hover .svg-style,
  .cpt-footer .footer-wrap .footer-social-network .icon-wrap:hover .path-style {
    fill: #fff;
  }
  .cpt-footer .footer-links .container {
    display: table;
  }
  .cpt-footer .footer-links .links-wrap {
    margin-block-start: 0;
    display: table-cell;
  }
  .cpt-footer .footer-links .links-wrap .main-title .elem-icon {
    display: none;
  }
  .cpt-footer .footer-links .links-wrap .links-content {
    display: block !important;
  }
  .cpt-footer .footer-links .link-style:hover {
    color: #288ad6;
    text-decoration: underline;
  }
  .cpt-footer .footer-payments .h3-style {
    font-size: 24px;
  }
  .cpt-footer .footer-baseline .baseline-title {
    font-size: 24px;
  }
  .cpt-footer .footer-baseline .logo-small {
    inline-size: 80px;
    block-size: 35px;
    margin-inline: 4px 12px;
  }
}

/**
 * EASY VOYAGE NOTE - TUI
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-easy-voyage-note {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cpt-easy-voyage-note .ev-logo {
  inline-size: 53px;
  block-size: 25px !important;
  position: relative;
}

.cpt-easy-voyage-note .ev-note {
  inline-size: 44px;
  block-size: 25px;
  background-color: #fff;
  font-size: 12px;
  color: #084f6a;
  padding: 6px;
  border: 1px solid #084f6a;
}

.cpt-easy-voyage-note .elem-button--default {
  position: absolute;
  top: -7px;
  right: -8px;
  inline-size: 14px;
  block-size: 14px;
  background-color: #d40e14;
  font-size: 9px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

.cpt-easy-voyage-note .ev-tooltip {
  position: absolute;
  bottom: 44px;
  left: 10px;
  background-color: #fff;
  font-size: 9px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  box-shadow: 0 0 10px #333;
  width: 230px;
  padding: 6px;
  display: none;
}

.cpt-easy-voyage-note .ev-tooltip:after {
  position: absolute;
  bottom: -8px;
  left: 80px;
  inline-size: 0;
  block-size: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.cpt-easy-voyage-note .tooltip-wrap:hover .ev-tooltip {
  display: block;
}

/**
 * REINSURANCE COMPONENT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-reinsurance {
  margin-block-end: 32px;
  padding: 40px 0;
}

.cpt-reinsurance .reinsurance__header {
  text-align: center;
  margin-block-end: 16px;
}

.cpt-reinsurance .reinsurance__title {
  margin: 0 0 4px;
  font: 400 1.25rem "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.01em;
  color: #1b115c;
}

.cpt-reinsurance .reinsurance___subtitle {
  margin: 0;
  font-size: 14px;
  color: #1b115c;
}

.cpt-reinsurance .reinsurance___grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.cpt-reinsurance .reinsurance-card {
  border: 1px solid rgba(15, 23, 42, 0.04);
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  transition: transform 160ms ease-out, box-shadow 160ms ease-out, border-color 160ms ease-out, background 160ms ease-out;
}

.cpt-reinsurance .reinsurance-card__icon {
  flex: 0 0 auto;
}

.cpt-reinsurance .reinsurance-card__icon-inner {
  inline-size: 40px;
  block-size: 40px;
  background-color: #3567f6;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15);
  transition: background 160ms ease-out, transform 160ms ease-out, box-shadow 160ms ease-out;
}

.cpt-reinsurance .reinsurance-card__icon-inner i {
  font-size: 12px;
}

.cpt-reinsurance .reinsurance-card__icon-inner svg path {
  fill: #fff;
}

.cpt-reinsurance .reinsurance-card__content {
  flex: 1 1 auto;
}

.cpt-reinsurance .reinsurance-card__title {
  color: #1b115c;
  font: 400 0.95rem "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 0 2px;
}

.cpt-reinsurance .reinsurance-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #1b115c;
}

.cpt-reinsurance .reinsurance-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  border-color: rgba(27, 17, 92, 0.18);
  background-color: #f7f7f7;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 768px) {
  .cpt-reinsurance .reinsurance___grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .cpt-reinsurance .reinsurance-card {
    padding: 14px 16px;
  }
  .cpt-reinsurance .reinsurance-card__icon-inner {
    inline-size: 42px;
    block-size: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .cpt-reinsurance .reinsurance__header {
    margin-block-end: 20px;
  }
  .cpt-reinsurance .reinsurance__title {
    font-size: 26px;
  }
  .cpt-reinsurance .reinsurance___subtitle {
    font-size: 18px;
  }
  .cpt-reinsurance .reinsurance___grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .cpt-reinsurance .reinsurance-card {
    padding: 16px 18px;
  }
}

/**
 * LOGO PARTNER
 *
 * @type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-logo-partner {
  border: 1px solid #eaeaea;
  max-block-size: 80px;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 9px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.cpt-logo-partner .elem-image img {
  inline-size: auto;
  block-size: 29px;
  margin: auto;
  object-fit: inherit;
}

/**
 * BUTTON FILTERS
 *
 * $type components
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-button-filters {
  position: fixed;
  right: 0;
  bottom: 16px;
  inline-size: 112px;
  block-size: 55px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 1px 7px 1px rgba(27, 17, 92, 0.25);
  padding: 4px 5px;
  margin-inline: 20px;
  z-index: 8;
}

.cpt-button-filters .button-wrap {
  justify-content: space-between;
  gap: 12px;
}

.cpt-button-filters .button-inner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.cpt-button-filters .elem-button-primary {
  background-color: #fff;
  color: #777;
  font-size: 14px;
  padding: 0;
  border-radius: 100%;
  position: relative;
}

.cpt-button-filters .elem-button-primary.btn-display-search-engine {
  inline-size: 63%;
  display: none;
  justify-content: center;
  flex-direction: column;
}

.cpt-button-filters .elem-button-primary .elem-image {
  inline-size: 48px;
  block-size: 48px;
  background-color: #3567f6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cpt-button-filters .elem-button-primary .elem-image img {
  inline-size: auto;
  block-size: auto;
  object-fit: inherit;
}

.cpt-button-filters .elem-button-primary .destination {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-block-end: 3px;
}

.cpt-button-filters .elem-button-primary .date-city {
  color: #000;
  font-weight: 300;
  font-size: 12px;
}

/**
 * SORT
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-sort {
  position: fixed;
  bottom: -100%;
  left: 0;
  inline-size: 100%;
  block-size: 100%;
  background-color: #fff;
  margin: 0;
  z-index: 41;
  transition: all 0.2s cubic-bezier(0, 0.8, 0.63, -0.25);
}

.open .cpt-sort {
  inset-block-end: 0;
  transition: all 0.2s cubic-bezier(0.53, 0.11, 0.43, 0.91);
}

.cpt-sort .sort-container-mobile {
  position: absolute;
  top: 61px;
  left: 0;
  inline-size: 100%;
  block-size: calc(100% - 61px);
  background-color: #f2f3f3;
  overflow-y: scroll;
}

.cpt-sort .sort-container-mobile .result-list {
  padding: 32px;
  position: relative;
}

.cpt-sort .sort-container-mobile .result-list .item {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  font-size: 16px;
  color: #1b115c;
  border-radius: 16px;
  padding: 13px 24px 14px;
  margin-block-end: 16px;
  display: flex;
  gap: 13px;
  align-items: center;
  cursor: pointer;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-sort {
    position: relative;
    top: 1px;
    left: auto;
    border: 1px solid #e6e6e6;
    inline-size: auto;
    block-size: auto;
    background-color: transparent;
    margin-block: 0;
    border-radius: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: auto;
  }
  .cpt-sort .btn-icon-style {
    color: rgba(27, 17, 92, 0.5);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.37, 0.01, 0, 0.98);
  }
  .cpt-sort .btn-icon-style:first-child {
    border-radius: 35px 0 0 35px;
  }
  .cpt-sort .btn-icon-style:last-child {
    border-radius: 0 35px 35px 0;
  }
  .cpt-sort .btn-icon-style:hover {
    color: #1b115c;
    border-color: #666a6e;
  }
  .cpt-sort .btn-icon-style.active {
    color: #1b115c;
    box-shadow: inset 0 2px 6px rgba(27, 17, 92, 0.2);
  }
  .cpt-sort .btn-icon-style.active span {
    font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
}

/**
 * SLIDER RANGE
 *
 * $type components
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-slider-range {
  position: relative;
  padding: 0;
}

.cpt-slider-range .slider-range-header {
  margin-bottom: 12px;
  padding: 0 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cpt-slider-range .slider-range-value {
  color: #3567f6;
  font-size: 16px;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-slider-range .slider-range-value--min {
  text-align: left;
}

.cpt-slider-range .slider-range-value--max {
  text-align: right;
}

.cpt-slider-range .rc-slider {
  inline-size: calc(100% - 20px);
  margin: 10px;
}

.cpt-slider-range .rc-slider-track {
  block-size: 6px;
  background-color: #3567f6;
  transition: background-color 0.2s ease;
}

.cpt-slider-range .rc-slider-step {
  block-size: 6px;
}

.cpt-slider-range .rc-slider-handle {
  inline-size: 20px;
  block-size: 20px;
  border: 5px solid #3567f6;
  background-color: #3567f6;
  margin-block-start: -7px;
  cursor: pointer;
}

.cpt-slider-range .rc-slider-handle:hover, .cpt-slider-range .rc-slider-handle:active, .cpt-slider-range .rc-slider-handle:focus {
  border-color: #0039dd;
  background-color: #0039dd;
  transform: scale(1.15);
  box-shadow: 0 0 0 8px rgba(53, 103, 246, 0.1);
}

.cpt-slider-range .rc-slider-handle:focus-visible {
  outline: 2px solid #3567f6;
  outline-offset: 3px;
}

.cpt-slider-range .rc-slider-rail {
  background-color: #dbdbdb;
  inset-block-start: 6px;
  block-size: 6px;
}

.cpt-slider-range .slider-range-inputs {
  font-size: 14px;
  margin-block-start: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cpt-slider-range .slider-range-inputs input {
  border: 1px solid #dbdbdb;
  inline-size: 80px;
  padding: 6px 10px;
  border-radius: 4px;
  text-align: center;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  transition: border-color 0.2s ease;
}

.cpt-slider-range .slider-range-inputs input:focus {
  outline: none;
  border-color: #3567f6;
  box-shadow: 0 0 0 3px rgba(53, 103, 246, 0.1);
}

.cpt-slider-range .slider-range-inputs .between,
.cpt-slider-range .slider-range-inputs .and {
  color: #6b6b6b;
  font-weight: 400;
}

.cpt-slider-range .slider-range-inputs .currency-min,
.cpt-slider-range .slider-range-inputs .currency-max {
  color: #1b115c;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cpt-slider-range .slider-range-inputs .plus {
  color: #d40e14;
  font-family: "TUITypeLight Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/** ----------------------------------------------------------------
 * ANIMATIONS
 */
/**
 * TITLE MODAL
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-title-modal {
  block-size: 61px;
  background-color: #fff;
  color: #1b115c;
  font-family: "Ambit Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: none;
  box-shadow: 0 4px 15px rgba(54, 54, 54, 0.15);
  padding-inline: 15px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 8;
}

.cpt-title-modal .elem-button-close {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 12px;
  cursor: pointer;
  padding: 10px;
  transform: translateY(-50%);
}

/**
 * COOKIE INFO
 *
 * $type component
 */
/** ----------------------------------------------------------------
 * COMMON
 */
.cpt-cookie-info {
  background-color: #000;
  margin: 0 auto;
  width: 100%;
  min-height: 52px;
  position: fixed;
  bottom: 0;
  z-index: 261;
}

.cpt-cookie-info .inner-cookie-info {
  color: #fff;
  font: 10px -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  line-height: 17px;
  margin: 0;
  padding: 10px 15%;
}

.cpt-cookie-info .inner-cookie-info .cookie-link {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

.cpt-cookie-info .x-cross {
  position: absolute;
  top: 10px;
  right: 5%;
}

.cpt-cookie-info .x-cross .close {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.cpt-cookie-info .x-cross .close .elem-icon-wrap {
  font-family: "tui icons";
  color: #000;
  background-color: #fff;
  margin: 0 auto 3px;
  width: 15px;
  height: 15px;
  display: block;
}

/** ----------------------------------------------------------------
* MEDIA QUERY
*/
@media only screen and (min-width: 992px) {
  .cpt-cookie-info .x-cross {
    position: absolute;
    top: 10px;
    right: 1%;
  }
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}

.rc-slider-handle:hover {
  border-color: #57c5f7;
}

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip-hidden {
  display: none;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

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