@import url(https://use.typekit.net/lxv8koc.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: bold;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html, body {
  width: 100%;
  min-height: 100%;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

a {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

html {
  overflow-x: hidden !important;
}

body {
  background: #FAFBF6 !important;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }
}

html, body {
  width: 100%;
  font-family: "Brandon Grotesque";
  color: #fff;
}

body {
  font-size: 11.5rem;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Brandon Grotesque";
  color: #181F24;
  font-size: 14rem;
}

.title {
  letter-spacing: 0.45em;
  text-transform: uppercase;
}
.title--small {
  font-size: 1.7rem;
  line-height: 153.5%;
}
.title--black {
  color: #181F24;
}
.title--secondary {
  color: #FF9B00;
}
.title--blue24 {
  color: #203153;
}

.text {
  /*FAMILY*/
  /*STYLE*/
  /*COLOR*/
  /*SIZES*/
}
.text--randon {
  font-family: initial;
}
.text--brandon {
  font-family: "Brandon Grotesque";
}
.text--gangsar {
  font-family: "Larken";
}
.text--bold {
  font-family: "Brandon Grotesque";
}
.text--upper {
  text-transform: uppercase;
}
.text--shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.text--black {
  color: #181F24;
}
.text--primary {
  color: #9BC;
}
.text--secondary {
  color: #FF9B00;
}
.text--grey {
  color: #727272;
}
.text--white {
  color: #fff;
}
.text--brown {
  color: #AF9435;
}
.text--12 {
  font-size: 12px;
  line-height: 176%;
}
.text--14 {
  font-size: 1.4rem;
  line-height: 1.3rem;
}
.text--15 {
  font-size: 1.5rem;
  line-height: 123%;
}
.text--17 {
  font-size: 1.7rem;
  line-height: 153.5%;
}
.text--22 {
  font-size: 2.2rem;
  line-height: 99.5%;
}
.text--25 {
  font-size: 2.5rem;
  line-height: 94.5%;
}
.text--35 {
  font-size: 3.5rem;
  line-height: 85%;
}
.text--38 {
  font-size: 3.8rem;
  line-height: 100%;
}
.text--45 {
  font-size: 4.5rem;
  line-height: 100%;
}
.text--58 {
  font-size: 5.8rem;
  line-height: 100%;
}
.text--88 {
  font-size: 8.8rem;
  line-height: 6.7rem;
}
.text--120 {
  font-size: 12rem;
  line-height: 100%;
}
.text--150 {
  font-size: 15rem;
  line-height: 94%;
}
.text--250 {
  font-size: 25rem;
  line-height: 1;
}
.text--bordered {
  font-size: 50rem;
  line-height: 55rem;
  color: transparent;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  -webkit-text-stroke-width: 1px;
}
.text--bordered--grey {
  font-size: 50rem;
  line-height: 55rem;
  color: transparent;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
  -webkit-text-stroke-width: 1px;
}
.text--fw-bold {
  font-weight: bold;
}

/* MARGIN */
.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

/* PADDING */
.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

form input, form textarea, form select {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 153.5%;
  color: #303E48;
  outline: none;
  border: none;
  resize: none;
  background-color: transparent;
  font-family: "Brandon Grotesque";
  width: 100%;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #303E48;
  opacity: 1;
  /* Firefox */
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #303E48;
  opacity: 1;
  /* Firefox */
}
form input::placeholder, form textarea::placeholder, form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #303E48;
  opacity: 1;
  /* Firefox */
}

.form {
  position: relative;
}
.form__row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.2rem;
}
.form__col {
  width: 100%;
}
.form__col .inputWrapper {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  border-radius: 5px;
  position: relative;
  padding: 0 3rem;
  height: 70px;
  display: flex;
  align-items: center;
}
.form__col .inputWrapper span.error {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  font-size: 12px;
  color: red;
}
.form__col .inputWrapper--message {
  height: 155px;
  align-items: flex-start;
  padding-top: 3rem;
}
.form__col .inputWrapper svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}
.form__col .inputWrapper input, .form__col .inputWrapper select, .form__col .inputWrapper textarea {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  resize: none;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 153.5%;
  color: #303E48;
}
.form__col .inputWrapper input::-moz-placeholder, .form__col .inputWrapper select::-moz-placeholder, .form__col .inputWrapper textarea::-moz-placeholder {
  color: #303E48;
}
.form__col .inputWrapper input:-ms-input-placeholder, .form__col .inputWrapper select:-ms-input-placeholder, .form__col .inputWrapper textarea:-ms-input-placeholder {
  color: #303E48;
}
.form__col .inputWrapper input::placeholder, .form__col .inputWrapper select::placeholder, .form__col .inputWrapper textarea::placeholder {
  color: #303E48;
}
.form__col .inputWrapper label {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 153.5%;
  color: #303E48;
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
.form button {
  width: 220px;
  justify-content: center;
}
.form--bordered .form__col .inputWrapper {
  background: transparent;
  box-shadow: none;
  border: 1.5px solid #D8D8D8;
}

@media (max-width: 1024px) {
  .form__row {
    flex-direction: column;
  }
}
@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@font-face {
  font-family: "Gangsar-Regular";
  src: url("/assets/site/fonts/Gangsar-Regular.eot");
  src: url("/assets/site/fonts/Gangsar-Regular.eot") format("embedded-opentype"), url("/assets/site/fonts/Gangsar-Regular.woff2") format("woff2"), url("/assets/site/fonts/Gangsar-Regular.woff") format("woff"), url("/assets/site/fonts/Gangsar-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/site/fonts/HvDTrial_Brandon_Grotesque_regular-BF64a625c9311e1.otf") format("opentype");
}
@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 400;
  font-style: italic;
  src: url("/assets/site/fonts/HvDTrial_Brandon_Grotesque_regular_italic-BF64a625c94445e.otf") format("opentype");
}
@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/site/fonts/HvDTrial_Brandon_Grotesque_bold-BF64a625c9151d5.otf") format("opentype");
}
@font-face {
  font-family: "Brandon Grotesque";
  font-weight: 700;
  font-style: italic;
  src: url("/assets/site/fonts/HvDTrial_Brandon_Grotesque_bold_italic-BF64a625c93406c.otf") format("opentype");
}
@font-face {
  font-family: "Larken";
  font-weight: 400;
  font-style: normal;
  src: url("/assets/site/fonts/LarkenDEMO-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Larken";
  font-weight: 400;
  font-style: italic;
  src: url("/assets/site/fonts/LarkenDEMO-Italic.otf") format("opentype");
}
@font-face {
  font-family: "Larken";
  font-weight: 700;
  font-style: normal;
  src: url("/assets/site/fonts/LarkenDEMO-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Larken";
  font-weight: 700;
  font-style: italic;
  src: url("/assets/site/fonts/LarkenDEMO-BoldItalic.otf") format("opentype");
}
.btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: "Brandon Grotesque";
  font-size: 1.5rem;
  line-height: 153.5%;
  color: #303E48;
  outline: none;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--spaced {
  letter-spacing: 0.45em;
}
.btn--white {
  color: #fff;
}
.btn--primary {
  color: #9BC;
}
.btn--solid {
  background-color: #181F24;
  padding: 1.8rem 5rem;
  border-radius: 5px;
  transition: 0.3s all ease;
}
.btn--solid:hover {
  background-color: transparent;
  border: 2px solid #181F24;
  color: #181F24;
}
.btn--solid:hover svg path {
  stroke: #181F24;
  fill: #181F24;
}
.btn--solid--brown {
  display: flex;
  background-color: #AF9435;
  padding: 1.8rem 5rem;
  align-items: center;
  border-radius: 5px;
  transition: 0.3s all ease;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--solid--brown:hover {
  background-color: transparent;
  border: 2px solid #AF9435;
  color: #AF9435;
}
.btn--solid--brown:hover svg path {
  stroke: #AF9435;
  fill: #AF9435;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
}
#header .nav {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4.5rem 6.5rem;
}
#header .nav--mobile {
  display: none;
}
#header .nav__logo img {
  width: 100%;
  min-width: 108px;
}
#header .nav__logo .blue-logo {
  display: none;
}
#header .nav__list {
  min-height: 65px;
  display: flex;
  align-items: center;
  width: 100%;
  border-left: 1.5px solid rgba(255, 255, 255, 0.2);
  border-right: 1.5px solid rgba(255, 255, 255, 0.2);
  justify-content: space-around;
  margin: 0 5rem;
  height: 100%;
}
#header .nav__list__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .nav__list__item a {
  font-family: "Brandon Grotesque";
}
#header .nav__list__link {
  font-style: normal;
  font-family: "Brandon Grotesque";
  font-size: 1.7rem;
  line-height: 95%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.3s all ease;
  cursor: pointer;
}
#header .nav__list__link--light {
  font-family: "Brandon Grotesque";
}
#header .nav__list__link--store svg {
  margin-left: 1.7rem;
}
#header .nav__list__link--search.active svg path {
  stroke: #9BC !important;
}
#header .nav__list__link:hover {
  color: #FF9B00;
}
#header .nav a {
  font-family: "Brandon Grotesque";
}
#header .nav form {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .nav form .selectlanguage {
  display: flex;
  position: relative;
  width: calc(24px + 25px + 5px);
  cursor: pointer;
}
#header .nav form .selectlanguage .flag {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
  height: 25px;
}
#header .nav form .selectlanguage .fixed {
  margin: 0 0 0 29px;
  position: absolute;
}
#header .nav form .selectlanguage .optionsselectlanguage {
  top: 24px;
  position: absolute;
  display: block;
  flex-direction: column;
  right: 0px;
  display: none;
}
#header .nav form .selectlanguage .optionsselectlanguage li a {
  display: block;
  height: 25px;
  position: relative;
}
#header .nav form .selectlanguage .optionsselectlanguage li a img {
  position: absolute;
}
#header .nav form .selectlanguage .optionsselectlanguage .flag {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
  height: 25px;
}
#header .nav form .selectlanguage .optionsselectlanguage .displaynone {
  display: none;
}
#header .nav form .selectlanguage .globe {
  width: 22px;
}
#header .nav form .selectlanguage svg {
  top: 45%;
  right: 20%;
  min-width: 10px;
  pointer-events: none;
}
#header .nav form .selectlanguage svg path {
  stroke: #fff;
}
#header .nav form .selectlanguage .globe {
  right: 42px;
}
#header .nav form .selectlanguage .selector {
  right: -65%;
}
#header.half-black .nav__list {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(2, 2, 2, 0.01) 15%, rgba(0, 0, 0, 0.033) 45%, rgba(0, 0, 0, 0.033) 55%, rgba(0, 0, 0, 0.01) 85%, rgba(0, 0, 0, 0) 100%);
  border-right: 1.5px solid rgba(24, 31, 36, 0.2);
}
#header.half-black .nav__list__link {
  text-shadow: 0 0 3.8px black;
}
#header.half-black .nav__list__link:not(.white) {
  color: #181F24;
  text-shadow: unset;
}
#header.half-black .nav__list__link:not(.white) svg path {
  stroke: #181F24;
}
#header.half-black .nav form .selectWrapper select {
  color: #181F24;
}
#header.half-black .nav form .selectWrapper svg path {
  stroke: #181F24;
}
#header.half-black-reverse .nav__logo img {
  display: none;
}
#header.half-black-reverse .nav__logo .blue-logo {
  display: block;
}
#header.half-black-reverse .nav__list {
  border-left: 1.5px solid rgba(24, 31, 36, 0.2);
}
#header.half-black-reverse .nav__list__link:not(.white-reverse) {
  color: #181F24;
}
#header.half-black-reverse .nav__list__link:not(.white-reverse) svg path, #header.half-black-reverse .nav__list__link:not(.white-reverse) svg line {
  stroke: #181F24 !important;
}
#header.all-black .nav__logo img {
  display: none;
}
#header.all-black .nav__logo .blue-logo {
  display: block;
}
#header.all-black .nav__list {
  border-right: 1.5px solid rgba(24, 31, 36, 0.2);
  border-left: 1.5px solid rgba(24, 31, 36, 0.2);
}
#header.all-black .nav__list__link {
  color: #181F24;
}
#header.all-black .nav__list__link svg path, #header.all-black .nav__list__link svg line {
  stroke: #181F24;
}
#header.all-black .nav__list__item form svg path, #header.all-black .nav__list__item form svg line {
  stroke: #181F24;
}
#header.all-black .nav form .selectWrapper select {
  color: #181F24;
}
#header.all-black .nav form .selectWrapper select option {
  color: #181F24;
}
#header.all-black .nav form .selectWrapper svg path {
  stroke: #181F24;
}

