/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/frontend.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.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: 1200px) {
  .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 (min-width: 1820px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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: 1200px) {
  .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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
}
@media (min-width: 1820px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-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;
}

.ms-0 {
  margin-inline-start: 0 !important;
}

.me-0 {
  margin-inline-end: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.ms-1 {
  margin-inline-start: 10px !important;
}

.me-1 {
  margin-inline-end: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.ms-2 {
  margin-inline-start: 20px !important;
}

.me-2 {
  margin-inline-end: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.ms-3 {
  margin-inline-start: 30px !important;
}

.me-3 {
  margin-inline-end: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.ms-4 {
  margin-inline-start: 40px !important;
}

.me-4 {
  margin-inline-end: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.ms-5 {
  margin-inline-start: 50px !important;
}

.me-5 {
  margin-inline-end: 50px !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;
}

.ps-0 {
  padding-inline-start: 0 !important;
}

.pe-0 {
  padding-inline-end: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

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

.ps-1 {
  padding-inline-start: 10px !important;
}

.pe-1 {
  padding-inline-end: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

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

.ps-2 {
  padding-inline-start: 20px !important;
}

.pe-2 {
  padding-inline-end: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

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

.ps-3 {
  padding-inline-start: 30px !important;
}

.pe-3 {
  padding-inline-end: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

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

.ps-4 {
  padding-inline-start: 40px !important;
}

.pe-4 {
  padding-inline-end: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

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

.ps-5 {
  padding-inline-start: 50px !important;
}

.pe-5 {
  padding-inline-end: 50px !important;
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !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;
}

.ms-auto {
  margin-inline-start: auto !important;
}

.me-auto {
  margin-inline-end: 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;
  }
  .ms-sm-0 {
    margin-inline-start: 0 !important;
  }
  .me-sm-0 {
    margin-inline-end: 0 !important;
  }
  .m-sm-1 {
    margin: 10px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
  }
  .ms-sm-1 {
    margin-inline-start: 10px !important;
  }
  .me-sm-1 {
    margin-inline-end: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
  }
  .ms-sm-2 {
    margin-inline-start: 20px !important;
  }
  .me-sm-2 {
    margin-inline-end: 20px !important;
  }
  .m-sm-3 {
    margin: 30px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
  }
  .ms-sm-3 {
    margin-inline-start: 30px !important;
  }
  .me-sm-3 {
    margin-inline-end: 30px !important;
  }
  .m-sm-4 {
    margin: 40px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
  }
  .ms-sm-4 {
    margin-inline-start: 40px !important;
  }
  .me-sm-4 {
    margin-inline-end: 40px !important;
  }
  .m-sm-5 {
    margin: 50px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important;
  }
  .ms-sm-5 {
    margin-inline-start: 50px !important;
  }
  .me-sm-5 {
    margin-inline-end: 50px !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;
  }
  .ps-sm-0 {
    padding-inline-start: 0 !important;
  }
  .pe-sm-0 {
    padding-inline-end: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
  }
  .ps-sm-1 {
    padding-inline-start: 10px !important;
  }
  .pe-sm-1 {
    padding-inline-end: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
  }
  .ps-sm-2 {
    padding-inline-start: 20px !important;
  }
  .pe-sm-2 {
    padding-inline-end: 20px !important;
  }
  .p-sm-3 {
    padding: 30px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
  }
  .ps-sm-3 {
    padding-inline-start: 30px !important;
  }
  .pe-sm-3 {
    padding-inline-end: 30px !important;
  }
  .p-sm-4 {
    padding: 40px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important;
  }
  .ps-sm-4 {
    padding-inline-start: 40px !important;
  }
  .pe-sm-4 {
    padding-inline-end: 40px !important;
  }
  .p-sm-5 {
    padding: 50px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important;
  }
  .ps-sm-5 {
    padding-inline-start: 50px !important;
  }
  .pe-sm-5 {
    padding-inline-end: 50px !important;
  }
  .m-sm-n1 {
    margin: -10px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -10px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -10px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -10px !important;
  }
  .m-sm-n2 {
    margin: -20px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -20px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -20px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -20px !important;
  }
  .m-sm-n3 {
    margin: -30px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -30px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -30px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -30px !important;
  }
  .m-sm-n4 {
    margin: -40px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -40px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -40px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -40px !important;
  }
  .m-sm-n5 {
    margin: -50px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -50px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -50px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -50px !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;
  }
  .ms-sm-auto {
    margin-inline-start: auto !important;
  }
  .me-sm-auto {
    margin-inline-end: 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;
  }
  .ms-md-0 {
    margin-inline-start: 0 !important;
  }
  .me-md-0 {
    margin-inline-end: 0 !important;
  }
  .m-md-1 {
    margin: 10px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
  }
  .ms-md-1 {
    margin-inline-start: 10px !important;
  }
  .me-md-1 {
    margin-inline-end: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
  }
  .ms-md-2 {
    margin-inline-start: 20px !important;
  }
  .me-md-2 {
    margin-inline-end: 20px !important;
  }
  .m-md-3 {
    margin: 30px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
  }
  .ms-md-3 {
    margin-inline-start: 30px !important;
  }
  .me-md-3 {
    margin-inline-end: 30px !important;
  }
  .m-md-4 {
    margin: 40px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
  }
  .ms-md-4 {
    margin-inline-start: 40px !important;
  }
  .me-md-4 {
    margin-inline-end: 40px !important;
  }
  .m-md-5 {
    margin: 50px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
  }
  .ms-md-5 {
    margin-inline-start: 50px !important;
  }
  .me-md-5 {
    margin-inline-end: 50px !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;
  }
  .ps-md-0 {
    padding-inline-start: 0 !important;
  }
  .pe-md-0 {
    padding-inline-end: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
  }
  .ps-md-1 {
    padding-inline-start: 10px !important;
  }
  .pe-md-1 {
    padding-inline-end: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
  }
  .ps-md-2 {
    padding-inline-start: 20px !important;
  }
  .pe-md-2 {
    padding-inline-end: 20px !important;
  }
  .p-md-3 {
    padding: 30px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
  }
  .ps-md-3 {
    padding-inline-start: 30px !important;
  }
  .pe-md-3 {
    padding-inline-end: 30px !important;
  }
  .p-md-4 {
    padding: 40px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
  }
  .ps-md-4 {
    padding-inline-start: 40px !important;
  }
  .pe-md-4 {
    padding-inline-end: 40px !important;
  }
  .p-md-5 {
    padding: 50px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
  }
  .ps-md-5 {
    padding-inline-start: 50px !important;
  }
  .pe-md-5 {
    padding-inline-end: 50px !important;
  }
  .m-md-n1 {
    margin: -10px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -10px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -10px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -10px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -10px !important;
  }
  .m-md-n2 {
    margin: -20px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -20px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -20px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -20px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -20px !important;
  }
  .m-md-n3 {
    margin: -30px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -30px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -30px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -30px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -30px !important;
  }
  .m-md-n4 {
    margin: -40px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -40px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -40px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -40px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -40px !important;
  }
  .m-md-n5 {
    margin: -50px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -50px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -50px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -50px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -50px !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;
  }
  .ms-md-auto {
    margin-inline-start: auto !important;
  }
  .me-md-auto {
    margin-inline-end: 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;
  }
  .ms-lg-0 {
    margin-inline-start: 0 !important;
  }
  .me-lg-0 {
    margin-inline-end: 0 !important;
  }
  .m-lg-1 {
    margin: 10px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
  }
  .ms-lg-1 {
    margin-inline-start: 10px !important;
  }
  .me-lg-1 {
    margin-inline-end: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
  }
  .ms-lg-2 {
    margin-inline-start: 20px !important;
  }
  .me-lg-2 {
    margin-inline-end: 20px !important;
  }
  .m-lg-3 {
    margin: 30px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
  }
  .ms-lg-3 {
    margin-inline-start: 30px !important;
  }
  .me-lg-3 {
    margin-inline-end: 30px !important;
  }
  .m-lg-4 {
    margin: 40px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
  }
  .ms-lg-4 {
    margin-inline-start: 40px !important;
  }
  .me-lg-4 {
    margin-inline-end: 40px !important;
  }
  .m-lg-5 {
    margin: 50px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
  }
  .ms-lg-5 {
    margin-inline-start: 50px !important;
  }
  .me-lg-5 {
    margin-inline-end: 50px !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;
  }
  .ps-lg-0 {
    padding-inline-start: 0 !important;
  }
  .pe-lg-0 {
    padding-inline-end: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
  }
  .ps-lg-1 {
    padding-inline-start: 10px !important;
  }
  .pe-lg-1 {
    padding-inline-end: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
  }
  .ps-lg-2 {
    padding-inline-start: 20px !important;
  }
  .pe-lg-2 {
    padding-inline-end: 20px !important;
  }
  .p-lg-3 {
    padding: 30px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
  }
  .ps-lg-3 {
    padding-inline-start: 30px !important;
  }
  .pe-lg-3 {
    padding-inline-end: 30px !important;
  }
  .p-lg-4 {
    padding: 40px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
  }
  .ps-lg-4 {
    padding-inline-start: 40px !important;
  }
  .pe-lg-4 {
    padding-inline-end: 40px !important;
  }
  .p-lg-5 {
    padding: 50px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
  }
  .ps-lg-5 {
    padding-inline-start: 50px !important;
  }
  .pe-lg-5 {
    padding-inline-end: 50px !important;
  }
  .m-lg-n1 {
    margin: -10px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -10px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -10px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -10px !important;
  }
  .m-lg-n2 {
    margin: -20px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -20px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -20px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -20px !important;
  }
  .m-lg-n3 {
    margin: -30px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -30px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -30px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -30px !important;
  }
  .m-lg-n4 {
    margin: -40px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -40px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -40px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -40px !important;
  }
  .m-lg-n5 {
    margin: -50px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -50px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -50px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -50px !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;
  }
  .ms-lg-auto {
    margin-inline-start: auto !important;
  }
  .me-lg-auto {
    margin-inline-end: auto !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .ms-xl-0 {
    margin-inline-start: 0 !important;
  }
  .me-xl-0 {
    margin-inline-end: 0 !important;
  }
  .m-xl-1 {
    margin: 10px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
  }
  .ms-xl-1 {
    margin-inline-start: 10px !important;
  }
  .me-xl-1 {
    margin-inline-end: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
  }
  .ms-xl-2 {
    margin-inline-start: 20px !important;
  }
  .me-xl-2 {
    margin-inline-end: 20px !important;
  }
  .m-xl-3 {
    margin: 30px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
  }
  .ms-xl-3 {
    margin-inline-start: 30px !important;
  }
  .me-xl-3 {
    margin-inline-end: 30px !important;
  }
  .m-xl-4 {
    margin: 40px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important;
  }
  .ms-xl-4 {
    margin-inline-start: 40px !important;
  }
  .me-xl-4 {
    margin-inline-end: 40px !important;
  }
  .m-xl-5 {
    margin: 50px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important;
  }
  .ms-xl-5 {
    margin-inline-start: 50px !important;
  }
  .me-xl-5 {
    margin-inline-end: 50px !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;
  }
  .ps-xl-0 {
    padding-inline-start: 0 !important;
  }
  .pe-xl-0 {
    padding-inline-end: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
  }
  .ps-xl-1 {
    padding-inline-start: 10px !important;
  }
  .pe-xl-1 {
    padding-inline-end: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
  }
  .ps-xl-2 {
    padding-inline-start: 20px !important;
  }
  .pe-xl-2 {
    padding-inline-end: 20px !important;
  }
  .p-xl-3 {
    padding: 30px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
  }
  .ps-xl-3 {
    padding-inline-start: 30px !important;
  }
  .pe-xl-3 {
    padding-inline-end: 30px !important;
  }
  .p-xl-4 {
    padding: 40px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important;
  }
  .ps-xl-4 {
    padding-inline-start: 40px !important;
  }
  .pe-xl-4 {
    padding-inline-end: 40px !important;
  }
  .p-xl-5 {
    padding: 50px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important;
  }
  .ps-xl-5 {
    padding-inline-start: 50px !important;
  }
  .pe-xl-5 {
    padding-inline-end: 50px !important;
  }
  .m-xl-n1 {
    margin: -10px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -10px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -10px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -10px !important;
  }
  .m-xl-n2 {
    margin: -20px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -20px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -20px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -20px !important;
  }
  .m-xl-n3 {
    margin: -30px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -30px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -30px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -30px !important;
  }
  .m-xl-n4 {
    margin: -40px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -40px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -40px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -40px !important;
  }
  .m-xl-n5 {
    margin: -50px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -50px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -50px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -50px !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;
  }
  .ms-xl-auto {
    margin-inline-start: auto !important;
  }
  .me-xl-auto {
    margin-inline-end: auto !important;
  }
}
@media (min-width: 1820px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-0 {
    margin-inline-start: 0 !important;
  }
  .me-xxl-0 {
    margin-inline-end: 0 !important;
  }
  .m-xxl-1 {
    margin: 10px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 10px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 10px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 10px !important;
  }
  .ms-xxl-1 {
    margin-inline-start: 10px !important;
  }
  .me-xxl-1 {
    margin-inline-end: 10px !important;
  }
  .m-xxl-2 {
    margin: 20px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 20px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 20px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 20px !important;
  }
  .ms-xxl-2 {
    margin-inline-start: 20px !important;
  }
  .me-xxl-2 {
    margin-inline-end: 20px !important;
  }
  .m-xxl-3 {
    margin: 30px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 30px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 30px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 30px !important;
  }
  .ms-xxl-3 {
    margin-inline-start: 30px !important;
  }
  .me-xxl-3 {
    margin-inline-end: 30px !important;
  }
  .m-xxl-4 {
    margin: 40px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 40px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 40px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 40px !important;
  }
  .ms-xxl-4 {
    margin-inline-start: 40px !important;
  }
  .me-xxl-4 {
    margin-inline-end: 40px !important;
  }
  .m-xxl-5 {
    margin: 50px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 50px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 50px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 50px !important;
  }
  .ms-xxl-5 {
    margin-inline-start: 50px !important;
  }
  .me-xxl-5 {
    margin-inline-end: 50px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-0 {
    padding-inline-start: 0 !important;
  }
  .pe-xxl-0 {
    padding-inline-end: 0 !important;
  }
  .p-xxl-1 {
    padding: 10px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 10px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 10px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 10px !important;
  }
  .ps-xxl-1 {
    padding-inline-start: 10px !important;
  }
  .pe-xxl-1 {
    padding-inline-end: 10px !important;
  }
  .p-xxl-2 {
    padding: 20px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 20px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 20px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 20px !important;
  }
  .ps-xxl-2 {
    padding-inline-start: 20px !important;
  }
  .pe-xxl-2 {
    padding-inline-end: 20px !important;
  }
  .p-xxl-3 {
    padding: 30px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 30px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 30px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 30px !important;
  }
  .ps-xxl-3 {
    padding-inline-start: 30px !important;
  }
  .pe-xxl-3 {
    padding-inline-end: 30px !important;
  }
  .p-xxl-4 {
    padding: 40px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 40px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 40px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 40px !important;
  }
  .ps-xxl-4 {
    padding-inline-start: 40px !important;
  }
  .pe-xxl-4 {
    padding-inline-end: 40px !important;
  }
  .p-xxl-5 {
    padding: 50px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 50px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 50px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 50px !important;
  }
  .ps-xxl-5 {
    padding-inline-start: 50px !important;
  }
  .pe-xxl-5 {
    padding-inline-end: 50px !important;
  }
  .m-xxl-n1 {
    margin: -10px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -10px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -10px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -10px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -10px !important;
  }
  .m-xxl-n2 {
    margin: -20px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -20px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -20px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -20px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -20px !important;
  }
  .m-xxl-n3 {
    margin: -30px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -30px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -30px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -30px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -30px !important;
  }
  .m-xxl-n4 {
    margin: -40px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -40px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -40px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -40px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -40px !important;
  }
  .m-xxl-n5 {
    margin: -50px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -50px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -50px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -50px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -50px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
  .ms-xxl-auto {
    margin-inline-start: auto !important;
  }
  .me-xxl-auto {
    margin-inline-end: auto !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;
}

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

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

.text-justify {
  text-align: justify !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;
  }
  .text-sm-start {
    text-align: start !important;
  }
  .text-sm-end {
    text-align: end !important;
  }
  .text-sm-justify {
    text-align: justify !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;
  }
  .text-md-start {
    text-align: start !important;
  }
  .text-md-end {
    text-align: end !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-start {
    text-align: start !important;
  }
  .text-lg-end {
    text-align: end !important;
  }
  .text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-start {
    text-align: start !important;
  }
  .text-xl-end {
    text-align: end !important;
  }
  .text-xl-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1820px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-start {
    text-align: start !important;
  }
  .text-xxl-end {
    text-align: end !important;
  }
  .text-xxl-justify {
    text-align: justify !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: 600 !important;
}

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

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

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

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

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

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

.position-initial {
  position: initial !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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1820px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

.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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1820px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  margin-top: 0 !important;
}

body {
  max-width: 100%;
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.position-relative {
  position: relative;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1440px;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.cover-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.responsive-media {
  display: inline-block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

iframe {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #171719;
  font-size: 18px;
  line-height: 1.5;
  overflow: auto;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #FFFFFF;
}
body::-webkit-scrollbar-thumb {
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  border-radius: 3px;
  background: #171719;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(23, 23, 25, 0.8);
}
body::-webkit-scrollbar-thumb:active {
  background: rgba(23, 23, 25, 0.9);
}

[class^=icon-]:before, [class*=" icon-"]:before {
  margin: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  font-family: "Cormorant", sans-serif;
}

h1 {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
h1 {
  font-size: 32px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 60px;
}

h4 {
  font-size: 12px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 24px;
}

.h1 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .h1 {
    font-size: 48px;
  }
}

.h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .h2 {
    font-size: 32px;
  }
}

.h3 {
  font-size: 60px;
}

.h4 {
  font-size: 12px;
}
@media (min-width: 992px) {
  .h4 {
    font-size: 20px;
  }
}

.h5 {
  font-size: 32px;
}

.h6 {
  font-size: 24px;
}

strong, b, .font-weight-bold {
  font-weight: bold;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

p {
  margin: 0 0 1em;
  font-size: 16px;
}

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

.color-white {
  color: #FFFFFF;
}

.color-dark {
  color: #171719;
}

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

.bg-dark {
  background-color: #171719;
}

.btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: color, background-color, border-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  padding: 8px 24px;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  color: initial;
}
@media (max-width: 991.98px) {
  .btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.btn:hover {
  border-color: #BF9B30;
  color: #BF9B30;
}
.btn-primary {
  border-color: #111111;
  color: #111111;
}
.btn-secondary {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.site-header {
  background-color: #FFFFFF;
  padding-block: 36px;
}
.site-header .custom-logo-link {
  display: flex;
}
@media (min-width: 992px) {
  .site-header .main-menu__list {
    gap: 40px;
  }
}
.site-header .main-menu__list .menu-item span, .site-header .main-menu__list .menu-item a {
  font-size: 12px;
  font-family: "Cormorant", sans-serif;
  line-height: 1.33;
  text-transform: uppercase;
  color: #111111;
  position: relative;
}
.site-header .main-menu__list .menu-item span::after, .site-header .main-menu__list .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #111111;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.site-header .main-menu__list .menu-item span:hover::after, .site-header .main-menu__list .menu-item a:hover::after {
  transform: scaleX(1);
}
.site-header .pll-parent-menu-item {
  line-height: 0;
  padding-right: 12px;
  position: relative;
}
.site-header .pll-parent-menu-item:has(.sub-menu.active) .pll_switcher:after {
  transform: rotate(180deg);
  padding-right: 30px;
  padding-left: 0;
  background-position: left center;
}
.site-header .pll-parent-menu-item .pll_switcher {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 16px;
}
.site-header .pll-parent-menu-item .pll_switcher:hover {
  transform: scale(1.1);
}
.site-header .pll-parent-menu-item .pll_switcher:after {
  content: "";
  position: absolute;
  top: -4px;
  padding-right: 0;
  padding-left: 30px;
  width: 10px;
  height: 8px;
  display: block;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%277%27 viewBox=%270 0 10 7%27 fill=%27none%27%3E%3Cpath d=%27M1 1L5 5L9 1%27 stroke=%27%23111111%27/%3E%3C/svg%3E");
}
.site-header .pll-parent-menu-item .pll_switcher:before {
  display: none;
}
@media (max-width: 991.98px) {
  .site-header .pll-parent-menu-item .pll_switcher {
    width: 150px;
    border: none;
    background-image: none;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }
}
.site-header .pll-parent-menu-item .pll_switcher img, .site-header .pll-parent-menu-item .pll_switcher span {
  display: none;
}
.site-header .pll-parent-menu-item .sub-menu.active {
  display: block;
}
.site-header .pll-parent-menu-item .sub-menu {
  list-style: none;
  padding: 8px 8px 8px 8px;
  top: 40px;
  position: absolute;
  box-shadow: 0px 0px 10px 0px rgba(135, 140, 124, 0.5);
  border-radius: 8px;
  background-color: #FFF;
  display: none;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .site-header .pll-parent-menu-item .sub-menu {
    z-index: 2;
    top: auto;
    left: 0;
    width: 100%;
    padding-inline: 16px;
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
.site-header .pll-parent-menu-item .sub-menu .lang-item-en, .site-header .pll-parent-menu-item .sub-menu .lang-item-he {
  line-height: 1.4;
}
.site-header .pll-parent-menu-item .sub-menu .lang-item-en span, .site-header .pll-parent-menu-item .sub-menu .lang-item-en a, .site-header .pll-parent-menu-item .sub-menu .lang-item-he span, .site-header .pll-parent-menu-item .sub-menu .lang-item-he a {
  text-transform: uppercase;
}
.site-header .icons-menu__list {
  gap: 24px;
  justify-content: flex-end;
}
.site-header .icons-menu__list .wishlist-item, .site-header .icons-menu__list .account-item, .site-header .icons-menu__list .cart-item {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.site-header .icons-menu__list .wishlist-item:hover, .site-header .icons-menu__list .account-item:hover, .site-header .icons-menu__list .cart-item:hover {
  transform: scale(1.1);
}
.site-header .icons-menu__list .wishlist-item span, .site-header .icons-menu__list .wishlist-item a {
  font-size: 0;
}
.site-header .icons-menu__list .wishlist-item span:after, .site-header .icons-menu__list .wishlist-item a:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27%3E%3Cpath d=%27M10.9319 18.5129C10.6172 18.3664 10.2668 18.192 9.88935 17.9901C8.73221 17.3743 7.63163 16.6577 6.60041 15.8486C3.70494 13.5584 2.00338 10.9147 2 7.95478C1.99719 5.2216 4.14228 3.01322 6.77507 3.01153C7.3978 3.0115 8.0143 3.1356 8.58852 3.37657C9.16275 3.61754 9.68318 3.97055 10.1194 4.41497L10.9173 5.2275L11.7124 4.41188C12.1472 3.96623 12.6665 3.61181 13.2399 3.36937C13.8133 3.12694 14.4294 3.00136 15.052 3C17.6867 2.99719 19.8355 5.19797 19.8391 7.93285C19.8433 10.8953 18.1454 13.5466 15.2514 15.8438C14.2232 16.654 13.1258 17.3721 11.9717 17.9898C11.5948 18.1912 11.2455 18.3661 10.9319 18.5129Z%27 stroke=%27%23111111%27/%3E%3C/svg%3E");
}
.site-header .icons-menu__list .account-item span, .site-header .icons-menu__list .account-item a {
  font-size: 0;
}
.site-header .icons-menu__list .account-item span:after, .site-header .icons-menu__list .account-item a:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27%3E%3Cpath d=%27M11 11C13.2091 11 15 9.20914 15 7C15 4.79086 13.2091 3 11 3C8.79086 3 7 4.79086 7 7C7 9.20914 8.79086 11 11 11Z%27 stroke=%27%23111111%27/%3E%3Cpath d=%27M3.5 19C4.921 16.026 7.747 14 11 14C14.253 14 17.079 16.026 18.5 19%27 stroke=%27%23111111%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}
.site-header .icons-menu__list .cart-item span, .site-header .icons-menu__list .cart-item a {
  font-size: 0;
}
.site-header .icons-menu__list .cart-item span:after, .site-header .icons-menu__list .cart-item a:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722%27 height=%2722%27 viewBox=%270 0 22 22%27 fill=%27none%27%3E%3Cpath d=%27M11.0009 7H3.57786C3.27291 7.00004 2.97201 7.06981 2.69816 7.20399C2.42431 7.33816 2.18477 7.53318 1.99785 7.77414C1.81094 8.01509 1.6816 8.29559 1.61973 8.5942C1.55785 8.89281 1.56508 9.20161 1.64086 9.497L3.69186 17.497C3.80225 17.9273 4.05275 18.3086 4.40384 18.5807C4.75494 18.8529 5.18664 19.0004 5.63086 19H16.3709C16.8147 18.9999 17.246 18.8522 17.5967 18.5801C17.9474 18.308 18.1976 17.927 18.3079 17.497L20.3599 9.497C20.4356 9.20161 20.4429 8.89281 20.381 8.5942C20.3191 8.29559 20.1898 8.01509 20.0029 7.77414C19.816 7.53318 19.5764 7.33816 19.3026 7.20399C19.0287 7.06981 18.7278 7.00004 18.4229 7H11.0009ZM11.0009 7V1%27 stroke=%27%23111111%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
}

.site-footer {
  border: 1px solid #D9D9D9;
  margin-top: 56px;
}
@media (min-width: 992px) {
  .site-footer {
    margin-top: 80px;
  }
}
.site-footer__container {
  padding-block: 40px;
}
.site-footer__social {
  padding-top: 40px;
  gap: 24px;
}
.site-footer__social .social-item {
  max-width: 27px;
  max-height: 27px;
  transition: all 0.3s ease-in-out;
}
.site-footer__social .social-item:hover {
  transform: scale(1.1);
}
.site-footer__media-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .site-footer__media-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.site-footer__media-form {
  max-width: 410px;
  overflow: hidden;
  position: relative;
}
.site-footer__media-form form input {
  border: none;
  border-bottom: 1px solid #111111;
  box-shadow: none;
  padding-bottom: 16px;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .site-footer__media-form form input {
    margin-bottom: 32px;
  }
}
.site-footer__media-form form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #111111;
}
.site-footer__media-form form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #111111;
}
@media (min-width: 992px) {
  .site-footer__media-form form input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .site-footer__media-form form input::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
}
.site-footer__media-form form .wpcf7-submit {
  position: absolute;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M20.5307 11.47C20.6711 11.6106 20.75 11.8013 20.75 12C20.75 12.1988 20.6711 12.3894 20.5307 12.53L14.5307 18.53C14.462 18.6037 14.3792 18.6628 14.2872 18.7038C14.1952 18.7448 14.0959 18.7668 13.9952 18.7686C13.8945 18.7704 13.7945 18.7518 13.7011 18.7141C13.6077 18.6764 13.5228 18.6203 13.4516 18.549C13.3804 18.4778 13.3243 18.393 13.2865 18.2996C13.2488 18.2062 13.2303 18.1062 13.2321 18.0055C13.2338 17.9048 13.2559 17.8055 13.2969 17.7135C13.3379 17.6215 13.397 17.5387 13.4707 17.47L18.1907 12.75H4.00066C3.80175 12.75 3.61098 12.671 3.47033 12.5303C3.32968 12.3897 3.25066 12.1989 3.25066 12C3.25066 11.8011 3.32968 11.6103 3.47033 11.4697C3.61098 11.329 3.80175 11.25 4.00066 11.25H18.1907L13.4707 6.53C13.397 6.46134 13.3379 6.37854 13.2969 6.28654C13.2559 6.19454 13.2338 6.09523 13.2321 5.99452C13.2303 5.89382 13.2488 5.79379 13.2865 5.7004C13.3243 5.60701 13.3804 5.52218 13.4516 5.45096C13.5228 5.37974 13.6077 5.3236 13.7011 5.28588C13.7945 5.24816 13.8945 5.22963 13.9952 5.23141C14.0959 5.23319 14.1952 5.25523 14.2872 5.29622C14.3792 5.33721 14.462 5.39631 14.5307 5.47L20.5307 11.47Z%27 fill=%27%23111111%27/%3E%3C/svg%3E");
  background-color: transparent;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.site-footer__media-form form .wpcf7-submit:hover {
  transform: scale(1.1);
}
.site-footer__media-form form .wpcf7-agree-checkbox {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .site-footer__media-form form .wpcf7-agree-checkbox {
    font-size: 14px;
  }
}
.site-footer__media-form form .wpcf7-agree-checkbox .wpcf7-form-control-wrap {
  margin-right: 12px;
  height: 20px;
}
.site-footer__media-form form .wpcf7-agree-checkbox a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
  padding-left: 4px;
}
@media (min-width: 992px) {
  .site-footer__media-form form .wpcf7-agree-checkbox a {
    font-size: 14px;
  }
}
.site-footer__media-form form .wpcf7-agree-checkbox a:hover {
  color: #BF9B30;
}
.site-footer__media-form form .wpcf7-agree-checkbox .wpcf7-list-item-label {
  display: none;
}
.site-footer__media-form form .wpcf7-agree-checkbox .wpcf7-list-item {
  margin: 0;
}
.site-footer__media-form form .wpcf7-agree-checkbox input[type=checkbox] {
  margin-bottom: 0;
  width: 20px;
  height: 20px;
}
.site-footer__copyright {
  padding-top: 32px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .site-footer__copyright {
    padding-top: 40px;
    font-size: 14px;
  }
}
.site-footer .footer-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .site-footer .footer-menu {
    display: flex;
    gap: 64px;
    flex-direction: row;
  }
}
.site-footer .footer-menu .footer-col-title a {
  display: inline-block;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .site-footer .footer-menu .footer-col-title a {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 24px;
  }
}
.site-footer .footer-menu .footer-col-title .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-menu .footer-col-title .sub-menu a {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .site-footer .footer-menu .footer-col-title .sub-menu a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 16px;
  }
}
.site-footer .footer-menu .footer-col-title .sub-menu a:hover {
  text-decoration: underline;
}

.product-item__image {
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 240px;
}
@media (min-width: 992px) {
  .product-item__image {
    height: 400px;
  }
}
.product-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-item__title {
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .product-item__title {
    padding-top: 16px;
  }
}
.product-item__title h4 {
  text-align: center;
}
.product-item__title h4:hover {
  text-decoration: underline;
}
.product-item__price {
  text-align: center;
  font-size: 12px;
}
@media (min-width: 992px) {
  .product-item__price {
    padding-top: 8px;
    font-size: 16px;
  }
}

.home-hero {
  position: relative;
  overflow: hidden;
}
.home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-hero__image, .home-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.home-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 270px;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .home-hero__content {
    padding-top: 565px;
    padding-bottom: 64px;
  }
}
.home-hero__title {
  margin: 0 auto 8px;
}
@media (min-width: 992px) {
  .home-hero__title {
    max-width: 660px;
    margin: 0 auto 32px;
  }
}
.home-hero__title h1, .home-hero__title .h1,
.home-hero__title h2, .home-hero__title .h2,
.home-hero__title h3, .home-hero__title .h3,
.home-hero__title h4, .home-hero__title .h4,
.home-hero__title h5, .home-hero__title .h5,
.home-hero__title h6, .home-hero__title .h6,
.home-hero__title p {
  color: #FFFFFF;
}
.home-hero__text {
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .home-hero__text {
    max-width: 500px;
    margin: 0 auto 40px;
  }
}
.home-hero__text h1, .home-hero__text .h1,
.home-hero__text h2, .home-hero__text .h2,
.home-hero__text h3, .home-hero__text .h3,
.home-hero__text h4, .home-hero__text .h4,
.home-hero__text h5, .home-hero__text .h5,
.home-hero__text h6, .home-hero__text .h6,
.home-hero__text p {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .home-hero__text h1, .home-hero__text .h1,
  .home-hero__text h2, .home-hero__text .h2,
  .home-hero__text h3, .home-hero__text .h3,
  .home-hero__text h4, .home-hero__text .h4,
  .home-hero__text h5, .home-hero__text .h5,
  .home-hero__text h6, .home-hero__text .h6,
  .home-hero__text p {
    font-size: 14px;
  }
}

.horizontal-scroll {
  background-color: #F2F2F2;
  height: 300vh;
  overscroll-behavior: none;
  touch-action: pan-y;
}
.horizontal-scroll__ring {
  position: relative;
  width: 100%;
  height: 100%;
}
.horizontal-scroll__ring-top {
  z-index: 3;
}
@media (max-width: 991.98px) {
  .horizontal-scroll__ring-top {
    display: flex;
    align-items: center;
  }
}
.horizontal-scroll__ring-bottom {
  z-index: 1;
}
@media (max-width: 991.98px) {
  .horizontal-scroll__ring-bottom {
    display: flex;
    align-items: center;
  }
}
.horizontal-scroll__ring img {
  width: 230px;
  height: 80%;
}
@media (min-width: 992px) {
  .horizontal-scroll__ring img {
    height: 100%;
    width: 470px;
  }
}
.horizontal-scroll__title {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 2;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .horizontal-scroll__title {
    padding-left: 30%;
  }
}
.horizontal-scroll__title h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .horizontal-scroll__title h2 {
    font-size: 48px;
    line-height: 1.16;
  }
}
.horizontal-scroll__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 350px;
  width: 350px;
}
@media (min-width: 992px) {
  .horizontal-scroll__text {
    max-width: 630px;
    width: 630px;
  }
}
.horizontal-scroll__text h3 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .horizontal-scroll__text h3 {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .horizontal-scroll__text h3 {
    text-align: center !important;
  }
}
.horizontal-scroll__text p {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .horizontal-scroll__text p {
    font-size: 14px;
    line-height: 1.3;
    text-align: center !important;
  }
}
.horizontal-scroll__image img, .horizontal-scroll__image video {
  width: 630px;
  height: 100vh;
}
.horizontal-scroll__advantages {
  padding-top: 15vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.horizontal-scroll__advantages-title {
  margin-bottom: 40px;
}
.horizontal-scroll__advantages-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .horizontal-scroll__advantages-title h3 {
    font-size: 36px;
  }
}
.horizontal-scroll__advantages .advantages-item {
  background-color: #FFFFFF;
  margin-bottom: 16px;
  max-width: 345px;
  padding: 24px 16px;
}
@media (min-width: 992px) {
  .horizontal-scroll__advantages .advantages-item {
    margin-bottom: 24px;
    max-width: 630px;
    padding: 32px 64px;
  }
}
.horizontal-scroll__advantages .advantages-item h5 {
  font-size: 12px;
  padding-top: 16px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .horizontal-scroll__advantages .advantages-item h5 {
    font-size: 24px;
    padding-block: 16px;
  }
}
.horizontal-scroll__advantages .advantages-item p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .horizontal-scroll__advantages .advantages-item p {
    font-size: 12px;
  }
}

.horizontal-scroll__text,
.horizontal-scroll__image {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
  transition: opacity 0.1s linear;
  will-change: transform, opacity;
}

.horizontal-scroll__sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
}
@media (min-width: 992px) {
  .horizontal-scroll__sticky {
    height: 100vh;
  }
}

.horizontal-scroll__track {
  display: flex;
  height: 100%;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .horizontal-scroll__track {
    padding-left: 40%;
  }
}

.hs-scene {
  position: relative;
  width: 100vw;
  flex: 0 0 100vw;
}

@media (min-width: 992px) {
  .hs-ring {
    flex: 0 0 80vw;
  }
}

@media (min-width: 992px) {
  .hs-text {
    flex: 0 0 55vw;
  }
}

@media (min-width: 992px) {
  .hs-image {
    flex: 0 0 30vw;
  }
}

@media (min-width: 992px) {
  .hs-advantages {
    flex: 0 0 50vw;
  }
}

.discover-slider {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .discover-slider {
    padding-top: 40px;
  }
}
.discover-slider__head {
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .discover-slider__head {
    padding-bottom: 40px;
  }
}
.discover-slider__head h2 {
  font-size: 20px;
}
@media (min-width: 992px) {
  .discover-slider__head h2 {
    font-size: 32px;
  }
}
.discover-slider__items {
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .discover-slider__items {
    padding-bottom: 40px;
  }
}
.discover-slider__items .discover-slider__item {
  position: relative;
  width: 100%;
  max-height: 350px;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 992px) {
  .discover-slider__items .discover-slider__item {
    max-height: 550px;
    width: 17%;
  }
}
.discover-slider__items .discover-slider__item.active-item {
  width: 100% !important;
}
@media (min-width: 992px) {
  .discover-slider__items .discover-slider__item.active-item {
    width: 49% !important;
  }
}
.discover-slider__items .discover-slider__item-text {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
@media (min-width: 992px) {
  .discover-slider__items .discover-slider__item-text {
    display: none;
    padding: 24px;
  }
}
.discover-slider__items .discover-slider__item-text h5 {
  color: #FFFFFF;
}
@media (max-width: 991.98px) {
  .discover-slider__items .discover-slider__item-text h5 {
    font-size: 20px;
  }
}
.discover-slider__items .discover-slider__item-text a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .discover-slider__items .discover-slider__item-text a {
    font-size: 16px;
    line-height: 22px;
  }
}
.discover-slider .discover-slider__nav {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 16px;
  gap: 24px;
}
@media (min-width: 992px) {
  .discover-slider .discover-slider__nav {
    margin-top: 40px;
    gap: 40px;
  }
}
.discover-slider .discover-slider__nav-buttons {
  display: flex;
  gap: 16px;
}
@media (min-width: 992px) {
  .discover-slider .discover-slider__nav-buttons {
    gap: 24px;
  }
}
.discover-slider .discover-slider__nav-buttons button {
  margin: 0;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  background: none;
  border: none;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.discover-slider .discover-slider__nav-buttons button:after {
  content: "";
}
.discover-slider .discover-slider__nav-buttons button:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.discover-slider .discover-slider__nav-buttons .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.46934 12.53C3.32889 12.3893 3.25 12.1987 3.25 12C3.25 11.8012 3.32889 11.6106 3.46934 11.47L9.46934 5.46997C9.538 5.39628 9.6208 5.33718 9.7128 5.29619C9.8048 5.2552 9.90412 5.23315 10.0048 5.23138C10.1055 5.2296 10.2055 5.24813 10.2989 5.28585C10.3923 5.32357 10.4772 5.37971 10.5484 5.45093C10.6196 5.52215 10.6757 5.60698 10.7135 5.70037C10.7512 5.79376 10.7697 5.89379 10.7679 5.99449C10.7662 6.09519 10.7441 6.19451 10.7031 6.28651C10.6621 6.37851 10.603 6.46131 10.5293 6.52997L5.80934 11.25L19.9993 11.25C20.1983 11.25 20.389 11.329 20.5297 11.4696C20.6703 11.6103 20.7493 11.8011 20.7493 12C20.7493 12.1989 20.6703 12.3896 20.5297 12.5303C20.389 12.671 20.1983 12.75 19.9993 12.75L5.80934 12.75L10.5293 17.47C10.603 17.5386 10.6621 17.6214 10.7031 17.7134C10.7441 17.8054 10.7662 17.9047 10.7679 18.0054C10.7697 18.1061 10.7512 18.2062 10.7135 18.2996C10.6757 18.393 10.6196 18.4778 10.5484 18.549C10.4772 18.6202 10.3923 18.6764 10.2989 18.7141C10.2055 18.7518 10.1055 18.7703 10.0048 18.7686C9.90412 18.7668 9.8048 18.7447 9.7128 18.7037C9.6208 18.6628 9.538 18.6037 9.46934 18.53L3.46934 12.53Z%27 fill=%27%23111111%27/%3E%3C/svg%3E");
}
.discover-slider .discover-slider__nav-buttons .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M20.5307 11.47C20.6711 11.6107 20.75 11.8013 20.75 12C20.75 12.1988 20.6711 12.3894 20.5307 12.53L14.5307 18.53C14.462 18.6037 14.3792 18.6628 14.2872 18.7038C14.1952 18.7448 14.0959 18.7668 13.9952 18.7686C13.8945 18.7704 13.7945 18.7519 13.7011 18.7142C13.6077 18.6764 13.5228 18.6203 13.4516 18.5491C13.3804 18.4779 13.3243 18.393 13.2865 18.2996C13.2488 18.2062 13.2303 18.1062 13.2321 18.0055C13.2338 17.9048 13.2559 17.8055 13.2969 17.7135C13.3379 17.6215 13.397 17.5387 13.4707 17.47L18.1907 12.75H4.00066C3.80175 12.75 3.61098 12.671 3.47033 12.5304C3.32968 12.3897 3.25066 12.1989 3.25066 12C3.25066 11.8011 3.32968 11.6104 3.47033 11.4697C3.61098 11.329 3.80175 11.25 4.00066 11.25H18.1907L13.4707 6.53003C13.397 6.46137 13.3379 6.37857 13.2969 6.28657C13.2559 6.19457 13.2338 6.09526 13.2321 5.99455C13.2303 5.89385 13.2488 5.79382 13.2865 5.70043C13.3243 5.60705 13.3804 5.52221 13.4516 5.45099C13.5228 5.37977 13.6077 5.32363 13.7011 5.28591C13.7945 5.24819 13.8945 5.22966 13.9952 5.23144C14.0959 5.23322 14.1952 5.25526 14.2872 5.29625C14.3792 5.33724 14.462 5.39634 14.5307 5.47003L20.5307 11.47Z%27 fill=%27%23111111%27/%3E%3C/svg%3E");
}
.discover-slider .discover-slider__nav .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  height: 2px;
  background: #EBEBEB;
}
.discover-slider .discover-slider__nav .swiper-pagination .swiper-pagination-progressbar-fill {
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 2px;
  background: #171719;
}

.block-cta {
  background-color: #F2F2F2;
  padding-block: 48px;
}
@media (min-width: 992px) {
  .block-cta {
    padding-block: 80px;
  }
}
.block-cta__title {
  max-width: 630px;
  margin: 0 auto 16px;
}
@media (min-width: 992px) {
  .block-cta__title {
    margin: 0 auto 40px;
  }
}
.block-cta__text {
  max-width: 850px;
  margin: 0 auto 24px;
}
@media (min-width: 992px) {
  .block-cta__text {
    margin: 0 auto 40px;
  }
}
@media (max-width: 991.98px) {
  .block-cta__text p {
    font-size: 14px;
  }
}

.product-slider {
  padding-top: 24px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .product-slider {
    padding-block: 40px;
  }
}
.product-slider__head {
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .product-slider__head {
    padding-bottom: 40px;
  }
}
.product-slider .product-slider__nav {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 16px;
  gap: 24px;
}
@media (min-width: 992px) {
  .product-slider .product-slider__nav {
    margin-top: 40px;
    gap: 40px;
  }
}
.product-slider .product-slider__nav-buttons {
  display: flex;
  gap: 16px;
}
@media (min-width: 992px) {
  .product-slider .product-slider__nav-buttons {
    gap: 24px;
  }
}
.product-slider .product-slider__nav-buttons button {
  margin: 0;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  background: none;
  border: none;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}
.product-slider .product-slider__nav-buttons button:after {
  content: "";
}
.product-slider .product-slider__nav-buttons button:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.product-slider .product-slider__nav-buttons .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M3.46934 12.53C3.32889 12.3893 3.25 12.1987 3.25 12C3.25 11.8012 3.32889 11.6106 3.46934 11.47L9.46934 5.46997C9.538 5.39628 9.6208 5.33718 9.7128 5.29619C9.8048 5.2552 9.90412 5.23315 10.0048 5.23138C10.1055 5.2296 10.2055 5.24813 10.2989 5.28585C10.3923 5.32357 10.4772 5.37971 10.5484 5.45093C10.6196 5.52215 10.6757 5.60698 10.7135 5.70037C10.7512 5.79376 10.7697 5.89379 10.7679 5.99449C10.7662 6.09519 10.7441 6.19451 10.7031 6.28651C10.6621 6.37851 10.603 6.46131 10.5293 6.52997L5.80934 11.25L19.9993 11.25C20.1983 11.25 20.389 11.329 20.5297 11.4696C20.6703 11.6103 20.7493 11.8011 20.7493 12C20.7493 12.1989 20.6703 12.3896 20.5297 12.5303C20.389 12.671 20.1983 12.75 19.9993 12.75L5.80934 12.75L10.5293 17.47C10.603 17.5386 10.6621 17.6214 10.7031 17.7134C10.7441 17.8054 10.7662 17.9047 10.7679 18.0054C10.7697 18.1061 10.7512 18.2062 10.7135 18.2996C10.6757 18.393 10.6196 18.4778 10.5484 18.549C10.4772 18.6202 10.3923 18.6764 10.2989 18.7141C10.2055 18.7518 10.1055 18.7703 10.0048 18.7686C9.90412 18.7668 9.8048 18.7447 9.7128 18.7037C9.6208 18.6628 9.538 18.6037 9.46934 18.53L3.46934 12.53Z%27 fill=%27%23111111%27/%3E%3C/svg%3E");
}
.product-slider .product-slider__nav-buttons .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M20.5307 11.47C20.6711 11.6107 20.75 11.8013 20.75 12C20.75 12.1988 20.6711 12.3894 20.5307 12.53L14.5307 18.53C14.462 18.6037 14.3792 18.6628 14.2872 18.7038C14.1952 18.7448 14.0959 18.7668 13.9952 18.7686C13.8945 18.7704 13.7945 18.7519 13.7011 18.7142C13.6077 18.6764 13.5228 18.6203 13.4516 18.5491C13.3804 18.4779 13.3243 18.393 13.2865 18.2996C13.2488 18.2062 13.2303 18.1062 13.2321 18.0055C13.2338 17.9048 13.2559 17.8055 13.2969 17.7135C13.3379 17.6215 13.397 17.5387 13.4707 17.47L18.1907 12.75H4.00066C3.80175 12.75 3.61098 12.671 3.47033 12.5304C3.32968 12.3897 3.25066 12.1989 3.25066 12C3.25066 11.8011 3.32968 11.6104 3.47033 11.4697C3.61098 11.329 3.80175 11.25 4.00066 11.25H18.1907L13.4707 6.53003C13.397 6.46137 13.3379 6.37857 13.2969 6.28657C13.2559 6.19457 13.2338 6.09526 13.2321 5.99455C13.2303 5.89385 13.2488 5.79382 13.2865 5.70043C13.3243 5.60705 13.3804 5.52221 13.4516 5.45099C13.5228 5.37977 13.6077 5.32363 13.7011 5.28591C13.7945 5.24819 13.8945 5.22966 13.9952 5.23144C14.0959 5.23322 14.1952 5.25526 14.2872 5.29625C14.3792 5.33724 14.462 5.39634 14.5307 5.47003L20.5307 11.47Z%27 fill=%27%23111111%27/%3E%3C/svg%3E");
}
.product-slider .product-slider__nav .swiper-pagination {
  position: relative;
  bottom: auto;
  display: flex;
  height: 2px;
  background: #EBEBEB;
}
.product-slider .product-slider__nav .swiper-pagination .swiper-pagination-progressbar-fill {
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 2px;
  background: #171719;
}

.block-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 16px;
}
@media (min-width: 992px) {
  .block-hero {
    padding-bottom: 140px;
    padding-top: 40px;
  }
}
.block-hero__breadcrumbs .breadcrumbs a, .block-hero__breadcrumbs .breadcrumbs span {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.33;
}
.block-hero__breadcrumbs .breadcrumbs span {
  padding-right: 8px;
}
@media (min-width: 992px) {
  .block-hero__breadcrumbs .breadcrumbs span {
    padding-right: 16px;
  }
}
.block-hero__breadcrumbs .breadcrumbs a:hover {
  text-decoration: underline;
}
.block-hero__breadcrumbs .breadcrumbs .breadcrumb_last {
  font-weight: 600;
  padding-right: 0;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .block-hero__breadcrumbs .breadcrumbs .breadcrumb_last {
    padding-left: 16px;
  }
}
.block-hero__content {
  padding-top: 80px;
}
.block-hero__title {
  margin: 0 auto 8px;
}
@media (min-width: 576px) {
  .block-hero__title {
    max-width: 660px;
    margin: 0 auto 32px;
  }
}
.block-hero__title h1, .block-hero__title .h1,
.block-hero__title h2, .block-hero__title .h2,
.block-hero__title h3, .block-hero__title .h3,
.block-hero__title h4, .block-hero__title .h4,
.block-hero__title h5, .block-hero__title .h5,
.block-hero__title h6, .block-hero__title .h6,
.block-hero__title p {
  color: #FFFFFF;
}
.block-hero__title h1, .block-hero__title .h1,
.block-hero__title h2, .block-hero__title .h2 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .block-hero__title h1, .block-hero__title .h1,
  .block-hero__title h2, .block-hero__title .h2 {
    font-size: 48px;
  }
}
.block-hero__text {
  margin: 0 auto;
  max-width: 600px;
}
.block-hero__text h1, .block-hero__text .h1,
.block-hero__text h2, .block-hero__text .h2,
.block-hero__text h3, .block-hero__text .h3,
.block-hero__text h4, .block-hero__text .h4,
.block-hero__text h5, .block-hero__text .h5,
.block-hero__text h6, .block-hero__text .h6,
.block-hero__text p {
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .block-hero__text h1, .block-hero__text .h1,
  .block-hero__text h2, .block-hero__text .h2,
  .block-hero__text h3, .block-hero__text .h3,
  .block-hero__text h4, .block-hero__text .h4,
  .block-hero__text h5, .block-hero__text .h5,
  .block-hero__text h6, .block-hero__text .h6,
  .block-hero__text p {
    font-size: 14px;
  }
}

.three-col-content {
  background-color: #F2F2F2;
  padding-block: 56px;
}
@media (min-width: 992px) {
  .three-col-content {
    padding-block: 80px;
  }
}
.three-col-content__title {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .three-col-content__title {
    padding-bottom: 80px;
  }
}
.three-col-content__items .row {
  gap: 32px;
}
@media (min-width: 992px) {
  .three-col-content__items .row {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .three-col-content__item {
    padding-inline: 10px;
  }
}
.three-col-content__item img {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .three-col-content__item img {
    margin-bottom: 24px;
    width: 32px;
    height: 32px;
  }
}
.three-col-content__item h5 {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 992px) {
  .three-col-content__item h5 {
    font-size: 20px;
  }
}
.three-col-content__item-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .three-col-content__item-text p {
    font-size: 16px;
  }
}

.block-contact {
  padding-block: 56px;
}
@media (min-width: 992px) {
  .block-contact {
    padding-block: 80px;
  }
}
.block-contact__title {
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .block-contact__title {
    padding-bottom: 40px;
  }
}
.block-contact__text {
  max-width: 680px;
  margin: 0 auto;
}
.block-contact__text p {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  .block-contact__text p {
    font-size: 16px;
  }
}
.block-contact__form {
  padding-top: 32px;
}
@media (min-width: 992px) {
  .block-contact__form {
    padding-top: 64px;
  }
}
.block-contact__form .cf7-form {
  max-width: 850px;
}
.block-contact__form .cf7-row {
  display: flex;
  gap: 24px;
  margin-bottom: 56px;
}
@media (max-width: 991.98px) {
  .block-contact__form .cf7-row {
    gap: 0;
    margin-bottom: 0;
    flex-direction: column;
  }
}
.block-contact__form .cf7-col {
  flex: 1;
}
@media (max-width: 991.98px) {
  .block-contact__form .cf7-col {
    margin-bottom: 32px;
  }
}
.block-contact__form .cf7-col--full {
  flex: 100%;
}
.block-contact__form .cf7-form input,
.block-contact__form .cf7-form textarea,
.block-contact__form .cf7-form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 16px;
  background: transparent;
  font-size: 16px;
  outline: none;
}
@media (max-width: 991.98px) {
  .block-contact__form .cf7-form input,
  .block-contact__form .cf7-form textarea,
  .block-contact__form .cf7-form select {
    font-size: 14px;
  }
}
.block-contact__form .cf7-form input::-moz-placeholder, .block-contact__form .cf7-form textarea::-moz-placeholder, .block-contact__form .cf7-form select::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #111111;
}
.block-contact__form .cf7-form input::placeholder,
.block-contact__form .cf7-form textarea::placeholder,
.block-contact__form .cf7-form select::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #111111;
}
@media (max-width: 991.98px) {
  .block-contact__form .cf7-form input::-moz-placeholder, .block-contact__form .cf7-form textarea::-moz-placeholder, .block-contact__form .cf7-form select::-moz-placeholder {
    font-size: 14px;
  }
  .block-contact__form .cf7-form input::placeholder,
  .block-contact__form .cf7-form textarea::placeholder,
  .block-contact__form .cf7-form select::placeholder {
    font-size: 14px;
  }
}
.block-contact__form .cf7-select {
  position: relative;
  border-bottom: 1px solid #111111;
  padding-bottom: 12px;
}
.block-contact__form .cf7-select:has(.is-open) .cf7-select__trigger:after {
  transform: rotate(180deg);
}
.block-contact__form .cf7-select .cf7-select__trigger {
  background: transparent;
  color: #111111;
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .block-contact__form .cf7-select .cf7-select__trigger {
    font-size: 14px;
  }
}
.block-contact__form .cf7-select .cf7-select__trigger:after {
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 2px;
  right: 0;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath d=%27M15.8721 4.25939C15.8721 4.12502 15.8189 3.9875 15.7158 3.88437C15.5096 3.67812 15.1721 3.67812 14.9658 3.88437L7.90645 10.9437L0.950195 3.9875C0.743945 3.78125 0.406446 3.78125 0.200195 3.9875C-0.00605488 4.19375 -0.00605488 4.53125 0.200195 4.7375L7.53145 12.0719C7.7377 12.2781 8.0752 12.2781 8.28145 12.0719L15.7158 4.6375C15.8221 4.53125 15.8721 4.39689 15.8721 4.25939Z%27 fill=%27%23111111%27/%3E%3C/svg%3E");
}
.block-contact__form .cf7-select__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-contact__form .cf7-select__list li {
  padding-block: 8px;
  border-bottom: 1px solid #EBEBEB;
  font-size: 16px;
}
.block-contact__form .cf7-select__list li:hover {
  font-weight: 600;
  cursor: pointer;
}
.block-contact__form .cf7-select__list li:last-child {
  border: none;
}
.block-contact__form .cf7-select__list.is-open {
  display: block;
  padding: 8px 16px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1;
}
.block-contact__form .cf7-form textarea {
  resize: vertical;
  height: 40px;
}
.block-contact__form .cf7-row--submit {
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}
.block-contact__form .cf7-row--submit .wpcf7-spinner {
  position: absolute;
  top: 40px;
}
.block-contact__form .cf7-form input[type=submit] {
  border: 1px solid #111111;
  padding-block: 8px;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  max-width: 410px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 992px) {
  .block-contact__form .cf7-form input[type=submit] {
    font-size: 14px;
  }
}
.block-contact__form .cf7-form input[type=submit]:hover {
  background-color: #111111;
  color: #FFFFFF;
}

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