@charset "UTF-8";
/*! 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;
  margin-top: 70px;
}

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

@font-face { /*Roboto 900*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-900.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-900.woff") format("woff"), url("/assets/fonts/roboto/roboto-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 700*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-700.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-700.woff") format("woff"), url("/assets/fonts/roboto/roboto-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 400*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-400.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-400.woff") format("woff"), url("/assets/fonts/roboto/roboto-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 300*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-300.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-300.woff") format("woff"), url("/assets/fonts/roboto/roboto-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 100*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-100.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-100.woff") format("woff"), url("/assets/fonts/roboto/roboto-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 100*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-100.woff2") format("woff2"), url("/assets/fonts/lato/lato-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 300*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-300.woff2") format("woff2"), url("/assets/fonts/lato/lato-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 400*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-400.woff2") format("woff2"), url("/assets/fonts/lato/lato-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 700*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-700.woff2") format("woff2"), url("/assets/fonts/lato/lato-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 900*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-900.woff2") format("woff2"), url("/assets/fonts/lato/lato-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Nanocons*/
  font-family: "Nanocons";
  src: url("/assets/fonts/nanocons/Nanocons.woff") format("woff"), url("/assets/fonts/nanocons/Nanocons.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amaranth";
  src: url("/assets/fonts/amaranth/Amaranth-Bold.eot");
  src: local("Amaranth Bold"), local("Amaranth-Bold"), url("/assets/fonts/amaranth/Amaranth-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/amaranth/Amaranth-Bold.woff2") format("woff2"), url("/assets/fonts/amaranth/Amaranth-Bold.woff") format("woff"), url("/assets/fonts/amaranth/Amaranth-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Amaranth";
  src: url("/assets/fonts/amaranth/Amaranth-Regular.eot");
  src: local("Amaranth Regular"), local("Amaranth-Regular"), url("/assets/fonts/amaranth/Amaranth-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/amaranth/Amaranth-Regular.woff2") format("woff2"), url("/assets/fonts/amaranth/Amaranth-Regular.woff") format("woff"), url("/assets/fonts/amaranth/Amaranth-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Amaranth";
  src: url("/assets/fonts/amaranth/Amaranth-Italic.eot");
  src: local("Amaranth Italic"), local("Amaranth-Italic"), url("/assets/fonts/amaranth/Amaranth-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/amaranth/Amaranth-Italic.woff2") format("woff2"), url("/assets/fonts/amaranth/Amaranth-Italic.woff") format("woff"), url("/assets/fonts/amaranth/Amaranth-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Amaranth";
  src: url("/assets/fonts/amaranth/Amaranth-BoldItalic.eot");
  src: local("Amaranth Bold Italic"), local("Amaranth-BoldItalic"), url("/assets/fonts/amaranth/Amaranth-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/amaranth/Amaranth-BoldItalic.woff2") format("woff2"), url("/assets/fonts/amaranth/Amaranth-BoldItalic.woff") format("woff"), url("/assets/fonts/amaranth/Amaranth-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
.newsletter {
  padding: 20px 0;
}
.newsletter__header {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
}
.newsletter__header strong {
  display: block;
  font-weight: 700;
}
.newsletter__form {
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  align-items: center;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
}
.newsletter__input {
  display: block;
  max-width: 100%;
  color: #F3F3F3;
  background-color: transparent;
  width: 300px;
  border: 1px solid rgba(243, 243, 243, 0.6);
  font-size: 1.25rem;
  line-height: 38.5px;
  text-align: center;
}
.newsletter__input.error {
  border: 1px solid red;
}
.newsletter__submit {
  min-width: 200px;
  max-width: 100%;
  background-color: #FF7E00;
  font-size: 1.125rem;
  line-height: 30px;
  border: 1px solid rgba(243, 243, 243, 0.6);
  color: #F3F3F3;
  font-weight: 300;
}
.newsletter-section {
  background-color: #1C1C1C;
  color: #F3F3F3;
}
.newsletter-section .container {
  max-height: 250px;
}
.newsletter__message {
  text-align: center;
}
.newsletter__message--success {
  font-size: 1.25rem;
  color: #FF7E00;
  padding-top: 30px;
}
.newsletter__message--error {
  padding-top: 20px;
  color: red;
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .newsletter {
    display: grid;
    margin-top: 75px;
    grid-template-columns: 1fr 1fr;
    padding: 3rem 0;
    position: relative;
    overflow: visible;
  }
  .newsletter__header {
    grid-column-start: 1;
    font-size: 1.125rem;
    margin: auto;
    max-width: 500px;
  }
  .newsletter__form {
    grid-column-start: 1;
    font-size: 1.1rem;
    max-width: 300px;
  }
  .newsletter__input, .newsletter__submit {
    font-size: inherit;
  }
  .newsletter__submit {
    padding: 5px 20px;
    width: 100%;
  }
  .newsletter__image {
    height: 100%;
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .newsletter__image img {
    display: block;
    position: absolute;
    top: -75px;
    left: 55%;
    max-width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter {
    margin-top: 100px;
    margin-bottom: 80px;
    min-height: 237px;
  }
  .newsletter__image img {
    top: -50px;
  }
}
.footer__brand {
  min-height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.footer__brand__img {
  position: relative;
  z-index: -1;
  width: 100%;
}
.footer__brand__img img {
  display: block;
}
.footer__brand__slogan {
  position: absolute;
}
.footer__links {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer__links .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0px;
}
.footer__link {
  color: inherit;
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding: 0 10px;
  display: block;
  font-size: 1rem;
  color: #ababab;
  font-weight: 300;
  position: relative;
}
.footer__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #222;
}
.footer__link:last-child:after {
  content: none;
}

@media screen and (min-width: 576px) {
  .footer__brand {
    font-size: 1.5rem;
  }
  .footer__links {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer__links {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .footer__brand {
    font-size: 1.5rem;
  }
  .footer__link {
    font-size: 1.25rem;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

.d-table-row {
  display: table-row !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-grid {
    display: grid !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-table-row {
    display: table-row !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-grid {
    display: grid !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-table-row {
    display: table-row !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-grid {
    display: grid !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-table-row {
    display: table-row !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-grid {
    display: grid !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.hr {
  display: block;
  margin: 0;
  width: 100%;
  height: 2px;
  padding: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
}

button:focus, button:active {
  outline: none;
  box-shadow: none;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 100;
  font-family: "Roboto";
  text-transform: uppercase;
  color: #0F0F0F;
}
.section-title strong {
  font-weight: 700;
}
.section-title span {
  display: block;
}
.section-subtitle {
  font-size: 1.5rem;
  font-weight: 100;
  font-family: "Roboto";
  text-transform: uppercase;
  color: #0F0F0F;
  font-weight: 700;
}
.section-subtitle strong {
  font-weight: 700;
}
.section-subtitle span {
  display: block;
}

select {
  outline: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

.flag {
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/flags.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  font-size: 0;
  line-height: 0;
}
.flag_a {
  display: flex;
  flex-direction: row;
  color: #ccc;
  background: rgba(77, 77, 77, 0.3);
  padding: 5px;
  align-items: center;
  border-radius: 5px;
  text-decoration: none;
}
.flag_a .flag {
  opacity: 0.7;
}
.flag_a:hover {
  background: hsla(0, 0%, 48%, 0.358);
}
.flag_a:hover .flag {
  opacity: 1;
}
.flag_a label {
  cursor: pointer;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  display: flex;
}
.flag--none {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  font-family: "Nanocons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flag--none::before {
  content: "󩀁";
  font-size: 28px;
}
.flag--ad {
  background-position: -32px 0;
}
.flag--ae {
  background-position: -64px 0;
}
.flag--af {
  background-position: -96px 0;
}
.flag--ag {
  background-position: -128px 0;
}
.flag--ai {
  background-position: -160px 0;
}
.flag--al {
  background-position: -192px 0;
}
.flag--am {
  background-position: -224px 0;
}
.flag--an {
  background-position: -256px 0;
}
.flag--ao {
  background-position: -288px 0;
}
.flag--ar {
  background-position: -320px 0;
}
.flag--as {
  background-position: -352px 0;
}
.flag--at {
  background-position: -384px 0;
}
.flag--au {
  background-position: -416px 0;
}
.flag--aw {
  background-position: -448px 0;
}
.flag--az {
  background-position: 0 -32px;
}
.flag--ba {
  background-position: -32px -32px;
}
.flag--bb {
  background-position: -64px -32px;
}
.flag--bd {
  background-position: -96px -32px;
}
.flag--be {
  background-position: -128px -32px;
}
.flag--bf {
  background-position: -160px -32px;
}
.flag--bg {
  background-position: -192px -32px;
}
.flag--bh {
  background-position: -224px -32px;
}
.flag--bi {
  background-position: -256px -32px;
}
.flag--bj {
  background-position: -288px -32px;
}
.flag--bm {
  background-position: -320px -32px;
}
.flag--bn {
  background-position: -352px -32px;
}
.flag--bo {
  background-position: -384px -32px;
}
.flag--br {
  background-position: -416px -32px;
}
.flag--bs {
  background-position: -448px -32px;
}
.flag--bt {
  background-position: 0 -64px;
}
.flag--bw {
  background-position: -32px -64px;
}
.flag--by {
  background-position: -64px -64px;
}
.flag--bz {
  background-position: -96px -64px;
}
.flag--ca {
  background-position: -128px -64px;
}
.flag--cd {
  background-position: -160px -64px;
}
.flag--cf {
  background-position: -192px -64px;
}
.flag--cg {
  background-position: -224px -64px;
}
.flag--ch {
  background-position: -256px -64px;
}
.flag--ci {
  background-position: -288px -64px;
}
.flag--ck {
  background-position: -320px -64px;
}
.flag--cl {
  background-position: -352px -64px;
}
.flag--cm {
  background-position: -384px -64px;
}
.flag--cn {
  background-position: -416px -64px;
}
.flag--co {
  background-position: -448px -64px;
}
.flag--cr {
  background-position: 0 -96px;
}
.flag--cu {
  background-position: -32px -96px;
}
.flag--cv {
  background-position: -64px -96px;
}
.flag--cy {
  background-position: -96px -96px;
}
.flag--cz {
  background-position: -128px -96px;
}
.flag--de {
  background-position: -160px -96px;
}
.flag--dj {
  background-position: -192px -96px;
}
.flag--dk {
  background-position: -224px -96px;
}
.flag--dm {
  background-position: -256px -96px;
}
.flag--do {
  background-position: -288px -96px;
}
.flag--dz {
  background-position: -320px -96px;
}
.flag--ec {
  background-position: -352px -96px;
}
.flag--ee {
  background-position: -384px -96px;
}
.flag--eg {
  background-position: -416px -96px;
}
.flag--eh {
  background-position: -448px -96px;
}
.flag--er {
  background-position: 0 -128px;
}
.flag--es {
  background-position: -32px -128px;
}
.flag--et {
  background-position: -64px -128px;
}
.flag--fi {
  background-position: -96px -128px;
}
.flag--fj {
  background-position: -128px -128px;
}
.flag--fm {
  background-position: -160px -128px;
}
.flag--fo {
  background-position: -192px -128px;
}
.flag--fr {
  background-position: -224px -128px;
}
.flag--ga {
  background-position: -256px -128px;
}
.flag--gb {
  background-position: -288px -128px;
}
.flag--gd {
  background-position: -320px -128px;
}
.flag--ge {
  background-position: -352px -128px;
}
.flag--gg {
  background-position: -384px -128px;
}
.flag--gh {
  background-position: -416px -128px;
}
.flag--gi {
  background-position: -448px -128px;
}
.flag--gl {
  background-position: 0 -160px;
}
.flag--gm {
  background-position: -32px -160px;
}
.flag--gn {
  background-position: -64px -160px;
}
.flag--gp {
  background-position: -96px -160px;
}
.flag--gq {
  background-position: -128px -160px;
}
.flag--gr {
  background-position: -160px -160px;
}
.flag--gt {
  background-position: -192px -160px;
}
.flag--gu {
  background-position: -224px -160px;
}
.flag--gw {
  background-position: -256px -160px;
}
.flag--gy {
  background-position: -288px -160px;
}
.flag--hk {
  background-position: -320px -160px;
}
.flag--hn {
  background-position: -352px -160px;
}
.flag--hr {
  background-position: -384px -160px;
}
.flag--ht {
  background-position: -416px -160px;
}
.flag--hu {
  background-position: -448px -160px;
}
.flag--id {
  background-position: 0 -192px;
}
.flag--ie {
  background-position: -32px -192px;
}
.flag--il {
  background-position: -64px -192px;
}
.flag--im {
  background-position: -96px -192px;
}
.flag--in {
  background-position: -128px -192px;
}
.flag--iq {
  background-position: -160px -192px;
}
.flag--ir {
  background-position: -192px -192px;
}
.flag--is {
  background-position: -224px -192px;
}
.flag--it {
  background-position: -256px -192px;
}
.flag--je {
  background-position: -288px -192px;
}
.flag--jm {
  background-position: -320px -192px;
}
.flag--jo {
  background-position: -352px -192px;
}
.flag--jp {
  background-position: -384px -192px;
}
.flag--ke {
  background-position: -416px -192px;
}
.flag--kg {
  background-position: -448px -192px;
}
.flag--kh {
  background-position: 0 -224px;
}
.flag--ki {
  background-position: -32px -224px;
}
.flag--km {
  background-position: -64px -224px;
}
.flag--kn {
  background-position: -96px -224px;
}
.flag--kp {
  background-position: -128px -224px;
}
.flag--kr {
  background-position: -160px -224px;
}
.flag--kw {
  background-position: -192px -224px;
}
.flag--ky {
  background-position: -224px -224px;
}
.flag--kz {
  background-position: -256px -224px;
}
.flag--la {
  background-position: -288px -224px;
}
.flag--lb {
  background-position: -320px -224px;
}
.flag--lc {
  background-position: -352px -224px;
}
.flag--li {
  background-position: -384px -224px;
}
.flag--lk {
  background-position: -416px -224px;
}
.flag--lr {
  background-position: -448px -224px;
}
.flag--ls {
  background-position: 0 -256px;
}
.flag--lt {
  background-position: -32px -256px;
}
.flag--lu {
  background-position: -64px -256px;
}
.flag--lv {
  background-position: -96px -256px;
}
.flag--ly {
  background-position: -128px -256px;
}
.flag--ma {
  background-position: -160px -256px;
}
.flag--mc {
  background-position: -192px -256px;
}
.flag--md {
  background-position: -224px -256px;
}
.flag--me {
  background-position: -256px -256px;
}
.flag--mg {
  background-position: -288px -256px;
}
.flag--mh {
  background-position: -320px -256px;
}
.flag--mk {
  background-position: -352px -256px;
}
.flag--ml {
  background-position: -384px -256px;
}
.flag--mm {
  background-position: -416px -256px;
}
.flag--mn {
  background-position: -448px -256px;
}
.flag--mo {
  background-position: 0 -288px;
}
.flag--mq {
  background-position: -32px -288px;
}
.flag--mr {
  background-position: -64px -288px;
}
.flag--ms {
  background-position: -96px -288px;
}
.flag--mt {
  background-position: -128px -288px;
}
.flag--mu {
  background-position: -160px -288px;
}
.flag--mv {
  background-position: -192px -288px;
}
.flag--mw {
  background-position: -224px -288px;
}
.flag--mx {
  background-position: -256px -288px;
}
.flag--my {
  background-position: -288px -288px;
}
.flag--mz {
  background-position: -320px -288px;
}
.flag--na {
  background-position: -352px -288px;
}
.flag--nc {
  background-position: -384px -288px;
}
.flag--ne {
  background-position: -416px -288px;
}
.flag--ng {
  background-position: -448px -288px;
}
.flag--ni {
  background-position: 0 -320px;
}
.flag--nl {
  background-position: -32px -320px;
}
.flag--no {
  background-position: -64px -320px;
}
.flag--np {
  background-position: -96px -320px;
}
.flag--nr {
  background-position: -128px -320px;
}
.flag--nz {
  background-position: -160px -320px;
}
.flag--om {
  background-position: -192px -320px;
}
.flag--pa {
  background-position: -224px -320px;
}
.flag--pe {
  background-position: -256px -320px;
}
.flag--pf {
  background-position: -288px -320px;
}
.flag--pg {
  background-position: -320px -320px;
}
.flag--ph {
  background-position: -352px -320px;
}
.flag--pk {
  background-position: -384px -320px;
}
.flag--pl {
  background-position: -416px -320px;
}
.flag--pr {
  background-position: -448px -320px;
}
.flag--ps {
  background-position: 0 -352px;
}
.flag--pt {
  background-position: -32px -352px;
}
.flag--pw {
  background-position: -64px -352px;
}
.flag--py {
  background-position: -96px -352px;
}
.flag--qa {
  background-position: -128px -352px;
}
.flag--re {
  background-position: -160px -352px;
}
.flag--ro {
  background-position: -192px -352px;
}
.flag--rs {
  background-position: -224px -352px;
}
.flag--ru {
  background-position: -256px -352px;
}
.flag--rw {
  background-position: -288px -352px;
}
.flag--sa {
  background-position: -320px -352px;
}
.flag--sb {
  background-position: -352px -352px;
}
.flag--sc {
  background-position: -384px -352px;
}
.flag--sd {
  background-position: -416px -352px;
}
.flag--se {
  background-position: -448px -352px;
}
.flag--sg {
  background-position: 0 -384px;
}
.flag--si {
  background-position: -32px -384px;
}
.flag--sk {
  background-position: -64px -384px;
}
.flag--sl {
  background-position: -96px -384px;
}
.flag--sm {
  background-position: -128px -384px;
}
.flag--sn {
  background-position: -160px -384px;
}
.flag--so {
  background-position: -192px -384px;
}
.flag--sr {
  background-position: -224px -384px;
}
.flag--st {
  background-position: -256px -384px;
}
.flag--sv {
  background-position: -288px -384px;
}
.flag--sy {
  background-position: -320px -384px;
}
.flag--sz {
  background-position: -352px -384px;
}
.flag--tc {
  background-position: -384px -384px;
}
.flag--td {
  background-position: -416px -384px;
}
.flag--tg {
  background-position: -448px -384px;
}
.flag--th {
  background-position: 0 -416px;
}
.flag--tj {
  background-position: -32px -416px;
}
.flag--tl {
  background-position: -64px -416px;
}
.flag--tm {
  background-position: -96px -416px;
}
.flag--tn {
  background-position: -128px -416px;
}
.flag--to {
  background-position: -160px -416px;
}
.flag--tr {
  background-position: -192px -416px;
}
.flag--tt {
  background-position: -224px -416px;
}
.flag--tv {
  background-position: -256px -416px;
}
.flag--tw {
  background-position: -288px -416px;
}
.flag--tz {
  background-position: -320px -416px;
}
.flag--ua {
  background-position: -352px -416px;
}
.flag--ug {
  background-position: -384px -416px;
}
.flag--us {
  background-position: -416px -416px;
}
.flag--uy {
  background-position: -448px -416px;
}
.flag--uz {
  background-position: 0 -448px;
}
.flag--va {
  background-position: -32px -448px;
}
.flag--vc {
  background-position: -64px -448px;
}
.flag--ve {
  background-position: -96px -448px;
}
.flag--vg {
  background-position: -128px -448px;
}
.flag--vi {
  background-position: -160px -448px;
}
.flag--vn {
  background-position: -192px -448px;
}
.flag--vu {
  background-position: -224px -448px;
}
.flag--ws {
  background-position: -256px -448px;
}
.flag--ye {
  background-position: -288px -448px;
}
.flag--za {
  background-position: -320px -448px;
}
.flag--zm {
  background-position: -352px -448px;
}
.flag--zw {
  background-position: -384px -448px;
}

.NoSupportWebp .flag {
  background-image: url("/assets/img/flags.png");
}

.f-open {
  display: block;
  height: 100%;
  transition: height 1000ms ease-in-out;
}
.f-open .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
}
.f-open a {
  display: inline-flex;
  margin: 0 3px;
}

.f-close {
  height: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .flags {
    height: 100vh;
    overflow-y: scroll;
  }
}
.loader {
  display: none;
  visibility: hidden;
  color: #ffffff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero__images {
  height: auto;
}
.hero__dots {
  max-height: initial;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 576px) {
  .hero__dots {
    height: 456px;
    max-height: initial;
  }
  .hero__dot {
    max-width: 75px;
  }
}
@media screen and (max-width: 575.98px) {
  .hero__images {
    height: 345px;
  }
}
.customers-opinions {
  margin-top: 2rem;
}
.customers-opinions__title {
  text-align: center;
  line-height: 1.2;
}
.customers-opinions__title strong {
  font-weight: 900;
}
.customers-opinions__content {
  position: relative;
  margin-top: 1rem;
  background-color: #DEDEDE;
}
.customers-opinions__slides {
  display: flex;
  transition: transform 0.3s ease-out;
}
.customers-opinions__slide {
  min-width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Roboto";
  text-align: center;
}
.customers-opinions__slide:active {
  cursor: grabbing;
}
.customers-opinions__slide:hover {
  cursor: grab;
}
.customers-opinions__slide cite {
  display: block;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.5rem;
  font-style: normal;
}
.customers-opinions__comment {
  margin: 0;
}
.customers-opinions .container {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.customers-opinions__wrapper {
  overflow: hidden;
  width: 80%;
  margin: auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.customers-opinions__dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
}
.customers-opinions__dot {
  height: 8px;
  background-color: #CFCFCF;
  flex: 0 1 15%;
  cursor: pointer;
}
.customers-opinions__dot.active {
  background-color: #1C1C1C;
}
.customers-opinions__arrows {
  position: absolute;
  top: 40%;
  bottom: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.customers-opinions__arrow {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #1C1C1C;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
  height: 100%;
  position: relative;
}
.customers-opinions__arrow:hover {
  color: #CFCFCF;
}
.customers-opinions__arrow:before, .customers-opinions__arrow:after {
  content: "";
  display: block;
  background-color: #777777;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 3px;
  transform-origin: center;
}
.customers-opinions__arrow--prev:before {
  transform: rotate(-45deg) translateX(45%);
  right: 15px;
}
.customers-opinions__arrow--prev:after {
  transform: rotate(45deg) translateX(45%);
  right: 15px;
}
.customers-opinions__arrow--prev:hover:before, .customers-opinions__arrow--prev:hover:after {
  background-color: #363636;
}
.customers-opinions__arrow--next:before {
  transform: rotate(45deg) translateX(-45%);
  left: 15px;
}
.customers-opinions__arrow--next:after {
  transform: rotate(-45deg) translateX(-45%);
  left: 15px;
}
.customers-opinions__arrow--next:hover:before, .customers-opinions__arrow--next:hover:after {
  background-color: #363636;
}
.customers-opinions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery {
  margin-top: 3rem;
}
.gallery__wrapper {
  grid-template-columns: repeat(4, 1fr);
  max-width: 100vw;
  gap: 0;
}
.gallery__single {
  overflow: hidden;
  height: auto;
}
.gallery__single img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  transition: 500ms;
}
.gallery__single img:hover {
  transform: scale(1.2) rotate(3deg);
}
.gallery__description {
  text-align: center;
  width: 80%;
  margin: 3rem auto 0;
}
.gallery__description.preview {
  margin: 1.5rem auto 3rem;
}

@media screen and (min-width: 576px) {
  .gallery__wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery__single {
    width: auto;
  }
}
/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

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

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

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

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

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.socials {
  margin-top: 3rem;
  position: relative;
}
.socials__title {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  color: #191919;
  padding: 1rem;
}
.socials__wall {
  margin: auto;
  background-color: #F2F2F2;
}
.socials__links {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr 2fr;
  width: 40%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 20px;
  margin: auto;
}
.socials__links__title {
  font-size: 24px;
  line-height: 1.2;
  grid-column: 1/3;
  text-align: center;
  letter-spacing: 0.7;
  font-weight: 300;
}
.socials__links__follow {
  grid-column: 1/2;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.socials__links__follow img {
  display: block;
  max-width: 100%;
}
.socials__links__links {
  top: -5px;
  position: relative;
  grid-column: 2/3;
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.socials__links__links img {
  display: block;
  width: 45px;
  height: auto;
}
.socials__slider {
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  overflow: hidden;
  width: 95%;
}
.socials__slides {
  display: flex;
  gap: 10px;
  width: 235px;
  height: 235px;
}
.socials__slides.animating .socials__slide {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.socials__slides.animating .socials__slide.slide-in {
  animation-name: slideIn;
}
.socials__slides.animating .socials__slide.slide-out {
  animation-name: slideOut;
}
.socials__slide {
  flex-shrink: 0;
  flex-grow: 0;
  height: auto;
  position: relative;
  cursor: pointer;
}
.socials__slide--animate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.socials__control {
  position: absolute;
  z-index: 100;
  width: 50px;
  border: none;
  height: 50px;
  background-color: #F3F3F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  opacity: 0.75;
  transition: opacity 300ms ease-in;
  touch-action: manipulation;
  cursor: pointer;
}
.socials__control:hover {
  opacity: 1;
}
.socials__control:before, .socials__control:after {
  content: "";
  display: block;
  background-color: #777;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 3px;
  transform-origin: center;
}
.socials__prev {
  left: 5px;
}
.socials__prev:before {
  transform: rotate(-45deg) translateX(45%);
  right: 25px;
}
.socials__prev:after {
  transform: rotate(45deg) translateX(45%);
  right: 25px;
}
.socials__next {
  right: 5px;
}
.socials__next:before {
  transform: rotate(45deg) translateX(-45%);
  left: 25px;
}
.socials__next:after {
  transform: rotate(-45deg) translateX(-45%);
  left: 25px;
}
.socials__hash {
  grid-column: 1/span 2;
  display: flex;
  width: 30%;
  justify-content: center;
}
.socials_img_title {
  text-align: center;
}
.socials__img_title {
  width: 30%;
  padding: 2rem 0;
}

.socials__video {
  position: fixed;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
}

.socials__slide.swiper-slide {
  width: 100% !important;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.socials__video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video__wrapper {
  max-width: 100%;
  position: relative;
}

.video-container {
  width: 25%;
  height: 70%;
}

.socials__video .socials__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.video-block {
  overflow: unset !important;
}

.video-block video {
  max-height: 100%;
  width: auto;
}

.socials__close {
  position: absolute;
  top: 50px;
  right: 50px;
  border: none;
  background: none;
  color: white;
  font-size: 3.125rem;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .socials__links {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .video-container {
    width: 100%;
  }
  .socials__video .socials__control.socials__prev {
    left: 0;
  }
  .socials__video .socials__control.socials__next {
    right: 0;
  }
  .video-block video {
    display: block;
    margin: auto;
  }
  .socials__links {
    width: 70%;
  }
  .socials__img_title {
    width: 50%;
    padding: 3rem 0;
  }
  .socials__hash {
    width: 40%;
  }
  .socials__wall {
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .video-container {
    width: 50%;
    height: 70%;
  }
  .socials__control.socials__prev {
    left: -125px;
  }
  .socials__control.socials__next {
    right: -125px;
  }
}
@media screen and (min-width: 992px) {
  .socials__video .socials__control.socials__prev {
    left: -250px;
  }
  .socials__video .socials__control.socials__next {
    right: -250px;
  }
}
.brand__title {
  color: #E1DFDF;
  text-decoration: none;
  font-size: 0.81rem;
  padding-bottom: 10px;
  font-weight: 300;
  text-align: center;
}

.brands {
  background-color: #1C1C1C;
}
.brands__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1.5rem 0;
  gap: 3rem;
  position: relative;
}
.brands__grid:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  bottom: 25%;
  width: 1px;
  background-color: #E1E1E1;
}
.brands__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: initial;
  text-decoration: none;
}
.brands__column:hover img {
  filter: brightness(1);
}
.brands__column img {
  max-width: 100%;
  filter: brightness(0.5);
  transition: filter 300ms ease-out;
  margin-top: auto;
}
.brands__column.current img {
  filter: brightness(1);
}

.brands.margin {
  margin: 5rem 0;
}
.brands__grid__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.brands__grid__item .brands__column {
  grid-column: 1/3;
}
.brands__grid__item .brands__column img {
  margin-top: unset;
}
.brands__grid__item__image-block {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .brands__grid__item .brands__column {
    grid-column: 2/3;
  }
  .brands__grid__item__image-block {
    display: block;
  }
  .brands__grid__item__image-block img {
    position: absolute;
    top: -100%;
  }
}
.faq {
  margin-top: 20px;
  background-color: #1C1C1C;
  color: #F3F3F3;
  padding: 20px 0;
}
.faq__image {
  display: none;
}
.faq__title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #777777;
  margin-bottom: 10px;
}
.faq__title strong {
  color: #F3F3F3;
  font-weight: 700;
}
.faq__element {
  margin-bottom: 10px;
  transition: 300ms;
}
.faq__element.open .faq__question:before {
  transform: rotate(90deg);
}
.faq__question {
  font-size: 1.06rem;
  line-height: 21px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.faq__question::marker {
  content: none;
}
.faq__question:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent #787878;
  transition: transform 300ms;
}
.faq__question:hover:before {
  transform: translateY(-50%) translateX(50%);
}
.faq__answer {
  display: none;
  margin-top: 5px;
  padding-left: 20px;
  font-size: 0.9rem;
  font-weight: 300;
  position: relative;
}
.faq__answer:before {
  content: "";
  width: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
}

@media screen and (min-width: 576px) {
  .faq__answer {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .faq__answer:before {
    left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .faq__element {
    padding: 5px 0;
  }
  .faq__question {
    font-size: 1.375rem;
    line-height: 25px;
  }
  .faq__answer {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .faq__answer:before {
    left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .faq__image {
    display: block;
  }
  .faq__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 45px;
  }
}
@media screen and (min-width: 1200px) {
  .faq {
    margin-top: 150px;
  }
  .faq__image {
    position: relative;
    top: -70px;
  }
  .faq__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 45px;
  }
}
.diySlider {
  position: relative;
}
.diySlider__slider {
  text-align: center;
}
.diySlider__slides {
  display: none;
  position: relative;
}
.diySlider__active {
  display: block;
}
.diySlider__control {
  position: absolute;
  z-index: 100;
  width: 50px;
  border: none;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  opacity: 0.75;
  transition: opacity 300ms ease-in;
  touch-action: manipulation;
  cursor: pointer;
}
.diySlider__control:hover {
  opacity: 1;
}
.diySlider__control:before, .diySlider__control:after {
  content: "";
  display: block;
  background-color: #777;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 3px;
  transform-origin: center;
}
.diySlider__prev {
  left: 20%;
  top: 45%;
}
.diySlider__prev:before {
  transform: rotate(-45deg) translateX(45%);
  right: 25px;
}
.diySlider__prev:after {
  transform: rotate(45deg) translateX(45%);
  right: 25px;
}
.diySlider__next {
  right: 20%;
  top: 45%;
}
.diySlider__next:before {
  transform: rotate(45deg) translateX(-45%);
  left: 25px;
}
.diySlider__next:after {
  transform: rotate(-45deg) translateX(-45%);
  left: 25px;
}

@media screen and (max-width: 499.98px) {
  .diySlider__prev {
    left: 0%;
  }
  .diySlider__next {
    right: 0%;
  }
}
/* Added all below */
:root {
  --slide-animation-delay: 1s;
}

@keyframes slideLeftToCenter {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideCenterToLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideRightToCenter {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideCenterToRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.slide-ltc {
  animation: slideLeftToCenter var(--slide-animation-delay) forwards;
}

.slide-ctl {
  animation: slideCenterToLeft var(--slide-animation-delay) forwards;
}

.slide-rtc {
  animation: slideRightToCenter var(--slide-animation-delay) forwards;
}

.slide-ctr {
  animation: slideCenterToRight var(--slide-animation-delay) forwards;
}

.variant-color {
  --variant-color: transparent;
  position: relative;
  z-index: 1;
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(28, 28, 28, 0.3);
  cursor: pointer;
}
.variant-color > i {
  position: absolute;
  inset: 0;
  display: block;
  background-color: var(--variant-color);
  overflow: hidden;
}
.variant-color > i::before, .variant-color > i::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: skewX(45deg);
  transform-origin: bottom;
}
.variant-color > i::before {
  background-color: rgba(28, 28, 28, 0.07);
}
.variant-color > i::after {
  background-color: var(--variant-color);
}
.variant-color::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
}
.variant-color--unavailable {
  cursor: default;
}
.variant-color--unavailable > i {
  opacity: 0.5;
}
.variant-color--unavailable::before, .variant-color--unavailable::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 10%;
  bottom: calc(50% - 0.5px);
  left: 10%;
  z-index: 3;
  display: block;
  background-color: rgba(28, 28, 28, 0.5);
}
.variant-color--unavailable::before {
  transform: rotateZ(45deg);
}
.variant-color--unavailable::after {
  transform: rotateZ(-45deg);
}
.variant-color--active::before {
  inset: -0.12em;
  border: 1px solid rgba(28, 28, 28, 0.75);
}
.variant-color.color-black {
  background-color: #333333;
}
.variant-color.color-black.nanobrow-lg-bk {
  background-color: #11100f;
}
.variant-color.color-brown {
  background-color: #674833;
}
.variant-color.color-brown.nanobrow-lg-br {
  background-color: #5e3b35;
}
.variant-color.color-light-brown {
  background-color: #796149;
}
.variant-color.color-light-brown.nanobrow-mp-lb {
  background-color: #836a4e;
}
.variant-color.color-light-brown.nanobrow-pn-lb {
  background-color: #5b3f30;
}
.variant-color.color-light-brown.nanobrow-ep-lb {
  background-color: #a58369;
}
.variant-color.color-espresso {
  background-color: #1a1e1c;
}
.variant-color.color-dark-brown {
  background-color: #343128;
}
.variant-color.color-dark-brown.nanobrow-ep-db {
  background-color: #594d44;
}
.variant-color.color-ash-blonde {
  background-color: #777673;
}
.variant-color.color-blonde {
  background-color: #7c7062;
}
.variant-color.color-blonde.nanobrow-pn-bl {
  background-color: #746555;
}
.variant-color.color-dark {
  background-color: #342617;
}
.variant-color.color-medium {
  background-color: #674833;
}
.variant-color.color-light {
  background-color: #c1a482;
}
.variant-color.color-transparent {
  background-color: #cacaca;
}
.variant-color.color-beige {
  background-color: #957b62;
}
.variant-color.color-medium-brown {
  background-color: #7d6554;
}

.variant-color--white.variant-color {
  border: 1px solid rgba(243, 243, 243, 0.3);
}
.variant-color--white.variant-color > i::before {
  background-color: rgba(243, 243, 243, 0.07);
}
.variant-color--white.variant-color--unavailable::before, .variant-color--white.variant-color--unavailable::after {
  background-color: rgba(243, 243, 243, 0.5);
}
.variant-color--white.variant-color--active::before {
  border: 1px solid rgba(243, 243, 243, 0.75);
}

.add-to-cart__colors {
  grid-area: colors;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(28, 28, 28, 0.3);
}
.add-to-cart__colors-list {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px 20px;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: flex-start;
  max-width: 100%;
}
.add-to-cart__color {
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 32px;
}
.add-to-cart__colors-label {
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}
.add-to-cart__colors-label span {
  padding-left: 0.5em;
  font-weight: 300;
}

.product-order__actions .add-to-cart__colors {
  border-color: rgba(255, 255, 255, 0.3);
}
.product-order__actions .add-to-cart__colors-list {
  margin-right: 10px;
}
.product-order__actions .add-to-cart__colors-list .variant-color {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.product-order__actions .add-to-cart__colors-list .variant-color--active::before {
  top: -0.13em;
  right: -0.13em;
  bottom: -0.12em;
  left: -0.12em;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.home_color.add-to-cart__colors {
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border: none;
  align-items: start;
  flex-wrap: unset;
}
.home_color .add-to-cart__colors-list {
  gap: 0 3px;
  flex-wrap: unset;
  position: relative;
}
.home_color .add-to-cart__colors-label {
  padding-top: 3px;
  font-size: 0.8em;
}
.home_color .add-to-cart__colors-label span {
  padding: 0;
}
.home_color .add-to-cart__color {
  font-size: 1.3em;
}
.home_color .color-alert {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 0.8rem;
  padding: 7px 4px;
  border: 1px #1C1C1C solid;
  background-color: #ffffff;
  display: none;
  color: #1C1C1C;
  left: 0;
  min-width: 100px;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767.98px) {
  .home_color.add-to-cart__colors {
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    border: none;
    align-items: start;
    flex-wrap: unset;
  }
  .home_color .add-to-cart__colors-list {
    gap: 0 3px;
    flex-wrap: unset;
    position: relative;
  }
  .home_color .add-to-cart__colors-label {
    padding-top: 3px;
    font-size: 0.8em;
  }
  .home_color .add-to-cart__colors-label span {
    padding: 0;
  }
  .home_color .add-to-cart__color {
    font-size: 2.3em;
  }
  .home_color .add-to-cart__colors-label {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 575.98px) {
  .home_color .add-to-cart__color {
    font-size: 2.3em;
  }
  .home_color .add-to-cart__colors-label {
    font-size: 1.8em;
  }
}
.product-effects {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.product-effects p strong {
  font-weight: 600;
}
.product-effects__media {
  position: relative;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  max-width: 100%;
}
.product-effects__controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(30% - 1px);
  width: 2px;
  height: auto;
  background-color: #000;
}
.product-effects__before {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-effects__after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 30%;
  max-width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-effects__after img {
  max-width: unset;
  max-height: 100%;
  width: auto;
}
.product-effects__handler {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #000;
  font-size: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.product-effects__handler:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  display: block;
  width: 1em;
  height: 1em;
  background-color: #e8e8e8;
  font-size: 0.35em;
  transform: rotateZ(45deg);
}
.product-effects__handler:after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: calc(50% - 0.1em);
  display: block;
  width: 0.2em;
  background-color: #000;
}
.product-order {
  background-color: #131514;
  position: relative;
  z-index: 1;
}
.product-order.light {
  background-color: #f4f4f4;
}
.product-order.light .product-order__title {
  color: #8F8F8F;
  font-weight: 400;
}
.product-order.light .add-to-cart {
  color: #131514;
}
.product-order.light .add-to-cart__quantity__button {
  background-color: #878787;
  color: #fff;
}
.product-order.light .add-to-cart__quantity input {
  color: #131514;
}
.product-order__title {
  color: #e8e8e8;
  font-size: 2rem;
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  letter-spacing: 0.3em;
}
.product-order__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.product-order__bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  opacity: 0.15;
  max-width: 100%;
}
.product-order__bg-image img {
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
}
.product-order__image img {
  max-width: 100%;
  height: auto;
}
.product-order__actions {
  width: 100%;
  margin-top: 4vh;
}
.product-order__image {
  grid-row: 1;
}
.product-order .d-grid {
  grid-template-columns: 1fr;
}
.product-order .parallax {
  display: none;
}
.product-content {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1rem;
  position: relative;
  z-index: 1;
}
.product-content p strong {
  font-weight: 600;
}
.product-content__wrapper.nanolash-llk {
  grid-template-columns: 1fr;
  text-align: center;
}
.product-content__wrapper.nanolash-llk .circle {
  display: none;
}
.product-content__wrapper.nanolash-llk .product-content__content {
  margin-bottom: 30px;
}
.product-content__wrapper {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "content" "image" "extra";
}
.product-content__wrapper--reverse {
  grid-template-columns: 1fr;
  grid-template-areas: "title" "content" "image" "extra";
}
.product-content__extra__flex {
  display: flex;
  flex-wrap: wrap;
}
.product-content__extra__flex .product-content__extra__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-content__extra__flex .product-content__extra__block img {
  display: block;
  margin: auto;
  max-width: 30%;
}
.product-content__extra__flex.extra__image img {
  max-width: 100%;
}
.product-content__extra.nanolash-cep .product-content__extra__block p {
  font-size: 14px;
  max-width: 85%;
  margin: auto;
  margin-top: 20px;
}
.product-content__extra.nanolash-llk .product-content__extra__block {
  margin-bottom: 15px;
  position: relative;
}
.product-content__extra.nanolash-llk .product-content__extra__block img {
  max-width: 100%;
  width: 320px;
  padding: 10px;
}
.product-content__extra.nanolash-llk .product-content__extra__block p {
  font-size: 14px;
  max-width: 85%;
  margin: auto;
  margin-top: 20px;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(1)::before {
  content: "1";
  position: absolute;
  left: -3px;
  bottom: 81px;
  font-size: 180px;
  line-height: 0.9;
  font-weight: bold;
  z-index: -1;
  grid-column: 1/2;
  color: #E4E4E4;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(1) img {
  border: 1px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(162deg, #7a7a7a 16%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
  border-image: linear-gradient(162deg, #7a7a7a 16%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(2)::before {
  content: "2";
  position: absolute;
  left: -11px;
  bottom: 103px;
  font-size: 180px;
  line-height: 0.9;
  font-weight: bold;
  z-index: -1;
  grid-column: 1/2;
  color: #E4E4E4;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(2) img {
  border: 1px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(197deg, #7a7a7a 16%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
  border-image: linear-gradient(197deg, #7a7a7a 16%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(3)::before {
  content: "3";
  position: absolute;
  left: -18px;
  bottom: 103px;
  font-size: 180px;
  line-height: 0.9;
  font-weight: bold;
  z-index: -1;
  grid-column: 1/2;
  color: #E4E4E4;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(3) img {
  border: 1px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(197deg, #7a7a7a 16%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
  border-image: linear-gradient(197deg, #7a7a7a 16%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(4)::before {
  content: "4";
  position: absolute;
  left: -18px;
  bottom: 102px;
  font-size: 180px;
  line-height: 0.9;
  font-weight: bold;
  z-index: -1;
  grid-column: 1/2;
  color: #E4E4E4;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(4) img {
  border: 1px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(344deg, #7a7a7a 14%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
  border-image: linear-gradient(344deg, #7a7a7a 14%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(5)::before {
  content: "5";
  position: absolute;
  left: -18px;
  bottom: 103px;
  font-size: 180px;
  line-height: 0.9;
  font-weight: bold;
  z-index: -1;
  grid-column: 1/2;
  color: #E4E4E4;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(5) img {
  border: 1px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(-10deg, #7a7a7a 10%, rgba(0, 0, 0, 0) 0 90%, #7a7a7a 0) 1;
  border-image: linear-gradient(-10deg, #7a7a7a 10%, rgba(0, 0, 0, 0) 0 90%, #7a7a7a 0) 1;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(6)::before {
  content: "6";
  position: absolute;
  left: -13px;
  bottom: 61px;
  font-size: 180px;
  line-height: 0.9;
  font-weight: bold;
  z-index: -1;
  grid-column: 1/2;
  color: #E4E4E4;
}
.product-content__extra.nanolash-llk .product-content__extra__block:nth-child(6) img {
  border: 1px solid rgba(0, 0, 0, 0);
  -o-border-image: linear-gradient(343deg, #7a7a7a 18%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
  border-image: linear-gradient(343deg, #7a7a7a 18%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
  right: 47px;
}
.product-content .content-section-bg-image {
  grid-template-columns: 1fr 1fr;
}
.product-content__bg-image {
  grid-column: 2;
  max-height: 260px;
  text-align: center;
}
.product-content__bg-image picture {
  z-index: -1;
}
.product-content__bg-image picture img {
  max-height: 100%;
  width: 75%;
}
.product-content__title {
  grid-area: title;
}
.product-content__content {
  grid-area: content;
}
.product-content__extra {
  grid-area: extra;
}
.product-content__image {
  grid-area: image;
  max-width: 75vw;
  margin: auto;
}
.product-content__image img {
  display: block;
  position: relative;
}
.product-content__image.border {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}
.product-content__image.border:before {
  content: "";
  position: absolute;
  display: block;
  border: 2px black solid;
  top: -5%;
  bottom: 5%;
  left: 0;
  right: 0;
  transform: rotateZ(270deg);
  transform-origin: 50% 55%;
  z-index: 2;
}
.product-content__image.circle:before {
  border-radius: 50%;
}
.product-content__image.circle img {
  border-radius: 50%;
}
.product-content__image.center {
  margin: auto;
}
.product-content__image.left {
  margin-right: auto;
}
.product-content__image.right {
  margin-left: auto;
}
.product-content .first {
  grid-column: 1/2;
}
.product-content .second {
  grid-column: 2/3;
}
.product-content .full {
  grid-column: 1/3;
}
.product-content__link {
  color: #222;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 20px;
  border: 3px #222 solid;
  padding: 5px 15px;
}
.product-content__link a {
  color: unset;
  text-decoration: none;
}
.product-content__link:hover {
  color: #fff;
  background-color: #ff7e00;
  border-color: #ff7e00;
}
.product-content.nanolash-es .product-content__bg-image picture img {
  max-height: 100%;
}

.product-order .product__variant {
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.product-order .product__variant.large .product__variant__block {
  min-width: 40px;
}
.product-order .product__variant__block {
  background-color: #323232;
  padding: 5px 7px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
}
.product-order .product__variant__block.active {
  background-color: rgba(225, 131, 160, 0.9);
  color: #F3F3F3;
}
.product-order .product__variants {
  margin: 15px 0;
}
.product-order .product__variants__title {
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 7px 0;
  text-align: left;
  color: white;
}
.product-order .product__variants__title:first-child {
  margin-top: 0;
}
.product-order .product__variants-container {
  grid-area: colors;
  display: none;
  /*     border-style: solid;
      border-width: 1px 0;
      border-color: rgba(28, 28, 28, 0.3);
      margin-top: 20px;
      width: 100%; */
}
.product-order .product__variants-button {
  grid-area: colors;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(224, 224, 224, 0.3);
  color: white;
  transition: height 2s ease;
  margin-bottom: -3vh;
}
.product-order .product__variants-button p {
  color: white;
  margin: 5px 0;
  cursor: pointer;
}
.product-order .product__variants-button p:hover {
  color: black;
}
.product-order .product__variants-button .btn-close {
  display: none;
  border: 0px;
}
.product-order .product__variants-cnt {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.product-order .product__variants-cnt:hover {
  background-color: #f0f0f0;
  color: black;
}
.product-order .product__variants-cnt:hover p {
  color: #000;
}
.product-order .product__variants-but {
  color: white;
  flex-basis: 22em;
  text-align: right;
}

.product-pack {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  max-width: 100%;
  padding: 10px 0;
}
.product-pack__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(28, 28, 28, 0.3);
  margin-top: 20px;
  width: 100%;
}
.product-pack__title {
  align-self: center;
}
.product-pack__title .percent {
  display: block;
  color: red;
}
.product-pack_list {
  margin-left: auto;
  display: flex;
  gap: 10px 20px;
}
.product-pack__button {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  width: 2em;
  height: 2em;
  display: flex;
  cursor: pointer;
  background-color: #E1E1E1;
  color: #141615;
  justify-content: center;
  align-items: center;
}
.product-pack__button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.product-pack__button.active {
  background-color: #141615;
  color: #E1E1E1;
}
.product-pack__button.active:before {
  top: -0.12em;
  right: -0.12em;
  bottom: -0.12em;
  left: -0.12em;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

.product-order .product-pack__title {
  color: #F3F3F3;
  font-weight: 100;
}
.product-order .product-pack__container {
  border-color: rgba(255, 255, 255, 0.3);
}
.product-order .product-pack__button {
  background-color: #a1a1a1;
}
.product-order .product-pack__button.active {
  background-color: #ffffff;
  color: #000000;
}
.product-order .product-pack__button.active::before {
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.hero__insert {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.hero_starter__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 15px;
  align-items: baseline;
  font-family: "Roboto";
}
.hero_starter-price p {
  font-weight: 100;
  text-transform: uppercase;
  color: #0F0F0F;
}
.hero_starter-container button {
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 45px;
  text-decoration: none;
}
.hero_starter-container button:hover {
  background-color: rgba(255, 126, 0, 0.8);
  color: #fff;
  border-color: rgba(255, 126, 0, 0.8);
}

.starter_section {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform: translateY(-100px);
  transition: all 0.5s ease-in-out;
}
.starter_section.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(1px);
  height: 100%;
}
.starter_section.active + .product-content {
  transform: translateY(1px);
  transition: all 0.5s linear;
}
.starter_section-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  justify-items: start;
  gap: 20px;
  margin-top: 3.5em;
}

.diy__section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 4em;
  align-items: center;
}
.diy__content {
  font-size: 2.7em;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #626262;
}

.content-images {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-images img {
  max-height: 150px;
  width: auto;
}

.hero__description .slogan {
  font-size: 1.3rem;
}
.hero__description .capacity {
  font-size: 1.1rem;
}

section[class*=nanolash-diy-] .product-content__image::before {
  transform: rotateZ(0deg);
  top: 0;
  bottom: 0;
}

.accesories .container.accesories_effect {
  padding-top: 30px;
}
.accesories .product-content.bg-image .hr {
  margin-top: 35px;
}
.accesories .gallery .section-title {
  padding-top: 0;
  padding-bottom: 35px;
}

.style {
  text-align: center;
  padding-top: 30px;
}
.style-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.style-block {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.style-block__images {
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  align-self: flex-start;
  padding: 5px;
}
.style-block__images picture {
  display: flex;
}
.style-block__images.active {
  border: 1px solid black;
}
.style-block:nth-child(odd) {
  justify-self: flex-end;
}
.style-title {
  text-transform: uppercase;
  padding: 8px 15px;
  font-weight: 300;
}
.style-title strong {
  font-weight: 700;
}
.style-content__list {
  list-style: disc;
  margin-left: 30px;
}
.style-content__list li {
  font-size: 1.1rem;
}

@media screen and (min-width: 400px) {
  .content-images {
    flex-direction: row;
    justify-content: center;
  }
  .content-images img {
    max-height: unset;
  }
}
@media screen and (min-width: 576px) {
  .product-order.left .product-order__content {
    grid-column: 1/2;
  }
  .product-order.left .product-order__image {
    grid-column: 2/3;
  }
  .product-order.right .product-order__content {
    grid-column: 1/3;
  }
  .product-order.right .product-order__image {
    grid-column: 1/2;
  }
}
.others {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}
.others img {
  max-width: 100%;
  height: auto;
}
.others.nanolash-lacm, .others.nanolash-vum {
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
}
.others.nanolash-lacm span, .others.nanolash-vum span {
  grid-column: 1/3;
  display: grid;
  align-items: center;
}
.others.nanolash-hep .others-title {
  grid-column: 1/3;
  display: grid;
  align-items: center;
}
.others.nanolash-hep .other-block {
  text-align: center;
  padding: 10px 0px;
  min-height: auto;
}
.others.nanolash-hep .other-block span {
  text-transform: uppercase;
}

.other-block {
  display: block;
  border: 1px rgba(28, 28, 28, 0.25) solid;
  max-width: 30%;
  transition: border-color 300ms;
  position: relative;
}
.other-block picture {
  transition: 0.3s;
}
.other-block.active {
  border: 2px #1c1c1c solid;
  border-color: rgba(28, 28, 28, 0.75);
  background-color: rgb(223, 223, 223);
}
.other-block.active picture {
  opacity: 0;
}
.other-block.active::after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  width: 100%;
  padding: 15% 0;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.other-block:hover {
  border-color: rgba(28, 28, 28, 0.75);
  background-color: rgb(223, 223, 223);
  transition: 0.3s;
}
.other-block:hover picture {
  opacity: 0;
}
.other-block:hover::after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  width: 100%;
  padding: 1.8em 0;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.other-tab {
  display: flex;
  max-height: 55px;
  justify-content: space-between;
  border-top: 1px solid rgba(28, 28, 28, 0.3);
  border-bottom: 1px solid rgba(28, 28, 28, 0.3);
  padding: 10px 0;
  margin-bottom: 20px;
}
.other-tab-colors {
  display: flex;
  gap: 15px;
  margin-right: 20px;
}
.other-tab-colors-list {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.other-tab-colors-list.active {
  color: white;
}
.other-tab-colors-list.active::before {
  top: -0.22em;
  right: -0.22em;
  bottom: -0.22em;
  left: -0.2em;
  border: 1px solid black;
}
.other-tab-colors-list.black {
  background-color: #000;
}
.other-tab-colors-list.brown {
  background-color: #896d68;
}
.other-tab-colors-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.other-tab-title {
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.other-tab-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  gap: 10px;
}
.other-tab-container .other-block {
  max-width: 100%;
}

.others.nanolash-lacm .other-block.active picture, .others.nanolash-vum .other-block.active picture {
  opacity: 1;
}
.others.nanolash-lacm .other-block.active::after, .others.nanolash-vum .other-block.active::after {
  padding: 1em 0;
  display: none;
}
.others.nanolash-lacm .other-block.active:hover::after {
  padding: 1.2em 0;
}

.nanolash-vl .product-content__bg-image {
  grid-template-columns: 2fr 1fr;
}
.nanolash-vl .product-content__bg-image picture img {
  width: 90%;
}

@media (any-pointer: coarse) {
  .others {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
  }
  .others .other-block {
    display: block;
    border: 1px rgba(28, 28, 28, 0.25) solid;
    max-width: 30%;
    transition: border-color 300ms;
    position: relative;
  }
  .others .other-block.active {
    border: 2px #1c1c1c solid;
    border-color: rgba(28, 28, 28, 0.75);
    background-color: rgb(223, 223, 223);
  }
  .others .other-block.active picture {
    opacity: 0;
  }
  .others .other-block.active::after {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
    padding: 14% 0;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
  }
  .others .other-block:hover {
    border-color: rgba(28, 28, 28, 0.75);
    background-color: rgb(223, 223, 223);
  }
  .others .other-block:hover::after {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
    padding: 14% 0;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
  }
  .others.nanolash-lacm .other-block:hover::after, .others.nanolash-vum .other-block:hover::after {
    padding: 9% 0;
  }
  .others img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .others {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .others .other-block {
    max-width: 100%;
    max-height: 48px;
  }
  .style-title {
    font-size: 1.1rem;
  }
}
.steps-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1.3em;
}
.steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin: 0 auto;
}
.steps .step-content {
  display: grid;
  grid-template-columns: min-content auto;
  grid-auto-rows: min-content;
  align-items: center;
  gap: 0 5px;
}
.steps .step-image {
  width: 100%;
}
.steps .step-number {
  font-family: Amaranth;
  font-size: 90px;
  line-height: 0.9;
  font-weight: bold;
  grid-column: 1/2;
  color: #E4E4E4;
  grid-row: 1/3;
}
.steps .step-title {
  grid-column: 2/3;
  margin-top: auto;
  font-size: 20px;
  position: relative;
  top: 25%;
  text-transform: uppercase;
}
.steps .step-description {
  grid-column: 2/3;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .hero_starter-price p {
    font-size: 0.9rem;
  }
  .hero_starter-container button {
    font-size: 11px;
    padding: 12px 25px;
  }
  .diy__section .d-grid {
    left: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.96px) {
  .section-title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
  section > p {
    font-size: 1.1rem;
  }
  .hero_starter-container button {
    font-size: 11px;
    padding: 12px 25px;
  }
  .starter__content .add-to-cart__quantity button {
    font-size: 2rem;
    width: 2.05rem;
    height: 2.05rem;
  }
  .starter__content .add-to-cart__quantity input {
    font-size: 2.2rem;
  }
  .steps-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 10px;
  }
  .steps .step {
    width: auto;
  }
  .steps .step-content {
    max-width: 300px;
  }
  .product-content__bg-image {
    max-height: 100%;
  }
  .others.nanolash-twp .other-block, .others.nanolash-twls .other-block, .others.nanolash-twc .other-block {
    max-width: 100%;
    min-height: 50px;
  }
  .others.nanolash-twp .other-block.active, .others.nanolash-twls .other-block.active, .others.nanolash-twc .other-block.active {
    min-height: 50px;
  }
  .others.nanolash-twp .other-block:hover::after, .others.nanolash-twls .other-block:hover::after, .others.nanolash-twc .other-block:hover::after {
    padding: 15% 0;
  }
}
@media screen and (min-width: 992px) {
  .steps-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .steps-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .steps-container .step {
    flex: 1;
  }
  .steps-container .step-number {
    grid-row: 1/2;
  }
  .steps-container .step-content {
    position: relative;
    display: grid;
  }
  .steps-container .step-title {
    grid-row: 1/2;
    grid-column: 2/3;
    font-size: 28px;
    font-weight: 100;
    margin-top: auto;
    position: static;
    width: 100%;
  }
  .steps-container .step-title strong {
    font-weight: 900;
  }
  .steps-container .step-description {
    grid-row: 2/3;
    grid-column: 1/3;
    font-size: 1.1em;
    line-height: 1.2;
    font-weight: 100;
  }
}
@media screen and (min-width: 576px) {
  .product-content__extra__flex {
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .product-content__extra__flex .product-content__extra__block {
    flex: 1;
  }
}
.nanolash-labs .product-content__extra__block, .nanolash-llk .product-content__extra__block, .nanobrow-lk .product-content__extra__block {
  text-align: center;
  flex-basis: 30%;
}

@media screen and (max-width: 991.98px) {
  .starter_section-content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .starter__content {
    order: 2;
  }
  .starter_image {
    order: 1;
  }
  .nanolash-vl .product-content__bg-image {
    grid-template-columns: 1fr;
  }
  .nanolash-vl .product-content__bg-image picture:last-child img {
    width: 50%;
  }
  .steps-container.diy-pre-glue-innocent, .steps-container.diy-pre-glue-harmony, .steps-container.diy-pre-glue-heartbreaker, .steps-container.diy-pre-glue-classy {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .diy__section {
    grid-template-columns: 1fr;
  }
  .diy__content {
    font-size: 2.1em;
    text-align: center;
  }
  .nanolash-labs .product-content__extra__block, .nanolash-llk .product-content__extra__block, .nanobrow-lk .product-content__extra__block {
    text-align: center;
    flex-basis: 49%;
  }
  .product-content__extra.nanolash-llk {
    margin-top: 35px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block p {
    max-width: 100%;
    width: 100%;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block::before {
    display: none;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(1)::after {
    left: -8px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(2)::after {
    right: -9px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(3)::after {
    right: -7px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(4)::after {
    inset: 141px;
    -o-border-image: linear-gradient(343deg, #7a7a7a 49%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
    border-image: linear-gradient(343deg, #7a7a7a 49%, rgba(0, 0, 0, 0) 0 100%, #7a7a7a 0) 1;
    right: -13px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(5)::after {
    background: linear-gradient(#7a7a7a 0 0) 100% 56%/39% 1px, linear-gradient(#7a7a7a 0 0) 1% 0%/50% 1px, linear-gradient(#7a7a7a 0 0) 0% 0/1px 20%, rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    right: 0px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(6)::after {
    inset: 100px;
    right: -9px;
  }
  .content-section-bg-image {
    grid-template-columns: 1fr !important;
  }
  .content-section-bg-image .first {
    grid-column: 2;
  }
  .content-section-bg-image .product-content__bg-image {
    max-height: 100%;
    display: block !important;
  }
  .content-section-bg-image .product-content__bg-image picture img {
    padding-top: 0;
  }
  .others.nanolash-lacm, .others.nanolash-vum, .others.nanolash-hep {
    min-height: 40px;
    display: grid;
  }
  .others.nanolash-lacm .other-block, .others.nanolash-vum .other-block, .others.nanolash-hep .other-block {
    max-width: 100%;
  }
  .style-container {
    grid-template-columns: 1fr;
  }
  .socials .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .hero__images {
    height: 345px;
  }
  .step-title {
    margin-bottom: 12px;
  }
  .section-title {
    padding: 20px 0;
  }
  .container .steps h2 {
    text-align: center;
  }
  .product-content__image {
    grid-area: image;
    max-width: 85vw;
    margin: auto;
    display: grid;
  }
  .product-content__image img {
    display: inline;
  }
  .product-content__image picture {
    text-align: center;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block p {
    max-width: 85%;
    width: 100%;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block::before {
    display: none;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(1)::after {
    left: 37px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(2)::after {
    right: 37px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(3)::after {
    right: 37px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(4)::after {
    right: 37px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(5)::after {
    background: linear-gradient(#7a7a7a 0 0) 96% 68%/39% 1px, linear-gradient(#7a7a7a 0 0) 24% 0%/50% 1px, linear-gradient(#7a7a7a 0 0) 12% 0/1px 20%, rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    right: 37px;
  }
  .product-content__extra.nanolash-llk .product-content__extra__block:nth-child(6)::after {
    inset: 79px;
    right: 39px;
  }
  .nanolash-labs .product-content__extra__block, .nanolash-llk .product-content__extra__block, .nanobrow-lk .product-content__extra__block {
    text-align: center;
    flex-basis: 100%;
  }
  .product-order.nanolash-diy-divine.light {
    background-color: #f4f4f4;
  }
  .product-order__bg-image {
    display: none;
  }
  .product-order.light .product-order__title {
    font-weight: 400;
  }
  .hero__insert {
    grid-template-columns: 1.5fr 1fr;
    font-size: 1.2em;
  }
  .others.nanolash-twp .other-block, .others.nanolash-twls .other-block, .others.nanolash-twc .other-block {
    max-width: 100%;
    min-height: 48px;
  }
  .others.nanolash-twp .other-block.active, .others.nanolash-twls .other-block.active, .others.nanolash-twc .other-block.active {
    min-height: 48px;
  }
  .others.nanolash-twp .other-block:hover::after, .others.nanolash-twls .other-block:hover::after, .others.nanolash-twc .other-block:hover::after {
    padding: 15% 0;
  }
  .others.nanolash-lacm, .others.nanolash-vum, .others.nanolash-hep {
    min-height: 40px;
    display: grid;
  }
  .others.nanolash-lacm .other-block, .others.nanolash-vum .other-block, .others.nanolash-hep .other-block {
    max-width: 100%;
  }
  .other-block.active::after {
    font-size: 9px;
  }
  .step-title {
    position: static;
  }
}
input[type=radio] {
  display: none;
}

label {
  color: white;
  z-index: 10;
  cursor: pointer;
}
label h4 {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}

.black-font {
  color: black !important;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-container-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  height: 40px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.main-container-before {
  text-transform: uppercase;
  letter-spacing: 15px;
  color: hwb(0deg 0% 100%/50%);
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: center;
}

.main-container-toggle-black {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  height: 40px;
  border-radius: 100px;
  background-color: #4d4d4d;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main-container-toggle-brown {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  height: 40px;
  border-radius: 100px;
  background-color: #896d68;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.main-container-before {
  text-transform: uppercase;
  letter-spacing: 21px;
  color: hwb(0deg 0% 100%/50%);
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-container-before-black {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  text-align: center;
}
.main-container-before-brown {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  text-align: center;
}

.main-container-before-mobile, .main-container-after-mobile {
  display: none;
}

.switch {
  height: 34px;
  width: 80px;
  background-color: white;
  border-radius: 100px;
  position: absolute;
  left: 8px;
  top: 3px;
  transition: ease-in;
  z-index: 1;
}

/*---------------- LEFT ------------------- */
.switch.left-to-center-left {
  animation-name: leftToCenterleft;
  animation-duration: 0.5s;
}

.switch.left-to-right {
  animation-name: leftToRight;
  animation-duration: 0.5s;
}

.switch.left-to-center {
  animation-name: leftToCenter;
  animation-duration: 0.5s;
}

.switch.left-to-center-right {
  animation-name: leftToCenterright;
  animation-duration: 0.5s;
}

.switch.left-to-centerright-right {
  animation-name: leftToCenterrightright;
  animation-duration: 0.5s;
}

.switch.left-to-right-right {
  animation-name: leftToRightright;
  animation-duration: 0.5s;
}

.switch.left-to-right-last {
  animation-name: leftToRightlast;
  animation-duration: 0.5s;
}

.switch.left-position {
  left: 3px;
}

.left-label {
  position: absolute;
  left: 1%;
}

#left + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#left:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

.switch.center-far-right-position {
  left: 230px;
}

.center-far-right-label {
  position: absolute;
  left: 230px;
}

#center-far-right + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#center-far-right:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

/* -------------------- center ------------------ */
.switch.center-to-center-left {
  animation-name: centerToCenterLeft;
  animation-duration: 0.5s;
}

.switch.center-to-center-right {
  animation-name: centerToCenterRight;
  animation-duration: 0.5s;
}

.switch.center-to-left {
  animation-name: centerToLeft;
  animation-duration: 0.5s;
}

.switch.center-to-right {
  animation-name: centerToRight;
  animation-duration: 0.5s;
}

.switch.center-to-centerright-right {
  animation-name: centerToCenterrightright;
  animation-duration: 0.5s;
}

.switch.center-to-right-right {
  animation-name: centerToRightright;
  animation-duration: 0.5s;
}

.switch.center-to-right-last {
  animation-name: centerToRightLast;
  animation-duration: 0.5s;
}

.switch.center-position {
  left: 160px;
}

.center-label {
  position: absolute;
  left: 160px;
}

#center + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#center:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

.center-right-last-label {
  position: absolute;
  left: 305px;
}

#center-right-last + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#center-right-last:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

/* -------------------- center-left ------------------ */
.switch.center-left-to-left {
  animation-name: centerleftToLeft;
  animation-duration: 0.5s;
}

.switch.center-left-to-center {
  animation-name: centerleftToCenter;
  animation-duration: 0.5s;
}

.switch.center-left-to-center-right {
  animation-name: centerleftToCenterRight;
  animation-duration: 0.5s;
}

.switch.center-left-to-right {
  animation-name: centerleftToRight;
  animation-duration: 0.5s;
}

.switch.center-left-to-centerright-right {
  animation-name: centerleftToCenterrightright;
  animation-duration: 0.5s;
}

.switch.center-left-to-right-right {
  animation-name: centerleftToRightright;
  animation-duration: 0.5s;
}

.switch.center-left-to-right-last {
  animation-name: centerleftToRightLast;
  animation-duration: 0.5s;
}

.switch.center-left-position {
  left: 80px;
}

.center-left-label {
  position: absolute;
  left: 85px;
}

#center-left + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#center-left:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

/* -------------------- centerright-right ------------------ */
.switch.centerright-right-to-center {
  animation-name: centerrightrightToCenter;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-right {
  animation-name: centerrightrightToRight;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-center-left {
  animation-name: centerrightrightToCenterleft;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-left {
  animation-name: centerrightrightToLeft;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-center-right {
  animation-name: centerrightrightToCenterRight;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-right-right {
  animation-name: centerrightrightToRightright;
  animation-duration: 0.5s;
}

.switch.centerright-right-to-right-last {
  animation-name: centerrightrightToRightLast;
  animation-duration: 0.5s;
}

.switch.centerright-right-position {
  left: 240px;
}

.centerright-right-label {
  position: absolute;
  left: 1%;
}

#centerright-right + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#centerright-right:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

/* -------------------- center-right ------------------ */
.switch.center-right-to-center {
  animation-name: centerrightToCenter;
  animation-duration: 0.5s;
}

.switch.center-right-to-right {
  animation-name: centerrightToRight;
  animation-duration: 0.5s;
}

.switch.center-right-to-center-left {
  animation-name: centerrightToCenterleft;
  animation-duration: 0.5s;
}

.switch.center-right-to-left {
  animation-name: centerrightToLeft;
  animation-duration: 0.5s;
}

.switch.center-right-to-centerright-right {
  animation-name: centerrightTocenterright;
  animation-duration: 0.5s;
}

.switch.center-right-to-right-right {
  animation-name: centerrightToRightright;
  animation-duration: 0.5s;
}

.switch.center-right-to-right-last {
  animation-name: centerrightToRightLast;
  animation-duration: 0.5s;
}

.switch.center-right-position {
  left: 325px;
}

.center-right-label {
  position: absolute;
  left: 21%;
}

#center-right + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#center-right:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

/* ------------------- RIGHT ------------------- */
.switch.right-to-left {
  animation-name: rightToLeft;
  animation-duration: 0.5s;
}

.switch.right-to-center-right {
  animation-name: rightToCenterright;
  animation-duration: 0.5s;
}

.switch.right-to-center {
  animation-name: rightToCenter;
  animation-duration: 0.5s;
}

.switch.right-to-center-left {
  animation-name: rightToCenterleft;
  animation-duration: 0.5s;
}

.switch.right-to-centerright-right {
  animation-name: rightToCenterrightright;
  animation-duration: 0.5s;
}

.switch.right-to-right-right {
  animation-name: rightToRightright;
  animation-duration: 0.5s;
}

.switch.right-to-right-last {
  animation-name: rightToRightLast;
  animation-duration: 0.5s;
}

.switch.right-position {
  left: 400px;
}

.right-label {
  position: absolute;
  right: 144px;
  left: auto;
}

#right + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#right:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

/* ------------------- RIGHT-RIGHT ------------------- */
.switch.right-right-position {
  left: 460px;
}

.right-right-label {
  position: absolute;
  right: 72px;
  left: auto;
}

#right-right + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#right-right:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

/* ------------------- RIGHT- LAST ------------------- */
.switch.right-last-to-left {
  animation-name: rightlastToLeft;
  animation-duration: 0.5s;
}

.switch.right-last-to-center-right {
  animation-name: rightlastToCenterright;
  animation-duration: 0.5s;
}

.switch.right-last-to-center {
  animation-name: rightlastToCenter;
  animation-duration: 0.5s;
}

.switch.right-last-to-center-left {
  animation-name: rightlastToCenterleft;
  animation-duration: 0.5s;
}

.switch.right-last-to-centerright-right {
  animation-name: rightlastToCenterrightright;
  animation-duration: 0.5s;
}

.switch.right-last-to-right-right {
  animation-name: rightlastToRightright;
  animation-duration: 0.5s;
}

.switch.right-last-to-right {
  animation-name: rightlastToRight;
  animation-duration: 0.5s;
}

.switch.right-last-position {
  left: 520px;
}

.right-last-label {
  position: absolute;
  right: 2px;
  left: auto;
}

#right-last + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

#right-last:checked + label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 80px;
  border-radius: 100px;
}

@media screen and (max-width: 568px) {
  .main-container-toggle {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .switch {
    width: 60px;
  }
  .main-container-toggle {
    width: 90%;
  }
  .description p {
    font-size: 1.2rem;
  }
  .products__item {
    min-height: 333px;
  }
}
@media screen and (max-width: 640px) {
  .products__item {
    min-height: 340px;
    width: 100%;
  }
  .products__item .description p {
    font-size: 1rem;
  }
  .main-container-toggle {
    background: none;
    display: grid;
    border: none;
    width: 90%;
  }
  .main-container-toggle-black {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    background-color: #4d4d4d;
    position: relative;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-container-toggle-black h4 {
    font-size: 14px;
  }
  .main-container-toggle-brown {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    background-color: #896d68;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .main-container-toggle-brown h4 {
    font-size: 14px;
  }
  #switch {
    z-index: 1;
    left: 1%;
    width: 70px;
  }
  .left-label {
    left: 3%;
  }
  .center-left-label {
    left: 23%;
  }
  .center-label {
    left: 41%;
  }
  .center-far-right-label {
    left: 61%;
  }
  .center-right-last-label {
    left: 81%;
  }
  .centerright-right-label {
    left: 10px;
  }
  .center-right-label {
    left: 23%;
  }
  .right-label {
    left: 41%;
  }
  .right-right-label {
    left: 62%;
  }
  .right-last-label {
    right: 10px;
  }
  .main-container-before {
    display: none;
  }
  .main-container-before-mobile, .main-container-after-mobile {
    display: block;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: hwb(0deg 0% 100%/50%);
    font-size: 1.2em;
  }
  .main-container-before-mobile {
    margin-bottom: 4px;
  }
  .main-container-after-mobile {
    margin-top: 5px;
  }
  .main-container {
    margin-bottom: 15%;
  }
  #left + label, #left:checked + label, #center:checked + label, #center + label, #center-left + label, #center-left:checked + label, #centerright-right + label, #centerright-right:checked + label, #center-right + label, #center-right:checked + label, #right + label, #right:checked + label, #center-right-last:checked + label, #center-far-right:checked + label, #center-far-right + label, #center-right-last + label {
    width: 60px;
  }
}
@media screen and (max-width: 470px) {
  .right-right-label {
    left: 59%;
  }
  .right-last-label {
    right: 0px;
  }
}
@media screen and (max-width: 440px) {
  .main-container-before {
    letter-spacing: 16px;
  }
}
@media screen and (max-width: 440px) {
  #switch {
    width: 60px;
  }
  .main-container-toggle-black h4, .main-container-toggle-brown h4 {
    font-size: 12px;
  }
  #left + label, #left:checked + label, #center:checked + label, #center + label, #center-left + label, #center-left:checked + label, #centerright-right + label, #centerright-right:checked + label, #center-right + label, #center-right:checked + label, #right + label, #right:checked + label, #center-right-last:checked + label, #center-far-right:checked + label, #center-far-right + label, #center-right-last + label {
    width: 50px;
  }
  .right-right-label {
    left: 57%;
  }
  .right-last-label {
    right: -5px;
  }
}
.oos_modal {
  position: fixed;
  width: auto;
  height: auto;
  background-color: rgba(28, 28, 28, 0.5);
  top: 0;
  left: auto;
  z-index: 100;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content {
  position: relative;
  height: 80%;
  display: block;
  background-color: #E1E1E1;
}

.modal .close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.modal.show {
  display: flex;
}

.modal-backdrop {
  z-index: -1;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-title {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  text-align: center;
}

.more-products__modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  min-height: calc(90% - 3.5rem);
  height: calc(95% - 3.5rem);
  max-width: calc(1320px - 1.5rem);
}

.more-products__modal .products__grid {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow-y: auto;
}

.more-products__modal .products__item {
  flex-direction: row;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.more-products__modal .products__item:nth-child(2n) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.notice_bttn {
  background-color: #2d2d2d;
  color: rgb(250, 245, 245);
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  min-height: 30px;
  cursor: pointer;
  width: 30%;
  border: none;
  margin-top: 10px;
}

.email_input {
  display: block;
  max-width: 50%;
  color: #5f5f5f;
  background-color: transparent;
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 38.5px;
  text-align: center;
}

.available-button {
  padding: 10px 10px;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
  transition: ease 300ms;
  min-height: 41px;
  cursor: pointer;
  width: 50%;
  text-transform: uppercase;
  border: 1px solid #2d2d2d;
  color: #bebebe;
  background-color: #2d2d2d;
  margin-bottom: 5px;
}

.btn-close {
  background: transparent;
  border: none;
  cursor: pointer;
}

.ntc_msg {
  vertical-align: middle;
  padding: 0rem 2rem;
  padding-bottom: 0.5rem;
  margin-top: 10px;
}

.more-products__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.oos_notice {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: baseline;
}

@media screen and (max-width: 1024px) {
  .oos_modal {
    width: 75%;
  }
}
@media screen and (max-width: 598px) {
  .email_input {
    width: 90%;
    max-width: 90%;
  }
  .available-button {
    width: 90%;
  }
}/*# sourceMappingURL=product.css.map */