@media (max-width: 1024px) {
  #header::before {
    content: "";
    left: 0;
    top: 0;
    height: 83px;
    width: 5px;
    background-color: #203153;
    position: absolute;
  }
  #header .nav {
    display: none;
    background-color: #fff;
  }
  #header .nav .blue-logo {
    width: 90px;
  }
  #header .nav--mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3rem;
    border-bottom: 1px solid #cecece;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  }
  #header .nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #203153;
  }
  #header .nav a svg path {
    stroke: #203153;
  }
  #header .nav a:hover {
    color: #FF9B00;
  }
  #header .nav a:hover svg path {
    stroke: #FF9B00;
  }
  #header .nav .menu-hamburguer ul {
    width: 32px;
    height: 18px;
    cursor: pointer;
    position: relative;
  }
  #header .nav .menu-hamburguer ul li {
    list-style: none;
    position: absolute;
    background: #203153;
    width: 100%;
    height: 2.5px;
    transform: translateY(-50%);
    transition: 0.9s;
  }
  #header .nav .menu-hamburguer ul li:nth-of-type(1) {
    top: 0%;
  }
  #header .nav .menu-hamburguer ul li:nth-of-type(2) {
    top: 50%;
  }
  #header .nav .menu-hamburguer ul li:nth-of-type(3), #header .nav .menu-hamburguer ul li:nth-of-type(4) {
    width: 50%;
    top: 100%;
  }
  #header .nav .menu-hamburguer ul li:nth-of-type(1), #header .nav .menu-hamburguer ul li:nth-of-type(2), #header .nav .menu-hamburguer ul li:nth-of-type(3) {
    left: 0;
  }
  #header .nav .menu-hamburguer ul li:nth-of-type(4) {
    right: 0;
  }
  #header .nav .menu-hamburguer ul.active li:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  #header .nav .menu-hamburguer ul.active li:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  #header .nav .menu-hamburguer ul.active li:nth-of-type(3) {
    left: -50%;
    opacity: 0;
  }
  #header .nav .menu-hamburguer ul.active li:nth-of-type(4) {
    right: -50%;
    opacity: 0;
  }
  #header .nav .mobile-list {
    border-left: 5px solid #203153;
    position: absolute;
    padding: 5rem 0;
    left: 0;
    top: 85px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    z-index: -10;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s all ease;
    transform: translateX(-100%);
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  #header .nav .mobile-list.active {
    margin-top: -5px;
    opacity: 1;
    pointer-events: all;
    z-index: 1000;
    transform: translateX(0);
  }
  #header .nav .mobile-list .mobile-item {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  #header .nav .mobile-list .mobile-item svg {
    margin-right: 1rem;
    width: 15px;
    height: 15px;
  }
  #header .nav .mobile-list .mobile-item svg path {
    stroke: #203153;
  }
  #header .nav .mobile-list .mobile-item--langs .mobile-link {
    padding-right: 1rem;
  }
  #header .nav .mobile-list .mobile-item--langs .mobile-link:not(:last-child) {
    border-right: 1px solid #cecece;
  }
  #header .nav .mobile-list .mobile-item--langs .mobile-link.active {
    color: #FF9B00;
  }
  #header .nav .mobile-list .mobile-item--langs a img {
    width: 24px;
    height: 24px;
  }
  #header .nav .mobile-list .mobile-item--langs .displaynone {
    display: none;
  }
  #header .nav .mobile-list .mobile-link {
    display: flex;
    align-items: center;
    transition: 0.3s all ease;
  }
  #header .nav .mobile-list .mobile-link svg {
    margin-left: 1rem;
  }
  #header .nav .mobile-list .mobile-link:hover {
    color: #FF9B00;
  }
  #header .nav .mobile-list .mobile-link:hover svg path {
    stroke: #FF9B00;
  }
}
.footer {
  overflow: hidden;
  background-color: #203153;
  padding: 11rem;
  padding-top: 0;
  position: relative;
}
.footer .bottom_banner {
  height: 118px;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-left: -560rem;
  margin-bottom: 11rem;
  overflow: hidden;
  margin-right: -11rem;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 4.5rem;
}
.footer__top .logo img {
  width: 100%;
  max-width: 100px;
}
.footer__top .text--45 {
  font-size: 2.4rem;
  max-width: 305px;
}
.footer__top form {
  min-width: 375px;
  border-bottom: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  justify-content: space-between;
}
.footer__top form input {
  border: none;
  background-color: transparent;
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 153.5%;
  color: #FFFFFF;
}
.footer__top form input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.footer__top form input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.footer__top form input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.footer__top form .btn span {
  font-size: 1.7rem;
}
.footer__top .social-list {
  display: flex;
  gap: 3rem;
}
.footer__top .social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 45px;
  width: 45px;
}
.footer__links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3.5rem 0;
}
.footer__links ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__links ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  transition: 0.3s all ease;
  font-size: 1.8rem;
}
.footer__links ul li a svg {
  margin-left: 1rem;
  transform: translateY(-10%);
}
.footer__links ul li a:hover {
  color: #FF9B00;
}
.footer__links ul li form .selectlanguage {
  display: flex;
  position: relative;
  width: calc(24px + 25px + 5px);
  cursor: pointer;
}
.footer__links ul li form .selectlanguage .flag {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
  height: 25px;
}
.footer__links ul li form .selectlanguage .fixed {
  margin: 0 0 0 29px;
  position: absolute;
}
.footer__links ul li form .selectlanguage .optionsselectlanguage {
  top: 24px;
  position: absolute;
  display: block;
  flex-direction: column;
  right: 0px;
  display: none;
}
.footer__links ul li form .selectlanguage .optionsselectlanguage .flag {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
  height: 25px;
}
.footer__links ul li form .selectlanguage .optionsselectlanguage .displaynone {
  display: none;
}
.footer__links ul li form .selectlanguage .globe {
  width: 22px;
}
.footer__links ul li form .selectlanguage svg {
  top: 45%;
  right: 20%;
  min-width: 10px;
  pointer-events: none;
}
.footer__links ul li form .selectlanguage svg path {
  stroke: #fff;
}
.footer__links ul li form .selectlanguage .globe {
  right: 42px;
}
.footer__links ul li form .selectlanguage .selector {
  right: -65%;
}
.footer__brands {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3rem 0;
}
.footer__brands ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.footer__brands ul li:first-child {
  padding-right: 3.2rem;
  border-right: solid 1px rgba(194, 194, 194, 0.1);
}
.footer__brands ul li a img {
  filter: brightness(100);
  transition: 0.3s all ease;
  max-width: 110px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 3.5rem;
}
.footer__bottom .left {
  display: flex;
  justify-content: center;
}
.footer__bottom .left a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  margin-right: 5rem;
}
.footer__bottom .left a:last-child {
  margin-right: 0;
}
.footer__bottom .left a:hover {
  transition: all ease 0.4s;
  color: #FF9B00;
}
.footer__bottom .mid {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.footer__bottom .mid a:hover {
  transition: all ease 0.4s;
  color: #FF9B00;
}
.footer__bottom .a_deen {
  display: flex;
  justify-content: center;
  width: 40px;
  position: relative;
  opacity: 0.26;
}
.footer__bottom .a_deen svg {
  width: 40px;
  height: 15px;
}
.footer__bottom .a_deen svg path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: #fff;
}
.footer__bottom .a_deen svg:hover path {
  -webkit-animation-name: deen;
          animation-name: deen;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding: 3rem 2rem;
    padding-top: 0;
    border-left: none;
  }
  .footer .bottom_banner {
    height: 70px;
  }
  .footer__top {
    flex-direction: column;
    text-align: center;
  }
  .footer__top .text--45 {
    font-size: 1.5rem;
  }
  .footer__top .logo {
    margin-bottom: 1rem;
  }
  .footer__top form {
    min-width: 90%;
    margin: 2rem auto;
  }
  .footer__top .social-list {
    margin-top: 2rem;
  }
  .footer__links {
    display: none;
  }
  .footer__brands {
    overflow-x: auto;
  }
  .footer__brands::-webkit-scrollbar {
    width: 0;
  }
  .footer__brands ul {
    justify-content: flex-start;
  }
  .footer__brands ul li a img {
    max-width: 70px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__bottom .mid {
    position: unset;
    transform: translate(0);
    margin: 3rem auto;
  }
}
.menu {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 100000;
  left: 0;
  top: 0;
  background-color: #fafbf6;
  border-left: 11px solid #203153;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-300%);
  transition: 0.5s all ease;
}
.menu.active {
  transform: translateY(0);
}
.menu .close-x {
  position: absolute;
  right: 2%;
  top: 3%;
  cursor: pointer;
  z-index: 5;
}
.menu .top {
  display: flex;
  width: 75%;
  height: 20vh;
  padding: 4.5rem 6.5rem;
  padding-bottom: 0;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.menu .top .wrapper {
  display: flex;
  align-items: center;
}
.menu .top .wrapper .logo {
  margin-right: 10rem;
  cursor: pointer;
  flex-shrink: 0;
}
.menu .top .wrapper .close {
  cursor: pointer;
}
.menu .top .container {
  display: flex;
  gap: 1.8rem;
}
.menu .top .btn {
  padding: 15px 12px;
  border-radius: 5px;
  border: 2px solid #203153;
  cursor: pointer;
  color: #203153;
  font-weight: 700;
  text-transform: uppercase;
}
.menu .middle {
  height: 80vh;
  display: flex;
  width: 100%;
  height: 100%;
}
.menu .links {
  height: 80vh;
  width: 75%;
  display: flex;
  padding-top: 4.5rem;
  margin-left: 5rem;
  padding-left: 5rem;
  border-left: 1px solid rgba(24, 31, 36, 0.2);
}
.menu .links .links-left {
  flex: 1.2;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  padding-bottom: 6rem;
}
.menu .links .links-left::-webkit-scrollbar {
  width: 0;
}
.menu .links .links-left .close {
  margin-bottom: 5rem;
}
.menu .links .links-left ul li {
  margin-bottom: 2.5rem;
  position: relative;
}
.menu .links .links-left ul li .acesso {
  font-weight: 600;
  margin-bottom: 4rem;
}
.menu .links .links-left ul li .text--140 {
  font-size: 17px !important;
  line-height: normal !important;
}
.menu .links .links-left ul li .text--25 {
  color: #203153;
  font-family: Larken;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 94.5%;
  /* 13.23px */
  text-transform: uppercase;
}
.menu .links .links-left ul li a {
  transition: 0.3s all ease;
  text-decoration: none;
}
.menu .links .links-left ul li a .text--140 {
  font-size: 2rem !important;
  line-height: normal !important;
}
.menu .links .links-left ul li a:hover {
  color: #203153;
}
.menu .links .links-left ul li a svg {
  margin-left: 1rem;
  margin-top: 1px;
  transform: scale(0.8);
}
.menu .links .links-left ul li form .selectlanguage {
  width: 75%;
  display: flex;
  position: relative;
  cursor: pointer;
  border-top: 1px solid rgba(24, 31, 36, 0.2);
  border-bottom: 1px solid rgba(24, 31, 36, 0.2);
  padding: 2rem 0;
}
.menu .links .links-left ul li form .selectlanguage .flag {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
  height: 25px;
}
.menu .links .links-left ul li form .selectlanguage .fixed {
  margin: 0 0 0 29px;
  position: absolute;
}
.menu .links .links-left ul li form .selectlanguage .optionsselectlanguage {
  top: 24px;
  position: absolute;
  display: block;
  flex-direction: column;
  right: 0px;
  display: none;
}
.menu .links .links-left ul li form .selectlanguage .optionsselectlanguage .flag {
  -o-object-fit: contain;
     object-fit: contain;
  width: 25px;
  height: 25px;
  margin-bottom: unset;
}
.menu .links .links-left ul li form .selectlanguage .optionsselectlanguage .displaynone {
  display: none;
}
.menu .links .links-left ul li form .selectlanguage .globe {
  width: 22px;
}
.menu .links .links-left ul li form .selectlanguage svg {
  top: 45%;
  right: 20%;
  min-width: 10px;
  pointer-events: none;
}
.menu .links .links-left ul li form .selectlanguage svg path {
  stroke: #181f24;
}
.menu .links .links-left ul li form .selectlanguage .globe {
  right: 42px;
}
.menu .links .links-left ul li form .selectlanguage .selector {
  right: -65%;
}
.menu .links .links-left .virtual {
  padding: 3rem 0 3rem;
}
.menu .links .links-left .social-tittle {
  flex: 1.2;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  font-weight: 700;
  color: #203153;
  margin-bottom: -1rem;
}
.menu .links .links-left .social-list {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu .links .links-left .social-list li {
  flex: 1;
  display: flex;
}
.menu .links .links-left .social-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu .links .links-left .social-list li a svg {
  margin-left: 0;
  transform: scale(1.1);
}
.menu .links .links-left .btn {
  white-space: nowrap;
  gap: 0;
}
.menu .links .links-left .btn svg {
  min-width: 25px;
}
.menu .links .links-left a {
  display: flex;
  text-decoration: none;
  color: #203153;
}
.menu .links .links-right {
  margin-left: 5.5rem;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  padding-bottom: 6rem;
  flex: 4;
}
.menu .links .links-right .menu-category-title {
  display: flex;
  padding-bottom: 3.2rem;
  margin-top: 7.2rem;
}
.menu .links .links-right .menu-category-title:first-child {
  margin-top: 0;
}
.menu .links .links-right .menu-category-title .text--38 {
  color: #203153;
  font-family: "Brandon Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 36.84px */
}
.menu .links .links-right::-webkit-scrollbar {
  width: 0;
}
.menu .links .links-right .catalog {
  border: 2px solid #7da8e7;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  transition: 0.3s all ease;
}
.menu .links .links-right .catalog svg {
  margin-left: 2.5rem;
  transition: 0.3s all ease;
}
.menu .links .links-right .catalog:hover {
  color: #fff;
  background-color: #9BC;
  border-color: #9BC;
}
.menu .links .links-right .catalog:hover svg path {
  stroke: #fff;
}
.menu .links .links-right ul li {
  border-bottom: 1px solid #D1D1CE;
}
.menu .links .links-right ul li img {
  margin-right: 5rem;
  width: 100px;
}
.menu .links .links-right ul li .text--38 {
  color: #203153;
  font-family: Larken;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.menu .links .links-right ul li .text--38 strong {
  font-weight: 700;
}
.menu .links .links-right ul li strong {
  font-weight: 700;
}
.menu .links .links-right ul li a {
  padding: 3rem;
  height: 100%;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  color: #203153;
}
.menu .links .links-right ul li a:hover {
  border-left: 7px solid #203153;
  background-color: #fff;
}
.menu .links .links-right > a {
  font-size: 13px;
  max-width: 100%;
  padding: 2rem 3rem;
  display: inline-block;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.3;
  color: #181F24;
  text-decoration: none;
  transition: 0.3s all ease;
}
.menu .links .links-right > a:hover {
  border-left: 7px solid #9BC;
  background-color: #fff;
}
.menu .categories-bg {
  margin-top: -20rem;
  width: 25%;
}
.menu .categories-bg .bg {
  height: 100%;
  display: none;
}
.menu .categories-bg .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.menu .categories-bg .bg.active {
  display: block;
}

@media (max-width: 1024px) {
  .menu {
    overflow-y: hidden;
    flex-direction: column;
    overflow: auto;
  }
  .menu .close-x {
    flex-shrink: 0;
    display: block;
    z-index: 999;
  }
  .menu .close-x svg path {
    color: black;
    fill: black;
    stroke: black;
  }
  .menu .top {
    align-items: start;
    flex-direction: column;
    width: auto;
    margin-bottom: 3rem;
  }
  .menu .top .wrapper .logo {
    width: 100%;
    border-right: none;
    margin-right: 0;
  }
  .menu .top .wrapper .close {
    display: none;
  }
  .menu .top .btn {
    padding: 13px 10px;
  }
  .menu .top .btn span {
    font-size: 11px;
  }
  .menu .links {
    width: 100%;
    margin: 0;
    height: 100%;
    flex-direction: column;
    padding: 4rem 1rem;
    margin-bottom: 4rem;
  }
  .menu .links .links-left {
    display: none;
  }
  .menu .links .links-left .close {
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
  .menu .links .links-left ul, .menu .links .links-left .virtual, .menu .links .links-left .social-list, .menu .links .links-left .btn, .menu .links .links-left a {
    display: none;
  }
  .menu .links .links-right {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    flex: unset;
  }
  .menu .links .links-right ul li a {
    font-size: 2.2rem;
  }
  .menu .links .links-right ul li a img {
    width: 70px;
  }
  .menu .links .links-right .catalog {
    margin: 0 auto 5rem;
  }
  .menu .categories-bg {
    display: none;
  }
}
.search {
  padding: 20rem;
  border-left: 11px solid #203153;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #FAFBF6;
  transform: translateY(-100%);
  transition: 0.3s all ease;
}
.search.active {
  transform: translateY(0);
}
.search.show {
  transform: translateY(0);
  position: unset;
  border-bottom: 1.5px solid rgba(175, 148, 53, 0.2);
  padding-bottom: 8rem;
}
.search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  position: relative;
  margin-bottom: 3.5rem;
}
.search form::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #203153 27%, rgba(24, 31, 36, 0.2) 40px);
}
.search form input {
  color: #203153;
  font-family: Larken;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%;
  /* 27.2px */
}
.search .sugestion-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.search .sugestion-list .sugestion-item {
  display: flex;
  border-radius: 300px;
  padding: 0.3rem 1.2rem;
  border: 2px solid #181F24;
  cursor: pointer;
  transition: 0.3s all ease;
}
.search .sugestion-list .sugestion-item .sugestion-link {
  font-weight: bold;
}
.search .sugestion-list .sugestion-item.active, .search .sugestion-list .sugestion-item:hover {
  background-color: #181F24;
  border-color: transparent;
}
.search .sugestion-list .sugestion-item.active .sugestion-link, .search .sugestion-list .sugestion-item:hover .sugestion-link {
  color: #fff;
}

@media (max-width: 1024px) {
  .search {
    padding: 15rem 2rem 10rem;
    border-left: 5px solid #203153;
  }
}
.home__banner {
  position: relative;
  height: 100vh;
}
.home__banner__carousel {
  height: 100vh;
}
.home__banner__carousel .item {
  z-index: 2;
  height: 100vh;
  position: relative;
  background: #181F24;
  padding: 30vh 0 20vh 22rem;
}
.home__banner__carousel .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0.6) 0%, rgba(24, 31, 36, 0.6) 100%);
}
.home__banner__carousel .item .bg {
  position: absolute;
  inset: 0;
}
.home__banner__carousel .item .bg img, .home__banner__carousel .item .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__banner__carousel .item .content {
  z-index: 2;
  position: relative;
  margin-top: 10rem;
}
.home__banner__carousel .item .content .row {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 4rem;
  width: min(100%, 650px);
}
.home__banner__carousel .item .content .row::before {
  height: 130%;
  content: "";
  border-left: 1px solid #9BC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home__banner__carousel .item .content .text--250 {
  font-size: 15rem;
  margin: 2rem 0;
  font-weight: 700;
}
.home__banner__carousel .item .content .text--88 {
  width: 78%;
}
.home__banner__carousel .item .slider-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  z-index: 2;
}
.home__banner__carousel .item .slider-progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0px;
  height: 100%;
  background-color: #9BC;
  transition: all 0s linear;
}
.home__banner__carousel .item .slider-progress span.active {
  width: 100%;
}
.home__banner__carousel .paginator {
  position: absolute;
  right: 2%;
  bottom: 5%;
  color: rgba(255, 255, 255, 0.3);
}
.home__banner .navigation {
  display: flex;
  align-items: center;
  position: absolute;
  right: 2%;
  bottom: 50vh;
  transform: translateY(50%);
  z-index: 5;
}
.home__banner .navigation .arrow {
  cursor: pointer;
}
.home__banner .navigation .arrow--next {
  margin-left: 2rem;
}
.home__banner .marquee {
  z-index: 0;
  bottom: -5%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.home__banner .marquee .text--bordered {
  line-height: 0.5;
}
.home__brands__logos {
  padding: 5rem 10rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home__brands__logos .title {
  display: flex;
  align-items: center;
  color: #303E48;
  letter-spacing: 7.65px;
}
.home__brands__logos .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.home__brands__logos ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.home__brands__logos ul li {
  opacity: 0.3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.home__brands__logos ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__brands__logos ul li a img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__brands__logos ul li:hover {
  opacity: 1;
}
.home__brands__cardsWrapper {
  width: 100%;
  position: relative;
  background-color: #F3F4EF;
}
.home__brands__cardssticky {
  position: sticky;
  top: 0rem;
  height: 100vh;
  overflow: hidden;
}
.home__brands__cardssticky .progressbar_container {
  left: 10rem;
  width: 90vw;
  position: absolute;
  bottom: 5vh;
  overflow: hidden;
  height: 4px;
}
.home__brands__cardssticky .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.home__brands__cardssticky .progressbar_container .wrapper .inner {
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.home__brands__cardsContainer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
}
.home__brands__cardsContainer .item {
  display: flex;
  justify-content: flex-end;
  max-width: 600px;
  height: 70vh;
  position: relative;
  margin-right: 35px;
}
.home__brands__cardsContainer .item:first-child {
  margin-left: 10rem;
}
.home__brands__cardsContainer .item .left {
  width: 40%;
}
.home__brands__cardsContainer .item .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__brands__cardsContainer .item .right {
  z-index: 1;
  width: 60%;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  padding: 4rem 6rem;
  display: grid;
  align-content: space-between;
  padding-bottom: 8rem;
}
.home__brands__cardsContainer .item .right .text--17 {
  max-width: 80%;
  line-height: 130%;
}
.home__brands__cardsContainer .item .right .text--58 {
  color: #203153;
  font-size: 26px;
  font-weight: 700;
}
.home__brands__cardsContainer .item .right img {
  max-width: 125px;
}
.home__brands__cardsContainer .first {
  width: 40rem;
  justify-content: flex-start;
}
.home__brands__cardsContainer .first .right {
  background: transparent;
  box-shadow: none;
  width: 100%;
}
.home__brands__cardsContainer .first .right .wraper .text {
  color: #203153;
  font-family: Larken;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.home__brands__cardsContainer .first .right .wraper .arrow {
  display: flex;
  margin-top: 4rem;
}
.home__brands__cardsContainer .first .right .wraper .arrow .text {
  color: #203153;
  font-family: "Brandon Grotesque";
  font-size: 17px;
  font-style: normal;
  font-weight: 450;
  line-height: 159.9%;
  text-transform: none;
  margin-right: 2.5rem;
}
.home__brands__cardsContainer .first .right .wraper .arrow svg {
  width: 25px;
  height: 25px;
}
.home__quality__wrapper {
  width: 100%;
  position: relative;
}
.home__quality__sticky {
  position: sticky;
  top: 0rem;
  overflow: hidden;
}
.home__quality__container {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
}
.home__quality__container .left {
  display: flex;
  height: 100vh;
  position: sticky;
  top: 0;
}
.home__quality__container .left .inner-left {
  width: 50vw;
  background-color: #FFF5E7;
  padding: 25vh 5rem 0 12rem;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.home__quality__container .left .inner-left .text--120 {
  font-size: 6.2rem;
  position: relative;
  line-height: 100%;
}
.home__quality__container .left .inner-left .text--120::before {
  content: "";
  left: 0;
  top: -7rem;
  width: 60px;
  border-bottom: 1.5px solid #FF9B00;
  position: absolute;
}
.home__quality__container .left .inner-left .text--17 {
  color: #303E48;
}
.home__quality__container .left .inner-left .marquee {
  z-index: 0;
  bottom: -5%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.home__quality__container .left .inner-left .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.home__quality__container .left .inner-right {
  width: 50vw;
  z-index: 2;
}
.home__quality__container .left .inner-right img, .home__quality__container .left .inner-right video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__quality__container .right {
  width: 50vw;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.home__quality__container .right .item {
  height: 100vh;
  background-color: #E0D9C0;
  padding: 25vh 12rem 0;
}
.home__quality__container .right .item:nth-child(even) {
  background-color: #F1EFE8;
}
.home__quality__container .right .item .row {
  display: flex;
  gap: 4.5rem;
}
.home__quality__container .right .item .row .text--primary {
  color: #303E48;
  position: relative;
}
.home__quality__container .right .item .row .text--primary::before {
  content: "";
  left: 0;
  top: -7rem;
  width: 60px;
  border-bottom: 1.5px solid #303E48;
  position: absolute;
}
.home__quality__container .right .item .row .text--58 {
  text-transform: uppercase;
}
.home__quality__container .right .item .item-title {
  color: #203153;
  font-weight: bold;
}
@media screen and (max-width: 911px) {
  .home__quality__container .right .item .item-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 911px) {
  .home__quality__container .right .item .item-number {
    font-size: 5rem;
  }
}
.home__awards {
  padding: 10rem 10rem 10rem;
}
.home__awards__list {
  display: flex;
  justify-content: center;
  gap: 15rem;
  flex-wrap: wrap;
}
.home__awards__list .home__awards__item img {
  width: 68px;
  height: 68px;
}
.home__awards__list .home__awards__item .text {
  max-width: 270px;
}
.home__awards__list .home__awards__item .text--35 {
  font-size: 22px;
}
.home__awards__list .home__awards__item .text--22 {
  font-size: 18px;
}
.home__awards__list .home__awards__item .text--15 {
  font-size: 16px;
}
.home__releases {
  padding-top: 20rem;
  padding-bottom: 10rem;
  position: relative;
}
.home__releases .title {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 10rem;
  transform: translateX(-50%);
  z-index: 1;
  color: #303E48;
  letter-spacing: 7.65px;
  font-weight: 390;
}
.home__releases .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.home__releases .title::after {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-left: 3rem;
  width: 60px;
}
.home__releases .marquee {
  z-index: 0;
  top: 10%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.home__releases .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.home__releases__carouselWrapper {
  position: relative;
}
.home__releases__carouselWrapper .progressbar_container {
  left: 12rem;
  width: 100%;
  position: absolute;
  bottom: 10vh;
  overflow: hidden;
  height: 4px;
}
.home__releases__carouselWrapper .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.home__releases__carouselWrapper .progressbar_container .wrapper .inner {
  transition: 0.3s all ease;
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.home__releases__carousel .slick-list {
  padding: 0 35% 0 12rem;
}
.home__releases__carousel .slick-track {
  display: flex;
  padding: 5rem 0 15rem;
}
.home__releases__carousel .slick-slide {
  margin-right: 25px;
}
.home__releases__carousel .item {
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  min-height: min(540px, 75vh);
  padding: 5rem;
  position: relative;
  overflow: hidden;
  min-height: 540px;
}
.home__releases__carousel .item .text {
  max-width: 180px;
  position: relative;
  z-index: 2;
}
.home__releases__carousel .item .text--58 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #203153;
}
.home__releases__carousel .item .text--17 {
  line-height: 130%;
}
.home__releases__carousel .item .logo {
  z-index: 2;
  max-width: 75px;
  margin-bottom: 4rem;
  flex: 2;
}
.home__releases__carousel .item .logo img {
  width: 100%;
}
.home__releases__carousel .item .bg {
  position: absolute;
  right: -10%;
  bottom: 0;
  height: 90%;
  width: 50%;
}
.home__releases__carousel .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__receipes {
  height: 100vh;
  position: relative;
}
.home__receipes .title {
  position: absolute;
  left: 8rem;
  top: 10rem;
  display: flex;
  align-items: center;
  z-index: 5;
}
.home__receipes .title::before {
  content: "";
  width: 60px;
  border-bottom: 1.5px solid #fff;
  margin-right: 3rem;
}
.home__receipes .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.home__receipes .arrow--prev {
  left: 5%;
}
.home__receipes .arrow--next {
  right: 5%;
}
.home__receipes__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease;
  background-color: #000;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
  filter: brightness(0.8);
}
.home__receipes__bg img, .home__receipes__bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home__receipes__bg.active {
  opacity: 1;
}
.home__receipes__carousel {
  height: 100vh;
}
.home__receipes__carousel .item {
  height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 5rem 5rem 5rem;
  color: #fff;
  transition: 0.3s all ease;
}
.home__receipes__carousel .item .text--58 {
  font-size: 3.6rem;
}
.home__receipes__carousel .item .text--17 {
  line-height: 135%;
  transition: 0.3s all ease;
  opacity: 0;
  overflow: hidden;
  height: 0;
}
.home__receipes__carousel .item .btn span {
  opacity: 0;
  transition: 0.3s all ease;
}
.home__receipes__carousel .item.active {
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
  border-bottom: 10px solid #9BC;
}
.home__receipes__carousel .item.active .text--17 {
  height: auto;
  opacity: 1;
}
.home__receipes__carousel .item.active .btn span {
  opacity: 1;
}
.home__where {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #FFF5E7 60%, #fff 40px);
  padding: 12rem 7rem 12rem 11.2rem;
}
.home__where__left {
  position: relative;
  width: 40%;
  min-height: min(70vh, 505px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home__where__left .text--120 {
  color: #203153;
  font-size: 6.8rem;
  position: relative;
  width: min(100%, 450px);
  margin-bottom: 4rem;
}
.home__where__left .text--120::before {
  content: "";
  left: 0;
  top: -7rem;
  position: absolute;
  border-bottom: 1.5px solid #203153;
  width: 60px;
}
@media screen and (max-width: 1515px) {
  .home__where__left .text--120 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 1325px) {
  .home__where__left .text--120 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1115px) {
  .home__where__left .text--120 {
    font-size: 3.8rem;
  }
}
.home__where__left .float {
  max-width: 250px;
}
.home__where__left .float .text {
  margin-bottom: 3rem;
  color: #303E48;
}
.home__where__left .float a svg {
  color: #203153;
  stroke: #203153;
}
.home__where__left .float a span {
  color: #203153;
  line-height: 130%;
}
.home__where__right {
  background-color: #fff;
  display: flex;
  width: 60%;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  overflow: hidden;
  height: 505px;
}
.home__where__right .left {
  width: 100%;
}
.home__where__right .left form {
  width: 100%;
}
.home__where__right .left form .selectWrapper {
  display: flex;
  position: relative;
  border-bottom: 1px solid #E6E8DD;
}
.home__where__right .left form .selectWrapper select {
  padding-left: 4rem;
  width: 100%;
  height: 70px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-family: "Brandon Grotesque";
}
.home__where__right .left form .selectWrapper svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.3rem;
  stroke: #203153;
  color: #203153;
}
.home__where__right .left .result-list {
  max-height: calc(505px - 70px);
  overflow-y: auto;
  overflow-x: hidden;
}
.home__where__right .left .result-list::-webkit-scrollbar-track {
  background-color: #E7EADE;
}
.home__where__right .left .result-list::-webkit-scrollbar {
  width: 11px;
}
.home__where__right .left .result-list::-webkit-scrollbar-thumb {
  background: #203153;
}
.home__where__right .left .result-list .result-item {
  padding: 7rem 10rem 7rem 6rem;
  border-bottom: 1px solid #E6E8DD;
  cursor: pointer;
}
.home__where__right .left .result-list .result-item .row {
  color: #303E48;
  display: flex;
  align-items: center;
}
.home__where__right .left .result-list .result-item .row .text {
  color: rgba(32, 49, 83, 0.1);
}
.home__where__right .left .result-list .result-item .row .text--58 {
  font-size: 3.2rem;
  color: #203153;
  margin: -7rem;
}
.home__where__right .left .result-list .result-item .row svg {
  flex-shrink: 0;
  margin-right: 1rem;
}
.home__where__right .left .result-list .result-item .row .uf {
  font-size: 100px;
  line-height: 78.5%;
  color: rgba(0, 85, 184, 0.1);
  margin-right: 2rem;
}
.home__chefs {
  padding: 20rem 0 2rem 0;
  position: relative;
}
.home__chefs .title {
  display: flex;
  align-items: center;
  padding-left: 11.2rem;
}
.home__chefs .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.home__chefs .marquee {
  z-index: 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.home__chefs .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.home__chefs__carouselWrapper {
  position: relative;
}
.home__chefs__carouselWrapper .progressbar_container {
  left: 12rem;
  width: 100%;
  position: absolute;
  bottom: 10vh;
  overflow: hidden;
  height: 4px;
}
.home__chefs__carouselWrapper .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.home__chefs__carouselWrapper .progressbar_container .wrapper .inner {
  transition: 0.3s all ease;
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.home__chefs__carousel .slick-list {
  padding: 0 35% 0 11rem;
}
.home__chefs__carousel .slick-track {
  display: flex;
  padding: 5rem 0 15rem;
}
.home__chefs__carousel .slick-slide {
  margin-right: 25px;
}
.home__chefs__carousel .item {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  position: relative;
  min-height: 540px;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  padding: 0 5rem 5rem 5rem;
  transition: 0.3s all ease;
}
.home__chefs__carousel .item::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.3s all ease;
}
.home__chefs__carousel .item .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-50%);
}
.home__chefs__carousel .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home__chefs__carousel .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  position: relative;
  transition: 0.3s all ease;
}
.home__chefs__carousel .item .content svg {
  opacity: 0;
}
.home__chefs__carousel .item .content .role {
  letter-spacing: 0.21em;
  margin-bottom: 1rem;
}
.home__chefs__carousel .item .content .desc {
  line-height: 130%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}
.home__chefs__carousel .item:hover::before {
  background: rgba(24, 31, 36, 0.8);
  z-index: 2;
}
.home__chefs__carousel .item:hover .content svg {
  opacity: 1;
}
.home__chefs__carousel .item:hover .content .desc {
  height: auto;
  opacity: 1;
}

@media (max-width: 1024px) {
  .home__banner {
    overflow: hidden;
  }
  .home__banner__carousel .item {
    padding: 15rem 0rem 10rem 2rem;
  }
  .home__banner__carousel .item .content .text--250 {
    font-size: 8rem;
    margin: 2rem 0;
  }
  .home__banner__carousel .item .slider-progress {
    height: 5px;
  }
  .home__banner .navigation {
    display: none;
  }
  .home__banner .marquee .text--bordered {
    font-size: 30rem;
  }
  .home__brands__logos {
    padding: 5rem 2rem;
  }
  .home__brands__logos ul {
    display: none;
  }
  .home__brands__cardsContainer .item {
    width: 90vw;
  }
  .home__brands__cardsContainer .item:first-child {
    margin-left: 2rem;
  }
  .home__brands__cardsContainer .item .left {
    width: 45%;
  }
  .home__brands__cardsContainer .item .right {
    width: 55%;
    padding: 2rem;
    padding-bottom: 8rem;
  }
  .home__brands__cardsContainer .item .right .text {
    line-height: 100%;
  }
  .home__brands__cardsContainer .item .right .text--58 {
    font-size: 2.4rem;
  }
  .home__brands__cardssticky .progressbar_container {
    left: 2rem !important;
  }
  .home__quality {
    background: #F1EFE8;
  }
  .home__quality__container {
    height: 100vh;
  }
  .home__quality__container .left {
    background: #FFF4E6;
    flex-direction: column;
  }
  .home__quality__container .left .inner-left {
    width: 100vw;
    padding: 5rem 2rem;
  }
  .home__quality__container .left .inner-left .text--120 {
    font-size: 4.2rem;
  }
  .home__quality__container .left .inner-left .marquee .text--bordered {
    font-size: 30rem;
  }
  .home__quality__container .left .inner-right {
    width: 100vw;
    height: 100% img, video;
    height-height: 100%;
    height-width: 100%;
    height-object-fit: cover;
    height-object-position: center;
  }
  .home__quality__container .right {
    background: #F1EFE8;
    width: 100vw;
  }
  .home__quality__container .right .item {
    height: auto;
    background-color: #E0D9C0;
    padding: 5rem 2rem;
  }
  .home__quality__container .right .item .row {
    display: flex;
    gap: 3rem;
  }
  .home__quality__container .right .item .row .text--150 {
    font-size: 7rem;
  }
  .home__quality__container .right .item .row .text--58 {
    font-size: 3rem;
  }
  .home__quality__container .right .item .row .text--17 {
    line-height: 130%;
  }
  .home__awards {
    overflow: hidden;
    padding: 3rem 2rem;
  }
  .home__awards__list {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .home__releases {
    padding-bottom: 0;
    overflow: hidden;
  }
  .home__releases .title {
    text-align: center;
  }
  .home__releases .marquee .text--bordered {
    font-size: 30rem;
  }
  .home__releases__carouselWrapper .progressbar_container {
    left: 2rem;
  }
  .home__releases__carousel .slick-list {
    padding: 0 10% 0 2rem;
  }
  .home__releases__carousel .item {
    padding: 2rem;
    min-height: 450px;
  }
  .home__releases__carousel .item .logo {
    left: 2rem;
  }
  .home__releases__carousel .item .logo img {
    width: 100px;
  }
  .home__receipes {
    height: 70vh;
    position: relative;
    overflow: hidden;
  }
  .home__receipes .title {
    left: 2rem;
    top: 5rem;
  }
  .home__receipes__bg {
    width: 100vw;
  }
  .home__receipes__carousel {
    height: 70vh;
  }
  .home__receipes__carousel .item {
    height: 70vh;
  }
  .home__receipes__carousel .item .text--17 {
    height: auto;
    opacity: 1;
  }
  .home__receipes__carousel .item .btn span {
    opacity: 1;
  }
  .home__where {
    min-height: auto;
    padding: 10rem 2rem 5rem;
    flex-direction: column;
    background: linear-gradient(to bottom, #F1EFE8 60%, #fff 40px);
    overflow: hidden;
    margin-bottom: 0;
  }
  .home__where__left {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin-bottom: 3rem;
  }
  .home__where__left .text--120 {
    font-size: 3.5rem;
  }
  .home__where__left .float {
    position: unset;
  }
  .home__where__right {
    width: 100%;
  }
  .home__chefs {
    padding: 5rem 0 0rem 2rem;
    overflow: hidden;
  }
  .home__chefs .title {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .home__chefs .marquee .text--bordered {
    font-size: 30rem;
  }
  .home__chefs__carouselWrapper {
    position: relative;
  }
  .home__chefs__carouselWrapper .progressbar_container {
    left: 2rem;
  }
  .home__chefs__carousel .slick-list {
    padding: 0 15% 0 2rem;
  }
  .home__chefs__carousel .item {
    min-height: 450px;
    padding: 0 2rem 2rem 2rem;
  }
  .home__chefs__carousel .item .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    position: relative;
    transition: 0.3s all ease;
  }
  .home__chefs__carousel .item .content svg {
    opacity: 0;
  }
  .home__chefs__carousel .item .content .role {
    letter-spacing: 0.21em;
    margin-bottom: 1rem;
  }
  .home__chefs__carousel .item .content .desc {
    line-height: 130%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s all ease;
  }
}
.products {
  overflow: hidden;
}
.products__banner {
  height: 100vh;
  display: flex;
  position: relative;
}
.products__banner__left {
  width: 43%;
  z-index: 1;
  position: relative;
}
.products__banner__left::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0.8) 0%, rgba(24, 31, 36, 0) 100%);
  position: absolute;
}
.products__banner__left img, .products__banner__left video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products__banner__carousel {
  position: absolute !important;
  bottom: 0%;
  left: 43%;
  transform: translateX(-50%);
  max-width: 600px;
  height: 85vh;
  z-index: 5;
}
.products__banner__carousel .item {
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products__banner__carousel .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products__banner__right {
  width: 57%;
  position: relative;
  z-index: 0;
  padding: 18rem 15rem 15rem 20rem;
}
.products__banner__right .desc {
  padding-left: 5rem;
  position: relative;
}
.products__banner__right .desc::before {
  content: "";
  height: 100%;
  border-right: 1.5px solid #9BC;
  left: 0;
  top: 0;
  position: absolute;
}
.products__banner__right .text--88 {
  font-size: 5.8rem;
}
.products__banner__right .marquee {
  z-index: 0;
  bottom: -5%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.products__banner__right .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.products__banner__right img {
  width: 120px;
}
.products__premium {
  text-align: center;
  position: relative;
  padding-top: 40rem;
  overflow: hidden;
}
.products__premium.no-padding {
  padding-top: 10rem;
}
.products__premium .round-img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
}
.products__premium .round-img .rotating-slider .slides {
  pointer-events: none;
}
.products__premium .round-img .rotating-slider .slides li {
  background-color: transparent;
}
.products__premium .round-img .rotating-slider .slides li img {
  width: 100%;
}
.products__premium .texts {
  max-width: 620px;
  margin: auto;
}
.products__premium .texts .text--88 {
  font-size: 5rem;
}
.products__premium .texts .categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.products__premium .texts .categories li {
  border-radius: 300px;
  padding: 0.3rem 1.2rem;
  border: 2px solid #181F24;
  cursor: pointer;
  transition: 0.3s all ease;
}
.products__premium .texts .categories li.active, .products__premium .texts .categories li:hover {
  background-color: #181F24;
  border-color: transparent;
  color: #fff;
}
.products__premium .texts img {
  width: 100px;
}
.products__premium__carouselWrapper {
  position: relative;
}
.products__premium__carouselWrapper .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc( 50% - 8rem);
  transform: translateY(-50%);
}
.products__premium__carouselWrapper .arrow--prev {
  left: 10%;
}
.products__premium__carouselWrapper .arrow--next {
  right: 10%;
}
.products__premium__carousel .slick-list {
  padding: 0 10% !important;
}
.products__premium__carousel .slick-slide {
  margin: 0 30px;
}
.products__premium__carousel .slick-track {
  display: flex;
  padding-bottom: 15rem;
}
.products__premium__carousel .item {
  max-height: 530px;
  display: flex !important;
  height: auto;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.products__premium__carousel .item .left {
  width: 50%;
}
.products__premium__carousel .item .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.products__premium__carousel .item .right {
  width: 50%;
  padding: 10rem 5rem 15rem 10rem;
  text-align: left;
}
.products__premium__carousel .item .right .content {
  position: relative;
}
.products__premium__carousel .item .right .content::before {
  content: "";
  left: -5rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #FF9B00;
  position: absolute;
}
.products__premium__carousel .item .right .content .text--58 {
  max-width: 300px;
  font-size: 3.6rem;
}
.products__premium__carousel .item .right .content .text--17 {
  line-height: 135%;
}
.products__premium__carousel .item .pagination {
  position: absolute;
  right: 2%;
  bottom: 2%;
  color: rgba(24, 31, 36, 0.2);
}
.products__premium .download-catalog {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5rem;
}
.products__premium .download-catalog .btn {
  background-color: #FF9B00 !important;
}
.products__quality {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-left: 20rem;
  position: relative;
  overflow: hidden;
  background-color: rgba(94, 77, 18, 0.4);
}
.products__quality::after {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgba(94, 77, 18, 0.4);
  background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #201a1a);
}
.products__quality .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.products__quality .bg img, .products__quality .bg video {
  height: 120%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products__quality .content {
  display: flex;
  align-items: flex-end;
  max-width: 800px;
  position: relative;
  z-index: 2;
}
.products__quality .content .left {
  margin-right: 10rem;
}
.products__quality .content .left .text--150 {
  font-size: 7.8rem;
}
.products__quality .content .left .title {
  display: flex;
  align-items: center;
}
.products__quality .content .left .title::before {
  content: "";
  width: 60px;
  border-bottom: 1.5px solid #FF9B00;
  margin-right: 2rem;
}
.products__quality .content .right {
  padding-left: 5rem;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.products__quality .marquee {
  z-index: 2;
  bottom: -5%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.products__quality .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}
.products__product {
  text-align: center;
}
.products__product .texts {
  margin: auto;
}
.products__product .texts .text--88 {
  font-size: 5.8rem;
  flex: 2;
  display: flex;
  align-items: center;
}
.products__product .texts .text--88::before, .products__product .texts .text--88::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #FF9B00;
}
.products__product .texts .text--88::before {
  margin-right: 3rem;
}
.products__product .texts .text--88::after {
  margin-left: 3rem;
}
.products__product .texts .text--17 {
  max-width: 700px;
  margin-inline: auto;
}
.products__product .texts img {
  width: 100px;
}
.products__product .texts .products {
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.products__product .texts .products li {
  margin: 0 !important;
  border-radius: 300px;
  padding: 0.3rem 1.2rem;
  border: 2px solid #181F24;
  cursor: pointer;
  transition: 0.3s all ease;
}
.products__product .texts .products li.active, .products__product .texts .products li:hover {
  background-color: #181F24;
  border-color: transparent;
  color: #fff;
}
.products__product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  max-width: calc(100% - 20rem);
  margin: auto;
  margin-bottom: 10rem;
}
.products__product__grid .item {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  min-height: 530px;
}
.products__product__grid .item .plus {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  right: 2rem;
  padding: 2.5rem;
  border-radius: 50%;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #203153;
}
.products__product__grid .item .left {
  width: 55%;
  padding: 5rem 0 5rem 5rem;
  text-align: left;
  z-index: 1;
  height: 100%;
}
.products__product__grid .item .left .content .text--58 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.products__product__grid .item .right {
  height: 95%;
  width: 50%;
}
.products__product__grid .item .right img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.products__product__grid .item--big {
  grid-column: span 2;
}
.products__product__grid .item--right {
  flex-direction: row-reverse;
  align-items: center;
}
.products__product__grid .item--right .right {
  margin-left: 5rem;
  margin-top: 5rem;
  height: 100%;
  width: 50%;
}
.products__product__grid .item--right .left {
  width: 50%;
}
.products__product__grid .item--up {
  flex-direction: column;
}
.products__product__grid .item--up .left {
  text-align: center !important;
  width: 100%;
  padding: 5rem;
}
.products__product__grid .item--up .left .content .text {
  margin: auto;
}
.products__product__grid .item--up .right {
  width: 80%;
  margin: 0 auto;
  max-height: 500px;
}
.products__awards {
  max-width: calc(100% - 20rem);
  margin: 3rem auto 15rem;
}
.products__awards__list {
  display: flex;
  justify-content: center;
  gap: 15rem;
  padding: 0 2rem;
}
.products__receipes {
  height: 100vh;
  position: relative;
}
.products__receipes .title {
  position: absolute;
  left: 8rem;
  top: 10rem;
  display: flex;
  align-items: center;
  z-index: 5;
}
.products__receipes .title::before {
  content: "";
  width: 60px;
  border-bottom: 1.5px solid #fff;
  margin-right: 3rem;
}
.products__receipes .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.products__receipes .arrow--prev {
  left: 5%;
}
.products__receipes .arrow--next {
  right: 5%;
}
.products__receipes__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease;
  background-color: #000;
}
.products__receipes__bg img, .products__receipes__bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.7);
}
.products__receipes__bg.active {
  opacity: 1;
}
.products__receipes__carousel {
  height: 100vh;
}
.products__receipes__carousel .item {
  height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 0 15rem 5rem 20rem;
  color: #fff;
  transition: 0.3s all ease;
}
.products__receipes__carousel .item .text--58 {
  font-size: 4rem;
}
.products__receipes__carousel .item .text--17 {
  max-width: 245px;
  font-family: "Brandon Grotesque";
  font-size: 17px;
}
.products__receipes__carousel .item.active {
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
  border-bottom: 10px solid #FF9B00;
}

@media (max-width: 1024px) {
  #produtos {
    overflow: hidden;
  }

  .products__banner {
    height: auto;
    flex-direction: column;
  }
  .products__banner__left {
    width: 100%;
    height: 250px;
    margin-top: 88px;
  }
  .products__banner__carousel {
    display: none !important;
  }
  .products__banner__right {
    width: 100%;
    padding: 2rem 2rem 10rem !important;
  }
  .products__banner__right .text--88 {
    font-size: 4.8rem;
  }
  .products__banner__right .desc {
    padding-left: 5rem;
    position: relative;
  }
  .products__banner__right .desc::before {
    content: "";
    height: 100%;
    border-right: 1.5px solid #9BC;
    left: 0;
    top: 0;
    position: absolute;
  }
  .products__banner__right .marquee {
    z-index: 0;
    bottom: -5%;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    -webkit-animation: marquee 32s linear infinite;
            animation: marquee 32s linear infinite;
    pointer-events: none;
  }
  .products__banner__right .marquee .text--bordered {
    line-height: 0.5;
    -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
  }
  .products__premium .texts {
    max-width: 100%;
    width: min(90%, 650px);
    margin: auto;
  }
  .products__premium .texts .text--88 {
    font-size: 4rem;
    line-height: 120%;
  }
  .products__premium .texts .categories {
    flex-wrap: wrap;
  }
  .products__premium .texts img {
    display: none;
  }
  .products__premium__carouselWrapper .arrow--prev {
    left: 2rem;
  }
  .products__premium__carouselWrapper .arrow--next {
    right: 2rem;
  }
  .products__premium__carousel .item {
    flex-direction: column;
    height: 550px;
    max-height: 650px;
  }
  .products__premium__carousel .item .left {
    width: 100%;
    height: 30%;
  }
  .products__premium__carousel .item .right {
    width: 100%;
    padding: 5rem 2rem;
  }
  .products__premium__carousel .item .right .content::before {
    display: none;
  }
  .products__premium__carousel .item .right .content .text--58 {
    font-size: 2.8rem;
  }
  .products__premium__carousel .slick-list {
    padding: 0 5% !important;
  }
  .products__quality {
    height: 70vh;
    padding-left: 2rem;
  }
  .products__quality .marquee .text--bordered {
    font-size: 30rem;
  }
  .products__quality .content {
    flex-direction: column;
  }
  .products__quality .content .left {
    margin-right: 0;
  }
  .products__quality .content .left .text--150 {
    font-size: 6rem;
    margin-bottom: 2rem;
  }
  .products__quality .content .right {
    padding-left: 0;
    border-left: 0;
  }
  .products__product .texts {
    padding: 5rem 2rem;
    margin: auto;
  }
  .products__product .texts .text--88 {
    font-size: 4.8rem;
    line-height: 110%;
  }
  .products__product .texts img {
    display: none;
  }
  .products__product__grid {
    grid-template-columns: 1fr !important;
    max-width: calc(100% - 2rem);
  }
  .products__product__grid .item {
    min-height: 400px;
  }
  .products__awards {
    max-width: calc(100% - 2rem);
    margin-bottom: 5rem;
  }
  .products__awards__list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 3rem;
  }
  .products__receipes {
    height: 70vh;
  }
  .products__receipes__bg {
    filter: brightness(0.5);
  }
  .products__receipes .title {
    left: 2rem;
    top: 5rem;
  }
  .products__receipes__carousel {
    height: 70vh;
  }
  .products__receipes__carousel .item {
    height: 70vh;
    padding: 5rem 10rem;
  }
  .products__receipes__carousel .item .text--17 {
    font-size: 1.9rem;
  }
  .products__receipes__carousel .item .text--58 {
    font-size: 3.4rem;
  }
}
@media (max-width: 1366px) {
  .products__banner {
    margin-top: -5px;
  }
  .products__banner__right {
    padding: 11rem 15rem 2rem 10rem;
  }
  .products__product__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.rotating-slider {
  margin: 1em auto;
  height: 360px;
  position: relative;
  width: 480px;
}

.rotating-slider ul.direction-controls {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rotating-slider ul.direction-controls li.left-arrow {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}

.rotating-slider ul.direction-controls li.right-arrow {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.rotating-slider ul.direction-controls li button {
  background: rgba(0, 0, 0, 0.2);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 700;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0;
  text-align: center;
  transition: background 0.25s;
  width: 1.5em;
}

.rotating-slider ul.direction-controls li button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.rotating-slider ul.slides {
  border-radius: 50%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  transform-origin: center center;
  width: 100%;
}

.rotating-slider ul.slides li {
  background-color: #ecf0f1;
  background-position: center;
  background-size: cover;
  display: block;
  list-style: none;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  transform-origin: bottom center;
  width: 100%;
}

.products-details .progress-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 100px;
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.1);
  z-index: 9000000;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.3s all ease;
}
.products-details .progress-header .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 6px;
  background-color: #9BC;
}
.products-details .progress-header .row {
  display: flex;
  align-items: center;
  padding-left: 3rem;
  gap: 4rem;
  height: 100%;
  width: 100%;
}
.products-details .progress-header .row .logo {
  width: 60px;
}
.products-details .progress-header .row .logo img {
  width: 100%;
}
.products-details .progress-header.active {
  transform: translateY(0);
  opacity: 1;
}
.products-details__banner {
  display: flex;
  position: relative;
  min-height: 100vh;
}
.products-details__banner .floating {
  position: fixed;
  left: 50%;
  top: 15rem;
  transform: translateX(-50%);
  z-index: 3;
}
.products-details__banner .floating img {
  width: 215px;
  height: 620px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-details__banner__left {
  width: 50%;
  padding: 20rem 12rem;
  position: relative;
}
.products-details__banner__left .logo {
  width: 100px;
}
.products-details__banner__left .logo img {
  width: 100%;
}
.products-details__banner__left .text--88 {
  font-size: 7rem;
  max-width: 300px;
}
.products-details__banner__left .desc {
  padding-left: 5rem;
  position: relative;
  margin-bottom: 4rem;
}
.products-details__banner__left .desc::before {
  content: "";
  height: 100%;
  border-right: 1.5px solid #9BC;
  left: 0;
  top: 0;
  position: absolute;
}
.products-details__banner__left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.products-details__banner__left ul li {
  font-family: "Brandon Grotesque";
  border-radius: 300px;
  padding: 0.1rem 1rem;
  border: 2px solid #181F24;
  cursor: pointer;
  transition: 0.3s all ease;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 159.9%;
  text-align: center;
  color: #181F24;
}
.products-details__banner__left ul li.active, .products-details__banner__left ul li:hover {
  background-color: #181F24;
  border-color: transparent;
  color: #fff;
}
.products-details__banner__left .marquee {
  z-index: 0;
  bottom: -5%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.products-details__banner__left .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.products-details__banner__right {
  width: 50%;
  z-index: 2;
  position: relative;
}
.products-details__banner__right::before {
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0.8) 0%, rgba(24, 31, 36, 0) 100%);
  position: absolute;
}
.products-details__banner__right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products-details__features {
  display: flex;
  position: relative;
}
.products-details__features .item {
  width: 50%;
  padding: 15rem;
}
.products-details__features .item:nth-child(odd) {
  border-right: 1.5px solid rgba(175, 148, 53, 0.2);
}
.products-details__receipes {
  height: 100vh;
  position: relative;
}
.products-details__receipes .title {
  position: absolute;
  left: 8rem;
  top: 10rem;
  display: flex;
  align-items: center;
  z-index: 5;
}
.products-details__receipes .title::before {
  content: "";
  width: 60px;
  border-bottom: 1.5px solid #fff;
  margin-right: 3rem;
}
.products-details__receipes .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.products-details__receipes .arrow--prev {
  left: 5%;
}
.products-details__receipes .arrow--next {
  right: 5%;
}
.products-details__receipes__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease;
  background-color: #000;
}
.products-details__receipes__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0.7);
}
.products-details__receipes__bg.active {
  opacity: 1;
}
.products-details__receipes__carousel {
  height: 100vh;
}
.products-details__receipes__carousel .item {
  height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 0 15rem 5rem 20rem;
  color: #fff;
  transition: 0.3s all ease;
}
.products-details__receipes__carousel .item .text--58 {
  font-size: 4rem;
}
.products-details__receipes__carousel .item .text--17 {
  max-width: 245px;
}
.products-details__receipes__carousel .item.active {
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
  border-bottom: 10px solid #FF9B00;
}
.products-details__releases {
  padding-top: 20rem;
  padding-bottom: 10rem;
  position: relative;
  margin-top: 10rem;
}
.products-details__releases .title {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 10rem;
  transform: translateX(-50%);
  z-index: 1;
}
.products-details__releases .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.products-details__releases .title::after {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-left: 3rem;
  width: 60px;
}
.products-details__releases .marquee {
  z-index: 0;
  top: 10%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.products-details__releases .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.products-details__releases__carouselWrapper {
  position: relative;
}
.products-details__releases__carouselWrapper .progressbar_container {
  left: 12rem;
  width: 100%;
  position: absolute;
  bottom: 10vh;
  overflow: hidden;
  height: 4px;
}
.products-details__releases__carouselWrapper .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.products-details__releases__carouselWrapper .progressbar_container .wrapper .inner {
  transition: 0.3s all ease;
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.products-details__releases__carousel .slick-list {
  padding: 0 35% 0 12rem;
}
.products-details__releases__carousel .slick-track {
  display: flex;
  padding: 5rem 0 15rem;
}
.products-details__releases__carousel .slick-slide {
  margin-right: 25px;
}
.products-details__releases__carousel .item {
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  padding: 5rem 3rem;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 540px;
  overflow: hidden;
}
.products-details__releases__carousel .item .text {
  max-width: 180px;
}
.products-details__releases__carousel .item .text--58 {
  font-size: 3.4rem;
}
.products-details__releases__carousel .item .text--17 {
  line-height: 130%;
}
.products-details__releases__carousel .item .logo {
  margin-bottom: 2rem;
  width: 80px;
}
.products-details__releases__carousel .item .logo img {
  width: 100%;
}
.products-details__releases__carousel .item .bg {
  position: absolute;
  right: -10%;
  bottom: 0;
  width: 55%;
  display: flex;
  align-items: flex-end;
}
.products-details__releases__carousel .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .products-details {
    overflow: hidden;
  }
  .products-details .progress-header .row {
    align-items: center;
    justify-content: center;
  }
  .products-details .progress-header .row .logo {
    display: flex;
  }
  .products-details .progress-header .row .text--35 {
    font-size: 2.2rem;
    line-height: 120%;
  }
  .products-details__banner {
    height: auto;
    min-height: 0;
  }
  .products-details__banner .floating {
    display: none;
  }
  .products-details__banner__left {
    width: 100%;
    padding: 15rem 2rem 30rem;
    position: relative;
    z-index: 5;
  }
  .products-details__banner__left .text {
    color: #fff;
  }
  .products-details__banner__left .text--88 {
    font-size: 5.6rem;
    line-height: 110%;
  }
  .products-details__banner__left ul li {
    border-color: #fff;
    color: #fff;
  }
  .products-details__banner__left .marquee .text--bordered {
    font-size: 15rem;
  }
  .products-details__banner__right {
    width: 100%;
    z-index: 2;
    position: absolute;
    inset: 0;
  }
  .products-details__features {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .products-details__features .item {
    width: 100%;
    padding: 5rem 2rem;
  }
  .products-details__features .item:nth-child(odd) {
    border: none;
    padding-top: 15rem;
  }
  .products-details__receipes {
    height: 70vh;
    position: relative;
  }
  .products-details__receipes__bg {
    filter: brightness(0.5);
  }
  .products-details__receipes .title {
    left: 2rem;
    top: 5rem;
  }
  .products-details__receipes__bg {
    width: 100vw;
  }
  .products-details__receipes__carousel {
    height: 70vh;
  }
  .products-details__receipes__carousel .item {
    height: 70vh;
    padding: 5rem;
  }
  .products-details__receipes__carousel .item .text--58 {
    font-size: 3.6rem;
  }
  .products-details__receipes__carousel .item .text--17 {
    height: auto;
    opacity: 1;
  }
  .products-details__receipes__carousel .item .btn span {
    opacity: 1;
  }
  .products-details__releases {
    padding-bottom: 0;
  }
  .products-details__releases .title {
    text-align: center;
  }
  .products-details__releases__carouselWrapper {
    position: relative;
  }
  .products-details__releases__carouselWrapper .progressbar_container {
    left: 2rem;
  }
  .products-details__releases__carousel .slick-list {
    padding: 0 5% 0 2rem;
  }
  .products-details__releases__carousel .item {
    height: auto;
    min-height: 400px;
    justify-content: start;
  }
  .products-details__releases__carousel .item .bg {
    position: absolute;
    right: -10%;
    bottom: 0;
    width: 55%;
    display: flex;
    align-items: flex-end;
  }
  .products-details__releases__carousel .item .bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.about__banner {
  height: 100vh;
  position: relative;
  background: #181F24;
  padding: 30vh 0 20vh 22rem;
}
.about__banner::before {
  content: "";
  left: 15.8rem;
  bottom: 0;
  transform: translate(50%, 50%);
  height: 150px;
  border-left: 2px solid #9BC;
  position: absolute;
  z-index: 2;
}
.about__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
}
.about__banner .bg {
  position: absolute;
  inset: 0;
}
.about__banner .bg img, .about__banner .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__banner .content {
  z-index: 2;
  position: relative;
  width: 60vw;
}
.about__banner .content .text--88 {
  width: 78%;
  color: #FFF;
  font-family: Larken;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 64px */
  text-transform: uppercase;
}
.about__banner .content .text--17 {
  width: 40vw;
}
.about__banner .vertical {
  position: absolute;
  left: 15rem;
  bottom: 10rem;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 2;
}
.about__banner .marquee {
  z-index: 0;
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.about__banner .marquee .text--bordered {
  line-height: 0.5;
}
.about__vision {
  padding-bottom: 3rem;
  display: flex;
  min-width: 1px;
  position: relative;
}
.about__vision::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 35rem);
  height: 300px;
  border-left: 2px solid #FF9B00;
  transform: translateX(-50%);
}
.about__vision__left {
  width: 50%;
  margin-top: 20rem;
  padding-left: 15rem;
}
.about__vision__left .text {
  max-width: 400px;
}
.about__vision__left .text--17 {
  margin-left: 8rem;
  color: #303E48;
  font-family: "Brandon Grotesque";
  font-size: 17px;
  font-style: normal;
  font-weight: 390;
  line-height: 153.5%;
}
.about__vision__left .text--88 {
  margin-left: 8rem;
  color: #203153;
  font-family: Larken;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.about__vision__right {
  min-width: 1px;
  width: 50%;
  position: relative;
}
.about__vision__right .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about__vision__right .arrow--prev {
  left: -5%;
}
.about__vision__right .arrow--next {
  right: 5%;
}
.about__vision__right .slick-track {
  padding: 20rem 0 15rem 0;
}
.about__vision__right .item {
  width: 100%;
}
.about__vision__right .item img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 4rem;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}
.about__vision__right .item .row {
  margin-left: 5rem;
  display: flex;
  align-items: center;
}
.about__vision__right .item .row .paginator {
  margin-right: 5rem;
  color: rgba(24, 31, 36, 0.2);
}
.about__pioneering {
  position: relative;
  margin: 5rem auto 10rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row-reverse;
}
.about__pioneering__content {
  width: 55%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about__pioneering__content .text {
  width: 90%;
  margin: auto;
}
.about__pioneering__content .text--88 {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #203153;
  font-family: Larken;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.about__pioneering__content .quotes {
  position: absolute;
}
.about__pioneering__content .quotes--left {
  top: -10rem;
  left: 3%;
}
.about__pioneering__content .quotes--right {
  bottom: 5rem;
  right: 5%;
  transform: rotate(180deg);
}
.about__pioneering__bg {
  height: 500px;
  width: 45%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about__pioneering__bg .bg--inner {
  height: 100%;
  width: 90%;
  margin: 0 auto;
  background-size: cover !important;
}
.about__history {
  height: 100vh;
  position: relative;
}
.about__history__carousel {
  height: 100vh;
}
.about__history__carousel .item {
  height: 100vh;
  position: relative;
}
.about__history__carousel .item::after {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgba(94, 77, 18, 0.4);
  z-index: 0;
}
.about__history__carousel .item .bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center center !important;
}
.about__history__carousel .item .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about__history__carousel .item .content {
  width: min(80%, 650px);
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about__history__carousel .item .content .text--150 {
  font-size: 8.2rem;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
}
.about__history .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about__history .arrow--prev {
  left: 5%;
}
.about__history .arrow--next {
  right: 5%;
}
.about__history .pagination {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}
.about__history .pagination .slick-dots {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  justify-content: center;
}
.about__history .pagination .slick-dots li {
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
.about__history .pagination .slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.about__history .pagination .slick-dots li.slick-active {
  background-color: #FF9B00 !important;
  border: 2px solid transparent;
  height: 10px;
  width: 10px;
}
.about__history .marquee {
  z-index: 0;
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.about__history .marquee .text--bordered {
  line-height: 0.5;
}
.about__years {
  position: relative;
}
.about__years__wrapper {
  width: 100%;
  position: relative;
  background-color: #F3F4EF;
}
.about__years__sticky {
  position: sticky;
  top: 0rem;
  height: 100vh;
  overflow: hidden;
}
.about__years__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
}
.about__years__container .item {
  height: 100vh;
  display: flex !important;
  position: relative;
  overflow: hidden;
  width: 80vw;
}
@media screen and (max-width: 911px) {
  .about__years__container .item {
    flex-direction: column;
    width: 100vw;
  }
}
.about__years__container .item .our-story {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10rem;
  z-index: 2;
}
.about__years__container .item .content {
  padding: 15rem 20rem;
  display: flex;
  width: 50vw;
  justify-content: start;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1360px) {
  .about__years__container .item .content {
    padding: 8rem 10rem;
    width: 100vw;
  }
}
@media screen and (max-width: 911px) {
  .about__years__container .item .content {
    padding: 3rem 8rem;
    width: 100vw;
  }
}
.about__years__container .item .content::before {
  content: "";
  border-top: 3px solid #FF9B00;
  width: 60px;
  height: 3px;
  padding-bottom: 4rem;
}
.about__years__container .item .content__pre-title {
  font-size: 8.2rem;
  letter-spacing: normal !important;
  color: #FFF;
  text-align: start !important;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 911px) {
  .about__years__container .item .content__pre-title {
    font-size: 6.2rem !important;
  }
}
.about__years__container .item .content__title {
  font-size: 5rem !important;
  letter-spacing: normal !important;
  color: #FFF;
  text-align: start !important;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1360px) {
  .about__years__container .item .content__title {
    font-size: 4rem !important;
  }
}
@media screen and (max-width: 911px) {
  .about__years__container .item .content__title {
    font-size: 3rem !important;
  }
}
.about__years__container .item .content__text {
  text-align: start !important;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.about__years__container .item .content__text--150 {
  font-size: 8.2rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 4rem;
}
.about__years__container .item .image {
  width: 50vw;
  height: 100%;
  z-index: 99;
}
.about__years__container .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 911px) {
  .about__years__container .item .image {
    width: 100vw;
    min-height: 50vh;
  }
}
.about__years__container .item:nth-child(3n+2) .content {
  background-color: #FF9B00;
}
.about__years__container .item:nth-child(3n+2) .content * {
  color: #203153;
}
.about__years__container .item:nth-child(3n+2) .content::before {
  content: "";
  border-top: 3px solid #203153;
  width: 60px;
  height: 3px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1360px) {
  .about__years__container .item:nth-child(3n+2) .image {
    width: 65vw;
  }
}
.about__years__container .item:nth-child(3n+3) .content {
  background-color: #9BC0DF;
}
.about__years__container .item:nth-child(3n+3) .content * {
  color: #203153;
}
.about__years__container .item:nth-child(3n+3) .content::before {
  content: "";
  border-top: 3px solid #203153;
  width: 60px;
  height: 3px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1360px) {
  .about__years__container .item:nth-child(3n+3) .image {
    width: 65vw;
  }
}
.about__years__container .item:nth-child(3n+4) .content {
  background-color: #203153;
}
.about__years__container .item:nth-child(3n+4) .content::before {
  content: "";
  border-top: 3px solid #FFF;
  width: 60px;
  height: 3px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1360px) {
  .about__years__container .item:nth-child(3n+4) .image {
    width: 65vw;
  }
}
.about__years__container .item:first-child {
  width: 100vw;
}
.about__years__container .item:first-child .content {
  background-color: #FFF5E7;
}
.about__years__container .item:first-child .content__pre-title {
  color: #203153;
}
.about__years__container .item:first-child .content__title {
  color: #203153;
}
.about__years__container .item:first-child .content__text {
  color: #203153;
}
.about__years__container .item:first-child .content .arrow {
  display: flex;
  justify-content: start;
}
.about__years .pagination {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}
.about__years .pagination .slick-dots {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  justify-content: center;
}
.about__years .pagination .slick-dots li {
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
.about__years .pagination .slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.about__years .pagination .slick-dots li.slick-active {
  background-color: #FF9B00 !important;
  border: 2px solid transparent;
  height: 10px;
  width: 10px;
}
.about__sustentability {
  text-align: center;
  position: relative;
  padding-top: 15rem;
  overflow: hidden;
  padding-bottom: 10rem;
}
.about__sustentability::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: linear-gradient(to right, #FFF5E7 0%, #FFFDF9 50%, #FAFBF6 50%, #FAFBF6 100%);
  width: 100%;
  height: 50%;
}
.about__sustentability .marquee {
  z-index: 0;
  top: 20rem;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.about__sustentability .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.about__sustentability .texts {
  max-width: 620px;
  margin: auto;
}
.about__sustentability .texts .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__sustentability .texts .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.about__sustentability .texts .title::after {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-left: 3rem;
  width: 60px;
}
.about__sustentability .texts .categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.about__sustentability .texts .categories li {
  border-radius: 300px;
  padding: 0.3rem 1.2rem;
  border: 2px solid #9BC;
  cursor: pointer;
  transition: 0.3s all ease;
  color: #9BC;
}
.about__sustentability .texts .categories li.active, .about__sustentability .texts .categories li:hover {
  background-color: #9BC;
  border-color: transparent;
  color: #fff;
}
.about__sustentability__carouselWrapper {
  position: relative;
}
.about__sustentability__carouselWrapper .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc( 50% - 8rem);
  transform: translateY(-50%);
}
.about__sustentability__carouselWrapper .arrow--prev {
  left: 10%;
}
.about__sustentability__carouselWrapper .arrow--next {
  right: 10%;
}
.about__sustentability__carousel .slick-list {
  padding: 0 10% !important;
}
.about__sustentability__carousel .slick-slide {
  margin: 0 30px;
}
.about__sustentability__carousel .slick-track {
  display: flex;
  padding-bottom: 15rem;
}
.about__sustentability__carousel .item {
  max-height: 530px;
  display: flex !important;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.about__sustentability__carousel .item .left {
  min-height: 50%;
  width: 50%;
  position: relative;
}
.about__sustentability__carousel .item .left::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.about__sustentability__carousel .item .left a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.about__sustentability__carousel .item .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.about__sustentability__carousel .item .right {
  width: 50%;
  padding: 15rem 5rem 15rem 10rem;
  text-align: left;
}
.about__sustentability__carousel .item .right .content {
  position: relative;
}
.about__sustentability__carousel .item .right .content::before {
  content: "";
  left: -5rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #203153;
  position: absolute;
}
.about__sustentability__carousel .item .right .content .text--58 {
  max-width: 300px;
  color: #203153;
  font-size: 32px;
  line-height: 100%;
}
.about__sustentability__carousel .item .pagination {
  position: absolute;
  left: 2%;
  bottom: 2%;
  color: rgba(24, 31, 36, 0.2);
}
.about__values {
  display: flex;
  padding: 0;
  position: relative;
  background: linear-gradient(to right, #FFF5E7 0%, #FFFDF9 50%, #FAFBF6 50%, #FAFBF6 100%);
}
.about__values__left {
  width: 50%;
  padding-left: calc(10% + 30px);
}
.about__values__left .text {
  max-width: 70%;
  position: relative;
  font-size: 7.8rem;
}
.about__values__left .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 60px;
  border-bottom: 0.15rem solid #203153;
}
.about__values__right {
  width: 50%;
  padding-right: 5%;
}
.about__values__right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding-left: 8rem;
  position: relative;
}
.about__values__right ul::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 150%;
  border-left: 2px solid #FF9B00;
}
.about__values__right ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
  color: #303E48;
}
.about__values__right ul li strong {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 95%;
  letter-spacing: 0.02em;
  color: #FF9B00;
  font-family: "Gangsar-Regular";
  margin-bottom: -1rem;
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 2.4rem;
  font-family: "Larken";
}
.about__values__right ul li strong::before {
  flex-shrink: 0;
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(/assets/site/images/checklist.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about__values__right .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  padding-left: 8rem;
  position: relative;
}
.about__values__right .row::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 150%;
  border-left: 2px solid #FF9B00;
}
.about__values__right .row .item .top {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.about__values__right .row .item .top svg {
  margin-right: 1rem;
}
.about__chefs {
  padding: 20rem 0 2rem 0;
  position: relative;
}
.about__chefs::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  background: linear-gradient(to right, #F1EFE8 50%, #fff 40px);
  width: 100%;
  height: 50%;
}
.about__chefs .title {
  display: flex;
  align-items: center;
  padding-left: 11.2rem;
  position: relative;
}
.about__chefs .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.about__chefs .marquee {
  z-index: 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.about__chefs .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.about__chefs__carouselWrapper {
  position: relative;
}
.about__chefs__carouselWrapper .progressbar_container {
  left: 12rem;
  width: 100%;
  position: absolute;
  bottom: 10vh;
  overflow: hidden;
  height: 4px;
}
.about__chefs__carouselWrapper .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.about__chefs__carouselWrapper .progressbar_container .wrapper .inner {
  transition: 0.3s all ease;
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.about__chefs__carousel .slick-list {
  padding: 0 35% 0 11rem;
}
.about__chefs__carousel .slick-track {
  display: flex;
  padding: 5rem 0 15rem;
}
.about__chefs__carousel .slick-slide {
  margin-right: 25px;
}
.about__chefs__carousel .item {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  position: relative;
  min-height: 540px;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
  padding: 0 5rem 5rem 5rem;
  transition: 0.3s all ease;
}
.about__chefs__carousel .item::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.04%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.3s all ease;
}
.about__chefs__carousel .item .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-50%);
}
.about__chefs__carousel .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.about__chefs__carousel .item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  position: relative;
  transition: 0.3s all ease;
}
.about__chefs__carousel .item .content svg {
  opacity: 0;
}
.about__chefs__carousel .item .content .role {
  letter-spacing: 0.21em;
  margin-bottom: 1rem;
}
.about__chefs__carousel .item .content .desc {
  line-height: 130%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}
.about__chefs__carousel .item:hover::before {
  background: rgba(24, 31, 36, 0.8);
  z-index: 2;
}
.about__chefs__carousel .item:hover .content svg {
  opacity: 1;
}
.about__chefs__carousel .item:hover .content .desc {
  height: auto;
  opacity: 1;
}
.about__ethic {
  background: #FAFBF6;
  display: flex;
  align-items: center;
  padding: 20rem;
  position: relative;
  gap: 15rem;
}
.about__ethic::before {
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-left: 1.5px solid #9BC;
  position: absolute;
  height: 15rem;
}
.about__ethic__left {
  width: 50%;
}
.about__ethic__left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__ethic__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about__ethic__right .text {
  max-width: 500px;
  margin-bottom: 3rem;
}
.about__ethic__right .text--58 {
  font-family: 5.4rem;
}
.about__ethic__right .btn {
  background-color: #203153;
}
.about__ethic__right .btn:hover {
  background-color: #fff;
  color: #9BC;
  border-color: #9BC;
}

@media (max-width: 1024px) {
  .about__banner {
    padding: 15rem 2rem 2rem;
  }
  .about__banner .content .text--88 {
    font-size: 5.2rem;
  }
  .about__banner .content .text--17 {
    width: 60vw;
  }
  .about__banner::before {
    display: none;
  }
  .about__banner .vertical {
    display: none;
  }
  .about__vision {
    flex-direction: column;
    padding-bottom: 0rem;
    margin-bottom: -10rem;
  }
  .about__vision::after {
    display: none;
  }
  .about__vision__left {
    width: 100%;
    margin-top: 5rem;
    padding-left: 2rem;
  }
  .about__vision__left .text {
    margin-left: 0;
    max-width: 90%;
  }
  .about__vision__left .text--88 {
    font-size: 3.8rem;
  }
  .about__vision__left .text--17 {
    font-size: 1.7rem;
  }
  .about__vision__right {
    width: 100%;
    position: relative;
  }
  .about__vision__right .arrow {
    top: calc(50% - 10rem);
    transform: translateY(-50%);
  }
  .about__vision__right .arrow--prev {
    left: 2%;
  }
  .about__vision__right .arrow--prev svg path {
    stroke: #fff;
  }
  .about__vision__right .arrow--next {
    right: 2%;
  }
  .about__vision__right .slick-track {
    padding: 5rem 0 15rem 0;
  }
  .about__vision__right .item .row {
    margin-left: 2rem;
  }
  .about__vision__right .item .row .paginator {
    margin-right: 2rem;
  }
  .about__pioneering {
    margin-bottom: 0;
  }
  .about__pioneering__content {
    width: 95%;
    margin: 0 auto 5rem;
  }
  .about__pioneering__content .text--88 {
    font-size: 2.6rem;
  }
  .about__pioneering__content .quotes {
    position: absolute;
  }
  .about__pioneering__content .quotes img {
    width: 80px;
  }
  .about__pioneering__content .quotes--left {
    top: -5rem;
    left: -5%;
    transform: rotate(180deg);
  }
  .about__pioneering__content .quotes--right {
    bottom: 10rem;
    right: -6%;
  }
  .about__pioneering__bg {
    height: 350px;
    width: min(100%, 540px);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .about__pioneering__bg .bg--inner {
    height: 100%;
    width: 100%;
    background-size: cover !important;
  }
  .about__history {
    height: 75vh;
    position: relative;
  }
  .about__history__carousel {
    height: 75vh;
  }
  .about__history__carousel .item {
    height: 75vh;
    position: relative;
  }
  .about__history__carousel .item .content .text--150 {
    font-size: 5rem;
  }
  .about__history .arrow {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .about__history .arrow--prev {
    left: 5%;
  }
  .about__history .arrow--next {
    right: 5%;
  }
  .about__history .pagination {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
  }
  .about__history .pagination .slick-dots {
    display: flex;
    align-items: center;
    box-sizing: content-box;
    justify-content: center;
  }
  .about__history .pagination .slick-dots li {
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
  }
  .about__history .pagination .slick-dots li:not(:last-child) {
    margin-right: 15px;
  }
  .about__history .pagination .slick-dots li.slick-active {
    background-color: #FF9B00 !important;
    border: 2px solid transparent;
    height: 10px;
    width: 10px;
  }
  .about__history .marquee {
    z-index: 0;
    bottom: 0;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    -webkit-animation: marquee 32s linear infinite;
            animation: marquee 32s linear infinite;
    pointer-events: none;
  }
  .about__history .marquee .text--bordered {
    line-height: 0.5;
  }
  .about__sustentability .texts .categories {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  .about__sustentability__carouselWrapper {
    position: relative;
  }
  .about__sustentability__carouselWrapper .arrow--prev {
    left: 2%;
  }
  .about__sustentability__carouselWrapper .arrow--next {
    right: 2%;
  }
  .about__sustentability__carousel .slick-list {
    padding: 0 5% !important;
  }
  .about__sustentability__carousel .slick-slide {
    margin: 0 15px;
  }
  .about__sustentability__carousel .item {
    max-height: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .about__sustentability__carousel .item .left {
    width: 100%;
    position: relative;
  }
  .about__sustentability__carousel .item .right {
    width: 100%;
    padding: 5rem 2rem;
    text-align: left;
  }
  .about__sustentability__carousel .item .right .content {
    position: relative;
  }
  .about__sustentability__carousel .item .right .content .text--58 {
    font-size: 2.6rem;
  }
  .about__sustentability__carousel .item .right .content::before {
    display: none;
  }
  .about__values {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 2rem;
  }
  .about__values__left {
    width: 100%;
    padding-left: 0;
  }
  .about__values__left .text {
    max-width: 70%;
    position: relative;
    text-align: center;
    margin: auto;
  }
  .about__values__left .text--150 {
    font-size: 5.2rem;
  }
  .about__values__left .text::before {
    display: none;
  }
  .about__values__right {
    width: 100%;
    padding-right: 5%;
  }
  .about__values__right p {
    display: none;
  }
  .about__values__right ul {
    margin-top: 5rem;
    padding-left: 0;
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  .about__values__right ul::before {
    display: none;
  }
  .about__values__right ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 123%;
    color: #303E48;
  }
  .about__values__right ul li strong {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 85%;
    letter-spacing: 0.02em;
    color: #FF9B00;
    font-family: "Gangsar-Regular";
    margin-bottom: -1rem;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 2.4rem;
  }
  .about__values__right ul li strong::before {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url(/assets/site/images/checklist.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .about__values__right .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    padding-left: 8rem;
    position: relative;
  }
  .about__values__right .row::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 150%;
    border-left: 2px solid #FF9B00;
  }
  .about__values__right .row .item .top {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  .about__values__right .row .item .top svg {
    margin-right: 1rem;
  }
  .about__chefs {
    padding-top: 15rem;
  }
  .about__chefs .title {
    padding-left: 2rem;
  }
  .about__chefs .title::before {
    display: none;
  }
  .about__chefs__carouselWrapper {
    position: relative;
  }
  .about__chefs__carouselWrapper .progressbar_container {
    left: 2rem;
  }
  .about__chefs__carousel .slick-list {
    padding: 0 10% 0 2rem;
  }
  .about__ethic {
    height: 50vh;
    flex-direction: column-reverse;
    padding: 5rem 2rem;
    justify-content: center;
  }
  .about__ethic::before {
    display: none;
  }
  .about__ethic__left {
    display: none;
  }
  .about__ethic__right {
    width: 100%;
  }
  .about__ethic__right .text--58 {
    font-size: 4rem;
  }
}
@media (max-width: 1560px) {
  .about__years__container .item .content {
    padding: 8rem;
  }
  .about__years__container .item .content__pre-title {
    font-size: 6.5rem;
  }
}
.work {
  overflow: hidden;
}
.work__banner {
  height: 100vh;
  position: relative;
  background: #181F24;
  padding: 30vh 0 20vh 22rem;
}
.work__banner::before {
  content: "";
  left: 15.8rem;
  bottom: 0;
  transform: translate(50%, 50%);
  height: 150px;
  border-left: 2px solid #9BC;
  position: absolute;
  z-index: 2;
}
.work__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
}
.work__banner .bg {
  position: absolute;
  inset: 0;
}
.work__banner .bg img, .work__banner .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.work__banner .content {
  z-index: 2;
  position: relative;
  width: 70vw;
}
.work__banner .content .btn {
  margin-top: 3rem;
  background-color: #FF9B00;
}
.work__banner .content .btn:hover {
  background-color: #fff;
  color: #9BC;
  border-color: transparent;
}
.work__banner .content .text--88 {
  width: 100%;
  color: #FFF;
  font-family: Larken;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 64px */
  text-transform: uppercase;
}
@media screen and (max-width: 1360px) {
  .work__banner .content .text--88 {
    font-size: 44px;
  }
}
.work__banner .content .text--17 {
  width: 40vw;
}
.work__banner .vertical {
  position: absolute;
  left: 15rem;
  bottom: 10rem;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 2;
}
.work__banner .marquee {
  z-index: 0;
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.work__banner .marquee .text--bordered {
  line-height: 0.5;
}
.work__vision {
  padding-bottom: 3rem;
  display: flex;
  min-width: 1px;
  position: relative;
}
.work__vision::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 35rem);
  height: 300px;
  border-left: 2px solid #FF9B00;
  transform: translateX(-50%);
}
.work__vision__left {
  width: 50%;
  margin-top: 20rem;
  padding-left: 15rem;
}
.work__vision__left .top {
  height: 7rem;
  border-top: solid 2px #FF9B00;
  margin-left: 8rem;
  margin-right: 38rem;
  margin-top: 4.6rem;
}
.work__vision__left button {
  margin-top: 5rem;
  margin-left: 8rem;
  background: #FF9B00;
}
.work__vision__left .text {
  max-width: 400px;
}
.work__vision__left .text--17 {
  margin-left: 8rem;
  color: #303E48;
  font-family: "Brandon Grotesque";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 390;
  line-height: 153.5%;
}
.work__vision__left .text--88 {
  margin-left: 8rem;
  color: #203153;
  font-family: Larken;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.work__vision__right {
  min-width: 1px;
  width: 50%;
  position: relative;
}
.work__vision__right .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.work__vision__right .arrow--prev {
  left: -5%;
}
.work__vision__right .arrow--next {
  right: 5%;
}
.work__vision__right .slick-track {
  padding: 20rem 0 15rem 0;
}
.work__vision__right .item {
  width: 100%;
}
.work__vision__right .item img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 4rem;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}
.work__vision__right .item .row {
  margin-left: 5rem;
  display: flex;
  align-items: center;
}
.work__vision__right .item .row .paginator {
  margin-right: 5rem;
  color: rgba(24, 31, 36, 0.2);
}
.work__sustentability {
  text-align: center;
  position: relative;
  padding-top: 12rem;
  overflow: hidden;
  padding-bottom: 6rem;
}
.work__sustentability::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #FAFBF6;
  width: 100%;
  height: 50%;
}
.work__sustentability .marquee {
  z-index: 0;
  top: 20rem;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.work__sustentability .marquee .text {
  color: #203153;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.work__sustentability .texts {
  max-width: 780px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work__sustentability .texts .text {
  max-width: 520px;
}
.work__sustentability .texts .text--38 {
  font-weight: 700;
}
.work__sustentability .texts .description {
  max-width: 780px;
  color: #303E48;
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 390;
  line-height: 153.5%;
  margin-bottom: 5.6rem;
}
.work__sustentability .texts .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.work__sustentability .texts .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.work__sustentability .texts .title::after {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-left: 3rem;
  width: 60px;
}
.work__sustentability .texts .categories {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.work__sustentability .texts .categories li {
  border-radius: 300px;
  padding: 0.3rem 1.2rem;
  border: 2px solid #203153;
  cursor: pointer;
  transition: 0.3s all ease;
  color: #203153;
}
.work__sustentability .texts .categories li.active, .work__sustentability .texts .categories li:hover {
  background-color: #203153;
  border-color: transparent;
  color: #fff;
}
.work__sustentability__carouselWrapper {
  position: relative;
}
.work__sustentability__carouselWrapper .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc( 50% - 8rem);
  transform: translateY(-50%);
}
.work__sustentability__carouselWrapper .arrow--prev {
  left: 10%;
}
.work__sustentability__carouselWrapper .arrow--next {
  right: 10%;
}
.work__sustentability__carousel .slick-list {
  padding: 0 10% !important;
}
.work__sustentability__carousel .slick-slide {
  margin: 0 30px;
}
.work__sustentability__carousel .slick-track {
  display: flex;
  padding-bottom: 15rem;
}
.work__sustentability__carousel .item {
  max-height: 530px;
  display: flex !important;
  height: auto;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.work__sustentability__carousel .item .left {
  width: 50%;
  position: relative;
}
.work__sustentability__carousel .item .left::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.work__sustentability__carousel .item .left a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.work__sustentability__carousel .item .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.work__sustentability__carousel .item .right {
  width: 50%;
  padding: 15rem 5rem 15rem 10rem;
  text-align: left;
}
.work__sustentability__carousel .item .right .content {
  position: relative;
}
.work__sustentability__carousel .item .right .content::before {
  content: "";
  left: -5rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #FF9B00;
  position: absolute;
}
.work__sustentability__carousel .item .right .content .text--58 {
  max-width: 300px;
  color: #203153;
  font-size: 32px;
  line-height: 100%;
}
.work__sustentability__carousel .item .pagination {
  position: absolute;
  left: 2%;
  bottom: 2%;
  color: rgba(24, 31, 36, 0.2);
}
.work__north {
  padding: 15rem;
  padding-top: 1rem;
}
.work__north .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work__north .wrapper .text {
  text-align: center;
  margin-bottom: 6rem;
  color: #203153;
  font-family: Larken;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 600px;
}
.work__north .wrapper .item-wrapper {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.work__north .wrapper .item-wrapper .item {
  width: 280px;
  height: 320px;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  align-items: center;
  gap: 3rem;
  padding: 8rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.work__north .wrapper .item-wrapper .item svg {
  flex-shrink: 0;
}
.work__north .wrapper .item-wrapper .item .text {
  font-size: 2rem;
  text-align: center;
}
.work__how {
  display: flex;
  height: 100vh;
  width: 100%;
}
.work__how .left {
  background: #FF9B00;
  width: 50%;
  justify-content: center;
  align-items: center;
}
.work__how .left .wrapper {
  padding: 0 14rem;
  padding-bottom: 0;
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
}
.work__how .left .wrapper .text {
  color: #203153;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 6rem;
}
.work__how .left .wrapper .carouselWrapper {
  display: flex;
  flex-direction: column;
}
.work__how .left .wrapper .carouselWrapper .carousel .item {
  display: flex;
  gap: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1360px) {
  .work__how .left .wrapper .carouselWrapper .carousel .item {
    margin-bottom: -1rem;
  }
}
.work__how .left .wrapper .carouselWrapper .carousel .item .left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.work__how .left .wrapper .carouselWrapper .carousel .item .left .top {
  text-align: right;
  height: 8rem;
  margin-bottom: 2rem;
}
.work__how .left .wrapper .carouselWrapper .carousel .item .left .top .number {
  color: #203153;
  font-size: 78px;
  font-weight: 700;
  line-height: 78.5%;
}
.work__how .left .wrapper .carouselWrapper .carousel .item .left .bottom {
  height: 2rem;
  width: 6rem;
  margin-top: 1rem;
  border-top: solid 2px #203153;
  margin-left: 6rem;
}
.work__how .left .wrapper .carouselWrapper .carousel .item .right {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.work__how .left .wrapper .carouselWrapper .carousel .item .right .top {
  height: 8rem;
  margin-bottom: 2rem;
}
.work__how .left .wrapper .carouselWrapper .carousel .item .right .top .label {
  color: #203153;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.work__how .left .wrapper .carouselWrapper .carousel .item .right .bottom .text {
  color: #303E48;
  font-family: "Brandon Grotesque";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 390;
  line-height: 153.5%;
  text-transform: none;
}
.work__how .left .wrapper .carouselWrapper .btn {
  margin-left: 37%;
  background: #203153;
}
.work__how .left .wrapper .carouselWrapper .progressbar_container {
  margin-top: 11rem;
  width: 100%;
  overflow: hidden;
  height: 4px;
}
.work__how .left .wrapper .carouselWrapper .progressbar_container .wrapper-carousel {
  position: relative;
  background: rgba(32, 49, 83, 0.3);
  height: 1.5px;
}
.work__how .left .wrapper .carouselWrapper .progressbar_container .wrapper-carousel .inner {
  transition: 0.3s all ease;
  height: 4px;
  background: #203153;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  z-index: 999;
}
.work__how .right {
  width: 50%;
}
.work__how .right img {
  height: 100%;
}
.work__workus {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.work__workus::after {
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-left: 1.5px solid #fff;
  position: absolute;
  height: 1em;
  z-index: -1;
}
.work__workus .bg {
  position: absolute;
  inset: 0;
  background-size: 120%;
  z-index: -1;
  background-size: cover !important;
}
.work__workus .bg::before {
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(24, 31, 36, 0.5), rgba(24, 31, 36, 0.5));
}
.work__workus .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.work__workus .title {
  margin-bottom: 6.5rem;
  position: relative;
}
.work__workus .text--150, .work__workus .text--17 {
  margin-bottom: 3rem;
  max-width: 600px;
}
.work__workus .text--150 {
  color: #FFF;
  font-family: Larken;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%;
  /* 61.23px */
}
.work__workus .btn {
  background-color: #FF9B00;
}
.work__workus .btn:hover {
  background-color: #fff;
  color: #9BC;
  border-color: transparent;
}
.work .contact-modal {
  opacity: 0;
  transition: 0.5s all ease;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: -10;
  background: #ffffff;
  border-radius: 5px;
  max-width: 800px;
  height: min(90vh, 820px);
  transform: translate(-50%, -50%);
  overflow: scroll;
  padding: 6.5rem;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.work .contact-modal .form-validation {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.work .contact-modal .form-validation .success {
  color: #9BC;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 153.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  margin: 0 auto;
  transition: 0.3s all ease;
  pointer-events: none;
}
.work .contact-modal .form-validation .success.active {
  opacity: 1;
  transition: 0.3s all ease;
}
.work .contact-modal .form-validation .fail {
  color: red;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 153.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  margin: 0 auto;
  transition: 0.3s all ease;
  pointer-events: none;
}
.work .contact-modal .form-validation .fail.active {
  opacity: 1;
  transition: 0.3s all ease;
}
.work .contact-modal .close-modal {
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
}
.work .contact-modal .text--17 {
  max-width: 400px;
  margin-bottom: 3rem;
}
.work .contact-modal .text--58 {
  font-size: 40px;
}
.work .contact-modal.active {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
}
.work .contact-modal .form .row .feedback-recaptcha {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  color: red;
  height: 10rem;
}
.work .contact-modal .form .row .feedback-recaptcha.active {
  opacity: 1;
  pointer-events: all;
}
.work .contact-modal .form button {
  background: #FF9B00;
}
.work .contact-modal .form button:hover {
  background-color: transparent;
}

@media (max-width: 1024px) {
  .work__banner {
    padding: 15rem 2rem 2rem;
  }
  .work__banner .content {
    width: 80vw;
  }
  .work__banner .content .text--88 {
    font-size: 4.4rem;
  }
  .work__banner .content .text--17 {
    width: 50vw;
  }
  .work__banner::before {
    display: none;
  }
  .work__banner .vertical {
    display: none;
  }
  .work__vision {
    flex-direction: column;
    padding-bottom: 0rem;
    margin-bottom: -10rem;
  }
  .work__vision::after {
    display: none;
  }
  .work__vision__left {
    width: 100%;
    margin-top: 2rem;
    padding-left: 2rem;
  }
  .work__vision__left .text {
    margin-left: 0;
    max-width: 90%;
  }
  .work__vision__left .text--88 {
    font-size: 4.4rem;
  }
  .work__vision__right {
    width: 100%;
    position: relative;
  }
  .work__vision__right .arrow {
    top: calc(50% - 10rem);
    transform: translateY(-50%);
  }
  .work__vision__right .arrow--prev {
    left: 2%;
  }
  .work__vision__right .arrow--prev svg path {
    stroke: #fff;
  }
  .work__vision__right .arrow--next {
    right: 2%;
  }
  .work__vision__right .slick-track {
    padding: 5rem 0 15rem 0;
  }
  .work__vision__right .item .row {
    margin-left: 2rem;
  }
  .work__vision__right .item .row .paginator {
    margin-right: 2rem;
  }
  .work__sustentability .texts .description {
    text-align: left;
    padding-left: 2rem;
  }
  .work__sustentability .texts .categories {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  .work__sustentability__carouselWrapper {
    position: relative;
  }
  .work__sustentability__carouselWrapper .arrow--prev {
    left: 2%;
  }
  .work__sustentability__carouselWrapper .arrow--next {
    right: 2%;
  }
  .work__sustentability__carousel .slick-list {
    padding: 0 5% !important;
  }
  .work__sustentability__carousel .slick-slide {
    margin: 0 15px;
  }
  .work__sustentability__carousel .item {
    max-height: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .work__sustentability__carousel .item .left {
    width: 100%;
    position: relative;
  }
  .work__sustentability__carousel .item .right {
    width: 100%;
    padding: 5rem 2rem;
    text-align: left;
  }
  .work__sustentability__carousel .item .right .content {
    position: relative;
  }
  .work__sustentability__carousel .item .right .content::before {
    display: none;
  }
  .work__north {
    padding: 2rem;
    padding-bottom: 8rem;
  }
  .work__north .wrapper .text--38 {
    font-size: 4.2rem;
  }
  .work__north .wrapper .item-wrapper .item {
    width: 240px;
    height: 220px;
    padding: 4rem;
  }
  .work__how {
    height: 80vh;
  }
  .work__how .left {
    width: 100%;
  }
  .work__how .left .wrapper {
    padding: 6rem 2rem;
  }
  .work__how .left .wrapper .text--38 {
    font-size: 4.2rem;
    text-align: center;
  }
  .work__how .left .wrapper .carouselWrapper .carousel .item .right .top {
    margin-bottom: 2rem;
  }
  .work__how .left .wrapper .carouselWrapper .carousel .item .right .top .label {
    font-size: 3rem;
    text-align: left;
  }
  .work__how .left .wrapper .carouselWrapper .carousel .item .right .bottom .text {
    margin-bottom: 2rem;
  }
  .work__how .left .wrapper .carouselWrapper .carousel .item .left .top {
    margin-bottom: 2rem;
  }
  .work__how .right {
    display: none;
  }
  .work__workus {
    justify-content: start;
    height: 80vh;
    padding: 2rem;
    padding-top: 10rem;
  }
  .work__workus .text--150 {
    font-size: 6.2rem;
  }
  .work__workus::after {
    display: none;
  }
  .work .contact-modal {
    padding: 8rem 2rem 5rem;
    width: 95%;
  }
  .work .contact-modal .close-modal {
    top: 0%;
    right: 5%;
    width: 30px;
  }
  .work .contact-modal .text--17 {
    max-width: 400px;
    margin-bottom: 3rem;
  }
  .work .contact-modal.active {
    opacity: 1;
    pointer-events: all;
    z-index: 10;
  }
}
.where .select-wrapper {
  padding: 2rem;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.where .select-wrapper svg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  pointer-events: none;
}
.where .select-wrapper select {
  background-color: transparent;
  width: 100%;
  min-width: 350px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 153.5%;
  color: #303E48;
  cursor: pointer;
  font-family: "Brandon Grotesque";
}
.where__banner {
  display: flex;
  height: 100vh;
}
.where__banner__left {
  width: 42%;
  position: relative;
  z-index: 2;
}
.where__banner__left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.where__banner__left #map {
  width: 100%;
  height: 100%;
}
.where__banner__left #map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.where__banner__right {
  width: 58%;
  background-color: #203153;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15rem;
}
.where__banner__right form {
  display: flex;
}
.where__banner__right .content {
  max-width: 350px;
  overflow: hidden;
}
.where__banner__right .content .title {
  margin-bottom: 3rem;
}
.where__banner__right .content .text {
  max-width: 90%;
}
.where__banner__right .content .text--17 {
  padding-left: 5rem;
  position: relative;
}
.where__banner__right .content .text--17::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-left: 1.5px solid #fff;
}
.where__banner__right .content .text--88 {
  font-size: 50px;
  line-height: 90%;
}
.where__banner__right .marquee {
  z-index: 0;
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.where__banner__right .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: 1px solid rgba(255, 255, 255, 0.2);
}
.where__results {
  background: #FAFBF6;
}
.where__results form {
  display: flex;
}
.where__results__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 25rem 0rem 10rem;
}
.where__results__top .text {
  font-size: 2.8rem;
  display: none;
}
.where__results__top .text span {
  margin-right: 1rem;
}
.where__results__top .text strong {
  color: #9BC;
  margin-left: 1rem;
}
.where__results__top .text.active {
  display: flex;
}
.where__results__bottom {
  position: relative;
  overflow: hidden;
}
.where__results__bottom .progressbar_container {
  left: 12rem;
  width: 100%;
  position: absolute;
  bottom: 10vh;
  overflow: hidden;
  height: 4px;
}
.where__results__bottom .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.where__results__bottom .progressbar_container .wrapper .inner {
  transition: 0.3s all ease;
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.where__results__carousel .slick-list {
  padding: 0 15% 0 10rem;
}
.where__results__carousel .slick-track {
  display: flex;
  padding: 5rem 0 15rem;
}
.where__results__carousel .slick-slide {
  margin-right: 25px;
}
.where__results__carousel .item {
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 6rem;
  transition: 0.3s all ease;
  height: auto;
}
.where__results__carousel .item .content .row {
  display: flex;
  align-items: center;
}
.where__results__carousel .item .content .row svg {
  margin-right: 1rem;
}
.where__results__carousel .item .content .row .uf {
  align-self: flex-start;
  color: rgba(0, 85, 184, 0.1);
  font-size: 10rem;
  margin-right: 2rem;
}
.where__results__carousel .item .content .row .text--58 {
  margin-left: -6rem;
  font-size: 3.2rem;
  color: #203153;
}
.where__results__carousel .item .content .address {
  max-width: 80%;
}

@media (max-width: 1024px) {
  .where {
    overflow: hidden;
  }
  .where .select-wrapper {
    margin: 0 auto 1.5rem;
  }
  .where .select-wrapper select {
    min-width: 250px;
  }
  .where__banner {
    height: 90vh;
  }
  .where__banner__left {
    display: none;
  }
  .where__banner__right {
    width: 100%;
  }
  .where__banner__right .content .text--88 {
    font-size: 4.8rem;
  }
  .where__results__top {
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .where__results__top .text.active {
    flex-wrap: wrap;
    margin-bottom: 2rem;
    text-align: center;
    justify-content: center;
  }
  .where__results__bottom .progressbar_container {
    left: 2rem;
  }
  .where__results__carousel .slick-list {
    padding: 0 15% 0 2rem;
  }
  .where__results__carousel .slick-track {
    padding-top: 0;
  }
}
.receipes {
  background: #FAFBF6;
}
@media screen and (max-width: 1360px) {
  .receipes {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 911px) {
  .receipes {
    margin-top: 5rem;
  }
}
.receipes__banner {
  position: relative;
  height: 120vh;
  display: flex;
  align-items: center;
  padding: 25rem;
  background: #FAFBF6;
}
.receipes__banner__left {
  width: 50%;
}
.receipes__banner__left .text {
  width: 80%;
  font-size: 6rem;
  color: #203153;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 700;
}
@media screen and (max-width: 1550px) {
  .receipes__banner__left .text {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1450px) {
  .receipes__banner__left .text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1350px) {
  .receipes__banner__left .text {
    font-size: 3rem;
  }
}
.receipes__banner__right {
  width: 50%;
}
.receipes__banner__right form .inputWrapper {
  display: flex;
  position: relative;
  border-bottom: 1.5px solid #FF9B00;
  padding-bottom: 1.5rem;
}
.receipes__banner__right form .inputWrapper button {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
}
.receipes__banner__right form .count {
  margin-top: 3rem;
  color: rgba(24, 31, 36, 0.2);
}
.receipes__banner .marquee {
  z-index: 0;
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.receipes__banner .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.receipes__list {
  background: #FAFBF6;
}
.receipes__list__categories {
  position: sticky;
  z-index: 5;
  background: #FAFBF6;
  color: #203153;
  top: 0;
  padding: 3rem;
  border-top: 1.5px solid rgba(175, 148, 53, 0.2);
  border-bottom: 1.5px solid rgba(175, 148, 53, 0.2);
}
.receipes__list__categories .categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.receipes__list__categories .categories li {
  border-radius: 999px;
  padding: 0.5rem 1.6rem;
  border: 2px solid #203153;
  cursor: pointer;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.receipes__list__categories .categories li a {
  color: #203153;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.4rem;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.receipes__list__categories .categories li.active, .receipes__list__categories .categories li:hover {
  background-color: #203153;
  border-color: transparent;
}
.receipes__list__categories .categories li.active a, .receipes__list__categories .categories li:hover a {
  color: #fff !important;
}
.receipes .item {
  display: flex;
  border-bottom: 1.5px solid rgba(175, 148, 53, 0.2);
  position: relative;
  max-height: 600px;
}
.receipes .item .left {
  padding: 3rem;
  width: 50%;
  transition: 0.3s all ease;
}
.receipes .item .left img, .receipes .item .left video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.receipes .item .right {
  width: 50%;
  padding: 15rem 10rem;
}
.receipes .item .right .text {
  max-width: 300px;
}
.receipes .item .right .text--88 {
  margin-bottom: 3rem;
  color: #203153;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 85%;
}
.receipes .item .right .row {
  display: flex;
  align-items: center;
}
.receipes .item .right .row svg {
  margin-right: 1.5rem;
}
.receipes .item:hover::before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(175, 148, 53, 0.2), rgba(175, 148, 53, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
  transition: 0.3s all ease;
}
.receipes .item:hover .left {
  width: 100%;
  padding: 0;
}
.receipes .item:hover .right {
  position: absolute;
  z-index: 2;
  left: 50%;
}
.receipes .item:hover .right .text {
  color: #fff;
}
.receipes__loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFBF6;
  padding: 5rem;
}
.receipes__loadmore a {
  border-radius: 5px;
  background: #FF9B00;
}
.receipes__brands__logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  padding-bottom: 7rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1360px) {
  .receipes__brands__logos {
    padding-bottom: 2rem;
  }
}
.receipes__brands__logos .title {
  display: flex;
  align-items: center;
  color: #303E48;
}
.receipes__brands__logos .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.receipes__brands__logos ul {
  display: flex;
  align-items: center;
}
.receipes__brands__logos ul li {
  opacity: 0.3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
}
.receipes__brands__logos ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.receipes__brands__logos ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.receipes__brands__logos ul li a img {
  width: 100%;
}
.receipes__brands__logos ul li:hover {
  opacity: 1;
}
.receipes__brands__cardsWrapper {
  width: 100%;
  position: relative;
  background: #FAFBF6;
}
.receipes__brands__cardssticky {
  position: sticky;
  top: 0rem;
  height: 100vh;
  overflow: hidden;
}
.receipes__brands__cardssticky .progressbar_container {
  left: 10rem;
  width: 90vw;
  position: absolute;
  bottom: 5vh;
  overflow: hidden;
  height: 4px;
}
.receipes__brands__cardssticky .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.receipes__brands__cardssticky .progressbar_container .wrapper .inner {
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.receipes__brands__cardsContainer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: flex;
}
.receipes__brands__cardsContainer .item-brand {
  display: flex;
  justify-content: flex-end;
  max-width: 600px;
  height: 70vh;
  position: relative;
  margin-right: 35px;
}
.receipes__brands__cardsContainer .item-brand:first-child {
  margin-left: 10rem;
}
.receipes__brands__cardsContainer .item-brand .left {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.receipes__brands__cardsContainer .item-brand .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.receipes__brands__cardsContainer .item-brand .right {
  z-index: 1;
  width: 60%;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.receipes__brands__cardsContainer .item-brand .right .text--17 {
  max-width: 80%;
}
.receipes__brands__cardsContainer .item-brand .right .text--58 {
  font-size: 3rem;
  color: #203153;
  font-family: Larken;
  font-weight: 700;
}
.receipes__brands__cardsContainer .item-brand .right .btn {
  margin-top: 2rem;
}
.receipes__brands__cardsContainer .item-brand .right img {
  max-width: 60%;
}

@media (max-width: 1024px) {
  .receipes {
    overflow: hidden;
  }
  .receipes__banner {
    padding: 15rem 2rem 2rem !important;
    flex-direction: column;
    height: 80vh;
  }
  .receipes__banner__left {
    width: 100%;
    font-size: 4.8rem;
  }
  .receipes__banner__right {
    width: 100%;
  }
  .receipes__banner .marquee .text {
    font-size: 15rem;
  }
  .receipes__list__categories {
    padding: 2rem;
  }
  .receipes__list__categories .categories {
    gap: 1.5rem;
  }
  .receipes__list .item {
    display: flex;
    border-bottom: 1.5px solid rgba(175, 148, 53, 0.2);
    position: relative;
    max-height: 100%;
  }
  .receipes__list .item::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(175, 148, 53, 0.2), rgba(175, 148, 53, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    transition: 0.3s all ease;
  }
  .receipes__list .item .left {
    width: 100%;
    padding: 0;
  }
  .receipes__list .item .right {
    position: unset;
    z-index: 2;
    left: 0rem;
    width: 100%;
    height: 100%;
    padding: 5rem 2rem;
  }
  .receipes__list .item .right .row {
    margin-bottom: 1rem;
  }
  .receipes__list .item .right .text {
    color: #fff;
  }
  .receipes__list .item .right .text--88 {
    font-size: 2.6rem;
  }
  .receipes__list .item:hover .right {
    position: unset;
    z-index: 2;
    left: 0rem;
    width: 100%;
  }
  .receipes__brands {
    display: none;
  }
  .receipes__brands__logos ul {
    display: none;
  }
  .receipes__brands__cardsContainer .item-brand {
    flex-direction: column-reverse;
    width: 90vw;
  }
  .receipes__brands__cardsContainer .item-brand:first-child {
    margin-left: 2rem;
  }
  .receipes__brands__cardsContainer .item-brand .left {
    width: 100%;
  }
  .receipes__brands__cardsContainer .item-brand .right {
    width: 100%;
    padding: 2rem;
  }
  .receipes__brands__cardsContainer .item-brand .right .text--58 {
    font-size: 2.8rem !important;
  }
  .receipes__brands__cardssticky .progressbar_container {
    left: 2rem;
  }
}
@media (max-width: 1366px) {
  .receipes__banner {
    padding: 9rem;
  }
  .receipes__brands__cardsContainer .item-brand {
    height: 75vh;
  }
  .receipes__brands__cardsContainer .item-brand .right {
    padding: 2rem 6rem;
  }
  .receipes__brands__cardsContainer .item-brand .right .text--58 {
    font-size: 2.6rem;
  }
}
.receipesDetails__banner {
  height: 100vh;
  position: relative;
  background: #181F24;
  padding: 30vh 0 20vh 22rem;
  overflow: hidden;
}
.receipesDetails__banner::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 150px;
  transform: translateX(-50%);
  border-left: 1.5px solid #FF9B00;
  z-index: 2;
}
.receipesDetails__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
}
.receipesDetails__banner .bg {
  position: absolute;
  inset: 0;
}
.receipesDetails__banner .bg img, .receipesDetails__banner .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.receipesDetails__banner .content {
  z-index: 2;
  position: relative;
  width: min(100%, 550px);
}
.receipesDetails__banner .content .text--150 {
  font-size: 6.4rem;
}
.receipesDetails__banner .content .text--88 {
  width: 78%;
}
.receipesDetails__banner .marquee {
  z-index: 0;
  bottom: 0;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.receipesDetails__banner .marquee .text--bordered {
  line-height: 0.5;
}
.receipesDetails__items {
  display: flex;
  padding: 20rem 0;
  position: relative;
  border-bottom: 1.5px solid rgba(175, 148, 53, 0.2);
}
.receipesDetails__items::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  border-left: 1.5px solid rgba(175, 148, 53, 0.2);
}
.receipesDetails__items__left {
  width: 50%;
  padding: 0 22rem;
}
.receipesDetails__items__left .text--gangsar {
  color: #203153;
  font-family: Larken;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
.receipesDetails__items__left .row {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.receipesDetails__items__left .row svg {
  margin-right: 1.5rem;
}
.receipesDetails__items__right {
  width: 50%;
  padding-left: 10rem;
}
.receipesDetails__items__right .text--gangsar {
  color: #203153;
  font-family: Larken;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
  text-transform: uppercase;
}
.receipesDetails__items__right ol, .receipesDetails__items__right ul {
  list-style: disc;
  padding-left: 15px;
}
.receipesDetails__items__right ol li, .receipesDetails__items__right ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 198%;
  color: #303E48;
}
.receipesDetails__prepare {
  padding: 10rem 22rem 0;
}
.receipesDetails__prepare h2 {
  color: #203153;
  font-family: Larken;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
  text-transform: uppercase;
  padding-bottom: 5rem;
}
.receipesDetails__prepare h1 {
  color: #203153;
  font-family: Larken;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 85%;
  text-transform: uppercase;
  padding-bottom: 5rem;
}
.receipesDetails__prepare ul, .receipesDetails__prepare ol {
  max-width: 800px;
  margin-bottom: 10rem;
}
.receipesDetails__prepare ul li, .receipesDetails__prepare ol li {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 198%;
  color: #303E48;
  margin-bottom: 4rem;
  position: relative;
  padding-left: 8rem;
}
.receipesDetails__prepare ol {
  counter-reset: customCounter;
}
.receipesDetails__prepare ol li {
  counter-increment: customCounter;
}
.receipesDetails__prepare ol li::before {
  content: counter(customCounter) ".";
  position: absolute;
  left: 0;
  top: 10%;
  font-family: "Larken";
  font-style: normal;
  font-weight: 400;
  font-size: 5.8rem;
  line-height: 85%;
  text-transform: uppercase;
  color: #FF9B00;
}
.receipesDetails__prepare ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/assets/site/images/ol-list-style.svg);
  width: 40px;
  height: 40px;
}
.receipesDetails__mosaic {
  display: flex;
  flex-wrap: wrap;
  padding: 0 6.5rem;
  gap: 6.5rem;
  margin: 20rem 0;
}
.receipesDetails__mosaic .item {
  width: calc(50% - 6.5rem);
}
.receipesDetails__mosaic .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.receipesDetails__video {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.receipesDetails__video .bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
}
.receipesDetails__video .content {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #fff;
}
.receipesDetails__video .content svg {
  margin: 0 3rem;
}
.receipesDetails__receipes {
  height: 100vh;
  position: relative;
}
.receipesDetails__receipes .title {
  position: absolute;
  left: 8rem;
  top: 10rem;
  display: flex;
  align-items: center;
  z-index: 5;
}
.receipesDetails__receipes .title::before {
  content: "";
  width: 60px;
  border-bottom: 1.5px solid #fff;
  margin-right: 3rem;
}
.receipesDetails__receipes .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.receipesDetails__receipes .arrow--prev {
  left: 5%;
}
.receipesDetails__receipes .arrow--next {
  right: 5%;
}
.receipesDetails__receipes__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  transition: 0.3s all ease;
  background-color: #000;
}
.receipesDetails__receipes__bg img, .receipesDetails__receipes__bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.receipesDetails__receipes__bg.active {
  opacity: 1;
}
.receipesDetails__receipes__carousel {
  height: 100vh;
}
.receipesDetails__receipes__carousel .item {
  height: 100vh;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 0 15rem 5rem 20rem;
  color: #fff;
  transition: 0.3s all ease;
}
.receipesDetails__receipes__carousel .item .text--17 {
  max-width: 245px;
}
.receipesDetails__receipes__carousel .item .text--58 {
  font-size: 4rem;
}
.receipesDetails__receipes__carousel .item.active {
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
  border-bottom: 10px solid #FF9B00;
}

@media (max-width: 1024px) {
  .receipesDetails__banner {
    padding: 15rem 2rem 2rem;
    height: 80vh;
  }
  .receipesDetails__banner .content .text--150 {
    font-size: 5.2rem;
  }
  .receipesDetails__items {
    padding: 5rem 0;
    flex-direction: column;
  }
  .receipesDetails__items::before {
    display: none;
  }
  .receipesDetails__items__left {
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .receipesDetails__items__left .text {
    margin-bottom: 2rem;
  }
  .receipesDetails__items__left .text--58 {
    font-size: 4.2rem;
  }
  .receipesDetails__items__right {
    width: 100%;
    padding-left: 2rem;
  }
  .receipesDetails__items__right .text {
    margin-bottom: 2rem;
  }
  .receipesDetails__items__right .text--58 {
    font-size: 3.2rem;
  }
  .receipesDetails__items__right ol li {
    font-size: 1.9rem;
  }
  .receipesDetails__items__right ul li {
    font-size: 1.9rem;
  }
  .receipesDetails__prepare {
    padding: 2rem;
  }
  .receipesDetails__prepare ol li {
    padding-left: 6rem;
    font-size: 1.9rem;
    line-height: 135%;
  }
  .receipesDetails__prepare ul li {
    padding-left: 7rem;
    font-size: 1.9rem;
    line-height: 135%;
  }
  .receipesDetails__video {
    height: 75vh;
  }
  .receipesDetails__receipes {
    height: 70vh;
    position: relative;
  }
  .receipesDetails__receipes .title {
    left: 2rem;
    top: 5rem;
  }
  .receipesDetails__receipes__bg {
    width: 100vw;
    filter: brightness(0.5);
  }
  .receipesDetails__receipes__carousel {
    height: 70vh;
  }
  .receipesDetails__receipes__carousel .item {
    height: 70vh;
    padding: 10rem;
  }
  .receipesDetails__receipes__carousel .item .text--58 {
    font-size: 3.4rem;
  }
  .receipesDetails__receipes__carousel .item .text--17 {
    height: auto;
    opacity: 1;
  }
  .receipesDetails__receipes__carousel .item .btn span {
    opacity: 1;
  }
}
.news__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.news__banner .bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
}
.news__banner .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.6) 100%);
}
.news__banner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100px;
  border-left: 1px solid #fff;
  bottom: 4.3rem;
  z-index: 2;
}
.news__banner .arrow {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__banner .title {
  margin-bottom: 3rem;
}
.news__banner .text, .news__banner .title {
  position: relative;
  z-index: 2;
}
.news__banner .text--150 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.5%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 7rem;
}
.news__banner .marquee {
  z-index: 0;
  bottom: -5%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.news__banner .marquee .text {
  text-transform: uppercase;
}
.news__banner .marquee .text--bordered {
  line-height: 0.5;
}
.news__grid {
  display: grid;
  padding: 10rem 6.5rem;
  margin: auto;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  position: relative;
}
.news__grid::before {
  content: "";
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 77px;
  border-radius: 50%;
  background-color: #203153;
  position: absolute;
  z-index: 2;
}
.news__grid .item--small, .news__grid .item--big {
  min-height: 450px;
  position: relative;
  padding: 5rem;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}
.news__grid .item--small::before, .news__grid .item--big::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 31, 36, 0) 0%, rgba(24, 31, 36, 0.5) 100%), rgba(0, 0, 0, 0.2);
}
.news__grid .item--small .content, .news__grid .item--big .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  height: 100%;
}
.news__grid .item--small .content .text, .news__grid .item--big .content .text {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  max-width: 350px;
}
.news__grid .item--small .content .text--58, .news__grid .item--big .content .text--58 {
  font-size: 3rem !important;
  margin-bottom: 2rem;
}
.news__grid .item--small .bg, .news__grid .item--big .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.news__grid .item--small .bg img, .news__grid .item--big .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news__grid .item--small svg, .news__grid .item--big svg {
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: 2;
}
.news__grid .item--noImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  grid-column: span 2;
  min-height: 450px;
  filter: none;
}
.news__grid .item--noImg::before {
  display: none;
}
.news__grid .item--noImg svg {
  order: 3;
  position: unset;
}
.news__grid .item--noImg svg path {
  stroke: #FF9B00;
}
.news__grid .item--noImg .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news__grid .item--noImg .content .text {
  color: #181F24;
  text-transform: uppercase;
}
.news__grid .item--noImg .content .text--17 {
  order: 1;
  color: rgba(24, 31, 36, 0.2);
  margin-bottom: 2rem;
}
.news__grid .item--noImg .content .text--58 {
  order: 2;
  max-width: 520px;
  margin: 0 auto 3rem auto;
}
.news__grid .item--big {
  grid-column: span 2;
  min-height: 535px;
}
.news__loadmore {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10rem;
}
.news__loadmore .btn {
  background-color: #FF9B00;
}

@media (max-width: 1024px) {
  .news__banner {
    padding: 2rem;
    align-items: flex-start;
  }
  .news__banner .text--150 {
    font-size: 5.8rem;
    line-height: 100%;
  }
  .news__grid {
    padding: 5rem 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .news__grid .item {
    grid-column: span 2 !important;
  }
  .news__grid .item .content .text--58 {
    font-size: 2.6rem !important;
  }
}
@media (max-width: 1366px) {
  .news__grid .item--small .content .text--58 {
    font-size: 4rem;
  }
}
#newsDetails {
  background-color: #FAFBF6;
}

.newsDetails__banner {
  display: flex;
  padding: 25rem 7rem 5rem 7rem;
  position: relative;
}
.newsDetails__banner__left {
  width: 10%;
}
.newsDetails__banner__right {
  width: 90%;
}
.newsDetails__banner__right .top {
  border-bottom: 1.5px solid rgba(175, 148, 53, 0.2);
}
.newsDetails__banner__right .top .title {
  margin-bottom: 6rem;
}
.newsDetails__banner__right .top .title--small {
  color: #203153;
}
.newsDetails__banner__right .top .text--88 {
  max-width: max(700px, 60%);
  text-transform: uppercase;
  margin-bottom: 4.5rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  /* 50px */
  text-transform: uppercase;
}
.newsDetails__banner__right .bottom {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsDetails__banner__right .bottom .text {
  max-width: 500px;
}
.newsDetails__img {
  height: min(100vh, 800px);
  margin-top: 20rem;
  position: relative;
}
.newsDetails__img .arrow {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.newsDetails__img img, .newsDetails__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.newsDetails__content {
  display: flex;
  padding: 10rem 6.5rem;
}
.newsDetails__content__left {
  width: 20%;
}
.newsDetails__content__left .social-list {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
.newsDetails__content__right {
  padding-left: 6rem;
  width: 80%;
}
.newsDetails__content__right .content {
  max-width: 80%;
}
.newsDetails__content__right .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 180%;
  color: #203153;
  margin-bottom: 3rem;
  font-size: 18px;
}
.newsDetails__content__right .content p span {
  font-size: 18px !important;
}
.newsDetails__seeMore {
  text-align: center;
  position: relative;
  padding-top: 10rem;
  overflow: hidden;
}
.newsDetails__seeMore .marquee {
  z-index: 0;
  top: 10rem;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.newsDetails__seeMore .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.newsDetails__seeMore .texts {
  max-width: 620px;
  margin: auto;
}
.newsDetails__seeMore .texts .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsDetails__seeMore .texts .title::before {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-right: 3rem;
  width: 60px;
}
.newsDetails__seeMore .texts .title::after {
  content: "";
  border-bottom: 1.5px solid #303E48;
  margin-left: 3rem;
  width: 60px;
}
.newsDetails__seeMore__carouselWrapper {
  position: relative;
}
.newsDetails__seeMore__carouselWrapper .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc( 50% - 8rem);
  transform: translateY(-50%);
}
.newsDetails__seeMore__carouselWrapper .arrow--prev {
  left: 10%;
}
.newsDetails__seeMore__carouselWrapper .arrow--next {
  right: 10%;
}
.newsDetails__seeMore__carousel .slick-list {
  padding: 0 10% !important;
}
.newsDetails__seeMore__carousel .slick-slide {
  margin: 0 30px;
}
.newsDetails__seeMore__carousel .slick-track {
  display: flex;
  padding-bottom: 15rem;
}
.newsDetails__seeMore__carousel .item {
  max-height: 530px;
  display: flex !important;
  height: auto;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.newsDetails__seeMore__carousel .item .left {
  width: 50%;
  position: relative;
}
.newsDetails__seeMore__carousel .item .left::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.newsDetails__seeMore__carousel .item .left a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.newsDetails__seeMore__carousel .item .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.newsDetails__seeMore__carousel .item .right {
  width: 50%;
  padding: 10rem 5rem 15rem 10rem;
  text-align: left;
}
.newsDetails__seeMore__carousel .item .right .content {
  position: relative;
}
.newsDetails__seeMore__carousel .item .right .content::before {
  content: "";
  left: -5rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #203153;
  position: absolute;
}
.newsDetails__seeMore__carousel .item .right .content .text--58 {
  font-size: 2.8rem;
  max-width: 300px;
}
.newsDetails__seeMore__carousel .item .right .content .date {
  margin-top: 2rem;
}
.newsDetails__seeMore__carousel .item--noImg .right {
  width: 100%;
  padding: 15rem;
}
.newsDetails__seeMore__carousel .item--noImg .right .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsDetails__seeMore__carousel .item--noImg .right .content .row {
  width: 50%;
}
.newsDetails__seeMore__carousel .item .pagination {
  position: absolute;
  right: 2%;
  bottom: 2%;
  color: rgba(24, 31, 36, 0.2);
}

@media (max-width: 1024px) {
  .newsDetails__banner {
    padding: 20rem 2rem 5rem;
    flex-direction: column;
  }
  .newsDetails__banner__left {
    width: 100%;
  }
  .newsDetails__banner__right {
    width: 100%;
  }
  .newsDetails__banner__right .top .text--88 {
    font-size: 4rem;
  }
  .newsDetails__banner__right .bottom {
    flex-direction: column;
    gap: 3rem;
  }
  .newsDetails__banner__right .bottom .text {
    max-width: 250px;
    text-align: justify;
  }
  .newsDetails__img {
    height: 300px;
    margin-top: 10rem;
  }
  .newsDetails__content {
    flex-direction: column-reverse;
    padding: 5rem 3rem;
  }
  .newsDetails__content__left {
    width: 100%;
  }
  .newsDetails__content__right {
    padding: 0;
    width: 100%;
  }
  .newsDetails__content__right .content {
    max-width: 100%;
  }
  .newsDetails__content__right .content p {
    line-height: 130%;
  }
  .newsDetails__content__right .content p span {
    line-height: 100%;
    font-size: 2rem !important;
  }
  .newsDetails__seeMore__carouselWrapper {
    position: relative;
  }
  .newsDetails__seeMore__carouselWrapper .arrow {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: calc( 50% - 8rem);
    transform: translateY(-50%);
  }
  .newsDetails__seeMore__carouselWrapper .arrow--prev {
    left: 2%;
  }
  .newsDetails__seeMore__carouselWrapper .arrow--next {
    right: 2%;
  }
  .newsDetails__seeMore__carousel .slick-list {
    padding: 0 5% !important;
  }
  .newsDetails__seeMore__carousel .slick-slide {
    margin: 0 15px;
  }
  .newsDetails__seeMore__carousel .item {
    max-height: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .newsDetails__seeMore__carousel .item .left {
    width: 100%;
    position: relative;
  }
  .newsDetails__seeMore__carousel .item .left::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  }
  .newsDetails__seeMore__carousel .item .right {
    width: 100%;
    padding: 5rem 2rem;
    text-align: left;
  }
  .newsDetails__seeMore__carousel .item .right .content {
    position: relative;
  }
  .newsDetails__seeMore__carousel .item .right .content .text--58 {
    text-transform: uppercase;
    font-size: 2.6rem;
  }
  .newsDetails__seeMore__carousel .item .right .content::before {
    display: none;
  }
  .newsDetails__seeMore__carousel .item--noImg .right {
    width: 100%;
    padding: 5rem 2rem;
  }
  .newsDetails__seeMore__carousel .item--noImg .right .content {
    flex-direction: column;
  }
}
.contact .contact-modal {
  opacity: 0;
  transition: 0.5s all ease;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: -10;
  background: #ffffff;
  border-radius: 5px;
  max-width: 800px;
  height: min(90vh, 820px);
  transform: translate(-50%, -50%);
  overflow: scroll;
  padding: 6.5rem;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.contact .contact-modal .form-validation {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact .contact-modal .form-validation .success {
  color: #9BC;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 153.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  margin: 0 auto;
  transition: 0.3s all ease;
  pointer-events: none;
}
.contact .contact-modal .form-validation .success.active {
  opacity: 1;
  transition: 0.3s all ease;
}
.contact .contact-modal .form-validation .fail {
  color: red;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 153.5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  margin: 0 auto;
  transition: 0.3s all ease;
  pointer-events: none;
}
.contact .contact-modal .form-validation .fail.active {
  opacity: 1;
  transition: 0.3s all ease;
}
.contact .contact-modal .close-modal {
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
}
.contact .contact-modal .text--17 {
  max-width: 400px;
  margin-bottom: 3rem;
}
.contact .contact-modal .text--58 {
  font-size: 40px;
}
.contact .contact-modal.active {
  opacity: 1;
  pointer-events: all;
  z-index: 10;
}
.contact .contact-modal .form .row .feedback-recaptcha {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  color: red;
  height: 10rem;
}
.contact .contact-modal .form .row .feedback-recaptcha.active {
  opacity: 1;
  pointer-events: all;
}
.contact .contact-modal .form button {
  background: #FF9B00;
}
.contact .contact-modal .form button:hover {
  background-color: transparent;
}
.contact__banner {
  display: flex;
  padding: 25rem 20rem;
  position: relative;
  gap: 13rem;
  overflow: hidden;
}
.contact__banner__left .text--primary {
  color: #203153;
}
.contact__banner__left .row {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 4rem;
}
.contact__banner__left .row .text--17 {
  flex-shrink: 0;
}
.contact__banner__left .row .text--88 {
  font-weight: lighter;
  font-size: 3.2rem;
}
.contact__banner__right {
  max-width: 270px;
}
.contact__banner__right a .text--primary {
  color: #203153;
}
.contact__banner .marquee {
  z-index: 0;
  bottom: -5%;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.contact__banner .marquee .text {
  text-transform: uppercase;
}
.contact__banner .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.contact__map .text--primary {
  color: #203153;
}
.contact__map img {
  width: 100%;
}
.contact__map #map .gm-style .gm-style-iw-a .gm-style-iw-t .gm-style-iw-c .gm-style-iw-chr {
  height: 20px;
}
.contact__message {
  display: flex;
  padding: 15rem 0;
  background: #203153;
  position: relative;
}
.contact__message::after {
  content: "";
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: #203153;
  position: absolute;
}
.contact__message__left {
  width: 50%;
  padding: 5rem 20rem;
}
.contact__message__left .text--88 {
  font-family: Larken;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  /* 45.9px */
  text-transform: uppercase;
}
.contact__message__right {
  width: 50%;
  padding-right: 10rem;
  position: relative;
  z-index: 2;
}
.contact__message__right .form .row {
  height: 15rem;
}
.contact__message__right .form .row .feedback-recaptcha {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  color: red;
  height: 10rem;
}
.contact__message__right .form .row .feedback-recaptcha.active {
  opacity: 1;
  pointer-events: all;
}
.contact__message__right .form button {
  background: #FF9B00;
}
.contact__work {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.contact__work::after {
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-left: 1.5px solid #fff;
  position: absolute;
  height: 1em;
  z-index: -1;
}
.contact__work .bg {
  position: absolute;
  inset: 0;
  background-size: 120%;
  z-index: -1;
  background-size: cover !important;
}
.contact__work .bg::before {
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(24, 31, 36, 0.5), rgba(24, 31, 36, 0.5));
}
.contact__work .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact__work .title {
  margin-bottom: 6.5rem;
  position: relative;
}
.contact__work .text--150, .contact__work .text--17 {
  margin-bottom: 3rem;
  max-width: 600px;
}
.contact__work .text--150 {
  color: #FFF;
  font-family: Larken;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 85%;
  /* 61.23px */
}
.contact__work .btn {
  background-color: #FF9B00;
}
.contact__work .btn:hover {
  background-color: #fff;
  color: #9BC;
  border-color: transparent;
}
.contact__report {
  min-height: 60vh;
  display: flex;
  gap: 7.2rem;
  padding: 13rem 17rem 13rem;
  background-color: #fafbf6;
}
.contact__report .left {
  flex: 1;
  width: 100%;
  padding: 5rem 2rem;
  position: sticky;
  top: 5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact__report .left .text--88 {
  font-size: 5rem;
}
.contact__report .left h3 {
  position: relative;
  line-height: 90%;
}
.contact__report .left h3 em {
  position: relative;
}
.contact__report .left h3 em:first-child:after {
  content: "";
  width: 60px;
  height: 1.5px;
  background: #FF9B00;
  position: absolute;
  top: 40%;
  right: -8rem;
}
.contact__report .right {
  flex: 1;
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.contact__report .right .card {
  border-radius: 0.5rem;
  border: 1px solid #d8d8d8;
  padding: 8rem;
  gap: 4.5rem;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  gap: 2.1rem;
  height: 100%;
  align-items: center;
}
.contact__report .right .card .logo {
  text-align: center;
  transition: 0.3s all ease;
}
.contact__report .right .card .logo img {
  height: 4.5rem;
  width: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__report .right .card .download-button {
  text-decoration: underline;
  font-weight: 400;
  line-height: 153.5%;
  font-size: 1.7rem;
  text-align: center;
  transition: 0.3s all ease;
}
.contact__report .right .card:hover .logo {
  transform: scale(1.1);
  transition: 0.3s all ease;
}
.contact__report .right .card:hover .download-button {
  transform: scale(1.1);
  transition: 0.3s all ease;
}

@media (max-width: 1024px) {
  .contact {
    overflow: hidden;
  }
  .contact .contact-modal {
    padding: 8rem 2rem 5rem;
    width: 95%;
  }
  .contact .contact-modal .close-modal {
    top: 0%;
    right: 5%;
    width: 30px;
  }
  .contact .contact-modal .text--17 {
    max-width: 400px;
    margin-bottom: 3rem;
  }
  .contact .contact-modal.active {
    opacity: 1;
    pointer-events: all;
    z-index: 10;
  }
  .contact__banner {
    flex-direction: column;
    padding: 15rem 2rem 5rem;
    gap: 5rem;
  }
  .contact__banner__left .row {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .contact__banner__left .row .text--88 {
    font-size: 2.6rem;
  }
  .contact__banner__right {
    max-width: 270px;
  }
  .contact__message {
    flex-direction: column;
    align-items: center;
    padding: 5rem 0;
  }
  .contact__message::after {
    bottom: 0;
    width: 100%;
    height: 50%;
    top: unset;
  }
  .contact__message__left {
    width: 100%;
    padding: 5rem 2rem;
  }
  .contact__message__left .text--88 {
    font-size: 4.6rem;
  }
  .contact__message__right {
    width: 100%;
    padding-right: 0;
  }
  .contact__message__right form {
    width: 95%;
    margin: auto;
  }
  .contact__ethic {
    padding: 10rem 2rem;
  }
  .contact__ethic::before {
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-left: 1.5px solid #9BC;
    position: absolute;
    height: 5rem;
  }
  .contact__ethic .text {
    max-width: 400px;
    margin-bottom: 3rem;
  }
  .contact__ethic .btn {
    background-color: #9BC;
  }
  .contact__ethic .btn:hover {
    background-color: #fff;
    color: #9BC;
    border-color: #9BC;
  }
  .contact__report {
    flex-direction: column;
    padding: 5rem 2rem;
    gap: 2rem;
  }
  .contact__report .left .text--88 {
    font-size: 3.6rem;
  }
  .contact__report .right {
    display: flex;
    flex-direction: column;
  }
  .contact__report .right .card {
    padding: 4rem 8rem;
  }
  .contact__work .text--150 {
    font-size: 4.8rem;
  }
  .contact__work .text--17 {
    margin: 0 2rem;
    margin-bottom: 6rem;
  }
}
.searchPage {
  padding: 5rem 20rem;
}
.searchPage__text {
  position: relative;
}
.searchPage__text .text--38 {
  font-size: 26px;
  margin-left: 6rem;
  margin-bottom: -2rem;
}
.searchPage__text .text--primary {
  color: #203153;
}
.searchPage__text strong {
  color: #203153;
}
.searchPage__text .marquee {
  z-index: 0;
  top: 120px;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.searchPage__text .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: rgba(175, 148, 53, 0.2);
}
.searchPage__product__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin: 10rem auto;
}
.searchPage__product__grid .item {
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
  min-height: min(540px, 75vh);
  padding: 5rem;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-height: 540px;
}
.searchPage__product__grid .item .text {
  max-width: 180px;
}
.searchPage__product__grid .item .text--58 {
  color: #203153;
  font-family: Larken;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.searchPage__product__grid .item .text--17 {
  font-size: 1.5rem;
  line-height: 125%;
}
.searchPage__product__grid .item .logo {
  flex: 2;
  margin-bottom: 2rem;
  z-index: 2;
}
.searchPage__product__grid .item .logo img {
  max-width: 145px;
}
.searchPage__product__grid .item .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.searchPage__product__grid .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .searchPage {
    overflow: hidden;
    padding: 5rem 2rem;
  }
  .searchPage__text .text--38 {
    font-size: 3rem;
  }
  .searchPage__product__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 5rem auto;
  }
  .searchPage__product__grid .item .text--58 {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
}
.spaccio-rar__banner {
  display: flex;
  width: 100%;
  height: 100vh;
}
.spaccio-rar__banner__left {
  width: 45%;
  z-index: 2;
}
.spaccio-rar__banner__left::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(230.18deg, rgba(24, 31, 36, 0) 11.59%, rgba(24, 31, 36, 0.8) 100%);
}
.spaccio-rar__banner__left .logo {
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 2;
  width: 180px;
  transform: translate(-50%, -50%);
}
.spaccio-rar__banner__left .logo img {
  filter: brightness(100);
}
.spaccio-rar__banner__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spaccio-rar__banner__right {
  background-color: #203153;
  width: 55%;
  height: 100%;
  position: relative;
}
.spaccio-rar__banner__right .marquee {
  z-index: 0;
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.spaccio-rar__banner__right .marquee .text--bordered {
  font-size: 29rem;
  line-height: 0.5;
  -webkit-text-stroke-color: 1px solid rgba(255, 255, 255, 0.2);
}
.spaccio-rar__banner__right__content {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 33vw;
}
.spaccio-rar__banner__right__content .up {
  max-width: 50vw;
  position: relative;
}
.spaccio-rar__banner__right__content .up .text--88 {
  font-size: 5.6rem;
  line-height: 100%;
}
.spaccio-rar__banner__right__content .down {
  position: relative;
}
.spaccio-rar__banner__right__content .down .before {
  max-width: 16vw;
}
.spaccio-rar__banner__right__content .down .before::before {
  content: "";
  position: absolute;
  height: 40px;
  top: 5px;
  left: -36px;
  border-left: 1.5px solid #FFFFFF;
}
.spaccio-rar__banner__right__content .down .buy {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: bold;
  display: none;
}
.spaccio-rar__carrosel {
  width: 100%;
  position: relative;
  padding: 4rem 0;
}
.spaccio-rar__carrosel .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc( 66% - 8rem);
  transform: translateY(-50%);
}
.spaccio-rar__carrosel .arrow--prev {
  left: 2%;
}
.spaccio-rar__carrosel .arrow--next {
  right: 3%;
}
.spaccio-rar__carrosel__wrapper__navigation {
  position: absolute;
  left: 50%;
  top: calc(50% - 15rem);
  transform: translate(-50%, -50%);
  width: 72.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.spaccio-rar__carrosel__wrapper__navigation .arrow .arrow {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: calc( 50% - 8rem);
  transform: translateY(-50%);
}
.spaccio-rar__carrosel__wrapper__navigation .arrow .arrow--prev {
  left: 10%;
}
.spaccio-rar__carrosel__wrapper__navigation .arrow .arrow--next {
  right: 10%;
}
.spaccio-rar__carrosel__wrapper__navigation .arrow svg path {
  stroke: white;
}
.spaccio-rar__carrosel__wrapper .item {
  width: 100%;
  height: 100%;
  display: flex !important;
  padding: 10rem 0 0 17rem;
}
.spaccio-rar__carrosel__wrapper .item .left {
  width: 50%;
  margin-top: 5rem;
}
.spaccio-rar__carrosel__wrapper .item .left .content .title-carrosel {
  max-width: 25vw;
  margin-bottom: 6rem;
  position: relative;
  font-size: 4rem;
  line-height: 100%;
}
.spaccio-rar__carrosel__wrapper .item .left .content .title-carrosel::after {
  content: "";
  position: absolute;
  /* display: flex; */
  width: 60px;
  top: 26px;
  transform: translate(50%, 50%);
  /* height: 13px; */
  border-top: 1.5px solid #FF9B00;
}
.spaccio-rar__carrosel__wrapper .item .left .content .desc {
  margin-left: 0rem;
  max-width: 24vw;
}
.spaccio-rar__carrosel__wrapper .item .right {
  width: 50%;
  position: relative;
}
.spaccio-rar__carrosel__wrapper .item .right .img {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.spaccio-rar__carrosel__wrapper .item .right .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 500px;
}
.spaccio-rar__carrosel__wrapper .item .right .img .counting {
  color: rgba(24, 31, 36, 0.5);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: contents;
  margin-top: 2rem;
}
.spaccio-rar__grid {
  padding: 0 8rem 10rem 6rem;
}
.spaccio-rar__grid .text--58 {
  font-size: 2.8rem;
}
.spaccio-rar__grid__cards {
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.spaccio-rar__grid__cards .item {
  width: 100%;
  height: auto;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.spaccio-rar__grid__cards .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spaccio-rar__grid__cards .item .content .img {
  width: 100%;
}
.spaccio-rar__grid__cards .item .content .img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.spaccio-rar__grid__cards .item .content .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 6rem 3rem 6rem;
}
.spaccio-rar__grid__cards .item .content .texts .title-card {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.spaccio-rar__grid__cards .item .content .texts .title-card .text--58 {
  color: #203153;
  margin-left: -8rem;
}
.spaccio-rar__grid__cards .item .content .texts .title-card .uf {
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 78.5%;
  margin-right: 2rem;
  color: rgba(32, 49, 83, 0.1);
}
.spaccio-rar__banner-footer {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.spaccio-rar__banner-footer__bg {
  width: 100%;
  height: 100%;
}
.spaccio-rar__banner-footer__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 120%;
}
.spaccio-rar__banner-footer__content {
  position: absolute;
  bottom: 17%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spaccio-rar__banner-footer__content .title-banner-footer {
  text-align: center;
  font-style: normal;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 88.5%;
  margin-bottom: 6rem;
}
.spaccio-rar__banner-footer__content .desc-footer {
  text-align: center;
}
.spaccio-rar__banner-footer__content a .btn--solid--brown {
  background: #FF9B00;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .spaccio-rar {
    overflow: hidden;
  }
  .spaccio-rar__banner {
    flex-direction: column;
  }
  .spaccio-rar__banner__left {
    width: 100%;
    height: 50%;
  }
  .spaccio-rar__banner__left .logo {
    display: none;
  }
  .spaccio-rar__banner__right {
    width: 100%;
    height: 50%;
  }
  .spaccio-rar__banner__right .marquee {
    display: none;
  }
  .spaccio-rar__banner__right__content {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .spaccio-rar__banner__right__content .up {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-align: center;
  }
  .spaccio-rar__banner__right__content .up .text--88 {
    font-size: 5.2rem;
  }
  .spaccio-rar__banner__right__content .up .text {
    margin-bottom: unset;
    text-align: center;
  }
  .spaccio-rar__banner__right__content .up .title {
    display: none;
  }
  .spaccio-rar__banner__right__content .down {
    margin-left: 7rem;
    width: 60%;
  }
  .spaccio-rar__banner__right__content .down .before {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .spaccio-rar__banner__right__content .down .buy {
    justify-content: center;
  }
  .spaccio-rar__banner__right__content .down .text {
    align-items: center;
  }
  .spaccio-rar__carrosel .arrow {
    top: 50%;
  }
  .spaccio-rar__carrosel .arrow--prev {
    left: 4%;
  }
  .spaccio-rar__carrosel .arrow--next {
    right: 3%;
  }
  .spaccio-rar__carrosel__wrapper .item {
    padding: 0rem 0 0 5rem;
    flex-direction: column;
  }
  .spaccio-rar__carrosel__wrapper .item .left {
    width: 100%;
    padding-right: 4rem;
  }
  .spaccio-rar__carrosel__wrapper .item .left .content .desc {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: unset;
  }
  .spaccio-rar__carrosel__wrapper .item .left .content .title-carrosel {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .spaccio-rar__carrosel__wrapper .item .left .content .title-carrosel::after {
    display: none;
  }
  .spaccio-rar__carrosel__wrapper .item .right {
    width: 100%;
  }
  .spaccio-rar__carrosel__wrapper .item .right .img img {
    max-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .spaccio-rar__grid {
    padding: 0 0rem 9rem;
  }
  .spaccio-rar__grid .title-carrosel {
    margin-left: 3rem;
  }
  .spaccio-rar__banner-footer {
    height: unset;
    width: 100%;
  }
  .spaccio-rar__banner-footer__bg {
    height: 80vh;
  }
  .spaccio-rar__banner-footer__content {
    width: 80%;
  }
  .spaccio-rar__banner-footer__content .text--gangsar {
    font-size: 60px;
  }
  .spaccio-rar__banner-footer__content .title-banner-footer {
    font-size: 4.8rem;
    line-height: 100%;
    margin-bottom: 3rem;
  }
  .spaccio-rar__banner-footer__content .title {
    display: none;
  }
}
.spaccio-rar-details {
  overflow-y: hidden;
}
.spaccio-rar-details__banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.spaccio-rar-details__banner .bg {
  width: 100%;
  height: 100%;
}
.spaccio-rar-details__banner .bg::before {
  content: "";
  background: linear-gradient(230.18deg, rgba(24, 31, 36, 0) 11.59%, rgba(24, 31, 36, 0.8) 72.73%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.spaccio-rar-details__banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spaccio-rar-details__banner .content {
  position: absolute;
  top: 60%;
  left: 21rem;
  transform: translate(0%, -50%);
}
.spaccio-rar-details__banner .content .place {
  display: flex;
}
.spaccio-rar-details__banner .content .place .text--88 {
  font-size: 7.2rem;
}
.spaccio-rar-details__banner .content .content-down {
  margin-left: 3rem;
  position: relative;
}
.spaccio-rar-details__banner .content .content-down::before {
  content: "";
  position: absolute;
  border-left: 1.5px solid #FFFFFF;
  height: 90%;
  left: -28px;
  top: 8px;
}
.spaccio-rar-details__banner .content .content-down .address {
  max-width: 17vw;
}
.spaccio-rar-details__visit {
  padding: 11rem 0 15rem 15rem;
}
.spaccio-rar-details__visit__content {
  display: flex;
}
.spaccio-rar-details__visit__content__left {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.spaccio-rar-details__visit__content__left .big-title {
  max-width: 30vw;
}
.spaccio-rar-details__visit__content__left .text--88 {
  line-height: 100%;
  font-size: 4rem;
  font-weight: 700;
}
.spaccio-rar-details__visit__content__left .socials {
  display: flex;
  gap: 2.4rem;
  position: relative;
}
.spaccio-rar-details__visit__content__left .socials svg {
  width: 3rem;
  height: 3rem;
}
.spaccio-rar-details__visit__content__left .desc .bold {
  font-weight: bold;
}
.spaccio-rar-details__visit__content__left .desc .btn--solid--brown {
  padding: 1.8rem 4rem 1.8rem 2rem !important;
  gap: 2rem;
  font-size: 1.8rem;
  background: #FF9B00;
}
.spaccio-rar-details__visit__content__left .desc .text--brown {
  color: #FF9B00;
}
.spaccio-rar-details__visit__content__left .desc .marquee {
  z-index: 0;
  margin-top: 10vh;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 32s linear infinite;
          animation: marquee 32s linear infinite;
  pointer-events: none;
}
.spaccio-rar-details__visit__content__left .desc .marquee .text--bordered {
  line-height: 0.5;
  -webkit-text-stroke-color: 1px solid rgba(175, 148, 53, 0.2);
}
.spaccio-rar-details__visit__content__right {
  width: 50%;
}
.spaccio-rar-details__visit__content__right .img {
  max-height: 65vh;
  width: 100%;
  position: relative;
}
.spaccio-rar-details__visit__content__right .img::before {
  content: "";
  position: absolute;
  border-left: 2px solid #FF9B00;
  height: 170px;
  top: 99%;
  transform: translate(50%, 0%);
  left: 0%;
}
.spaccio-rar-details__visit__content__right .img img {
  width: 110%;
  max-height: 65vh;
}
.spaccio-rar-details__gallery {
  position: relative;
}
.spaccio-rar-details__gallery .see-photos {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-left: 1.5rem;
  margin-left: 7rem;
}
.spaccio-rar-details__gallery .see-photos::before {
  content: "";
  border-bottom: solid 2px #303E48;
  width: 60px;
}
.spaccio-rar-details__gallery__carousel .progressbar_container {
  left: 7rem;
  width: 100%;
  position: absolute;
  bottom: -6vh;
  overflow: hidden;
  height: 4px;
}
.spaccio-rar-details__gallery__carousel .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.spaccio-rar-details__gallery__carousel .progressbar_container .wrapper .inner {
  transition: 0.3s all ease;
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.spaccio-rar-details__gallery__carousel .slick-list {
  padding: 0 10rem 0 7rem;
}
.spaccio-rar-details__gallery__carousel__wrapper .item {
  width: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 1rem;
  height: 600px;
}
.spaccio-rar-details__gallery__carousel__wrapper .item .img {
  width: 100%;
  height: 100%;
}
.spaccio-rar-details__gallery__carousel__wrapper .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.spaccio-rar-details__carousel {
  padding: 15rem 0rem 0rem 0rem;
  position: relative;
}
.spaccio-rar-details__carousel .text--58 {
  font-size: 3rem;
  margin-bottom: 6rem;
}
.spaccio-rar-details__carousel .title-carrosel {
  margin-left: 7rem;
}
.spaccio-rar-details__carousel .progressbar_container {
  left: 8rem;
  width: 100%;
  position: absolute;
  bottom: 10vh;
  overflow: hidden;
  height: 4px;
}
.spaccio-rar-details__carousel .progressbar_container .wrapper {
  position: relative;
  background-color: #bbb;
  height: 1.5px;
}
.spaccio-rar-details__carousel .progressbar_container .wrapper .inner {
  transition: 0.3s all ease;
  height: 4px;
  background: #9BC;
  width: 0;
  position: absolute;
  left: 0;
  bottom: -1.5px;
}
.spaccio-rar-details__carousel .slick-list {
  padding: 0 10rem 0 7rem;
}
.spaccio-rar-details__carousel .slick-list .slick-track .slick-slide {
  margin: 0 1rem;
}
.spaccio-rar-details__carousel__cards .item {
  width: 100%;
  margin-bottom: 14rem;
  height: auto;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.spaccio-rar-details__carousel__cards .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spaccio-rar-details__carousel__cards .item .content .img {
  width: 100%;
  height: 100%;
}
.spaccio-rar-details__carousel__cards .item .content .img img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.spaccio-rar-details__carousel__cards .item .content .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 6rem 3rem 6rem;
}
.spaccio-rar-details__carousel__cards .item .content .texts .title-card {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  text-align: center;
}
.spaccio-rar-details__carousel__cards .item .content .texts .title-card .text--58 {
  margin-top: 5rem;
  margin-left: -8rem;
  font-size: 2.8rem;
  color: #203153;
}
.spaccio-rar-details__carousel__cards .item .content .texts .title-card .uf {
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 78.5%;
  margin-right: 2rem;
  color: rgba(32, 49, 83, 0.1);
}

@media (max-width: 1024px) {
  .spaccio-rar-details {
    overflow: hidden;
  }
  .spaccio-rar-details__banner {
    height: 90vh;
  }
  .spaccio-rar-details__banner .content {
    left: 5rem;
  }
  .spaccio-rar-details__banner .content .place .text--88 {
    font-size: 5rem;
  }
  .spaccio-rar-details__banner .content .content-down .address {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .spaccio-rar-details__visit {
    padding: 6rem 3rem 2rem 5rem;
    padding-left: 2rem;
  }
  .spaccio-rar-details__visit__content {
    flex-direction: column;
  }
  .spaccio-rar-details__visit__content__left {
    width: 100%;
  }
  .spaccio-rar-details__visit__content__left .big-title {
    max-width: unset;
  }
  .spaccio-rar-details__visit__content__left .desc {
    margin-left: 0;
  }
  .spaccio-rar-details__visit__content__left .desc .marquee {
    display: none;
  }
  .spaccio-rar-details__visit__content__left .socials {
    margin-bottom: 4rem;
  }
  .spaccio-rar-details__visit__content__right {
    width: 100%;
  }
  .spaccio-rar-details__visit__content__right .img::before {
    display: none;
  }
  .spaccio-rar-details__gallery {
    padding-left: 2rem;
  }
  .spaccio-rar-details__gallery .title {
    margin-left: 0;
  }
  .spaccio-rar-details__gallery__carousel__wrapper .item {
    height: 450px;
  }
  .spaccio-rar-details__gallery__carousel .slick-list {
    padding-left: 0;
    padding-right: 3rem;
  }
  .spaccio-rar-details__carousel {
    padding: 9rem 0rem 0rem 4rem;
    padding-left: 2rem;
  }
  .spaccio-rar-details__carousel .slick-list {
    padding-left: 0;
    padding-right: 4rem;
  }
  .spaccio-rar-details__carousel .text--58 {
    margin-left: 0;
    margin-right: 4rem;
    text-align: center;
  }
  .spaccio-rar-details__carousel__cards .item .content .texts {
    padding: 0rem 2rem 0rem 1rem;
  }
}
.ethic-channel__banner {
  width: 100%;
  height: 55vh;
  position: relative;
  background: #203153;
}
.ethic-channel__banner__content {
  position: absolute;
  left: 18rem;
  bottom: 10rem;
  display: flex;
  flex-direction: column;
  text-align: start;
  z-index: 10;
}
.ethic-channel__banner__content img {
  width: 108px;
  height: 60px;
  flex-shrink: 0;
  margin-bottom: 3rem;
}
.ethic-channel__banner__content .text--58 {
  color: #FFF;
  font-family: Larken;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}
.ethic-channel__banner__content .desc {
  color: #FFF;
  font-family: "Brandon Grotesque";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.457px;
}
.ethic-channel__banner__background {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ethic-channel__banner__background img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ethic-channel__content {
  padding: 2.5rem 13.5rem 6rem;
}
.ethic-channel__content__nav {
  padding-bottom: 2.5rem;
  margin: 0 6rem;
}
.ethic-channel__content__nav ul {
  display: flex;
  align-items: center;
  gap: 4rem;
  justify-content: space-between;
}
.ethic-channel__content__nav ul li {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  cursor: pointer;
  color: #363636;
  font-family: Larken;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.ethic-channel__content__nav ul li::after {
  content: "";
  position: absolute;
  bottom: -2.8rem;
  left: 0;
  width: 0;
  background-color: #FF9B00;
  height: 2px;
  transition: 0.3s ease all;
}
.ethic-channel__content__nav ul li.active {
  color: #FF9B00;
  transition: 0.3s ease all;
}
.ethic-channel__content__nav ul li.active::after {
  position: absolute;
  bottom: -2.8rem;
  width: 100%;
  background-color: #FF9B00;
  transition: 0.3s ease all;
  left: 0;
}
.ethic-channel__content__card {
  display: none;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 30px 32px 44px rgba(0, 0, 0, 0.0976289);
}
.ethic-channel__content__card.active {
  display: flex;
}
.ethic-channel__content__card .left {
  width: 65%;
  padding: 7rem 8rem 7rem 5rem;
}
.ethic-channel__content__card .left .content-richtext {
  color: #6e6e6e;
  letter-spacing: -0.457143px;
  line-height: 25px;
  font-size: 1.6rem;
}
.ethic-channel__content__card .left .content-richtext h1 {
  font-size: 3rem !important;
  letter-spacing: -0.858px;
  margin-bottom: 6rem;
  color: #363636;
  font-family: Larken;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.858px;
}
.ethic-channel__content__card .left .content-richtext ol {
  list-style: auto;
  margin-left: 2rem;
}
.ethic-channel__content__card .left .content-richtext ol li {
  margin-bottom: 3rem;
}
.ethic-channel__content__card .left .content-richtext ol li::marker {
  color: #FF9B00;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.457143px;
}
.ethic-channel__content__card .left .content-richtext ol li a {
  color: #FF9B00;
}
.ethic-channel__content__card .left .content-richtext p u {
  color: #FF9B00;
  font-size: 16px;
  letter-spacing: -0.457143px;
}
.ethic-channel__content__card .left .btn {
  background: #FF9B00;
  border: 2px solid #FF9B00;
  font-weight: 700;
  border-radius: 29px;
  padding: 1.5rem 3.4rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: 2.76923px;
  font-size: 1.2rem;
  cursor: pointer;
  margin-top: 4.6rem;
}
.ethic-channel__content__card .right {
  width: 35%;
}
.ethic-channel__content__card .right .image {
  width: 100%;
  height: 100%;
}
.ethic-channel__content__card .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ethic-channel__content .ethics-randon-channel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  color: #c1c1c1;
}
.ethic-channel__content .ethics-randon-channel .desc {
  color: #C1C1C1;
  text-align: center;
  font-family: "Brandon Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
  letter-spacing: -0.457px;
}
.ethic-channel__modal-wrapper {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s all ease;
  pointer-events: none;
  cursor: pointer;
}
.ethic-channel__modal-wrapper.active {
  opacity: 1;
  transition: 0.3s all ease;
  pointer-events: all;
}
.ethic-channel__modal-wrapper .modal {
  position: relative;
  width: 800px;
  background: #ffffff;
  border-radius: 5px;
  padding: 7rem 15rem 8rem 6rem;
  position: absolute;
  transform: translateY(100vh);
  transition: transform 0.5s;
  opacity: 1;
  height: 80vh;
  overflow: auto;
  pointer-events: none;
}
.ethic-channel__modal-wrapper .modal.active {
  transition: transform 0.5s;
  transform: translateY(0vh);
  pointer-events: all;
}
.ethic-channel__modal-wrapper .modal .close-modal {
  position: absolute;
  right: 3rem;
  top: 3rem;
  z-index: 100;
}
.ethic-channel__modal-wrapper .modal .text,
.ethic-channel__modal-wrapper .modal .desc {
  color: #181f24;
}
.ethic-channel__modal-wrapper .modal .text--58 {
  font-size: 3.2rem;
}
.ethic-channel__modal-wrapper .modal .desc {
  font-size: 2.8rem;
}
.ethic-channel__modal-wrapper .modal .form p {
  color: #000;
}
.ethic-channel__modal-wrapper .modal .form p #message.active {
  color: red;
}
.ethic-channel__modal-wrapper .modal .form .not-suport {
  color: red;
}
.ethic-channel__modal-wrapper .modal .form .file-permissions {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2.8rem;
}
.ethic-channel__modal-wrapper .modal .form input,
.ethic-channel__modal-wrapper .modal .form select,
.ethic-channel__modal-wrapper .modal .form textarea {
  background: #ffffff;
  border: 1.5px solid #d8d8d8;
  border-radius: 5px;
  padding: 2.4rem 1rem 2rem 4rem;
  position: relative;
}
.ethic-channel__modal-wrapper .modal .form textarea {
  height: 150px;
}
.ethic-channel__modal-wrapper .modal .form button {
  background: #FF9B00;
  border-radius: 5px;
  padding: 2rem 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: "Brandon Grotesque";
  font-size: 17px;
  letter-spacing: 0.1rem;
}
.ethic-channel__modal-wrapper .modal .form__row {
  border: none !important;
  position: relative;
}
.ethic-channel__modal-wrapper .modal .form__row input[type=file] {
  display: none;
}
.ethic-channel__modal-wrapper .modal .form__row label {
  background: #9BC;
  border-radius: 5px;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 30px;
  font-weight: 200;
  font-family: "Brandon Grotesque";
  font-size: 17px;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
.ethic-channel__modal-wrapper .modal .form__row .error {
  position: absolute;
  color: red;
  bottom: 1rem;
  left: 4.5rem;
}
.ethic-channel__modal-wrapper .modal .form .row .feedback-recaptcha {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  color: red;
  height: 10rem;
}
.ethic-channel__modal-wrapper .modal .form .row .feedback-recaptcha.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1024px) {
  .ethic-channel__banner__content {
    left: 2rem;
  }
  .ethic-channel__banner__content .text {
    font-size: 3.8rem;
  }
  .ethic-channel__banner__content .desc {
    max-width: 70%;
  }
  .ethic-channel__banner__background {
    width: 100%;
  }
  .ethic-channel__banner__background img {
    width: 100%;
  }
  .ethic-channel__content {
    padding: 2.5rem 2.5rem 6rem;
  }
  .ethic-channel__content__card {
    flex-direction: column;
  }
  .ethic-channel__content__card .left {
    width: 100%;
    padding: 7rem 3rem 7rem 3rem;
  }
  .ethic-channel__content__card .left .content-richtext h1 {
    text-align: center;
  }
  .ethic-channel__content__card .right {
    width: 100%;
  }
  .ethic-channel__content__nav {
    margin: 0 0rem;
  }
  .ethic-channel__content__nav ul {
    flex-direction: column;
  }
  .ethic-channel__content__nav ul li::after {
    bottom: -1rem !important;
  }
  .ethic-channel__modal-wrapper .modal {
    width: 90vw;
    padding: 7rem 2rem 8rem 2rem;
  }
  .ethic-channel__modal-wrapper .modal .close-modal {
    right: 1rem;
    top: 1rem;
  }
}
