@charset "UTF-8";
/**
 * Arquivo base do SCSS
 * @version 1.1.0
 */
/* ============= BASE ============= */
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%;
  scroll-behavior: smooth;
}

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 {
  font-size: 62.5%;
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }
}

html, body {
  width: 100%;
  font-family: "Messina Sans";
  color: #000000;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Messina Sans";
  color: #000000;
  font-size: 4rem;
}

.text {
  /* Align */
  /* WEIGHT */
  /* COLOR */
  /* SIZE */
  /*Segundo as alterações de layout, todos as fontes abaixo de 17px agora precisam necessariamente ter 17px ou mais*/
  /* LINE HEIGHT */
  /* LETTER SPACING */
}
.text--center {
  text-align: center;
}
.text--ligther {
  font-weight: 300;
}
.text strong {
  color: #D92D34;
  font-family: "Messina Sans";
  font-weight: bold;
}
.text em {
  background-color: #D92D34;
  padding: 0 20px;
  border-radius: 100px;
}
.text--300 {
  font-weight: 300;
}
.text--regular {
  font-weight: normal;
}
.text--bold {
  font-weight: bold;
}
.text--primary {
  color: #D92D34;
}
.text--secondary {
  color: #F8C72D;
}
.text--black {
  color: #000 !important;
}
.text--white {
  color: #fff;
}
.text--silver {
  color: #cecece;
}
.text--grey {
  color: #282828;
}
.text--lightgrey {
  color: #4A4A4A;
}
.text--purple {
  color: #3C2470;
}
.text--yellow {
  color: #F8C72D;
}
.text--12 {
  font-size: 1.3rem;
  line-height: 100.1%;
  letter-spacing: -0.01em;
}
.text--13 {
  font-size: 1.7rem;
  line-height: 100.1%;
  letter-spacing: -0.01em;
}
.text--14 {
  font-size: 1.7rem;
  line-height: 100.1%;
  letter-spacing: -0.02em;
}
.text--15 {
  font-size: 1.7rem;
  line-height: 160%;
  letter-spacing: -0.02em;
}
.text--16 {
  font-size: 1.7rem;
  line-height: 100.1%;
}
.text--18 {
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: -0.02em;
}
.text--20 {
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: -0.04em;
}
.text--23 {
  font-size: 2.3rem;
}
.text--25 {
  font-size: 2.5rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--27 {
  font-size: 2.7rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--28 {
  font-size: 2.8rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--32 {
  font-size: 3.2rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--35 {
  font-size: 3.5rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--45 {
  font-size: 4.5rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--50 {
  font-size: 5rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--60 {
  font-size: 6rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--65 {
  font-size: 6.5rem;
  line-height: 84.6%;
  letter-spacing: -0.06em;
}
.text--80 {
  font-size: 8rem;
  line-height: 84.6%;
  letter-spacing: -0.06em;
}
.text--225 {
  font-size: 22.5rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.text--lh112 {
  line-height: 112%;
}
.text--lh116 {
  line-height: 116%;
}
.text--lh137 {
  line-height: 137%;
}
.text--lh160 {
  line-height: 160%;
}
.text--lsn24 {
  letter-spacing: -0.024rem;
}
.text--lsn30 {
  letter-spacing: -0.03rem;
}
.text--lsn32 {
  letter-spacing: -0.032rem;
}
.text--lsn34 {
  letter-spacing: -0.034rem;
}
.text--lsn46 {
  letter-spacing: -0.046rem;
}
.text--lsn {
  letter-spacing: -0.1rem;
}
.text--lsn135 {
  letter-spacing: -0.135rem;
}
.text--lsn192 {
  letter-spacing: -0.192rem;
}
.text--lsn27 {
  letter-spacing: -0.27rem;
}
.text--lsn36 {
  letter-spacing: -0.36rem;
}
.text--lsn48 {
  letter-spacing: -0.48rem;
}

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

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

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

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

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

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

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

/* ============= FONTS ============ */
@font-face {
  font-family: "Messina Sans";
  src: url("/assets/site/fonts/MessinaSans-SemiBold.eot");
  src: local("Messina Sans SemiBold"), local("MessinaSans-SemiBold"), url("/assets/site/fonts/MessinaSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/MessinaSans-SemiBold.woff2") format("woff2"), url("/assets/site/fonts/MessinaSans-SemiBold.woff") format("woff"), url("/assets/site/fonts/MessinaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Messina Sans";
  src: url("/assets/site/fonts/MessinaSans-Bold.eot");
  src: local("Messina Sans Bold"), local("MessinaSans-Bold"), url("/assets/site/fonts/MessinaSans-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/MessinaSans-Bold.woff2") format("woff2"), url("/assets/site/fonts/MessinaSans-Bold.woff") format("woff"), url("/assets/site/fonts/MessinaSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Messina Sans";
  src: url("/assets/site/fonts/MessinaSans-Regular.eot");
  src: local("Messina Sans Regular"), local("MessinaSans-Regular"), url("/assets/site/fonts/MessinaSans-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/MessinaSans-Regular.woff2") format("woff2"), url("/assets/site/fonts/MessinaSans-Regular.woff") format("woff"), url("/assets/site/fonts/MessinaSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Messina Sans Book";
  src: url("/assets/site/fonts/MessinaSans-Book.eot");
  src: local("Messina Sans Book"), local("MessinaSans-Book"), url("/assets/site/fonts/MessinaSans-Book.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/MessinaSans-Book.woff2") format("woff2"), url("/assets/site/fonts/MessinaSans-Book.woff") format("woff"), url("/assets/site/fonts/MessinaSans-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Messina Sans";
  src: url("/assets/site/fonts/MessinaSans-Light.eot");
  src: url("/assets/site/fonts/MessinaSans-Light.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/MessinaSans-Light.woff2") format("woff2"), url("/assets/site/fonts/MessinaSans-Light.woff") format("woff"), url("/assets/site/fonts/MessinaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* =========== SECTIONS =========== */
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
  background: #FFF;
}
.header.is-white {
  background-color: transparent;
}
.header.is-white .header__top__link {
  color: #fff !important;
}
.header.is-white .header__bottom__link {
  color: #fff !important;
}
.header.is-white .header__logo {
  background-color: transparent;
}
.header.is-white .header__logo img {
  display: none;
}
.header.is-white .header__logo .logo-white {
  display: block;
}
.header.is-white .header__logo::after, .header.is-white .header__logo::before {
  border-bottom: 1px solid rgba(240, 240, 240, 0.35);
}
.header.is-white.fixed .header__bottom__link {
  color: #000 !important;
}
.header.is-transparent {
  background-color: transparent;
}
.header.is-transparent .header__logo {
  background-color: transparent;
}
.header__search {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 5rem;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.3s all ease;
  pointer-events: none;
}
.header__search.show {
  transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}
.header__search .close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.header__search .close svg {
  width: 30px;
}
.header__search .form {
  max-width: 600px;
  margin: auto;
}
.header__search .form__row {
  position: relative;
}
.header__search .form__col--small {
  position: absolute;
  top: 0;
  right: 0;
}
.header__search .form__col--small button {
  cursor: pointer;
}
.header__logo {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.header__logo img {
  transform: translateY(-40%);
}
.header__logo::after, .header__logo::before {
  content: "";
  border-bottom: 1px solid #F0F0F0;
}
.header__logo::before {
  min-width: 7.5rem;
  margin-right: 0.5rem;
}
.header__logo::after {
  width: 100vw;
  margin-left: 0.5rem;
}
.header__logo .logo-white {
  display: none;
}
.header__top {
  padding: 2.5rem 0 1rem 0;
}
.header__top__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__top__item {
  margin-right: 7rem;
}
.header__top__item:nth-child(5) {
  margin-right: 3rem;
}
.header__top__item:last-child {
  margin-right: 3.3rem;
}
.header__top__item a {
  font-size: 1.3rem;
}
.header__top__link {
  color: #4A4A4A;
  transition: 0.3s all ease;
}
.header__top__link:hover {
  color: #D92D34 !important;
}
.header__bottom {
  padding: 2.5rem 7.5rem 0;
}
.header__bottom__list {
  display: flex;
  align-items: center;
}
.header__bottom__item {
  flex: 1;
  padding-bottom: 2rem;
  border-bottom: 4px solid #D92D34;
}
.header__bottom__item a {
  font-size: 1.6rem;
}
.header__bottom__item:nth-child(even) {
  border-bottom: 4px solid #F8C72D;
}
.header__bottom__item:nth-child(even) .header__bottom__link:hover, .header__bottom__item:nth-child(even) .header__bottom__link.active {
  background-color: #F8C72D;
  color: #000 !important;
}
.header__bottom__link {
  transition: 0.3s all ease;
}
.header__bottom__link:hover, .header__bottom__link.active {
  background-color: #D92D34;
  border-radius: 200px;
  padding: 0.3rem 0.8rem;
  color: #fff !important;
}
.header__filter {
  display: flex;
  gap: 1.6rem;
  padding: 3.7rem 7.5rem 0 7.5rem;
}
.header__filter .filter {
  cursor: default;
}
.header__mobile {
  display: none;
}
.header__mobile__layer {
  display: none;
}
.header.fixed .header__bottom {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 3rem;
  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);
  background-color: #fff;
}
.header.fixed .header__bottom__item {
  padding-bottom: 3rem;
}
.header.fixed .header__filter {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0rem;
  align-items: center;
  gap: 0;
  background-color: white;
  padding: 0 10%;
  border: 0;
  border-bottom: 2px solid #e7e7e7;
  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);
  z-index: -1;
}
.header.fixed .header__filter .filter {
  position: relative;
  flex: 1;
  color: black;
  font-weight: 400;
  background-color: white;
  padding: 1.8rem 0;
  border: 0;
  cursor: default;
}
.header.fixed .header__filter .filter.active {
  font-weight: bold;
}
.header.fixed .header__filter .filter.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 2px solid #D92D34;
}
.header.is-white-bottom .header__top__link:hover {
  color: #F8C72D !important;
}
.header.is-white-bottom .header__bottom__item {
  border-bottom: 4px solid white;
}
.header.is-white-bottom .header__bottom__item:nth-child(even) {
  border-bottom: 4px solid #F8C72D;
}
.header.is-white-bottom .header__bottom__item:nth-child(even) .header__bottom__link:hover, .header.is-white-bottom .header__bottom__item:nth-child(even) .header__bottom__link.active {
  background-color: #F8C72D;
  color: #000 !important;
}
.header.is-white-bottom .header__bottom__link {
  transition: 0.3s all ease;
}
.header.is-white-bottom .header__bottom__link:hover, .header.is-white-bottom .header__bottom__link.active {
  background-color: white;
  color: #000 !important;
}

@media (max-width: 1024px) {
  .header {
    border-bottom: 1px solid #F0F0F0;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    background-color: #fff;
    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.is-white {
    background: #FFF;
  }
  .header.is-white .header__logo {
    background-color: #fff;
  }
  .header.is-white .header__logo img {
    display: block;
  }
  .header.is-white .header__logo .logo-white {
    display: none;
  }
  .header.is-white .header__logo::after, .header.is-white .header__logo::before {
    display: none;
  }
  .header__logo {
    padding-left: 3rem;
  }
  .header__logo img {
    transform: translateY(0%);
  }
  .header__logo::after, .header__logo::before {
    display: none;
  }
  .header__top {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .header__filter {
    display: block;
    width: 100%;
    padding: 2rem 0 1rem 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .header__filter::-webkit-scrollbar {
    width: 0px;
    /* width of the entire scrollbar */
  }
  .header__filter::-webkit-scrollbar-track {
    background: transparent;
    /* color of the tracking area */
  }
  .header__filter::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* color of the scroll thumb */
    border-radius: 0px;
    /* roundness of the scroll thumb */
    border: 0px solid transparent;
    /* creates padding around scroll thumb */
  }
  .header__filter .filter {
    display: inline-block;
    margin-left: 2rem;
  }
  .header__mobile {
    padding-right: 3rem;
    cursor: pointer;
    display: block;
  }
  .header__mobile svg {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__mobile svg path {
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__mobile svg path:nth-child(1) {
    transform-origin: 36% 40%;
  }
  .header__mobile svg path:nth-child(2) {
    stroke-dasharray: 29 299;
  }
  .header__mobile svg path:nth-child(3) {
    transform-origin: 35% 63%;
  }
  .header__mobile svg path:nth-child(4) {
    stroke-dasharray: 29 299;
  }
  .header__mobile svg path:nth-child(5) {
    transform-origin: 61% 52%;
  }
  .header__mobile svg path:nth-child(6) {
    transform-origin: 62% 52%;
  }
  .header__mobile.active svg {
    transform: rotate(90deg);
  }
  .header__mobile.active svg path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
  }
  .header__mobile.active svg path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
  }
  .header__mobile.active svg path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
  }
  .header__mobile.active svg path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
  }
  .header__mobile.active svg path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
  }
  .header__mobile.active svg path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
  }
  .header__mobile__layer {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 85px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2;
    background-color: #fff;
    background-color: #F8C72D;
    scrollbar-width: none;
    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);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: 0.3s all ease;
  }
  .header__mobile__layer::-webkit-scrollbar {
    display: none;
  }
  .header__mobile__layer.show {
    transform: translateX(0);
    pointer-events: all;
    opacity: 1;
  }
  .header__mobile__layer .mobile-list .open-submenu {
    color: #D92D34;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  .header__mobile__layer .mobile-list .open-submenu svg {
    margin-left: 1.5rem;
    transform: rotate(90deg);
    transition: 0.3s all ease;
  }
  .header__mobile__layer .mobile-list .open-submenu.active svg {
    transform: rotate(-90deg);
  }
  .header__mobile__layer .mobile-list li {
    padding: 3rem;
    padding-left: 3rem;
  }
  .header__mobile__layer .mobile-list li:not(:last-child) {
    border-bottom: 1px solid #D92D34;
  }
  .header__mobile__layer .mobile-list li .submenu {
    display: none;
    margin-top: 1.5rem;
  }
  .header__mobile__layer .mobile-list li .submenu li {
    border-bottom: none;
    padding: 1rem;
  }
  .header__mobile__layer .mobile-list li .submenu li a {
    text-transform: initial;
    transition: 0.3s all ease;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .header__mobile__layer .mobile-list li .submenu li a::before {
    content: "";
    width: 0;
    border-bottom: 1px solid #D92D34;
    margin-right: 5px;
    transition: 0.3s all ease;
  }
  .header__mobile__layer .mobile-list li .submenu li a:hover {
    color: #D92D34 !important;
  }
  .header__mobile__layer .mobile-list li .submenu li a:hover::before {
    width: 10px;
  }
  .header__mobile__layer .mobile-list li .form__col .inputWrapper::after {
    border-color: #D92D34;
  }
  .header__mobile__layer .mobile-list li .form__col .inputWrapper input {
    padding-bottom: 1rem;
  }
  .header__mobile__layer .mobile-list li .form__col--small {
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__mobile__layer .mobile-list li .form__col--small button {
    cursor: pointer;
  }
  .header__mobile__layer .mobile-list li .form__row {
    position: relative;
  }
  .header__mobile__layer .mobile-list li a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  .header__mobile__layer .mobile-list li a svg {
    margin-left: 1.5rem;
  }
}
.footer__container {
  overflow: hidden;
  padding: 2.2rem;
  background: transparent;
  z-index: -1;
}
.footer__container.bg-gradient {
  background: linear-gradient(to bottom, #f8f8f8 40%, #fff 40px);
}
.footer__inner {
  z-index: 2;
  background-color: #383838;
  border-radius: 15px;
  padding: 8rem 8rem 5rem 8rem;
  position: relative;
  border-bottom: 12px solid transparent;
  /*2*/
  background: linear-gradient(to right, #F8C72D 23.5%, #D92D34 40px);
}
.footer__inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #383838;
  width: 100%;
  z-index: 0;
  border-radius: 15px 15px 0 0;
}
.footer__cards {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  z-index: 1;
  position: relative;
}
.footer__cards .item {
  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;
  height: 36.5rem;
  width: 100%;
  padding: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.footer__cards .item .bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  transition: 0.3s all ease;
}
.footer__cards .item .text {
  line-height: 3.3rem;
  position: relative;
  max-width: 395px;
}
.footer__cards .item .text strong {
  color: #fff;
}
.footer__cards .item .btn {
  position: relative;
}
.footer__cards .item:hover .bg {
  transform: scale(1.15);
}
.footer__newsletter {
  padding: 6.5rem 3rem 0;
  position: relative;
  z-index: 2;
}
.footer__newsletter .newsletter-title {
  text-align: center;
  margin-bottom: 3rem;
}
.footer__newsletter .left {
  flex: 2;
}
.footer__newsletter .left .form-container {
  display: flex;
  align-items: center;
  position: relative;
}
.footer__newsletter .left .form-container .text {
  max-width: 240px;
  margin-right: 6.7rem;
  line-height: 110%;
  transform: translateY(-20%);
}
.footer__newsletter .left .form-container button {
  transform: translateY(20%);
  margin-left: 2.5rem;
}
.footer__newsletter .left .form-container .response {
  color: #F8C72D;
  position: absolute;
  color: #F8C72D;
  position: absolute;
  left: 35%;
  bottom: 3rem;
}
.footer__newsletter .right {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.footer__newsletter .right .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #D92D34;
  border-radius: 50%;
  padding: 0.9rem;
  transition: 0.3s all ease;
}
.footer__newsletter .right .item:hover {
  background-color: #fff;
  border-color: #fff;
}
.footer__newsletter .right .item:hover svg path {
  stroke: #D92D34;
}
.footer__links {
  margin-top: 4.5rem;
  padding: 0 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
  z-index: 2;
  position: relative;
}
.footer__links .item {
  width: 100%;
  border-top: 1.5px solid #D92D34;
  padding-top: 2.5rem;
}
.footer__links .item ul li {
  margin-bottom: 1.5rem;
}
.footer__tabs {
  padding: 3rem 0;
  margin: 4.5rem 3rem 5.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
  position: relative;
}
.footer__tabs .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0 3rem;
}
.footer__bottom .logo {
  flex: 2;
}
.footer__bottom .row {
  display: flex;
  align-items: center;
  gap: 6rem;
  position: absolute;
  left: calc(23.5% - 4rem);
}
.footer__bottom .a_deen {
  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 {
  animation-name: deen;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1024px) {
  .footer__inner {
    padding: 2rem;
  }
  .footer__cards {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .footer__cards .item {
    padding: 2rem;
    height: 20rem;
  }
  .footer__newsletter {
    padding: 0;
    margin: 3rem auto;
  }
  .footer__newsletter .content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer__newsletter .content .left {
    flex: 1;
    width: 100%;
  }
  .footer__newsletter .content .left .form-container {
    flex-direction: column;
  }
  .footer__newsletter .content .left .form-container .text {
    margin-right: 0;
    margin: auto;
  }
  .footer__newsletter .content .left .form-container .form {
    width: 100%;
    max-width: 375px;
    margin: auto;
  }
  .footer__newsletter .content .left .form-container .form__row {
    flex-direction: column;
  }
  .footer__newsletter .content .left .form-container .form__col {
    margin-bottom: 2.5rem;
  }
  .footer__newsletter .content .left .form-container .form__col--receive-content .privacy {
    align-items: center;
  }
  .footer__newsletter .content .left .form-container .form__col--receive-content .error {
    top: 96%;
    left: auto;
  }
  .footer__newsletter .content .left .form-container .form button {
    margin-left: 0;
    margin: auto;
  }
  .footer__newsletter .content .right {
    gap: 2rem;
    margin-top: 3rem;
    justify-content: center;
  }
  .footer__links {
    display: none;
  }
  .footer__tabs {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
  }
  .footer__bottom .logo {
    flex: 1;
    margin-bottom: 2rem;
  }
  .footer__bottom .row {
    flex-direction: column;
    gap: 1rem;
    position: unset;
    margin-bottom: 2rem;
  }
  .footer__bottom .a_deen {
    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 {
    animation-name: deen;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-fill-mode: forwards;
  }
  @keyframes deen {
    0% {
      stroke-dashoffset: 800;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
}
.scroll-lateral__container {
  position: relative;
  z-index: 2;
}
.scroll-lateral__container::before, .scroll-lateral__container::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
.scroll-lateral__container::before {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.scroll-lateral__container::after {
  width: 50%;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
.scroll-lateral__container .slick-arrow {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 2;
  cursor: pointer;
}
.scroll-lateral__container .slick-arrow--prev {
  left: 3rem;
}
.scroll-lateral__container .slick-arrow--next {
  right: 3rem;
}
.scroll-lateral__container .slick-disabled {
  display: none !important;
}
.scroll-lateral__slider {
  position: relative;
  height: 90vh;
  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: 10px;
}
.scroll-lateral__slider .slick-list {
  height: 100%;
  padding-left: 6rem;
}
.scroll-lateral__slider .slick-slide:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.scroll-lateral__slider .slick-slide:last-child {
  border-radius: 0px 10px 10px 0;
}
.scroll-lateral__item {
  height: 90vh;
  transition: 0.3s all ease;
}
.scroll-lateral__item .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s all ease;
  background-color: #000;
}
.scroll-lateral__item .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(182.92deg, rgba(0, 0, 0, 0.3) 18.79%, rgba(0, 0, 0, 0.3) 97.57%);
}
.scroll-lateral__item .bg img {
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.scroll-lateral__item .content {
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 5.5rem 5.5rem 8rem 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.scroll-lateral__item .content .index {
  border-bottom: 2px solid #fff;
}
.scroll-lateral__item .content .btn, .scroll-lateral__item .content .hide {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}
.scroll-lateral__item .content .text strong {
  color: inherit;
}
.scroll-lateral__item.active .bg {
  opacity: 1;
}
.scroll-lateral__item.active .content .index {
  color: #D92D34;
  border-bottom-color: #D92D34;
}
.scroll-lateral__item.active .content .tag {
  background: #D92D34;
  border-radius: 200px;
  padding: 0.8rem 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
}
.scroll-lateral__item.active .content .text--35 {
  margin-bottom: 2rem;
}
.scroll-lateral__item.active .content .text--15 {
  margin-bottom: 2rem;
}
.scroll-lateral__item.active .content .btn, .scroll-lateral__item.active .content .text--15 {
  height: auto;
  opacity: 1;
}

@media (max-width: 1024px) {
  .scroll-lateral__container::before, .scroll-lateral__container::after {
    display: none;
  }
  .scroll-lateral__container .slick-arrow svg {
    width: 30px;
  }
  .scroll-lateral__slider {
    position: relative;
    height: 450px;
  }
  .scroll-lateral__item {
    height: 450px;
  }
  .scroll-lateral__item .content {
    padding: 2rem 5rem 5rem 2rem;
  }
}
.megamenu__container {
  position: absolute;
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  transition: 0.3s height ease;
  top: 160px;
  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);
}
.megamenu__container.active {
  height: 500px;
  overflow: hidden;
}
.megamenu__container.fixed {
  top: 80px;
  position: fixed;
}
.megamenu__container__left {
  width: 50%;
  overflow-y: auto;
  padding-top: 5.5rem;
}
.megamenu__container__left::-webkit-scrollbar {
  width: 0;
}
.megamenu__container__left .logo {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-top: 6rem;
}
.megamenu__container__left .logo img {
  transform: translateY(-40%);
}
.megamenu__container__left .logo::after, .megamenu__container__left .logo::before {
  content: "";
  border-bottom: 1px solid #F0F0F0;
}
.megamenu__container__left .logo::before {
  min-width: 7.5rem;
  margin-right: 0.5rem;
}
.megamenu__container__left .logo::after {
  width: 100vw;
  margin-left: 0.5rem;
}
.megamenu__container__left .close {
  margin: 3rem 0 4rem 7.5rem;
  cursor: pointer;
}
.megamenu__container__left .section {
  margin-left: 7.5rem;
}
.megamenu__container__left .links {
  margin-left: 7.5rem;
}
.megamenu__container__left .links li {
  padding-right: 10rem;
}
.megamenu__container__left .links li a {
  display: block;
  position: relative;
}
.megamenu__container__left .links li a strong {
  color: inherit;
  font-weight: inherit;
}
.megamenu__container__left .links li a svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.megamenu__container__left .links li.active a {
  font-weight: bold;
}
.megamenu__container__left .links li.active a svg path {
  stroke: #F8C72D;
}
.megamenu__container__right {
  width: 50%;
  position: relative;
}
.megamenu__container__right img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: -1;
}
.megamenu__container__right img.active {
  z-index: 1;
  opacity: 1;
}

.number-carousel__container {
  position: relative;
}
.number-carousel__container--reverse .number-carousel__carousel::after {
  background: linear-gradient(to bottom, #cecece 70%, #cecece 40px);
}
.number-carousel__container--reverse .number-carousel__carousel .item {
  flex-direction: row-reverse;
}
.number-carousel__container--reverse .number-carousel__carousel .item .left {
  height: 55rem;
  border-radius: 20px 0 0 20px;
  background: transparent;
}
.number-carousel__container--reverse .number-carousel__carousel .item .left .bg img {
  border-radius: 20px 0 0 20px;
}
.number-carousel__container--reverse .number-carousel__carousel .item .left .content {
  display: none;
}
.number-carousel__container--reverse .number-carousel__carousel .item .right {
  padding: 8rem 18rem 12rem;
}
.number-carousel__container--reverse .number-carousel__carousel .item .right .text {
  letter-spacing: -0.06em;
}
.number-carousel__container--reverse .number-carousel__carousel .item .right .text--35 {
  font-size: 4.5rem;
}
.number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
  font-size: 2.5rem;
  max-width: 80%;
  font-weight: bold;
  line-height: 113.5%;
}
.number-carousel__container--reverse .number-carousel__navigation .pagination {
  left: 18rem;
  bottom: 17rem;
  transform: translateY(50%);
}
.number-carousel__container--reverse .number-carousel__navigation .slick-arrow {
  bottom: 17rem;
  transform: translateY(50%);
}
.number-carousel__container--reverse .number-carousel__navigation .slick-arrow--prev {
  left: 34rem;
}
.number-carousel__container--reverse .number-carousel__navigation .slick-arrow--next {
  left: 42rem;
}
.number-carousel__carousel {
  position: relative;
}
.number-carousel__carousel::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(98% - 14rem);
  height: 200px;
  width: 2px;
  background: linear-gradient(to bottom, #cecece 70%, #D92D34 40px);
  z-index: 0;
}
.number-carousel__carousel .slick-track {
  padding-bottom: 14rem;
}
.number-carousel__carousel .item {
  display: flex !important;
}
.number-carousel__carousel .item .left {
  width: 50%;
  position: relative;
  background: linear-gradient(190.87deg, rgba(255, 0, 0, 0) 8.06%, rgba(255, 0, 0, 0.4) 71.55%);
  border-radius: 0px 20px 20px 0px;
  display: flex;
  align-items: flex-end;
  padding: 10rem 20rem 10rem 10rem;
}
.number-carousel__carousel .item .left .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.number-carousel__carousel .item .left .bg img {
  border-radius: 0px 20px 20px 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  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);
}
.number-carousel__carousel .item .left .content .text strong {
  color: #fff !important;
}
.number-carousel__carousel .item .right {
  padding: 25rem 15rem 25rem 24rem;
  display: flex;
  align-items: center;
  width: 50%;
  position: relative;
}
.number-carousel__carousel .item .right .inner-left {
  transform: translateX(-15%);
  position: absolute;
  left: 0;
}
.number-carousel__carousel .item .right .inner-left .number {
  font-style: normal;
  font-weight: bold;
  font-size: 250px;
  line-height: 84.6%;
  letter-spacing: -0.06em;
  color: #EFEFEF;
}
.number-carousel__navigation .pagination {
  bottom: 34rem;
  left: calc(50% + 24rem);
}
.number-carousel__navigation .slick-arrow {
  bottom: 34rem;
  transform: none;
}
.number-carousel__navigation .slick-arrow--prev {
  left: calc(50% + 24rem);
}
.number-carousel__navigation .slick-arrow--next {
  left: calc(50% + 31rem);
}

@media (max-width: 1024px) {
  .number-carousel__container--reverse .number-carousel__carousel .item {
    flex-direction: column;
  }
  .number-carousel__container--reverse .number-carousel__carousel .item .left {
    border-radius: 10px 10px 0 0;
    height: 250px;
    background: transparent;
  }
  .number-carousel__container--reverse .number-carousel__carousel .item .left .bg img {
    border-radius: 10px 10px 0 0;
  }
  .number-carousel__container--reverse .number-carousel__carousel .item .left .content {
    display: none;
  }
  .number-carousel__container--reverse .number-carousel__carousel .item .right {
    padding: 3rem;
  }
  .number-carousel__container--reverse .number-carousel__carousel .item .right .text--35 {
    font-size: 2.2rem;
  }
  .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
    font-size: 1.5rem;
  }
  .number-carousel__container--reverse .number-carousel__navigation .pagination {
    left: 50%;
    bottom: 10rem;
    transform: translate(-50%, 0%);
  }
  .number-carousel__carousel::after {
    display: none;
  }
  .number-carousel__carousel .slick-track {
    padding-bottom: 15rem;
  }
  .number-carousel__carousel .slick-list {
    padding: 0 5%;
  }
  .number-carousel__carousel .item {
    flex-direction: column;
  }
  .number-carousel__carousel .item .left {
    width: 100%;
    padding: 3rem;
    border-radius: 10px 10px 0 0;
  }
  .number-carousel__carousel .item .left .bg {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  .number-carousel__carousel .item .left .bg img {
    border-radius: 10px 10px 0 0;
  }
  .number-carousel__carousel .item .right {
    width: 100%;
    padding: 5rem;
    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);
  }
  .number-carousel__carousel .item .right .inner-left .number {
    display: none;
  }
  .number-carousel__navigation .pagination {
    position: absolute;
    left: 50%;
    bottom: 12rem;
    transform: translateX(-50%);
  }
  .number-carousel__navigation .slick-arrow {
    display: none !important;
  }
}
.video-carousel__wrapper {
  position: relative;
}
.video-carousel__wrapper .pagination {
  bottom: 15rem;
}
.video-carousel__carousel {
  min-height: 100vh;
}
.video-carousel__carousel .slick-list {
  padding: 0 2.5%;
}
.video-carousel__carousel .slick-slide {
  margin: 0 15px;
}
.video-carousel__carousel .slick-track {
  padding-bottom: 22rem;
}
.video-carousel__carousel .item {
  min-height: 75vh;
  position: relative;
  background: #000;
  padding-bottom: 5.5rem;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  border-radius: 10px;
  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);
}
.video-carousel__carousel .item::after {
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.88%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  border-radius: 10px;
}
.video-carousel__carousel .item .bg {
  position: absolute;
  inset: 0;
  border-radius: 10px;
}
.video-carousel__carousel .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  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: 10px;
}
.video-carousel__carousel .item .play {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-carousel__carousel .item .text {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .video-carousel__carousel {
    min-height: 55vh;
  }
  .video-carousel__carousel .slick-track {
    padding-bottom: 8rem;
  }
  .video-carousel__carousel .item {
    min-height: 55vh;
  }
}
.conversion-form__container {
  background-color: #f6f6f6;
  position: relative;
  margin-bottom: 25rem;
}
.conversion-form__container::before {
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  height: 220px;
  width: 2px;
  position: absolute;
  background: linear-gradient(to bottom, #D92D34 50%, #c5c5c5 40px);
  z-index: 2;
}
.conversion-form__container__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
}
.conversion-form__container__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.conversion-form__container__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 15rem;
  margin-bottom: -10rem;
}
.conversion-form__container__title .text {
  width: min(100%, 620px);
}
.conversion-form__container__inner {
  transform: translateY(35%);
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  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: 10px;
  padding: 7.5rem 6.5rem 3.5rem;
  width: min(95%, 820px);
  margin: 0 auto;
  z-index: 5;
}
.conversion-form__container__inner::after {
  content: "";
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #D92D34 35%, #F8C72D 35%, #F8C72D 65%, #D92D34 65%, #D92D34 100%);
}

@media (max-width: 1024px) {
  .conversion-form__container__title {
    margin-bottom: -15rem;
  }
  .conversion-form__container__inner {
    padding: 5rem 3rem;
  }
}
/* ============ PAGES ============= */
#home .home__banner {
  padding-top: 20rem;
  position: relative;
}
#home .home__banner__carousel {
  height: 80vh;
}
#home .home__banner__carousel .slick-slide {
  margin: 0 15px;
}
#home .home__banner__carousel .slick-track {
  padding-bottom: 20rem;
}
#home .home__banner__carousel .item {
  position: relative;
  min-height: 85vh;
  border-radius: 10px;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0rem 0rem 15rem 8rem;
}
#home .home__banner__carousel .item::before {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#home .home__banner__carousel .item::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 120px;
  border-left: 2px solid #D92D34;
  position: absolute;
}
#home .home__banner__carousel .item .bg {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  z-index: -1;
}
#home .home__banner__carousel .item .bg img, #home .home__banner__carousel .item .bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
  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);
}
#home .home__banner__carousel .item .content {
  width: min(100%, 580px);
  position: relative;
}
#home .home__banner__carousel .item .counter {
  position: absolute;
  right: 4.6rem;
  bottom: calc(15rem - 67.5px);
  height: 135px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
#home .home__banner__carousel .item .counter .current {
  color: #F8C72D;
}
#home .home__banner__carousel .item .counter::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  width: 100%;
  transform: translate(-50%, -50%);
}
#home .home__banner .pagination {
  left: calc(45px + 8rem);
  bottom: 0rem;
}
#home .home__about {
  display: flex;
  align-items: flex-end;
  padding-top: 20rem;
  position: relative;
}
#home .home__about::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 120px;
  border-left: 2px solid #c5c5c5;
  position: absolute;
  z-index: -1;
}
#home .home__about__col {
  position: relative;
  width: 33.3333333333%;
}
#home .home__about__col:nth-child(1) {
  width: 36%;
}
#home .home__about__col:nth-child(2) {
  margin: 0 4vw 15rem;
}
#home .home__about__col:nth-child(2) .text {
  max-width: 90%;
}
#home .home__about__col:nth-child(2) .text--15 {
  max-width: 80%;
}
#home .home__about__col:nth-child(2) .text--60 strong {
  color: inherit;
}
#home .home__about__col:last-child {
  width: min(33.3333333333%, 400px);
  padding-bottom: 12rem;
}
#home .home__about__col img {
  width: 100%;
  display: block;
  margin: auto;
}
#home .home__about__col .effect {
  position: absolute;
  bottom: -10%;
  left: 0;
}
#home .home__about__col .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .home__about__col .img img {
  width: 75%;
  max-width: 375px;
}
#home .home__about__col .counters .counter .top {
  transition: 0.3s all ease;
}
#home .home__about__col .counters .counter .top .number {
  opacity: 0;
}
#home .home__about__col .counters .counter .top .number.show {
  opacity: 1;
}
#home .home__about__col .counters .counter .bottom {
  border-top: 2px solid #C5C5C5;
  transition: 0.3s all ease;
}
#home .home__about__col .counters .counter:hover .top {
  color: #D92D34 !important;
}
#home .home__about__col .counters .counter:hover .bottom {
  border-top-color: #F8C72D;
}
#home .home__about__col .pagination {
  bottom: 90px;
}
#home .home__services {
  position: relative;
  margin-bottom: 10rem;
}
#home .home__services::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background: #F8C72D;
  border-radius: 0px 5px 5px 0px;
  border-left: 9px solid #D92D34;
  z-index: 3;
}
#home .home__find__container {
  background: linear-gradient(178.39deg, #F0F0F0 42.63%, #FFFFFF 87.48%);
  margin-top: calc(-45vh - 10rem);
  padding-top: calc(45vh + 16rem);
  position: relative;
}
#home .home__find__container::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45vh;
  height: 55%;
  border-left: 2px solid #DEDEDE;
}
#home .home__find__container::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 12%;
  border-left: 2px solid #DEDEDE;
}
#home .home__find__container .slick-list {
  padding-right: calc(33.3333333333% - 25px);
  padding-left: calc(10rem - 50px);
}
#home .home__find__container .slick-slide {
  margin: 0 50px;
}
#home .home__find__container .slick-track {
  padding-bottom: 20rem;
}
#home .home__find__container .slick-current {
  opacity: 1;
}
#home .home__find__container .pagination {
  bottom: 15rem;
}
#home .home__find__container .slick-arrow {
  bottom: 40%;
  transform: translateY(50%);
}
#home .home__find__container .slick-arrow--next {
  right: 3rem;
}
#home .home__find__container .slick-arrow--prev {
  left: 3rem;
}
#home .home__find__container .slick-disabled svg path {
  stroke: #D2D2D2 !important;
}
#home .home__find__item {
  display: flex !important;
  justify-content: space-between;
  opacity: 0.3;
}
#home .home__find__item .left {
  width: 50%;
}
#home .home__find__item .left .text {
  width: min(100%, 275px);
}
#home .home__find__item .left .text--45 strong {
  font-size: 6.5rem;
}
#home .home__find__item .right {
  width: 50%;
}
#home .home__find__item .right img {
  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;
  width: 90%;
  margin: 0 auto;
}
#home .home__blog {
  background: linear-gradient(to bottom, #fff 30rem, #f8f8f8 40px);
  min-height: 100vh;
  position: relative;
}
#home .home__blog::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 30rem;
  border-left: 2px solid #DEDEDE;
}
#home .home__blog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 12rem;
  position: relative;
}
#home .home__blog__top::after, #home .home__blog__top::before {
  content: "";
  position: absolute;
  top: 30rem;
  height: 175px;
  border-left: 2px solid #E2E2E2;
}
#home .home__blog__top::before {
  left: 6.4rem;
}
#home .home__blog__top::after {
  right: 6.4rem;
}
#home .home__blog__top .text {
  display: flex;
  align-items: center;
}
#home .home__blog__top .text::after {
  margin-left: 2rem;
  content: "";
  border-bottom: 2px solid #D92D34;
  width: 50px;
}
#home .home__blog__bottom {
  overflow: hidden;
}
#home .home__blog__bottom .slick-list {
  padding: 0 7rem;
}
#home .home__blog__bottom .slick-slide {
  margin: 0 54px;
}
#home .home__blog__bottom .slick-track {
  padding-bottom: 20rem;
}
#home .home__blog__bottom__carousel .item .top {
  position: relative;
  height: 300px;
}
#home .home__blog__bottom__carousel .item .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}
#home .home__blog__bottom__carousel .item .top .plus {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
}
#home .home__blog__bottom__carousel .item .bottom .content {
  width: max(70%, 355px);
}
#home .home__blog__bottom__carousel .item .bottom .content .text {
  transition: 0.3s all ease;
}
#home .home__blog__bottom__carousel .item:hover .top .plus {
  opacity: 1;
}
#home .home__blog__bottom__carousel .item:hover .bottom .content .text {
  font-weight: bold;
}
#home .home__blog .arrows {
  display: flex;
  align-items: center;
  padding: 0 12rem;
  transform: translateY(-10rem);
}
#home .home__blog .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
#home .home__blog .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#home .home__blog .arrows .slick-arrow--prev {
  margin-right: 3rem;
}

@media (max-width: 1024px) {
  #home .home__banner {
    padding-top: 15rem;
  }
  #home .home__banner__carousel {
    height: 350px;
  }
  #home .home__banner__carousel .slick-slide {
    margin: 0 5px;
  }
  #home .home__banner__carousel .slick-track {
    padding-bottom: 20rem;
  }
  #home .home__banner__carousel .item {
    height: 350px;
    min-height: auto;
    padding: 2rem 2rem 5rem;
  }
  #home .home__banner__carousel .item::after {
    display: none;
  }
  #home .home__banner__carousel .item .content .text--60 {
    font-size: 3rem;
  }
  #home .home__banner__carousel .item .counter {
    right: 2.6rem;
    bottom: 0rem;
    height: 50px;
  }
  #home .home__banner .pagination {
    left: calc(2rem + 35px);
    bottom: 2rem;
  }
  #home .home__banner .slick-arrow {
    display: none !important;
  }
  #home .home__about {
    flex-direction: column-reverse;
    padding: 5rem 2rem 0 2rem;
  }
  #home .home__about::before {
    display: none;
  }
  #home .home__about__col {
    position: relative;
    width: 100%;
  }
  #home .home__about__col:nth-child(1) {
    width: 100%;
  }
  #home .home__about__col:nth-child(2) {
    margin: 0;
  }
  #home .home__about__col:nth-child(2) .text {
    max-width: 100%;
  }
  #home .home__about__col:last-child {
    width: 100%;
    padding-bottom: 5rem;
  }
  #home .home__about__col .pagination {
    bottom: 50px;
  }
  #home .home__find__container {
    padding-top: 50vh;
  }
  #home .home__find__container::before {
    display: none;
  }
  #home .home__find__container::after {
    display: none;
  }
  #home .home__find__container .slick-list {
    padding-right: 25px;
    padding-left: 3rem;
  }
  #home .home__find__container .slick-track {
    padding-bottom: 5rem;
  }
  #home .home__find__container .slick-slide {
    margin: 0 25px;
  }
  #home .home__find__container .pagination {
    bottom: 5rem;
  }
  #home .home__find__container .slick-arrow {
    bottom: 40%;
    transform: translateY(50%);
  }
  #home .home__find__container .slick-arrow--next {
    right: 3rem;
  }
  #home .home__find__container .slick-arrow--prev {
    left: 3rem;
  }
  #home .home__find__container .slick-disabled svg path {
    stroke: #D2D2D2 !important;
  }
  #home .home__find__item {
    align-items: center;
  }
  #home .home__find__item .left .text--45 {
    font-size: 3rem;
    line-height: 90%;
  }
  #home .home__find__item .left .text--45 strong {
    font-size: 2rem;
  }
  #home .home__find__item .right {
    z-index: -1;
  }
  #home .home__blog {
    min-height: auto;
  }
  #home .home__blog::before {
    display: none;
  }
  #home .home__blog__top {
    padding: 3rem 2rem;
  }
  #home .home__blog__top::after, #home .home__blog__top::before {
    height: 85px;
  }
  #home .home__blog__bottom {
    overflow: hidden;
  }
  #home .home__blog__bottom .slick-list {
    padding: 0 3rem;
  }
  #home .home__blog__bottom .slick-slide {
    margin: 0 10px;
  }
  #home .home__blog__bottom .slick-track {
    padding-bottom: 10rem;
  }
  #home .home__blog__bottom__carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #home .home__blog__bottom__carousel .item .top {
    position: relative;
  }
  #home .home__blog__bottom__carousel .item .top img {
    width: 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);
    border-radius: 5px;
  }
  #home .home__blog__bottom__carousel .item .top .plus {
    right: 1rem;
    bottom: 1rem;
  }
  #home .home__blog__bottom__carousel .item .top .plus svg {
    width: 35px;
  }
  #home .home__blog__bottom__carousel .item .bottom .content {
    width: 80%;
    margin: auto;
  }
  #home .home__blog__bottom__carousel .item .bottom .content .text {
    transition: 0.3s all ease;
  }
  #home .home__blog__bottom__carousel .item:hover .top .plus {
    opacity: 1;
  }
  #home .home__blog__bottom__carousel .item:hover .bottom .content .text {
    font-weight: bold;
  }
  #home .home__blog .arrows {
    display: none;
  }
}
#instituto-actions-detail .instituto-actions-detail__top-banner {
  background-color: #D92D34;
  padding: 25rem 9rem 0 9rem;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  margin-bottom: 7.8rem;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row {
  display: flex;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__back-button {
  width: 20rem;
  display: flex;
  gap: 2.6rem;
  align-items: center;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__back-button__label {
  padding: 1rem 0;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__row {
  flex: 1;
  flex-grow: 1;
  display: flex;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__row__line {
  width: 2px;
  height: 100%;
  background-color: #F8C72D;
  margin: 0 2.9rem;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__row__image {
  flex: 1;
  padding-bottom: 7rem;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__row__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0 12.4rem 14.4rem 4.8rem;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__content__logo {
  width: 50%;
  margin-bottom: 3.8rem;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__content__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__content__title {
  font-size: 6rem;
  color: white;
  font-weight: 300;
  line-height: 95.6%;
  letter-spacing: -0.36rem;
}
#instituto-actions-detail .instituto-actions-detail__top-banner__row .col__content__title strong {
  color: #F8C72D;
  font-weight: bold;
}
#instituto-actions-detail .instituto-actions-detail__slider-top {
  position: relative;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__filter-list {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
  padding: 0 12rem;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__slider .slick-list {
  padding: 0 7rem;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__slider .slick-track {
  display: flex !important;
  padding: 4rem 0 8rem 0;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide {
  height: auto;
  min-height: 40vw;
  display: flex !important;
  background-color: white;
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
  margin: 0 1.5rem;
  box-shadow: 0px 50px 40px 0px rgba(0, 0, 0, 0.07), 0px 20.889px 16.711px 0px rgba(0, 0, 0, 0.05), 0px 11.168px 8.934px 0px rgba(0, 0, 0, 0.04), 0px 6.261px 5.009px 0px rgba(0, 0, 0, 0.04), 0px 3.325px 2.66px 0px rgba(0, 0, 0, 0.03), 0px 1.384px 1.107px 0px rgba(0, 0, 0, 0.02);
}
#instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide__right {
  position: relative;
  width: 50%;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  padding: 6.5rem 6.5rem 0 0;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  padding: 14.4rem 12.7rem 20.4rem 12rem;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide__left h1 {
  font-size: 4.5rem;
  line-height: 95.6%;
  letter-spacing: -0.27rem;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide__left p {
  font-size: 1.7rem;
  color: #282828;
  line-height: 160%;
  letter-spacing: -0.034rem;
  margin-right: 4rem;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__pagination {
  position: absolute;
  left: 20.5rem;
  bottom: 20.8rem;
  display: flex;
  align-items: center;
  gap: 5rem;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__pagination .slick-dots {
  display: flex;
  gap: 2.5rem;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__pagination .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__pagination .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #D92D34;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__pagination .arrows {
  display: flex;
  gap: 2rem;
}
#instituto-actions-detail .instituto-actions-detail__slider-top__pagination .arrows .slick-arrow {
  position: static;
  transform: translateY(0);
  cursor: pointer;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.6rem;
  padding: 0 12.5vw;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number {
  width: calc(33% - 5.2rem);
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number h1, #instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number p {
  transition: 0.5s all ease;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number p {
  padding-top: 2.6rem;
  border-top: 2px solid #C5C5C5;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number:hover h1 {
  color: #D92D34;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number:hover p {
  border-top: 2px solid #F8C72D;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .line {
  width: 2px;
  height: 12.9rem;
  background: linear-gradient(to bottom, #F8C72D 50%, #c5c5c5 50%);
  margin: 8.9rem auto 5.7rem auto;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .objectives__content {
  background: linear-gradient(to top, #F6F6F6 85%, white 85%);
  padding: 0 5rem 7.3rem 5rem;
  margin: 5.5rem 4.4rem 5.7rem 4.4rem;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .objectives__content__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 7.3rem;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .objectives__content__items .item {
  width: calc(20% - 3.2rem);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
  background-color: white;
  padding: 3.2rem;
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-actions-detail .instituto-actions-detail__middle__top .objectives__content__items .item img {
  width: 4.8rem;
  height: 4.8rem;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .objectives__content__items .item__line {
  width: 40%;
  height: 3px;
  background-color: #F8C72D;
}
#instituto-actions-detail .instituto-actions-detail__middle__top .objectives__content .btn2 {
  margin: 0 auto;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom {
  position: relative;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .bg {
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 15%;
  left: 0;
  z-index: -1;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container {
  position: relative;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider .slick-list {
  padding: 0 12vw;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider .slick-track {
  display: flex !important;
  padding-bottom: 11rem;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider__slide {
  position: relative;
  height: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: end;
  min-height: 30vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.56%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 1rem;
  margin: 0 1.25rem;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider__slide .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider__slide p {
  padding: 4.3rem 33% 4.3rem 33%;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__pagination {
  position: absolute;
  right: 0;
  bottom: 5.2rem;
  left: 0;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__pagination .slick-dots {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__pagination .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__pagination .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #D92D34;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .line {
  width: 2px;
  height: 6.5rem;
  background: linear-gradient(to bottom, #D92D34 50%, #c5c5c5 50%);
  margin: 0 auto 3rem auto;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs {
  width: 55%;
  margin: 0 auto;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs__title {
  margin-bottom: 5rem;
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-color: white;
  padding: 4rem 4rem 6.4rem 4rem;
  border: 0.1rem solid #E0E0E0;
  border-radius: 1rem;
  margin: 0.5rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs__list__line {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner {
  display: flex;
  gap: 12rem;
  background-color: #F8C72D;
  padding: 12.4rem 12.4rem 7rem 12.4rem;
  border-radius: 3rem;
  margin: 8rem 2.2rem 0 2.2rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__left {
  width: 56%;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__left .image {
  height: 75vh;
  position: relative;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__left .qrcode {
  height: 20vh;
  width: 20vh;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 2rem;
  background: #FFF;
  padding: 1rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__left .qrcode img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right {
  width: 44%;
  display: flex;
  flex-direction: column;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .title {
  font-size: 6rem;
  color: #D92D34;
  font-weight: 350;
  line-height: 95.6%;
  letter-spacing: -0.36rem;
  padding-bottom: 2.4rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .title strong {
  font-weight: bold;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .desc {
  padding-bottom: 2.4rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .bank-data {
  width: 100%;
  background-color: #D92D34;
  padding: 3.2rem;
  border-radius: 3rem;
  margin-bottom: 1.8rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .bank-data h3 {
  font-size: 2.3rem;
  color: #F8C72D;
  font-weight: bold;
  line-height: 112%;
  letter-spacing: -0.115rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .bank-data p {
  font-size: 2.3rem;
  color: white;
  line-height: 112%;
  letter-spacing: -0.115rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .bank-data p strong {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: -0.18rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .bank-data .pix-key {
  font-size: 3.6rem;
}
#instituto-actions-detail .instituto-actions-detail__bottom-banner__right .note {
  opacity: 0.6;
}

@media (max-width: 1024px) {
  #instituto-actions-detail .instituto-actions-detail__top-banner {
    padding: 31.6rem 3rem 3rem 3rem;
  }
  #instituto-actions-detail .instituto-actions-detail__top-banner__row {
    display: flex;
    flex-direction: column-reverse;
  }
  #instituto-actions-detail .instituto-actions-detail__top-banner__row .col__row__line {
    display: none;
  }
  #instituto-actions-detail .instituto-actions-detail__top-banner__row .col__content {
    padding: 0 0 5rem 0;
  }
  #instituto-actions-detail .instituto-actions-detail__top-banner__row .col__content__title {
    font-size: 4.5rem;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top {
    position: relative;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__filter-list {
    padding: 0 3rem;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__slider .slick-list {
    padding: 0 5vw;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide {
    min-height: unset;
    flex-direction: column;
    margin: 0 1.25vw;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide__right {
    width: 100%;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide__right img {
    padding: 0 2rem;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__slider .slide__left {
    width: 100%;
    padding: 5rem;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__pagination {
    right: 5vw;
    bottom: 5rem;
    left: 5vw;
    justify-content: center;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__pagination .slick-dots {
    justify-content: center;
    flex-wrap: wrap;
  }
  #instituto-actions-detail .instituto-actions-detail__slider-top__pagination .arrows {
    display: none;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__top .numbers {
    padding: 5rem;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number {
    width: 100%;
    align-items: center;
    gap: 1.2rem;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number h1 {
    border-bottom: 2px solid #C5C5C5;
    padding-bottom: 5px;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__top .numbers__number p {
    border-top: none;
    padding-top: 5px;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__top .objectives__content {
    background: #F6F6F6;
    padding: 7.3rem 5rem 7.3rem 5rem;
    margin: 0;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__top .objectives__content__items .item {
    width: 90%;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom {
    position: relative;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .bg {
    top: 5%;
    bottom: 5%;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container {
    position: relative;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider .slick-list {
    padding: 0 5vw;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider__slide {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    margin: 0 1.25vw;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .slider-container__slider__slide p {
    padding: 3rem;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs {
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs .faq__title-row__title {
    max-width: 70%;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs .title {
    margin-bottom: 5rem;
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs .list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    background-color: white;
    padding: 4rem 4rem 6.4rem 4rem;
    border: 0.1rem solid #e0e0e0;
    border-radius: 1rem;
    margin: 0.5rem;
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  }
  #instituto-actions-detail .instituto-actions-detail__middle__bottom .faqs .list__line {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
  }
  #instituto-actions-detail .instituto-actions-detail__bottom-banner {
    flex-direction: column-reverse;
    padding: 3.5rem;
    gap: 3rem;
  }
  #instituto-actions-detail .instituto-actions-detail__bottom-banner__left {
    width: 100%;
  }
  #instituto-actions-detail .instituto-actions-detail__bottom-banner__left .image {
    height: 40vh;
  }
  #instituto-actions-detail .instituto-actions-detail__bottom-banner__left .image .qrcode {
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #instituto-actions-detail .instituto-actions-detail__bottom-banner__left .image .qrcode img {
    height: 70%;
    width: 70%;
  }
  #instituto-actions-detail .instituto-actions-detail__bottom-banner__right {
    width: 100%;
  }
  #instituto-actions-detail .instituto-actions-detail__bottom-banner__right .title {
    font-size: 4rem;
  }
  #instituto-actions-detail .instituto-actions-detail__bottom-banner__right .bank-data .pix-key {
    font-size: 3rem;
  }
}
#instituto-actions .instituto-actions__top {
  width: 100%;
}
#instituto-actions .instituto-actions__top__under {
  position: relative;
  padding: 27rem 12rem 0 12rem;
}
#instituto-actions .instituto-actions__top__under .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -7rem;
  left: 0;
  z-index: -1;
}
#instituto-actions .instituto-actions__top__under .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-actions .instituto-actions__top__under .content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0 5.2rem 5.2rem 5.2rem;
  border-left: 2px solid #F8C72D;
}
#instituto-actions .instituto-actions__top__under .content__logo {
  width: 20%;
  margin-bottom: 3.1rem;
}
#instituto-actions .instituto-actions__top__under .content__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-actions .instituto-actions__top__under .content__title {
  font-size: 6rem;
  font-weight: 300;
  line-height: 95.6%;
  letter-spacing: -0.36rem;
}
#instituto-actions .instituto-actions__top__under .content__title strong {
  color: #F8C72D;
  font-weight: bold;
}
#instituto-actions .instituto-actions__bottom {
  width: 100%;
}
#instituto-actions .instituto-actions__bottom__slider {
  position: relative;
}
#instituto-actions .instituto-actions__bottom__slider .line {
  width: 2px;
  position: absolute;
  top: -17rem;
  bottom: -36vw;
  left: 50%;
  transform: translateX(-1px);
  background-color: #dedede;
}
#instituto-actions .instituto-actions__bottom__slider .title {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 2;
}
#instituto-actions .instituto-actions__bottom__slider .slider .slick-list {
  padding-right: 33.33%;
}
#instituto-actions .instituto-actions__bottom__slider .slider .slick-track {
  display: flex !important;
  padding-bottom: 17rem;
}
#instituto-actions .instituto-actions__bottom__slider .pagination {
  position: absolute;
  right: 0;
  bottom: 11.4rem;
  left: 0;
}
#instituto-actions .instituto-actions__bottom__slider .pagination .slick-dots {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
#instituto-actions .instituto-actions__bottom__slider .pagination .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
}
#instituto-actions .instituto-actions__bottom__slider .pagination .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #D92D34;
}
#instituto-actions .instituto-actions__bottom__slider .arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-9.6rem);
  right: 4%;
  left: 4%;
  display: flex;
  justify-content: space-between;
}
#instituto-actions .instituto-actions__bottom__slider .arrows .slick-arrow {
  position: static;
  transform: translateY(0);
  cursor: pointer;
}
#instituto-actions .instituto-actions__bottom__slider .arrows .slick-arrow.active .arrow {
  stroke: #D92D34;
}

@media (max-width: 1024px) {
  #instituto-actions .instituto-actions__top__under {
    position: relative;
    padding: 31.6rem 3rem 3rem 3rem;
  }
  #instituto-actions .instituto-actions__top__under .content {
    padding: 0 0 5.2rem 0;
    border-left: 0;
  }
  #instituto-actions .instituto-actions__top__under .content__logo {
    width: 50%;
  }
  #instituto-actions .instituto-actions__top__under .content__title {
    font-size: 4.5rem;
  }
  #instituto-actions .instituto-actions__top__over .donation-banner__right {
    padding: 3rem;
  }
  #instituto-actions .instituto-actions__bottom__slider .title {
    top: -5rem;
  }
  #instituto-actions .instituto-actions__bottom__slider .slider .slick-list {
    padding-right: calc(4% + 12px);
  }
  #instituto-actions .instituto-actions__bottom__slider .slider .slick-slide {
    display: flex;
    flex-direction: column;
  }
  #instituto-actions .instituto-actions__bottom__slider .slider .slick-slide .calendar-slide__left, #instituto-actions .instituto-actions__bottom__slider .slider .slick-slide .calendar-slide__right {
    width: 100%;
  }
  #instituto-actions .instituto-actions__bottom__slider .line {
    display: none;
  }
}
#instituto-balance .instituto-balance__top {
  position: relative;
  width: 100%;
  padding: 27rem 12rem 0 12rem;
  margin-bottom: 6.2rem;
}
#instituto-balance .instituto-balance__top__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#instituto-balance .instituto-balance__top__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-balance .instituto-balance__top__content {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding: 0 5.2rem 5.5rem 5.2rem;
  border-left: 2px solid #F8C72D;
}
#instituto-balance .instituto-balance__top__content .logo {
  width: 20%;
}
#instituto-balance .instituto-balance__top__content .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-balance .instituto-balance__bottom {
  width: 100%;
  padding: 0 9.4rem 11.5rem 9.4rem;
}
#instituto-balance .instituto-balance__bottom__line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #D92D34 3%, #e7e7e7 3%);
  margin: 1.8rem 0 0.8rem 0;
}
#instituto-balance .instituto-balance__bottom__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: auto;
  gap: 0.8rem;
}
#instituto-balance .instituto-balance__bottom__grid .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.3rem;
  background-color: white;
  padding: 3.2rem;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  margin-top: 1.7rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-balance .instituto-balance__bottom__grid .item__icon {
  width: 46px;
  height: 46px;
}
#instituto-balance .instituto-balance__bottom__grid .item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  #instituto-balance .instituto-balance__top {
    padding: 31.6rem 3rem 3rem 3rem;
  }
  #instituto-balance .instituto-balance__top__content {
    padding: 0 0 5.5rem 0;
    border-left: 0;
  }
  #instituto-balance .instituto-balance__top__content .logo {
    width: 50%;
  }
  #instituto-balance .instituto-balance__bottom {
    padding: 0 2.35rem 11.5rem 2.35rem;
  }
  #instituto-balance .instituto-balance__bottom__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first {
  position: relative;
  width: 100%;
  padding: 27rem 12rem 0 12rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 1rem 1rem;
  z-index: -1;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first .content {
  width: calc(70% - 12rem);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0 5.2rem 8.2rem 5.2rem;
  border-left: 2px solid #F8C72D;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first .content__logo {
  width: 40%;
  margin-bottom: 3.1rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first .content__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first .content h1 {
  font-size: 6rem;
  color: white;
  font-weight: 300;
  line-height: 95.6%;
  letter-spacing: -0.36rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first .content h1 strong {
  color: #F8C72D;
  font-weight: bold;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first .image {
  width: 30%;
  max-width: 80rem;
  aspect-ratio: 1;
  position: absolute;
  right: 12rem;
  bottom: -9.4rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__first .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second {
  width: 100%;
  background-color: #F8C72D;
  margin-bottom: 4rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top {
  display: flex;
  gap: 11rem;
  padding: 6.8rem 12.4rem 0 10.2rem;
  border-left: 2px solid white;
  margin: 0 0 4.4rem 12rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top__left {
  width: 50%;
  max-width: 84.36rem;
  aspect-ratio: 1;
  margin: auto 0;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.9rem;
  padding: 12rem 0 6rem 0;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top__right h1 {
  font-size: 4.5rem;
  color: #D92D34;
  line-height: 95.6%;
  letter-spacing: -0.27rem;
  padding-right: 5.7rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top__right h1 strong {
  font-weight: bold;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom {
  background: linear-gradient(to bottom, #F8C72D 50%, white 50%);
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slick-list {
  padding: 0 6% 0 12rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slick-track {
  display: flex !important;
  padding-bottom: 7rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slide {
  transition: 0.5s all ease;
  height: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: white;
  padding: 4.2rem 6.75rem 3.7rem 5.5rem;
  border-radius: 50% 50% 1rem 1rem;
  margin-left: 2.7rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slide:hover {
  color: white;
  background-color: #D92D34;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slide:hover .slide__line {
  background-color: white;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slide__image {
  width: 50%;
  aspect-ratio: 1;
  margin: 0 auto 2.6rem auto;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slide p {
  font-size: 2.5rem;
  line-height: 95.6%;
  letter-spacing: -0.21rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slide p strong {
  font-weight: bold;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slide__line {
  width: 50%;
  height: 2px;
  background-color: #F8C72D;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__pagination {
  display: flex;
  align-items: center;
  gap: 7rem;
  padding: 0 12rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__pagination__arrows {
  display: flex;
  gap: 2rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__pagination__arrows .slick-arrow {
  position: static;
  transform: translateY(0);
  cursor: pointer;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__pagination__arrows .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__pagination__line {
  flex: 1;
  height: 2px;
  background: #cecece;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first {
  position: relative;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__header {
  padding: 0 12rem 0 12rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__header h1 {
  font-size: 4.5rem;
  line-height: 95.6%;
  letter-spacing: -0.27rem;
  margin-bottom: 1.6rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__header h1 strong {
  font-weight: bold;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__header h2 {
  margin-bottom: 2.4rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__header .filter-list {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slick-list {
  padding: 0 7rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slick-track {
  display: flex !important;
  padding: 5rem 0 10rem 0;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide {
  height: auto;
  min-height: 40vw;
  display: flex !important;
  background-color: #383838;
  border-radius: 1rem;
  margin: 0 1.5rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide:nth-child(even) {
  background-color: #D92D34;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide__left {
  width: 50%;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  color: white;
  padding: 19.4rem 10rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide__right h1 {
  font-size: 4.5rem;
  color: white;
  line-height: 95.6%;
  letter-spacing: -0.27rem;
  max-width: 70%;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide__right p {
  font-size: 1.7rem;
  line-height: 160%;
  letter-spacing: -0.034rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination {
  position: absolute;
  right: 17rem;
  bottom: 22.7rem;
  display: flex;
  align-items: center;
  gap: 5rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .slick-dots {
  display: flex;
  gap: 2.5rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #F8C72D;
  border-radius: 50%;
  cursor: pointer;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid white;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .slick-dots.changeColor li {
  background-color: #D92D34;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .slick-dots.changeColor li.slick-active {
  background-color: transparent;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .arrows {
  display: flex;
  gap: 2rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .arrows .slick-arrow {
  transform: translateY(0);
  cursor: pointer;
  position: relative;
  transition: 0.5s all ease;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .arrows .slick-arrow .svg-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all ease;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .arrows .slick-arrow.stroke-red svg path,
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .arrows .slick-arrow.stroke-red svg circle {
  stroke: #D92D34;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second {
  position: relative;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__line {
  width: 2px;
  position: absolute;
  top: -17rem;
  bottom: -36vw;
  left: 50%;
  transform: translateX(-1px);
  background-color: #dedede;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__title {
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 2;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__slider .slick-list {
  padding-right: 33.33%;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__slider .slick-track {
  display: flex !important;
  padding-bottom: 17rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__pagination {
  position: absolute;
  right: 0;
  bottom: 11.4rem;
  left: 0;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__pagination .slick-dots {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__pagination .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__pagination .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #D92D34;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-9.6rem);
  right: 4%;
  left: 4%;
  display: flex;
  justify-content: space-between;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__arrows .slick-arrow {
  position: static;
  transform: translateY(0);
  cursor: pointer;
}
#instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__arrows .slick-arrow.active .arrow {
  stroke: #D92D34;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom {
  width: 100%;
  position: relative;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vw;
  position: relative;
  z-index: 2;
  padding-bottom: 5vw;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__content .top {
  width: 36vw;
  aspect-ratio: 1;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__content .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__content .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__content .bottom h1 {
  text-align: center;
  font-size: 6rem;
  color: #D92D34;
  line-height: 95.6%;
  letter-spacing: -0.36rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__content .bottom h1 strong {
  font-weight: bold;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__content .bottom h2 {
  text-align: center;
  font-size: 2.7rem;
  line-height: 112%;
  letter-spacing: -0.135rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__content .bottom a {
  align-items: center;
}
#instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instituto-combustivel-vida .instituto-combustivel-vida__partner {
  margin: 6rem 0 4rem 0;
}
#instituto-combustivel-vida .instituto-combustivel-vida__partner__title {
  text-align: center;
  margin: 0 auto 5.8rem auto;
}
#instituto-combustivel-vida .instituto-combustivel-vida__partner__brands {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 12.6rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__partner__brands .brand {
  width: 16vw;
  height: 10vw;
  background-color: white;
  padding: 3.2rem;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-combustivel-vida .instituto-combustivel-vida__partner__brands .brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog {
  min-height: 80vh;
  position: relative;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 30rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 12rem;
  position: relative;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__top::after, #instituto-combustivel-vida .instituto-combustivel-vida__blog__top::before {
  content: "";
  position: absolute;
  top: 30rem;
  height: 175px;
  border-left: 2px solid #e2e2e2;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__top::before {
  left: 6.4rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__top::after {
  right: 6.4rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__top .text {
  display: flex;
  align-items: center;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__top .text::after {
  margin-left: 2rem;
  content: "";
  border-bottom: 2px solid #D92D34;
  width: 50px;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom {
  overflow: hidden;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom .slick-list {
  padding: 0 7rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom .slick-slide {
  margin: 0 54px;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom .slick-track {
  padding-bottom: 20rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .top {
  position: relative;
  height: 300px;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .top .plus {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .bottom .content {
  width: max(70%, 355px);
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .bottom .content .text {
  transition: 0.3s all ease;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item:hover .top .plus {
  opacity: 1;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item:hover .bottom .content .text {
  font-weight: bold;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog .arrows {
  display: flex;
  align-items: center;
  padding: 0 12rem;
  transform: translateY(-10rem);
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#instituto-combustivel-vida .instituto-combustivel-vida__blog .arrows .slick-arrow--prev {
  margin-right: 3rem;
}

@media (max-width: 1024px) {
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__first {
    padding: 31.6rem 3rem 3rem 3rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__first .content {
    width: 100%;
    padding: 0 0 8.2rem 0;
    border: 0;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__first .content__logo {
    width: 50%;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__first .content h1 {
    font-size: 4.5rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__first .image {
    display: none;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__second {
    margin-bottom: 5rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top {
    flex-direction: column;
    padding: 3rem;
    border-left: 0;
    margin: 0 0 4.4rem 0;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top__left {
    width: 100%;
    max-width: unset;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__second .top__right {
    width: 100%;
    padding: 0;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__slider .slick-list {
    padding: 0 10% 0 12rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner__second .bottom__pagination {
    display: none;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first {
    position: relative;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__header {
    padding: 3rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slick-list {
    padding: 0 5vw;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide {
    min-height: unset;
    flex-direction: column;
    margin: 0 0.25rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide__left {
    width: 100%;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5px;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__slider .slide__right {
    width: 100%;
    padding: 3rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination {
    right: 5vw;
    left: 5vw;
    justify-content: center;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .slick-dots {
    justify-content: center;
    flex-wrap: wrap;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-first__pagination .arrows {
    display: none;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__title {
    top: -5rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__slider .slick-list {
    padding-right: calc(4% + 12px);
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__slider .slick-slide {
    display: flex;
    flex-direction: column;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__slider .slick-slide .calendar-slide__left, #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__slider .slick-slide .calendar-slide__right {
    width: 100%;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__slider-middle-second__line {
    display: none;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__banner-bottom__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__partner__brands {
    flex-direction: column;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__partner__brands .brand {
    width: calc(100vw - 25.2rem);
    height: calc((100vw - 25.2rem) / 1.7777777778);
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog {
    min-height: auto;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog::before {
    display: none;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__top {
    padding: 3rem 2rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__top::after, #instituto-combustivel-vida .instituto-combustivel-vida__blog__top::before {
    height: 85px;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom {
    overflow: hidden;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom .slick-list {
    padding: 0 3rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom .slick-slide {
    margin: 0 10px;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom .slick-track {
    padding-bottom: 10rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .top {
    position: relative;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .top img {
    width: 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);
    border-radius: 5px;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .top .plus {
    right: 1rem;
    bottom: 1rem;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .top .plus svg {
    width: 35px;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .bottom .content {
    width: 80%;
    margin: auto;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item .bottom .content .text {
    transition: 0.3s all ease;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item:hover .top .plus {
    opacity: 1;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog__bottom__carousel .item:hover .bottom .content .text {
    font-weight: bold;
  }
  #instituto-combustivel-vida .instituto-combustivel-vida__blog .arrows {
    display: none;
  }
}
#instituto-donate .instituto-donate__top-banner {
  position: relative;
  width: 100%;
  padding: 27rem 8.5rem 0 12rem;
}
#instituto-donate .instituto-donate__top-banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  z-index: -1;
}
#instituto-donate .instituto-donate__top-banner__content {
  width: calc(55% - 8.5rem);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0 5.2rem 8.2rem 5.2rem;
  border-left: 2px solid #F8C72D;
}
#instituto-donate .instituto-donate__top-banner__content .logo {
  width: 40%;
  margin-bottom: 3.1rem;
}
#instituto-donate .instituto-donate__top-banner__content .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-donate .instituto-donate__top-banner__content .title {
  font-size: 6rem;
  color: white;
  font-weight: 300;
  line-height: 95.6%;
  letter-spacing: -0.36rem;
}
#instituto-donate .instituto-donate__top-banner__content .title strong {
  color: #F8C72D;
  font-weight: bold;
}
#instituto-donate .instituto-donate__top-banner__image {
  width: 45%;
  max-width: 120rem;
  aspect-ratio: 1;
  position: absolute;
  right: 8.5rem;
  bottom: -20vw;
}
#instituto-donate .instituto-donate__top-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-donate .instituto-donate__donate {
  display: flex;
  flex-direction: column;
  gap: 4.7rem;
  padding: 8.7vw 12rem 1rem 12rem;
}
#instituto-donate .instituto-donate__donate__desc {
  display: flex;
  align-items: center;
  gap: 3rem;
}
#instituto-donate .instituto-donate__donate__first-step {
  display: none;
}
#instituto-donate .instituto-donate__donate__first-step .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.4rem;
  padding-bottom: 4.7rem;
}
#instituto-donate .instituto-donate__donate__first-step .items__item {
  height: auto;
  display: flex;
  align-items: center;
  background-color: white;
  padding: 3.2rem;
  border-radius: 1rem;
  border: 2px solid #e0e0e0;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  cursor: pointer;
}
#instituto-donate .instituto-donate__donate__first-step .items__item__check {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  border: 2px solid #000;
  background: transparent;
  position: relative;
  transition: 0.5s all ease;
}
#instituto-donate .instituto-donate__donate__first-step .items__item__check .inner {
  height: 0.9rem;
  width: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.5s all ease;
}
#instituto-donate .instituto-donate__donate__first-step .items__item__check.active {
  background: #000;
}
#instituto-donate .instituto-donate__donate__first-step .items__item__check.active .inner {
  background: #fff;
}
#instituto-donate .instituto-donate__donate__first-step .items__item__label {
  position: relative;
  margin-left: 3.6rem;
}
#instituto-donate .instituto-donate__donate__first-step .items__item.active {
  border-left: 2px solid #F8C72D;
}
#instituto-donate .instituto-donate__donate__first-step .items__item.active .items__item__label::before {
  border: 0.6rem solid black;
}
#instituto-donate .instituto-donate__donate__first-step.active {
  display: block;
}
#instituto-donate .instituto-donate__donate__second-step {
  display: none;
}
#instituto-donate .instituto-donate__donate__second-step .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  background-color: white;
  padding: 3.2rem 25.75%;
  border-radius: 1rem;
  border-left: 2px solid #f8c72d;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-donate .instituto-donate__donate__second-step .content__image {
  width: 40.76%;
  aspect-ratio: 1;
  padding-top: 0.8rem;
  position: relative;
}
#instituto-donate .instituto-donate__donate__second-step .content__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s all ease;
}
#instituto-donate .instituto-donate__donate__second-step .content__image img.inactive {
  opacity: 0;
}
#instituto-donate .instituto-donate__donate__second-step .content__line {
  width: 100%;
  height: 1px;
  background-color: #c0c0c0;
  margin: 2.4rem 0 1.6rem 0;
}
#instituto-donate .instituto-donate__donate__second-step .content__form {
  width: 100%;
}
#instituto-donate .instituto-donate__donate__second-step .content__form__input {
  width: 100%;
  padding: 0.8rem 1.6rem;
  border-radius: 0.5rem;
  border: 1px solid #b9b9b9;
  outline: none;
}
#instituto-donate .instituto-donate__donate__second-step .content__form .btn2 {
  margin: 0.8rem auto 2.4rem auto;
  box-sizing: content-box;
}
#instituto-donate .instituto-donate__donate__second-step .content__form .btn2:hover {
  color: black;
  background-color: transparent;
  border: 2px solid black;
}
#instituto-donate .instituto-donate__donate__second-step .content__form .btn2.active {
  background-color: #294B29;
  border: 2px solid #294B29;
}
#instituto-donate .instituto-donate__donate__second-step .content__form .btn2.active:hover {
  color: #fff;
  background-color: #294B29;
  border: 2px solid #294B29;
}
#instituto-donate .instituto-donate__donate__second-step .btn2 {
  margin: 4.7rem auto 0 auto;
}
#instituto-donate .instituto-donate__donate__second-step.active {
  display: block;
}
#instituto-donate .instituto-donate__donate__line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #d92d34 50%, #e7e7e7 50%);
}
#instituto-donate .instituto-donate__middle-banner {
  display: flex;
  background-color: #f6f6f6;
  margin: 7rem 12rem 8rem 12rem;
  border-radius: 3rem;
}
#instituto-donate .instituto-donate__middle-banner__left {
  width: 40%;
}
#instituto-donate .instituto-donate__middle-banner__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5rem;
}
#instituto-donate .instituto-donate__middle-banner__right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  padding: 7.8rem 16vw 7.8rem 7vw;
}
#instituto-donate .instituto-donate__middle-banner__right .title {
  font-size: 4.5rem;
  line-height: 95.6%;
  letter-spacing: -0.27rem;
}
#instituto-donate .instituto-donate__middle-banner__right .title strong {
  font-weight: bold;
}
#instituto-donate .instituto-donate__why-donate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.5rem;
  padding: 0 9.4rem 9.4rem 9.4rem;
}
#instituto-donate .instituto-donate__why-donate a {
  cursor: pointer;
}
#instituto-donate .instituto-donate__why-donate__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
#instituto-donate .instituto-donate__why-donate__items .item {
  width: calc(25% - 2.4rem);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  background-color: white;
  padding: 3.2rem;
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-donate .instituto-donate__why-donate__items .item img {
  width: 4.8rem;
  height: 4.8rem;
}
#instituto-donate .instituto-donate__bottom {
  position: relative;
  margin-bottom: 6rem;
}
#instituto-donate .instituto-donate__bottom__top {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 0 12rem 5.5rem 12rem;
}
#instituto-donate .instituto-donate__bottom__top .title {
  font-size: 4.5rem;
  line-height: 95.6%;
  letter-spacing: -0.27rem;
}
#instituto-donate .instituto-donate__bottom__top .title strong {
  font-weight: bold;
}
#instituto-donate .instituto-donate__bottom__bg {
  position: absolute;
  top: 15%;
  right: 0;
  bottom: 15%;
  left: 0;
  z-index: -1;
}
#instituto-donate .instituto-donate__bottom__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instituto-donate .instituto-donate__bottom__slider-container {
  position: relative;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider .slick-list {
  padding: 0 4vw;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider .slick-track {
  display: flex !important;
  padding-bottom: 6.6rem;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide {
  height: auto;
  display: flex !important;
  align-items: center;
  background-color: #383838;
  padding: 6.5rem 5.5rem 6.5rem 5.5rem;
  border-radius: 1rem;
  margin: 0 1.5rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide.yellow {
  background-color: #f8c72d;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide.red {
  background-color: #d92d34;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__left {
  width: 55%;
  aspect-ratio: 1;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7.5rem 4.6rem 9.2rem 8.4rem;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right .logo {
  width: 50%;
  margin-bottom: 2.4rem;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right p,
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right ul {
  font-size: 1.7rem;
  color: white;
  line-height: 160%;
  letter-spacing: -0.03rem;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right ul {
  padding-left: 20px;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right ul li {
  position: relative;
}
#instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: white;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination {
  position: absolute;
  right: calc(4vw + 11.6rem);
  bottom: 13rem;
  display: flex;
  align-items: center;
  gap: 5rem;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .slick-dots {
  display: flex;
  gap: 2.5rem;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #F8C72D;
  border-radius: 50%;
  cursor: pointer;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid white;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .slick-dots.yellow li {
  background-color: #d92d34;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .slick-dots.yellow li.slick-active {
  border: 2px solid #d92d34;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .arrows {
  display: flex;
  gap: 2rem;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .arrows svg {
  transition: 0.5s all ease;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .arrows .slick-arrow {
  position: static;
  transform: translateY(0);
  cursor: pointer;
}
#instituto-donate .instituto-donate__bottom__slider-container .pagination .arrows.yellow svg path {
  stroke: #d92d34;
}
#instituto-donate .instituto-donate__bottom__line {
  width: 2px;
  height: 6.5rem;
  background: linear-gradient(to bottom, #D92D34 50%, #c5c5c5 50%);
  margin: 0 auto 3rem auto;
}
#instituto-donate .instituto-donate__bottom__faqs {
  width: 55%;
  margin: 0 auto;
}
#instituto-donate .instituto-donate__bottom__faqs .title {
  margin-bottom: 5rem;
}
#instituto-donate .instituto-donate__bottom__faqs .list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-color: white;
  padding: 4rem 4rem 6.4rem 4rem;
  border: 0.1rem solid #e0e0e0;
  border-radius: 1rem;
  margin: 0.5rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#instituto-donate .instituto-donate__bottom__faqs .list__line {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

@media (max-width: 1024px) {
  #instituto-donate .instituto-donate__top-banner {
    padding: 31.6rem 3rem 3rem 3rem;
  }
  #instituto-donate .instituto-donate__top-banner__content {
    width: 100%;
    padding: 0 0 8.2rem 0;
    border: 0;
  }
  #instituto-donate .instituto-donate__top-banner__content .logo {
    width: 50%;
  }
  #instituto-donate .instituto-donate__top-banner__content .title {
    font-size: 4.5rem;
  }
  #instituto-donate .instituto-donate__top-banner__image {
    display: none;
  }
  #instituto-donate .instituto-donate__donate {
    padding: 3rem;
  }
  #instituto-donate .instituto-donate__donate .content {
    padding: 3rem;
  }
  #instituto-donate .instituto-donate__donate__desc {
    flex-direction: column;
    align-items: start;
  }
  #instituto-donate .instituto-donate__donate__first-step .items__item {
    width: 100%;
  }
  #instituto-donate .instituto-donate__donate__first-step.active {
    display: block;
  }
  #instituto-donate .instituto-donate__donate__second-step .content__image {
    width: 100%;
  }
  #instituto-donate .instituto-donate__middle-banner {
    flex-direction: column;
    margin: 2.25rem 3rem 3rem 3rem;
  }
  #instituto-donate .instituto-donate__middle-banner__left {
    width: 100%;
  }
  #instituto-donate .instituto-donate__middle-banner__left img {
    padding: 1rem;
  }
  #instituto-donate .instituto-donate__middle-banner__right {
    width: 100%;
  }
  #instituto-donate .instituto-donate__why-donate {
    padding: 3rem;
  }
  #instituto-donate .instituto-donate__why-donate__items .item {
    width: 100%;
  }
  #instituto-donate .instituto-donate__bottom__top {
    padding: 3rem;
  }
  #instituto-donate .instituto-donate__bottom__bg {
    top: 15%;
    bottom: 15%;
  }
  #instituto-donate .instituto-donate__bottom__slider-container .slider .slick-list {
    padding: 0 4vw;
  }
  #instituto-donate .instituto-donate__bottom__slider-container .slider__slide {
    flex-direction: column;
    margin: 0 1vw;
  }
  #instituto-donate .instituto-donate__bottom__slider-container .slider__slide__left {
    width: 100%;
  }
  #instituto-donate .instituto-donate__bottom__slider-container .slider__slide__right {
    width: 100%;
    padding: 7.5rem 0 9.2rem 0;
  }
  #instituto-donate .instituto-donate__bottom__slider-container .pagination {
    right: 4vw;
    left: 4vw;
    justify-content: center;
  }
  #instituto-donate .instituto-donate__bottom__slider-container .pagination .slick-dots {
    flex-wrap: wrap;
    justify-content: center;
  }
  #instituto-donate .instituto-donate__bottom__slider-container .pagination .arrows {
    display: none;
  }
  #instituto-donate .instituto-donate__bottom__line {
    width: 2px;
    height: 6.5rem;
    background: linear-gradient(to bottom, #D92D34 50%, #c5c5c5 50%);
    margin: 0 auto 3rem auto;
  }
  #instituto-donate .instituto-donate__bottom__faqs {
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
  }
  #instituto-donate .instituto-donate__bottom__faqs .faq__title-row__title {
    max-width: 70%;
  }
  #instituto-donate .instituto-donate__bottom__faqs .title {
    margin-bottom: 5rem;
  }
  #instituto-donate .instituto-donate__bottom__faqs .list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    background-color: white;
    padding: 4rem 4rem 6.4rem 4rem;
    border: 0.1rem solid #e0e0e0;
    border-radius: 1rem;
    margin: 0.5rem;
    box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  }
  #instituto-donate .instituto-donate__bottom__faqs .list__line {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
  }
}
#history {
  overflow: hidden;
}
#history .history__banner {
  margin: 20rem 4rem 9rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#history .history__banner__inner {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 7rem 13rem;
  background: #000000;
}
#history .history__banner__inner::before {
  content: "";
  left: 8rem;
  bottom: 0;
  height: 180px;
  border-left: 2px solid #D92D34;
  position: absolute;
  z-index: 2;
}
#history .history__banner__inner img,
#history .history__banner__inner video {
  width: 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);
  border-radius: 10px;
  position: absolute;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
}
#history .history__banner__inner .content {
  position: relative;
  width: min(100%, 600px);
}
#history .history__numbers {
  padding-left: 17rem;
  padding-bottom: 16rem;
  position: relative;
}
#history .history__numbers::before {
  content: "";
  position: absolute;
  left: 12rem;
  top: -9rem;
  border-left: 2px solid #c5c5c5;
  height: 315px;
}
#history .history__numbers .texts {
  width: max(50%, 650px);
}
#history .history__numbers .counters {
  margin-top: 10rem;
}
#history .history__numbers .counters .row {
  display: flex;
  gap: 3rem 10rem;
  flex-wrap: wrap;
  width: min(100%, 550px);
}
#history .history__numbers .counters .row .counter .top {
  transition: 0.3s all ease;
}
#history .history__numbers .counters .row .counter .top .number {
  opacity: 0;
}
#history .history__numbers .counters .row .counter .top .number.show {
  opacity: 1;
}
#history .history__numbers .counters .row .counter .bottom {
  position: relative;
  transition: 0.3s all ease;
  max-width: 200px;
}
#history .history__numbers .counters .row .counter .bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  border-bottom: 2px solid #c5c5c5;
}
#history .history__numbers .counters .row .counter:hover .top {
  color: #D92D34 !important;
  font-weight: bold;
}
#history .history__numbers .counters .row .counter:hover .bottom::before {
  border-color: #F8C72D;
}
#history .history__numbers .effect {
  position: absolute;
  right: 0;
}
#history .history__numbers .effect img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#history .history__numbers .effect--logo {
  bottom: -15%;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
}
#history .history__numbers .effect--truck {
  width: 550px;
  height: 262px;
  right: 15%;
  bottom: 10%;
}
#history .history__values {
  position: relative;
  background: linear-gradient(to bottom, transparent 50%, #f6f6f6 40px);
}
#history .history__values::before {
  content: "";
  height: 100%;
  border-left: 9px solid #D92D34;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 5px 5px 0px;
}
#history .history__values__inner {
  margin: 0 4rem;
  display: flex;
  justify-content: flex-end;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#history .history__values__inner::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  border-left: 2px solid #c5c5c5;
  height: 70px;
  position: absolute;
}
#history .history__values__inner .item {
  width: 100%;
}
#history .history__values__inner .item .image {
  opacity: 0;
  width: inherit;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease;
}
#history .history__values__inner .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#history .history__values__inner .item .card {
  position: relative;
  height: 850px;
  padding: 5rem;
  display: flex;
  align-items: flex-end;
  width: 100%;
  border-left: 0.1px solid #c5c5c5;
  transition: 0.3s all ease;
}
#history .history__values__inner .item .card::before {
  content: "";
  inset: 0;
  background: linear-gradient(182.92deg, rgba(0, 0, 0, 0) 18.79%, rgba(0, 0, 0, 0.8) 97.57%);
  position: absolute;
  z-index: 2;
}
#history .history__values__inner .item .card:first-child {
  border-radius: 10px 0 0 10px;
}
#history .history__values__inner .item .card:last-child {
  border-radius: 0 10px 10px 0;
}
#history .history__values__inner .item .card .content {
  max-width: 80%;
  height: 100%;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transition: 0.3s all ease;
  z-index: 2;
}
#history .history__values__inner .item .card .content .text--35 {
  max-width: 450px;
}
#history .history__values__inner .item .card .content .text--20 {
  max-width: 390px;
  line-height: 140%;
}
#history .history__values__inner .item .card .content .text--25 {
  font-size: 2.5rem;
}
#history .history__values__inner .item .card .content .text strong {
  font-weight: bold;
  color: #fff;
}
#history .history__values__inner .item .card .content .hide {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s all ease;
}
#history .history__values__inner .item .card .content ul {
  max-width: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
}
#history .history__values__inner .item .card .content ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: -0.04em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#history .history__values__inner .item .card .content ul li::before {
  content: "";
  border-left: 2px solid #F8C72D;
  border-bottom: 2px solid #F8C72D;
  height: 8px;
  width: 15px;
  transform: rotate(-45deg);
  margin-right: 1.5rem;
}
#history .history__values__inner .item .card::after {
  opacity: 0;
}
#history .history__values__inner .item.active {
  transition: 0.5s all ease;
}
#history .history__values__inner .item.active .image {
  opacity: 1;
  transition: 0.3s all ease;
}
#history .history__values__inner .item.active .card .content {
  transition: 0.5s all ease;
}
#history .history__values__inner .item.active .card .content .hide {
  transition: 0.3s all ease;
  height: auto;
  opacity: 1;
}
#history .history__values__inner .item.active .card::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #D92D34;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}
#history .history__timeline {
  padding: 10rem 0 15rem;
  background-color: #f6f6f6;
}
#history .history__timeline .title {
  padding: 0rem 0 7rem 15rem;
}
#history .history__timeline__outer {
  position: relative;
}
#history .history__timeline__outer::before, #history .history__timeline__outer::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  border-left: 2px solid #c5c5c5;
}
#history .history__timeline__outer::before {
  top: -20rem;
  height: 20rem;
}
#history .history__timeline__outer::after {
  bottom: -20%;
  height: 240px;
}
#history .history__timeline__outer .slick-arrow {
  position: absolute;
  top: calc(50% - 10rem);
  bottom: unset;
  transform: translateY(-50%);
}
#history .history__timeline__outer .slick-arrow--prev {
  left: 5.5rem;
}
#history .history__timeline__outer .slick-arrow--next {
  right: 5.5rem;
}
#history .history__timeline__outer .slick-disabled svg path {
  stroke: #d2d2d2;
}
#history .history__timeline__outer .slick-slide {
  margin: 0 100px;
}
#history .history__timeline__outer .pagination {
  bottom: 20%;
}
#history .history__timeline__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex !important;
}
#history .history__timeline__carousel .slick-slide {
  height: inherit !important;
}
#history .history__timeline__carousel .item {
  display: flex !important;
  height: 48rem;
}
#history .history__timeline__carousel .item .left {
  width: 50%;
  height: 100%;
  background-color: #D92D34;
  padding: 8.5rem;
  border-radius: 10px 0 0 10px;
}
#history .history__timeline__carousel .item .left .year {
  font-style: normal;
  font-weight: normal;
  font-size: 15rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
  -webkit-text-stroke: 1.5px #F8C72D;
  color: transparent;
  margin-bottom: 3.5rem;
}
#history .history__timeline__carousel .item .left .year strong {
  font-weight: normal;
  -webkit-text-stroke: none;
  color: #F8C72D;
}
#history .history__timeline__carousel .item .left .text {
  padding-left: 30px;
  position: relative;
}
#history .history__timeline__carousel .item .left .text::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #F8C72D;
}
#history .history__timeline__carousel .item .right {
  height: 100%;
  width: 50%;
  position: relative;
}
#history .history__timeline__carousel .item .right img {
  height: 100%;
  width: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 10px 10px 0;
  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);
}
#history .history__differentials {
  background: linear-gradient(to bottom, #f6f6f6 50%, transparent 40px);
  position: relative;
  padding: 2.2rem 2.2rem 5rem 2.2rem;
}
#history .history__differentials .marquee {
  -webkit-text-stroke-color: #c5c5c5;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  white-space: nowrap;
  position: absolute;
  top: -5rem;
  display: flex;
  flex-wrap: nowrap;
}
#history .history__differentials .marquee div {
  animation: marquee 30s linear infinite;
  animation-delay: -14s;
  padding: 0 4rem;
}
#history .history__differentials .marquee div:nth-child(2) {
  animation: marquee2 30s linear infinite;
  animation-delay: 1s;
  padding: 0 4rem;
}
#history .history__differentials .scroll-lateral__container {
  padding-top: 10rem;
}
#history .history__differentials .scroll-lateral__container::after, #history .history__differentials .scroll-lateral__container::before {
  display: none;
}
#history .history__differentials .scroll-lateral__slider {
  height: 850px;
}
#history .history__differentials .scroll-lateral__slider .slick-list {
  padding-left: 0;
  height: 850px;
}
#history .history__differentials .scroll-lateral__slider .slick-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}
#history .history__differentials .scroll-lateral__slider .slick-track {
  height: 100%;
}
#history .history__differentials .scroll-lateral__item {
  height: 850px;
}
#history .history__differentials .scroll-lateral__item.active {
  border-bottom: 6px solid #D92D34;
}
#history .history__differentials .scroll-lateral__item.active .content {
  height: 100%;
}
#history .history__differentials .scroll-lateral__item.active .content .index {
  color: #F8C72D;
  border-bottom-color: #F8C72D;
}
#history .history__differentials .scroll-lateral__item .content .text--35 {
  font-size: 4.5rem;
  max-width: 80%;
}
#history .history__map-section {
  margin: 0 4.5rem 6rem 4.5rem;
  height: 100vh;
  width: 94%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  position: relative;
}
#history .history__map-section .left {
  background: #f9f9f9;
  width: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#history .history__map-section .left .select-card {
  position: relative;
  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);
  background: #fff;
  border-radius: 15px;
  height: calc(100% - 16.5rem);
  width: 460px;
  margin-left: 8rem;
  z-index: 1;
}
#history .history__map-section .left .select-card .content {
  margin: 9rem 7.8rem 0 7.8rem;
}
#history .history__map-section .left .select-card .content .title {
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
#history .history__map-section .left .select-card .content .desc {
  line-height: 127.6%;
  letter-spacing: -0.02em;
}
#history .history__map-section .left .select-card .content .select {
  position: relative;
  padding-bottom: 1.4rem;
  width: 100%;
  min-width: 233px;
}
#history .history__map-section .left .select-card .content .select select {
  width: 100%;
  border: none;
  color: #000;
  font-family: "Messina Sans";
  border: none;
  outline: none;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 100.1%;
  letter-spacing: -0.01em;
  resize: none;
}
#history .history__map-section .left .select-card .content .select:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #D92D34;
  border-radius: 5px;
}
#history .history__map-section .left .select-card .logo {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 20%;
}
#history .history__map-section .left .select-card .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#history .history__map-section .right {
  flex: 1;
  position: relative;
}
#history .history__map-section .right .loader {
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
  z-index: 1000;
  display: none;
}
#history .history__map-section .right .loader svg {
  animation: rotate 2s linear infinite;
}
#history .history__map-section .right .loader.active {
  display: block;
}
#history .history__map-section .right .grid {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2.3rem 3rem;
  width: min(95%, 1200px);
  margin: auto;
}
#history .history__map-section .right .grid.active {
  display: grid;
}
#history .history__map-section .right .grid .item {
  background: #ffffff;
  box-sizing: border-box;
  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: 10px;
}
#history .history__map-section .right .grid .item .top {
  height: 175px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 2.5rem 4rem;
  border-radius: 10px 10px 0px 0px;
}
#history .history__map-section .right .grid .item .top::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#history .history__map-section .right .grid .item .top .bg {
  position: absolute;
  inset: 0;
}
#history .history__map-section .right .grid .item .top .bg img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#history .history__map-section .right .grid .item .top .text {
  position: relative;
  z-index: 2;
}
#history .history__map-section .right .grid .item .bottom {
  padding: 4rem 6rem 4rem 4rem;
}
#history .history__map-section .right .grid .item .bottom .row {
  display: flex;
  align-items: flex-start;
}
#history .history__map-section .right .grid .item .bottom .row svg {
  margin-right: 2rem;
  min-width: 16px;
}
#history .history__map-section .right .map {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
#history .history__map-section .right .map.active {
  height: 100%;
  opacity: 1;
}
#history .history__map-section .right .map #map {
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  #history .history__banner {
    margin: 15rem 2rem 5rem 2rem;
  }
  #history .history__banner__inner {
    height: 350px;
    padding: 2rem;
  }
  #history .history__banner__inner::before {
    display: none;
  }
  #history .history__numbers {
    padding: 2rem;
    padding-bottom: 45vh;
    position: relative;
  }
  #history .history__numbers::before {
    display: none;
  }
  #history .history__numbers .texts {
    width: min(100%, 400px);
  }
  #history .history__numbers .counters {
    margin-top: 5rem;
  }
  #history .history__numbers .counters .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  #history .history__numbers .counters .row .counter .bottom {
    max-width: 150px;
  }
  #history .history__numbers .effect--logo {
    max-width: 400px;
  }
  #history .history__numbers .effect--truck {
    width: 280px;
  }
  #history .history__values::before {
    display: none;
  }
  #history .history__values__inner {
    flex-direction: column;
    margin: auto 2rem;
  }
  #history .history__values__inner::before {
    display: none;
  }
  #history .history__values__inner .item {
    position: relative;
  }
  #history .history__values__inner .item .image {
    position: absolute;
    opacity: 1;
  }
  #history .history__values__inner .item .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    inset: 0;
    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);
  }
  #history .history__values__inner .item .card {
    width: 100%;
    max-height: 350px;
    padding: 2rem;
  }
  #history .history__values__inner .item .card:first-child {
    border-radius: 10px 10px 0 0;
  }
  #history .history__values__inner .item .card:first-child img, #history .history__values__inner .item .card:first-child::before {
    border-radius: 10px 10px 0 0;
  }
  #history .history__values__inner .item .card:last-child {
    border-radius: 0 0 10px 10px;
  }
  #history .history__values__inner .item .card:last-child img {
    border-radius: 0 0 10px 10px;
  }
  #history .history__values__inner .item .card .content {
    position: relative;
    z-index: 2;
  }
  #history .history__values__inner .item .card .content ul {
    gap: 2rem;
  }
  #history .history__values__inner .item .card .content ul li {
    font-size: 16px;
  }
  #history .history__values__inner .item .card .content .hide {
    opacity: 1;
    height: auto;
  }
  #history .history__values__inner .item .card:before {
    border-radius: none;
  }
  #history .history__values__inner .item.active .card::after {
    display: none;
  }
  #history .history__timeline {
    padding: 5rem 0;
    background-color: #f6f6f6;
  }
  #history .history__timeline .title {
    padding: 0;
    padding-left: 2rem;
    margin-bottom: 5rem;
  }
  #history .history__timeline__outer {
    position: relative;
  }
  #history .history__timeline__outer::before, #history .history__timeline__outer::after {
    display: none;
  }
  #history .history__timeline__outer .slick-arrow {
    top: 50%;
  }
  #history .history__timeline__outer .slick-arrow--prev {
    left: 6rem;
  }
  #history .history__timeline__outer .slick-arrow--prev svg path {
    stroke: #F8C72D;
  }
  #history .history__timeline__outer .slick-arrow--next {
    right: 6rem;
  }
  #history .history__timeline__outer .slick-arrow--next svg path {
    stroke: #F8C72D;
  }
  #history .history__timeline__outer .slick-slide {
    margin: 0 10px 0 0;
  }
  #history .history__timeline__outer .pagination {
    bottom: 20%;
  }
  #history .history__timeline__carousel .slick-list {
    padding: 0 25px 0 2rem !important;
  }
  #history .history__timeline__carousel .slick-track {
    padding-bottom: 20rem;
    display: flex;
  }
  #history .history__timeline__carousel .item {
    flex-direction: column;
    height: auto;
    max-height: auto;
  }
  #history .history__timeline__carousel .item .left {
    width: 100%;
    height: 70%;
    background-color: #D92D34;
    padding: 2rem;
    border-radius: 10px 10px 0 0;
  }
  #history .history__timeline__carousel .item .left .year {
    font-size: 10rem;
  }
  #history .history__timeline__carousel .item .left .text {
    padding-left: 0;
    position: relative;
  }
  #history .history__timeline__carousel .item .left .text::before {
    display: none;
  }
  #history .history__timeline__carousel .item .right {
    width: 100%;
    position: relative;
    border-radius: 0 0 10px 10px;
    height: 30%;
  }
  #history .history__timeline__carousel .item .right img {
    border-radius: 0 0 10px 10px;
  }
  #history .history__differentials .marquee .text {
    font-size: 15rem;
  }
  #history .history__differentials .scroll-lateral__container {
    padding-top: 5rem;
  }
  #history .history__differentials .scroll-lateral__container::after, #history .history__differentials .scroll-lateral__container::before {
    display: none;
  }
  #history .history__differentials .scroll-lateral__slider {
    height: 500px;
  }
  #history .history__differentials .scroll-lateral__slider .slick-list {
    padding-left: 0;
    height: 500px;
  }
  #history .history__differentials .scroll-lateral__item {
    height: 500px;
  }
  #history .history__map-section {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
  #history .history__map-section .left {
    width: 100%;
    height: auto;
    justify-content: start;
  }
  #history .history__map-section .left .select-card {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
  }
  #history .history__map-section .left .select-card .content {
    margin-top: 6rem;
  }
  #history .history__map-section .left .select-card .logo {
    display: none;
  }
}
#compliance .compliance__banner__top {
  margin: 20rem 4rem 9rem 4rem;
  background: #D92D34;
  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: 10px;
  position: relative;
  height: 330px;
  overflow: hidden;
  padding: 72px 0 10rem 135px;
}
#compliance .compliance__banner__top::before {
  content: "";
  position: absolute;
  top: 115px;
  left: 79px;
  border-left: 2px solid #F8C72D;
  height: 200px;
}
#compliance .compliance__banner__top img {
  position: absolute;
  right: 5%;
  top: 50px;
}
#compliance .compliance__banner__carouselOuter {
  position: relative;
  margin-top: -200px;
}
#compliance .compliance__banner__carouselOuter .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 25rem;
  left: 20rem;
  width: min(100%, 300px);
}
#compliance .compliance__banner__carouselOuter .navigation .slick-arrow,
#compliance .compliance__banner__carouselOuter .navigation .pagination {
  position: unset;
  transform: none;
}
#compliance .compliance__banner__carouselOuter .navigation .arrows {
  display: flex;
  align-items: center;
}
#compliance .compliance__banner__carouselOuter .navigation .arrows .slick-arrow--prev {
  margin-right: 1.2rem;
}
#compliance .compliance__banner__carousel .slick-list {
  padding: 0 5%;
}
#compliance .compliance__banner__carousel .slick-slide {
  margin-right: 26px;
  height: auto;
}
#compliance .compliance__banner__carousel .slick-track {
  padding-bottom: 15rem;
  display: flex;
}
#compliance .compliance__banner__carousel .item {
  height: auto;
  display: flex !important;
  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);
  background: #ffffff;
  border-radius: 10px;
}
#compliance .compliance__banner__carousel .item .left {
  padding: 10rem 10rem 15rem 10rem;
  width: 60%;
}
#compliance .compliance__banner__carousel .item .left .text {
  max-width: 80%;
}
#compliance .compliance__banner__carousel .item .right {
  position: relative;
  width: 40%;
  border-radius: 0px 10px 10px 0px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
  z-index: 1;
}
#compliance .compliance__banner__carousel .item .right .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#compliance .compliance__banner__carousel .item .right .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0px 10px 10px 0px;
}
#compliance .compliance__banner__carousel .item .right .text {
  text-align: center;
  z-index: 2;
}
#compliance .compliance__banner__carousel .item .right .text strong {
  font-weight: bold;
  color: inherit;
}
#compliance .compliance__banner__carousel .item .right:after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.77%, rgba(0, 0, 0, 0.5) 100%);
}
#compliance .compliance__sticknav {
  position: sticky;
  top: 0;
  padding-top: 10rem;
  margin-top: -10rem;
  margin-bottom: 7.5rem;
  z-index: 1000;
}
#compliance .compliance__sticknav.is-white {
  background-color: #fff;
  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);
}
#compliance .compliance__sticknav ul {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #e7e7e7;
}
#compliance .compliance__sticknav ul li {
  text-align: center;
  width: 100%;
  padding-bottom: 1.8rem;
  position: relative;
}
#compliance .compliance__sticknav ul li::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  border-bottom: 2px solid #D92D34;
  width: 0;
  margin: auto;
  position: absolute;
  transition: 0.3s all ease;
}
#compliance .compliance__sticknav ul li.active::after {
  width: 100%;
}
#compliance .compliance__sticknav ul li.active a {
  font-weight: bold;
}
#compliance .compliance__values .title {
  padding-left: 5%;
}
#compliance .compliance__values__carousel .slick-list {
  padding: 0 15% 0 5%;
}
#compliance .compliance__values__carousel .slick-slide {
  margin-right: 30px;
}
#compliance .compliance__values__carousel .slick-track {
  padding-bottom: 15rem;
  display: flex;
}
#compliance .compliance__values__carousel .item {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  box-sizing: border-box;
  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: 10px;
  padding: 6rem 5rem;
  height: auto;
  transition: 0.3s all ease;
}
#compliance .compliance__values__carousel .item:hover, #compliance .compliance__values__carousel .item.slick-current {
  background-color: #F8C72D;
}
#compliance .compliance__values__carousel .item:hover .icon svg path, #compliance .compliance__values__carousel .item.slick-current .icon svg path {
  fill: #D92D34;
  stroke: #D92D34;
}
#compliance .compliance__values__carousel .item:hover .text, #compliance .compliance__values__carousel .item.slick-current .text {
  color: #000;
}
#compliance .compliance__values .arrows {
  display: flex;
  align-items: center;
  padding: 0 5%;
  transform: translateY(-10rem);
}
#compliance .compliance__values .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
#compliance .compliance__values .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#compliance .compliance__values .arrows .slick-arrow svg circle {
  stroke: #c4c4c4;
}
#compliance .compliance__values .arrows .slick-arrow--prev {
  margin-right: 3rem;
}
#compliance .compliance__us {
  background: #fafafa;
  position: relative;
}
#compliance .compliance__us::before {
  content: "";
  left: 0;
  top: 0;
  height: calc(100% - 14rem);
  background: #F8C72D;
  border-radius: 0px 5px 5px 0px;
  width: 9px;
  z-index: 5;
  position: absolute;
}
#compliance .compliance__us .number-carousel__navigation .pagination {
  bottom: 30rem;
}
#compliance .compliance__us .number-carousel__carousel .item .inner-right .text--15 {
  max-width: 300px;
}
#compliance .compliance__relantionship {
  background: linear-gradient(to bottom, #fafafa 70%, #fff 40px);
  padding-top: 5rem;
  min-height: 100vh;
}
#compliance .compliance__relantionship__top {
  text-align: center;
  width: min(100%, 615px);
  margin: 0 auto;
}
#compliance .compliance__relantionship__top .text--25 {
  line-height: 125.6%;
}
#compliance .compliance__relantionship__tabs {
  width: 90%;
  margin: 5rem auto 3.5rem;
}
#compliance .compliance__relantionship__tabs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#compliance .compliance__relantionship__tabs ul li {
  border: 2px solid #b4b4b4;
  border-radius: 200px;
  padding: 0.5rem 1.3rem;
  transition: 0.3s all ease;
  cursor: pointer;
}
#compliance .compliance__relantionship__tabs ul li.active, #compliance .compliance__relantionship__tabs ul li:hover {
  color: #fff !important;
  background-color: #D92D34;
  border-color: transparent;
}
#compliance .compliance__relantionship__carouselOuter {
  position: relative;
}
#compliance .compliance__relantionship__carouselOuter .arrows {
  display: flex;
  align-items: center;
  padding: 0 5%;
  transform: translateY(-10rem);
}
#compliance .compliance__relantionship__carouselOuter .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece 40px;
  margin-right: 4rem;
}
#compliance .compliance__relantionship__carouselOuter .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#compliance .compliance__relantionship__carouselOuter .arrows .slick-arrow svg circle {
  stroke: #c4c4c4;
}
#compliance .compliance__relantionship__carouselOuter .arrows .slick-arrow--prev {
  margin-right: 1.5rem;
}
#compliance .compliance__relantionship__carousel .slick-list {
  padding: 0 5%;
}
#compliance .compliance__relantionship__carousel .slick-slide {
  margin-right: 40px;
}
#compliance .compliance__relantionship__carousel .slick-track {
  padding-bottom: 14rem;
  display: flex;
}
#compliance .compliance__relantionship__carousel .item {
  display: flex !important;
  box-sizing: border-box;
  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: 10px;
  height: 75vh;
}
#compliance .compliance__relantionship__carousel .item:nth-child(even) .left {
  background-color: #F8C72D;
}
#compliance .compliance__relantionship__carousel .item .left {
  width: 50%;
  background-color: #D92D34;
  border-radius: 10px 0 0 10px;
  padding: 10rem;
  overflow-y: scroll;
  scrollbar-width: none;
}
#compliance .compliance__relantionship__carousel .item .left .text--15 {
  width: 80%;
}
#compliance .compliance__relantionship__carousel .item .left .alert {
  display: flex;
  padding: 3rem;
  background-color: #fff;
  border-radius: 10px;
  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);
}
#compliance .compliance__relantionship__carousel .item .left .alert .alert-left {
  margin-right: 2rem;
}
#compliance .compliance__relantionship__carousel .item .left .alert .alert-right .text {
  width: 100%;
}
#compliance .compliance__relantionship__carousel .item .right {
  width: 50%;
  position: relative;
  border-radius: 0 10px 10px 0;
}
#compliance .compliance__relantionship__carousel .item .right::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(190.87deg, rgba(255, 0, 0, 0) 8.06%, rgba(255, 0, 0, 0.4) 71.55%);
  background-blend-mode: overlay;
  border-radius: 0 10px 10px 0;
}
#compliance .compliance__relantionship__carousel .item .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  inset: 0;
  border-radius: 0 10px 10px 0;
}
#compliance .compliance__violations {
  display: flex;
  position: relative;
  margin-bottom: 5rem;
  padding: 10rem 0;
}
#compliance .compliance__violations::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  background: #F8C72D;
  border-radius: 0px 5px 5px 0px;
  width: 9px;
  z-index: 5;
  position: absolute;
}
#compliance .compliance__violations__left {
  padding-left: 5%;
  width: 40%;
}
#compliance .compliance__violations__left .text--35 {
  max-width: 90%;
}
#compliance .compliance__violations__left .text--15 {
  max-width: 80%;
}
#compliance .compliance__violations__right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#compliance .compliance__violations__right .inner {
  padding: 10rem 15rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  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: 10px;
}
#compliance .compliance__violations__right .inner img {
  width: 100%;
}
#compliance .compliance__privacy__wrapper {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px;
  gap: 30px;
}
#compliance .compliance__privacy__wrapper .compliance__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 95%;
  background: #fafafa;
  border-radius: 15px;
  padding: 13rem 0;
  position: relative;
}
#compliance .compliance__privacy__wrapper .compliance__privacy::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  bottom: 0;
  height: 9px;
  background: #D92D34;
  border-radius: 5px 5px 0 0;
}

@media (max-width: 1024px) {
  #compliance .compliance__banner__top {
    margin: 15rem 2rem 9rem 2rem;
    padding: 72px 0 10rem 2rem;
  }
  #compliance .compliance__banner__top::before {
    display: none;
  }
  #compliance .compliance__banner__top img {
    position: absolute;
    right: 5%;
    top: 50px;
    z-index: 0;
  }
  #compliance .compliance__banner__top .text {
    position: relative;
    z-index: 2;
  }
  #compliance .compliance__banner__carouselOuter .navigation {
    bottom: 10rem;
    left: 4rem;
  }
  #compliance .compliance__banner__carousel .slick-list {
    padding: 0 2rem;
  }
  #compliance .compliance__banner__carousel .slick-slide {
    margin-right: 20px;
  }
  #compliance .compliance__banner__carousel .item {
    margin: 0;
    flex-direction: column-reverse;
  }
  #compliance .compliance__banner__carousel .item .left {
    padding: 2rem;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  #compliance .compliance__banner__carousel .item .right {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
  }
  #compliance .compliance__banner__carousel .item .right .bg {
    border-radius: 10px 10px 0 0;
  }
  #compliance .compliance__banner__carousel .item .right .bg img {
    border-radius: 10px 10px 0 0;
  }
  #compliance .compliance__sticknav {
    margin-top: -10rem;
    top: 85px;
    padding-top: 2rem;
  }
  #compliance .compliance__sticknav ul {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    padding: 0 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  #compliance .compliance__sticknav ul::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  #compliance .compliance__sticknav ul li {
    min-width: 150px;
    margin-right: 1rem;
    white-space: nowrap;
    text-align: center;
  }
  #compliance .compliance__sticknav ul li::after {
    bottom: 0;
  }
  #compliance .compliance__values .title {
    padding-left: 5%;
  }
  #compliance .compliance__values__carousel .slick-list {
    padding: 0 15% 0 5%;
  }
  #compliance .compliance__values__carousel .slick-slide {
    margin-right: 30px;
  }
  #compliance .compliance__values__carousel .slick-track {
    padding-bottom: 20rem;
    display: flex;
  }
  #compliance .compliance__values__carousel .item {
    border: 1px solid #e0e0e0;
    background: #ffffff;
    box-sizing: border-box;
    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: 10px;
    padding: 6rem 5rem;
    height: auto;
    transition: 0.3s all ease;
  }
  #compliance .compliance__values__carousel .item:hover, #compliance .compliance__values__carousel .item.slick-current {
    background-color: #F8C72D;
  }
  #compliance .compliance__values__carousel .item:hover .icon svg path, #compliance .compliance__values__carousel .item.slick-current .icon svg path {
    fill: #D92D34;
    stroke: #D92D34;
  }
  #compliance .compliance__values__carousel .item:hover .text, #compliance .compliance__values__carousel .item.slick-current .text {
    color: #000;
  }
  #compliance .compliance__values .arrows {
    display: flex;
    align-items: center;
    padding: 0 5%;
    transform: translateY(-10rem);
  }
  #compliance .compliance__values .arrows .line {
    flex: 2;
    height: 2px;
    background: #cecece;
    margin-right: 4rem;
  }
  #compliance .compliance__values .arrows .slick-arrow {
    position: unset;
    transform: none;
  }
  #compliance .compliance__values .arrows .slick-arrow svg circle {
    stroke: #c4c4c4;
  }
  #compliance .compliance__values .arrows .slick-arrow--prev {
    margin-right: 3rem;
  }
  #compliance .compliance__us::before {
    display: none;
  }
  #compliance .compliance__us .number-carousel__carousel .item .left {
    height: 200px;
  }
  #compliance .compliance__us .number-carousel__carousel .item .right {
    border-radius: 15px;
  }
  #compliance .compliance__us .number-carousel__navigation .pagination {
    bottom: 12rem;
  }
  #compliance .compliance__relantionship {
    padding-top: 0;
    min-height: auto;
    overflow: hidden;
  }
  #compliance .compliance__relantionship__top .text--45 {
    font-size: 3.2rem;
  }
  #compliance .compliance__relantionship__top .text--25 {
    font-size: 2.2rem;
  }
  #compliance .compliance__relantionship__tabs ul {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  #compliance .compliance__relantionship__tabs ul::-webkit-scrollbar {
    height: 0;
  }
  #compliance .compliance__relantionship__tabs ul li {
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #compliance .compliance__relantionship__carouselOuter .arrows {
    display: flex;
    align-items: center;
    padding: 0 5%;
    transform: translateY(-10rem);
  }
  #compliance .compliance__relantionship__carousel .slick-list {
    padding: 0 5%;
  }
  #compliance .compliance__relantionship__carousel .slick-slide {
    margin-right: 20px;
  }
  #compliance .compliance__relantionship__carousel .item {
    flex-direction: column;
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  #compliance .compliance__relantionship__carousel .item .left {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 2rem;
  }
  #compliance .compliance__relantionship__carousel .item .right {
    width: 100%;
    height: 250px;
    border-radius: 0 0px 10px 10px;
  }
  #compliance .compliance__relantionship__carousel .item .right::after {
    border-radius: 0 0px 10px 10px;
  }
  #compliance .compliance__relantionship__carousel .item .right img {
    border-radius: 0 0px 10px 10px;
  }
  #compliance .compliance__violations {
    flex-direction: column;
    padding: 0;
  }
  #compliance .compliance__violations::before {
    display: none;
  }
  #compliance .compliance__violations__left {
    padding-left: 5%;
    width: 100%;
    margin-bottom: 15%;
  }
  #compliance .compliance__violations__right {
    width: 90%;
    margin: auto;
  }
  #compliance .compliance__violations__right .inner {
    padding: 3rem;
  }
  #compliance .compliance__privacy__wrapper {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  #compliance .compliance__privacy__wrapper .compliance__privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 95%;
    margin: auto;
    background: #fafafa;
    border-radius: 15px;
    padding: 13rem 0;
    position: relative;
  }
  #compliance .compliance__privacy__wrapper .compliance__privacy::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    bottom: 0;
    height: 9px;
    background: #D92D34;
    border-radius: 5px 5px 0 0;
  }
}
.filter-list-1 {
  display: flex;
  gap: 1.6rem;
  padding: 0.5rem 0.5rem;
}
.filter-list-1.light {
  background-color: red;
}

.faq-list {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-color: white;
  padding: 4rem 4rem 6.4rem 4rem;
  border: 0.1rem solid #E0E0E0;
  border-radius: 1rem;
  margin: 0.5rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
.faq-list__line {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}

#esg .esg__banner {
  background: #000;
  border-radius: 0px 0px 10px 10px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 0 7rem 17rem;
  overflow: hidden;
  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);
}
#esg .esg__banner::before {
  content: "";
  position: absolute;
  left: 11rem;
  bottom: 0;
  height: 230px;
  border-left: 2px solid #D92D34;
  z-index: 2;
}
#esg .esg__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
#esg .esg__banner__bg {
  position: absolute;
  inset: 0;
}
#esg .esg__banner__bg img {
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#esg .esg__banner__content {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
}
#esg .esg__impact {
  position: relative;
  padding: 8rem 0 0 17rem;
  margin-bottom: 10rem;
}
#esg .esg__impact::before {
  content: "";
  position: absolute;
  left: 11rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #c5c5c5;
  z-index: 2;
}
#esg .esg__impact .content {
  width: min(100%, 650px);
}
#esg .esg__safety {
  position: relative;
}
#esg .esg__safety .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 28rem;
  left: calc(50% + 15rem - 15px);
  width: min(100%, 300px);
}
#esg .esg__safety .navigation .slick-arrow,
#esg .esg__safety .navigation .pagination {
  position: unset;
  transform: none;
}
#esg .esg__safety .navigation .arrows {
  display: flex;
  align-items: center;
}
#esg .esg__safety .navigation .arrows .slick-arrow svg path,
#esg .esg__safety .navigation .arrows .slick-arrow svg circle {
  stroke: #F8C72D;
}
#esg .esg__safety .navigation .arrows .slick-arrow--prev {
  margin-right: 1.2rem;
}
#esg .esg__safety__carousel .slick-list {
  padding: 0 5%;
}
#esg .esg__safety__carousel .slick-slide {
  margin-right: 26px;
  height: auto;
}
#esg .esg__safety__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
#esg .esg__safety__carousel .item {
  height: auto;
  display: flex !important;
  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);
  background: #ffffff;
  border-radius: 10px;
}
#esg .esg__safety__carousel .item .left {
  position: relative;
  width: 50%;
}
#esg .esg__safety__carousel .item .left .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#esg .esg__safety__carousel .item .left .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px 0 0 10px;
}
#esg .esg__safety__carousel .item .right {
  background-color: #D92D34;
  border-radius: 0px 10px 10px 0px;
  padding: 12rem 15rem 20rem;
  width: 50%;
}
#esg .esg__safety__carousel .item .right .index {
  color: #F8C72D;
  display: flex;
  align-items: center;
}
#esg .esg__safety__carousel .item .right .index::after {
  content: "";
  width: 65px;
  border-bottom: 2px solid #F8C72D;
  margin-left: 2rem;
}
#esg .esg__safety__carousel .item .right .text {
  max-width: 80%;
}
#esg .esg__programs {
  position: relative;
  padding: 0 2.2rem 10rem 2.2rem;
  overflow: hidden;
  margin-top: -10rem;
}
#esg .esg__programs .marquee {
  -webkit-text-stroke-color: #c5c5c5;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  white-space: nowrap;
  position: absolute;
  top: -5rem;
  display: flex;
  flex-wrap: nowrap;
}
#esg .esg__programs .marquee div {
  animation: marquee 15s linear infinite;
  animation-delay: -15s;
  padding: 0 2rem;
}
#esg .esg__programs .marquee div:nth-child(2) {
  animation: marquee2 15s linear infinite;
  animation-delay: -7.5s;
  padding: 0 2rem;
}
#esg .esg__programs .scroll-lateral__container {
  padding-top: 10rem;
}
#esg .esg__programs .scroll-lateral__container::after, #esg .esg__programs .scroll-lateral__container::before {
  display: none;
}
#esg .esg__programs .scroll-lateral__slider {
  height: 850px;
}
#esg .esg__programs .scroll-lateral__slider .slick-list {
  padding-left: 0;
  height: 850px;
}
#esg .esg__programs .scroll-lateral__slider .slick-slide {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}
#esg .esg__programs .scroll-lateral__slider .slick-track {
  height: 100%;
}
#esg .esg__programs .scroll-lateral__item {
  height: 850px;
}
#esg .esg__programs .scroll-lateral__item.active {
  border-bottom: 6px solid #D92D34;
}
#esg .esg__programs .scroll-lateral__item.active .content {
  height: 100%;
}
#esg .esg__programs .scroll-lateral__item.active .content .index {
  color: #F8C72D;
  border-bottom-color: #F8C72D;
}
#esg .esg__programs .scroll-lateral__item .content .text--35 {
  font-size: 4.5rem;
  max-width: 80%;
}
#esg .esg__social {
  position: relative;
}
#esg .esg__social:before {
  content: "";
  width: 9px;
  border-radius: 0 10px 10px 0;
  height: calc(100% - 14rem);
  background-color: #F8C72D;
  position: absolute;
  left: 0;
  top: 0;
}
#esg .esg__sports {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 15rem 0 25rem;
  overflow: hidden;
}
#esg .esg__sports .bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
}
#esg .esg__sports .text {
  position: relative;
}
#esg .esg__sports .text--15 {
  width: min(100%, 440px);
}
#esg .esg__sports .text--25 {
  width: 55%;
}
#esg .esg__cardsWrapper {
  position: relative;
  margin-top: -10%;
}
#esg .esg__cardsWrapper .arrows {
  display: flex;
  align-items: center;
  padding: 0 10rem 0 15rem;
  transform: translateY(-10rem);
}
#esg .esg__cardsWrapper .arrows .line {
  flex: 2;
  height: 2px;
  background: linear-gradient(to right, #D92D34 35%, #cecece 40px);
  margin-right: 4rem;
}
#esg .esg__cardsWrapper .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#esg .esg__cardsWrapper .arrows .slick-arrow svg circle {
  stroke: #c4c4c4;
}
#esg .esg__cardsWrapper .arrows .slick-arrow--prev {
  margin-right: 1.5rem;
}
#esg .esg__cardsCarousel .slick-list {
  padding: 0 5% 0 15rem;
}
#esg .esg__cardsCarousel .slick-track {
  padding-bottom: 20rem;
  display: flex !important;
}
#esg .esg__cardsCarousel .slick-slide {
  margin-right: 20px;
}
#esg .esg__cardsCarousel .item {
  height: auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  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: 10px;
  padding: 5rem;
}
#esg .esg__cardsCarousel .item .icon {
  margin-bottom: 4.5rem;
}
#esg .esg__cardsCarousel .item .text {
  max-width: 170px;
}
#esg .esg__cardsCarousel .item .text strong {
  color: #000;
}
#esg .esg__cardsCarousel .item .text a {
  color: #000;
}

@media (max-width: 1024px) {
  #esg .esg__banner {
    position: relative;
    min-height: 350px;
    padding: 0 5rem 2rem 3rem;
  }
  #esg .esg__banner::before {
    display: none;
  }
  #esg .esg__banner__bg {
    height: 100%;
  }
  #esg .esg__banner__content .text--60 {
    font-size: 4rem;
  }
  #esg .esg__impact {
    padding: 3rem 5rem 0 3rem;
    margin-bottom: 5rem;
  }
  #esg .esg__impact::before {
    display: none;
  }
  #esg .esg__safety .navigation {
    bottom: 10rem;
    left: 0;
    width: 100%;
    padding: 0 10rem;
  }
  #esg .esg__safety__carousel .slick-slide {
    margin-right: 15px;
  }
  #esg .esg__safety__carousel .item {
    flex-direction: column;
  }
  #esg .esg__safety__carousel .item .left {
    width: 100%;
    height: 250px;
  }
  #esg .esg__safety__carousel .item .left .bg {
    border-radius: 10px 10px 0 0;
  }
  #esg .esg__safety__carousel .item .left .bg img {
    border-radius: 10px 10px 0 0;
  }
  #esg .esg__safety__carousel .item .right {
    width: 100%;
    flex: 1;
    padding: 3rem;
    border-radius: 0 0 10px 10px;
  }
  #esg .esg__safety__carousel .item .right .index {
    color: #F8C72D;
    display: flex;
    align-items: center;
  }
  #esg .esg__safety__carousel .item .right .index::after {
    content: "";
    width: 65px;
    border-bottom: 2px solid #F8C72D;
    margin-left: 2rem;
  }
  #esg .esg__safety__carousel .item .right .text {
    max-width: 80%;
  }
  #esg .esg__programs {
    margin-top: 0rem;
  }
  #esg .esg__programs .marquee {
    top: 0;
  }
  #esg .esg__programs .marquee .text--225 {
    font-size: 15rem;
  }
  #esg .esg__programs .scroll-lateral__slider {
    height: 550px;
  }
  #esg .esg__programs .scroll-lateral__slider .slick-list {
    padding-left: 0;
    height: 550px;
  }
  #esg .esg__programs .scroll-lateral__slider .slick-slide {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
  }
  #esg .esg__programs .scroll-lateral__slider .slick-track {
    height: 100%;
  }
  #esg .esg__programs .scroll-lateral__item {
    height: 550px;
  }
  #esg .esg__programs .scroll-lateral__item.active {
    border-bottom: 6px solid #D92D34;
  }
  #esg .esg__programs .scroll-lateral__item.active .content {
    height: 100%;
  }
  #esg .esg__programs .scroll-lateral__item.active .content .index {
    color: #F8C72D;
    border-bottom-color: #F8C72D;
  }
  #esg .esg__programs .scroll-lateral__item .content .text--35 {
    font-size: 4.5rem;
    max-width: 80%;
  }
  #esg .esg__social:before {
    display: none;
  }
  #esg .esg__sports {
    padding: 15rem 0;
  }
  #esg .esg__cardsWrapper {
    position: relative;
    margin-top: -10%;
  }
  #esg .esg__cardsWrapper .arrows {
    padding: 0 5rem 0 5rem;
  }
  #esg .esg__cardsCarousel .slick-list {
    padding: 0 5% 0 5rem;
  }
  #esg .esg__cardsCarousel .slick-track {
    display: flex !important;
  }
  #esg .esg__cardsCarousel .slick-slide {
    height: auto !important;
  }
  #esg .esg__cardsCarousel .item {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    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: 10px;
    padding: 5rem;
  }
  #esg .esg__cardsCarousel .item .icon {
    margin-bottom: 4.5rem;
  }
  #esg .esg__cardsCarousel .item .text {
    max-width: 100px;
  }
  #esg .esg__cardsCarousel .item .text strong {
    color: #000;
  }
}
#partner .partner__banner {
  border-radius: 10px;
  height: 450px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 7rem 17rem;
  overflow: hidden;
  position: relative;
  margin: 20rem 4.5rem 3rem 4.5rem;
  background-color: #D92D34;
  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);
}
#partner .partner__banner::before {
  content: "";
  position: absolute;
  left: 11rem;
  bottom: 0;
  height: 350px;
  border-left: 2px solid #F8C72D;
  z-index: 2;
}
#partner .partner__banner__bg {
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 100%;
}
#partner .partner__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 10px 10px;
  display: block;
}
#partner .partner__banner__content {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
}
#partner .partner__map {
  display: flex;
  justify-content: space-between;
  padding: 16rem 8rem 16rem 8rem;
  position: relative;
  flex-direction: row-reverse;
}
#partner .partner__map__left {
  width: 40%;
}
#partner .partner__map__left .text {
  width: min(100%, 400px);
}
#partner .partner__map__left .text--35 {
  position: relative;
  letter-spacing: -0.04em;
  line-height: 100%;
}
#partner .partner__map__left .text--35::before {
  content: "";
  position: absolute;
  left: -5rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #D92D34;
  z-index: 2;
}
#partner .partner__map__right {
  width: 45%;
}
#partner .partner__map__right img {
  width: 100%;
}
#partner .partner__cards {
  margin-top: 0;
  margin-bottom: -10rem;
  min-height: 50vh;
}
#partner .partner__cards__top {
  padding: 12rem 0 20rem 16rem;
  background-color: #D92D34;
}
#partner .partner__cards__top .text {
  width: min(100%, 500px);
}
#partner .partner__cards__bottom {
  position: relative;
  margin-top: -15rem;
}
#partner .partner__cards__bottom .arrows {
  display: flex;
  align-items: center;
  padding: 0 10rem 5rem 15rem;
  transform: translateY(-10rem);
}
#partner .partner__cards__bottom .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
#partner .partner__cards__bottom .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#partner .partner__cards__bottom .arrows .slick-arrow svg circle {
  stroke: #c4c4c4;
}
#partner .partner__cards__bottom .arrows .slick-arrow--prev {
  margin-right: 1.5rem;
}
#partner .partner__cards__bottom__carousel .slick-list {
  padding: 0 5% 0 15rem;
}
#partner .partner__cards__bottom__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
#partner .partner__cards__bottom__carousel .slick-slide {
  margin-right: 20px;
}
#partner .partner__cards__bottom__carousel .item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  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: 10px;
  padding: 5rem;
  height: auto;
}
#partner .partner__cards__bottom__carousel .item .icon {
  margin-bottom: 9rem;
  position: relative;
}
#partner .partner__cards__bottom__carousel .item .icon::before {
  content: "";
  width: 65px;
  left: 0rem;
  bottom: -2.5rem;
  border-bottom: 2px solid #F8C72D;
  position: absolute;
}
#partner .partner__cards__bottom__carousel .item .text {
  max-width: 220px;
  position: relative;
}
#partner .partner__cards__bottom__carousel .item .text strong {
  color: #000;
}
#partner .partner__cards__bottom__carousel .item:hover {
  background-color: #D92D34;
}
#partner .partner__cards__bottom__carousel .item:hover .icon::after {
  border-color: #fff;
}
#partner .partner__cards__bottom__carousel .item:hover .icon svg path {
  fill: #F8C72D;
  stroke: #F8C72D;
}
#partner .partner__cards__bottom__carousel .item:hover .text {
  color: #fff !important;
}
#partner .partner__cards__bottom__carousel .item:hover .text strong {
  color: #fff !important;
}
#partner .partner__differentials {
  position: relative;
}
#partner .partner__differentials:before {
  content: "";
  width: 9px;
  border-radius: 0 10px 10px 0;
  height: calc(100% - 14rem);
  background-color: #F8C72D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#partner .partner__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
  padding: 8rem 5rem 12rem 26rem;
}
#partner .partner__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .rich-desc h3 {
  font-size: 2.5rem;
  line-height: 113.5%;
  margin-bottom: 3.5rem;
  font-weight: bold;
  width: 80%;
  margin-top: 4rem;
}
#partner .partner__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: normal;
}
#partner .partner__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 strong {
  font-weight: bold;
  color: #727272;
}
#partner .partner__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
  left: 26rem;
}
#partner .partner__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--prev {
  left: 43rem;
}
#partner .partner__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--next {
  left: 50rem;
}
#partner .partner__depos {
  padding-bottom: 5rem;
}

@media (max-width: 1024px) {
  #partner .partner__banner {
    max-height: 450px;
    padding: 5rem 3rem;
    display: flex;
    flex-direction: column;
  }
  #partner .partner__banner::before {
    display: none;
  }
  #partner .partner__banner__bg {
    bottom: -2px;
    top: auto;
    height: auto;
    width: 100%;
  }
  #partner .partner__banner__bg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  #partner .partner__banner__content {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
  }
  #partner .partner__banner__content .text--60 {
    font-size: 4rem;
  }
  #partner .partner__map {
    padding: 5rem 4rem 10rem;
    z-index: -1;
    display: inline-block;
  }
  #partner .partner__map::before {
    display: none;
  }
  #partner .partner__map__left {
    width: 100%;
  }
  #partner .partner__map__left a {
    margin: 0 auto 5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  #partner .partner__map__right {
    width: auto;
    position: relative;
    z-index: -1;
    text-align: center;
  }
  #partner .partner__map__right img {
    width: 300px;
  }
  #partner .partner__cards {
    margin-top: 0rem;
    margin-bottom: 0rem;
    min-height: 5vh;
  }
  #partner .partner__cards__top {
    padding: 5rem 0 15rem 5rem;
    background-color: #D92D34;
  }
  #partner .partner__cards__bottom {
    margin-top: -12rem;
  }
  #partner .partner__cards__bottom .arrows {
    display: flex;
    align-items: center;
    padding: 0 5rem 5rem 5rem;
    transform: translateY(-15rem);
  }
  #partner .partner__cards__bottom__carousel .slick-list {
    padding: 0 5% 0 5rem;
  }
  #partner .partner__differentials:before {
    display: none;
  }
  #partner .partner__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
    padding: 3rem;
  }
  #partner .partner__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
    left: 50%;
  }
  #partner .partner__depos {
    padding: 0;
  }
  #partner .partner__depos .video-carousel__carousel .slick-track {
    padding-bottom: 15rem;
  }
}
#trishop {
  overflow: hidden;
  padding-bottom: 10rem;
  margin-bottom: -10rem;
}
#trishop .trishop__banner {
  background: #000;
  border-radius: 0px 0px 10px 10px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 0 0 17rem;
  overflow: hidden;
  position: relative;
}
#trishop .trishop__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
#trishop .trishop__banner__bg {
  position: absolute;
  inset: 0;
}
#trishop .trishop__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 10px 10px;
  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);
}
#trishop .trishop__banner__content {
  position: relative;
  z-index: 2;
  width: min(100%, 580px);
  padding-bottom: 7rem;
}
#trishop .trishop__banner__content::before {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: 0;
  height: 100%;
  border-left: 2px solid #F8C72D;
  z-index: 2;
}
#trishop .trishop__banner__content .text--15 {
  max-width: 385px;
}
#trishop .trishop__features {
  display: flex;
  padding: 10rem 0 0rem 0;
}
#trishop .trishop__features__left {
  width: 45%;
  padding-left: 17rem;
  position: relative;
  margin-right: 5rem;
}
#trishop .trishop__features__left::before {
  content: "";
  position: absolute;
  left: 11rem;
  top: -10rem;
  height: 100%;
  border-left: 2px solid #c5c5c5;
}
#trishop .trishop__features__left .logo img {
  width: 250px;
  padding: 1em 0;
}
#trishop .trishop__features__right {
  width: 55%;
  position: relative;
}
#trishop .trishop__features__right .arrows {
  display: flex;
  align-items: center;
  padding: 0 8rem 0 0;
  transform: translateY(-10rem);
  margin-left: 5rem;
}
#trishop .trishop__features__right .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
#trishop .trishop__features__right .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#trishop .trishop__features__right .arrows .slick-arrow--prev {
  margin-right: 3rem;
}
#trishop .trishop__features__right__carousel .slick-list {
  padding: 0 15% 0 5%;
}
#trishop .trishop__features__right__carousel .slick-slide {
  margin-right: 30px;
}
#trishop .trishop__features__right__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
#trishop .trishop__features__right__carousel .item {
  width: 340px !important;
  height: auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  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: 10px;
  padding: 5rem 5rem 6rem 5rem;
  transition: 0.3s all ease;
}
#trishop .trishop__features__right__carousel .item .icon {
  margin-bottom: 13rem;
  position: relative;
}
#trishop .trishop__features__right__carousel .item .icon::after {
  content: "";
  width: 65px;
  border-bottom: 2px solid #F8C72D;
  left: 0;
  bottom: -3rem;
  position: absolute;
}
#trishop .trishop__features__right__carousel .item .icon svg {
  transition: 0.3s all ease;
}
#trishop .trishop__features__right__carousel .item .text {
  transition: 0.3s all ease;
}
#trishop .trishop__features__right__carousel .item:hover {
  background-color: #D92D34;
}
#trishop .trishop__features__right__carousel .item:hover .icon::after {
  border-color: #fff;
}
#trishop .trishop__features__right__carousel .item:hover .icon svg path {
  fill: #F8C72D;
  stroke: #F8C72D;
}
#trishop .trishop__features__right__carousel .item:hover .text {
  color: #fff !important;
}
#trishop .trishop__features__right__carousel .item:hover .text strong {
  color: #F8C72D;
}
#trishop .trishop__differentials {
  position: relative;
}
#trishop .trishop__differentials:before {
  content: "";
  width: 9px;
  border-radius: 0 10px 10px 0;
  height: calc(100% - 14rem);
  background-color: #D92D34;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__carousel .item {
  min-height: 550px;
}
#trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
  padding: 8rem 5rem 12rem 26rem;
}
#trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--35 {
  margin-bottom: 8rem;
}
#trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
  font-size: 2.5rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  max-width: 100%;
}
#trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
  left: 26rem;
}
#trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--prev {
  left: 40rem;
}
#trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--next {
  left: 47rem;
}
#trishop .trishop__contact .conversion-form__container {
  background-color: #F8C72D;
}
#trishop .trishop__contact .conversion-form__container::before {
  background: linear-gradient(to bottom, #d92d34 50%, #fff 40px);
}
#trishop .trishop__contact .conversion-form__container__title {
  width: min(100%, 500px);
  margin: 0 auto -10rem;
}
#trishop .trishop__contact .conversion-form__container__title svg path {
  stroke: #D92D34;
}

@media (max-width: 1024px) {
  #trishop .trishop__banner {
    padding: 2rem;
    min-height: 550px;
  }
  #trishop .trishop__banner__content::before {
    display: none;
  }
  #trishop .trishop__features {
    flex-direction: column;
    padding-top: 5rem;
  }
  #trishop .trishop__features__left {
    width: 100%;
    max-width: 350px;
    margin-bottom: 5rem;
    padding-left: 2rem;
  }
  #trishop .trishop__features__left::before {
    display: none;
  }
  #trishop .trishop__features__right {
    width: 100%;
  }
  #trishop .trishop__features__right .arrows {
    padding: 0 3rem 0 0;
    margin-left: 3rem;
  }
  #trishop .trishop__differentials {
    position: relative;
    padding-bottom: 0;
  }
  #trishop .trishop__differentials:before {
    display: none;
  }
  #trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__carousel .slick-track {
    padding-bottom: 15rem;
    display: flex;
  }
  #trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__carousel .item {
    border-radius: 15px;
    min-height: auto;
    height: auto;
  }
  #trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
    padding: 3rem;
    flex: 1;
  }
  #trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__navigation {
    margin-top: -8rem;
    padding-bottom: 5rem;
  }
  #trishop .trishop__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translate(0);
  }
  #trishop .trishop__contact .conversion-form__container {
    background-color: #F8C72D;
  }
  #trishop .trishop__contact .conversion-form__container::before {
    background: linear-gradient(to bottom, #d92d34 50%, #fff 40px);
  }
  #trishop .trishop__contact .conversion-form__container__title {
    width: min(100%, 500px);
    margin: 0 auto -10rem;
  }
  #trishop .trishop__contact .conversion-form__container__title svg path {
    stroke: #D92D34;
  }
}
.products-services__banner {
  background: #000;
  border-radius: 0px 0px 10px 10px;
  min-height: 120vh;
  display: flex;
  align-items: flex-end;
  padding-left: 17rem;
  position: relative;
  overflow: hidden;
}
.products-services__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.products-services__banner__bg {
  position: absolute;
  inset: 0;
}
.products-services__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198);
  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-services__banner__content {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  padding-bottom: 15rem;
}
.products-services__banner__content::before {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: 0;
  height: 100%;
  border-left: 2px solid #F8C72D;
  z-index: 2;
}
.products-services__banner__content .text strong {
  color: inherit;
}
.products-services__banner__content .text--15 {
  max-width: 70%;
  margin-bottom: 8rem;
}
.products-services__trust {
  display: flex;
  padding: 10rem 0 10rem 0;
}
.products-services__trust__left {
  width: 45%;
  padding-left: 17rem;
  position: relative;
  margin-right: 5rem;
}
.products-services__trust__left::before {
  content: "";
  position: absolute;
  left: 11rem;
  top: -10rem;
  height: 100%;
  border-left: 2px solid #c5c5c5;
}
.products-services__trust__right {
  width: 55%;
  position: relative;
}
.products-services__trust__right .arrows {
  display: flex;
  align-items: center;
  padding: 0 8rem 0 0;
  transform: translateY(-10rem);
  margin-left: 5rem;
}
.products-services__trust__right .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
.products-services__trust__right .arrows .slick-arrow {
  position: unset;
  transform: none;
}
.products-services__trust__right .arrows .slick-arrow--prev {
  margin-right: 3rem;
}
.products-services__trust__right__carousel .slick-list {
  padding: 0 15% 0 5%;
}
.products-services__trust__right__carousel .slick-slide {
  margin-right: 30px;
}
.products-services__trust__right__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
.products-services__trust__right__carousel .item {
  width: 340px !important;
  height: auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  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: 10px;
  padding: 5rem 5rem 6rem 5rem;
  transition: 0.3s all ease;
}
.products-services__trust__right__carousel .item .icon {
  margin-bottom: 13rem;
  position: relative;
}
.products-services__trust__right__carousel .item .icon::after {
  content: "";
  width: 65px;
  border-bottom: 2px solid #F8C72D;
  left: 0;
  bottom: -3rem;
  position: absolute;
}
.products-services__trust__right__carousel .item .icon svg {
  transition: 0.3s all ease;
}
.products-services__trust__right__carousel .item .text {
  transition: 0.3s all ease;
}
.products-services__trust__right__carousel .item:hover {
  background-color: #D92D34;
}
.products-services__trust__right__carousel .item:hover .icon::after {
  border-color: #fff;
}
.products-services__trust__right__carousel .item:hover .icon svg path {
  fill: #F8C72D;
  stroke: #F8C72D;
}
.products-services__trust__right__carousel .item:hover .text {
  color: #fff !important;
}
.products-services__trust__right__carousel .item:hover .text strong {
  color: #F8C72D;
}
.products-services__features {
  position: relative;
  margin-top: -10rem;
  z-index: 2;
}
.products-services__features__top {
  padding-top: 20rem;
  padding-left: 17rem;
}
.products-services__features__top .title {
  position: relative;
}
.products-services__features__top .title:before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 0;
  height: 150px;
  border-left: 2px solid #D92D34;
  z-index: 0;
}
.products-services__features__top .text {
  line-height: 160%;
  letter-spacing: -0.02em;
}
.products-services__features .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 28rem;
  left: calc(50% + 16.5rem - 15px);
  width: min(100%, 300px);
}
.products-services__features .navigation .slick-arrow,
.products-services__features .navigation .pagination {
  position: unset;
  transform: none;
}
.products-services__features .navigation .arrows {
  display: flex;
  align-items: center;
}
.products-services__features .navigation .arrows .slick-arrow svg path,
.products-services__features .navigation .arrows .slick-arrow svg circle {
  stroke: #F8C72D;
}
.products-services__features .navigation .arrows .slick-arrow--prev {
  margin-right: 1.2rem;
}
.products-services__features__noSlider-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10rem;
}
.products-services__features__noSlider-carousel .chields {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-services__features__noSlider-carousel .item {
  margin-bottom: 4.9rem;
  width: 95%;
  height: auto;
  display: flex !important;
  box-shadow: 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198);
  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);
  background: #ffffff;
  border-radius: 10px;
}
.products-services__features__noSlider-carousel .item:nth-child(even) {
  flex-direction: row-reverse;
}
.products-services__features__noSlider-carousel .item:nth-child(even) .left .bg img {
  border-radius: 0 10px 10px 0;
}
.products-services__features__noSlider-carousel .item:nth-child(even) .right {
  border-radius: 10px 0 0 10px;
}
.products-services__features__noSlider-carousel .item:nth-child(1) .right {
  background: #D92D34;
}
.products-services__features__noSlider-carousel .item:nth-child(2) .right {
  background: #F8C72D;
}
.products-services__features__noSlider-carousel .item:nth-child(2) .right .text {
  color: #000;
}
.products-services__features__noSlider-carousel .item:nth-child(2) .right .text strong {
  color: #000;
}
.products-services__features__noSlider-carousel .item:nth-child(2) .right .text:after {
  border: 1px solid #000;
}
.products-services__features__noSlider-carousel .item:nth-child(3) .right {
  background: #fff;
}
.products-services__features__noSlider-carousel .item:nth-child(3) .right .text {
  color: #000;
}
.products-services__features__noSlider-carousel .item:nth-child(3) .right .text strong {
  color: #000;
}
.products-services__features__noSlider-carousel .item .left {
  position: relative;
  width: 50%;
}
.products-services__features__noSlider-carousel .item .left .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.products-services__features__noSlider-carousel .item .left .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px 0 0 10px;
}
.products-services__features__noSlider-carousel .item .right {
  background-color: #D92D34;
  border-radius: 0px 10px 10px 0px;
  padding: 12rem 10rem 20rem 16rem;
  width: 50%;
}
.products-services__features__noSlider-carousel .item .right .text--45 {
  margin-bottom: 7rem;
  position: relative;
}
.products-services__features__noSlider-carousel .item .right .text--45::after {
  content: "";
  left: 0;
  bottom: -3rem;
  width: 65px;
  border-bottom: 2px solid #F8C72D;
  position: absolute;
}
.products-services__features__noSlider-carousel .item .right .text strong {
  font-weight: bold;
  color: #F8C72D;
}
.products-services__features__noSlider-carousel .item .right .text em {
  font-style: italic;
  padding: 0;
  color: #F8C72D;
}
.products-services__features__noSlider-carousel .item .right .text u {
  color: #F8C72D;
}
.products-services__features__carousel .slick-list {
  padding: 0 5%;
}
.products-services__features__carousel .slick-slide {
  margin: 0 13px;
  height: auto;
}
.products-services__features__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
.products-services__features__carousel .item {
  height: auto;
  display: flex !important;
  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);
  background: #ffffff;
  border-radius: 10px;
}
.products-services__features__carousel .item .left {
  position: relative;
  width: 50%;
}
.products-services__features__carousel .item .left .bg {
  position: absolute;
  inset: 0;
}
.products-services__features__carousel .item .left .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px 0 0 10px;
}
.products-services__features__carousel .item .right {
  background-color: #D92D34;
  border-radius: 0px 10px 10px 0px;
  padding: 12rem 10rem 20rem 16rem;
  width: 50%;
}
.products-services__features__carousel .item .right .text--45 {
  margin-bottom: 7rem;
  position: relative;
}
.products-services__features__carousel .item .right .text--45::after {
  content: "";
  left: 0;
  bottom: -3rem;
  width: 65px;
  border-bottom: 2px solid #F8C72D;
  position: absolute;
}
.products-services__features__carousel .item .right .text strong {
  font-weight: bold;
  color: #F8C72D;
}
.products-services__features__carousel .item .right .text em {
  font-style: italic;
  padding: 0;
  color: #F8C72D;
}
.products-services__features__carousel .item .right .text u {
  color: #F8C72D;
}
.products-services__extra {
  position: relative;
  margin-top: -5rem;
  z-index: 2;
}
.products-services__extra__top {
  padding-top: 0;
  padding-left: 17rem;
}
.products-services__extra__top .title {
  position: relative;
}
.products-services__extra__top .title:before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 0;
  height: 150px;
  border-left: 2px solid #D92D34;
  z-index: 0;
}
.products-services__extra .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 28rem;
  left: calc(50% + 16.5rem - 15px);
  width: min(100%, 300px);
}
.products-services__extra .navigation .slick-arrow,
.products-services__extra .navigation .pagination {
  position: unset;
  transform: none;
}
.products-services__extra .navigation .arrows {
  display: flex;
  align-items: center;
}
.products-services__extra .navigation .arrows .slick-arrow svg path,
.products-services__extra .navigation .arrows .slick-arrow svg circle {
  stroke: #D92D34;
}
.products-services__extra .navigation .arrows .slick-arrow--prev {
  margin-right: 1.2rem;
}
.products-services__extra__carousel .slick-list {
  padding: 0 5%;
}
.products-services__extra__carousel .slick-slide {
  margin: 0 13px;
  height: auto;
}
.products-services__extra__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
.products-services__extra__carousel .item {
  height: auto;
  display: flex !important;
  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);
  background: #ffffff;
  border-radius: 10px;
}
.products-services__extra__carousel .item .left {
  position: relative;
  width: 50%;
}
.products-services__extra__carousel .item .left .bg {
  position: absolute;
  inset: 0;
}
.products-services__extra__carousel .item .left .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px 0 0 10px;
}
.products-services__extra__carousel .item .right {
  background-color: #fff;
  border-radius: 0px 10px 10px 0px;
  padding: 12rem 10rem 20rem 16rem;
  width: 50%;
}
.products-services__extra__carousel .item .right .text {
  color: #000;
}
.products-services__extra__carousel .item .right .text--45 {
  margin-bottom: 7rem;
  position: relative;
}
.products-services__extra__carousel .item .right .text--45::after {
  content: "";
  left: 0;
  bottom: -3rem;
  width: 65px;
  border-bottom: 2px solid #F8C72D;
  position: absolute;
}
.products-services__extra__carousel .item .right .text strong {
  font-weight: bold;
  color: #F8C72D;
}
.products-services__extra__carousel .item .right .text em {
  font-style: italic;
  padding: 0;
  color: #F8C72D;
}
.products-services__extra__carousel .item .right .text u {
  color: #F8C72D;
}
.products-services__padrao {
  min-height: 60vh;
}
.products-services__padrao__content {
  padding-left: 17rem;
  padding-right: 5rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.products-services__padrao__content:before {
  content: "";
  position: absolute;
  left: 11rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #c5c5c5;
  z-index: 0;
}
.products-services__padrao__content .title {
  position: relative;
  margin-bottom: 5rem;
}
.products-services__padrao__content .title:before {
  content: "";
  position: absolute;
  left: -6rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #D92D34;
  z-index: 0;
}
.products-services__padrao__content .left {
  width: 50%;
  margin-right: 5rem;
}
.products-services__padrao__content .left .padrao-text {
  line-height: 120%;
}
.products-services__padrao__content .right {
  width: 50%;
  height: 30rem;
}
.products-services__padrao__content .right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-services__differentials {
  position: relative;
}
.products-services__differentials::after {
  content: "";
  left: 50%;
  top: -7rem;
  transform: translateX(-50%);
  height: calc(100% + 20rem);
  position: absolute;
  border-left: 2px solid #c4c4c4;
}
.products-services__differentials:before {
  content: "";
  width: 9px;
  border-radius: 0 10px 10px 0;
  height: calc(100% - 14rem);
  background-color: #D92D34;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.products-services__differentials .number-carousel__container {
  margin-top: -5rem;
}
.products-services__differentials .number-carousel__container--reverse .number-carousel__carousel .item {
  min-height: 550px;
}
.products-services__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
  padding: 8rem 5rem 12rem 26rem;
}
.products-services__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--35 {
  margin-bottom: 6rem;
}
.products-services__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
  font-size: 25px;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  max-width: 270px;
}
.products-services__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 strong {
  font-weight: bold;
  color: #000;
}
.products-services__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
  left: 26rem;
}
.products-services__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--prev {
  left: 40rem;
}
.products-services__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--next {
  left: 47rem;
}
.products-services__find {
  display: flex;
  padding-left: 12.5rem;
  position: relative;
  padding-bottom: 5rem;
}
.products-services__find__left {
  margin-right: 10rem;
  width: 25%;
  transform: translateY(-15%);
  position: relative;
}
.products-services__find__right {
  width: 75%;
  position: relative;
  overflow: hidden;
}
.products-services__find__right .arrows {
  width: 100%;
  position: absolute;
  bottom: 12rem;
  height: 50px;
  left: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-services__find__right .arrows .slick-arrow {
  position: relative;
}
.products-services__find__right .arrows .slick-arrow svg {
  stroke: #000 !important;
}
.products-services__find__right__carousel .slick-list {
  padding: 0 5%;
}
.products-services__find__right__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
.products-services__find__right__carousel .slick-slide {
  margin-right: 2rem;
}
.products-services__find__right__carousel .item {
  height: auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  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: 10px;
  padding: 5.5rem 5rem 3.5rem 4.5rem;
}
.products-services__find__right__carousel .item .row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.products-services__find__right__carousel .item .row svg {
  margin-right: 2rem;
  min-width: 16px;
}
.products-services__find__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  margin-bottom: -5%;
}
.products-services__find__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.products-services__faq {
  display: flex;
  padding: 15rem 7rem;
  position: relative;
  gap: 7.5rem;
}
.products-services__faq::before {
  content: "";
  left: 0;
  top: 15rem;
  height: calc(100% - 30rem);
  width: 9px;
  background-color: #D92D34;
  border-radius: 0 10px 10px 0;
  position: absolute;
}
.products-services__faq__left {
  width: 50%;
  position: relative;
  border-radius: 10px;
  min-height: 520px;
}
.products-services__faq__left .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.products-services__faq__left .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  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: 10px;
}
.products-services__faq__left .img {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.products-services__faq__left .img img {
  height: 110%;
  max-height: 650px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-services__faq__right {
  width: 50%;
}
.products-services__faq__right .text--45 {
  width: min(100%, 400px);
}
.products-services__faq__right .questions .item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  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: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.products-services__faq__right .questions .item svg {
  position: absolute;
  right: 3.5rem;
  top: 2.5rem;
  pointer-events: none;
}
.products-services__faq__right .questions .item .question {
  padding: 3.5rem;
}
.products-services__faq__right .questions .item .answer {
  width: min(100%, 400px);
  display: none;
  padding-left: 3.5rem;
  margin-bottom: 3.5rem;
}
.products-services__faq__right .questions .item.active svg .line-1 {
  display: none;
}
.products-services__contact .conversion-form__container {
  background-color: #F8C72D;
}
.products-services__contact .conversion-form__container::before {
  background: linear-gradient(to bottom, #d92d34 50%, #fff 40px);
}
.products-services__contact .conversion-form__container__title {
  width: min(100%, 500px);
  margin: 0 auto -10rem;
}
.products-services__contact .conversion-form__container__title svg path {
  stroke: #D92D34;
}
.products-services__franchised {
  position: relative;
  height: 80vh;
  width: 100%;
  overflow: hidden;
}
.products-services__franchised__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.products-services__franchised__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-services__franchised__background:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.products-services__franchised__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 10rem;
}
.products-services__franchised__content .button {
  background: #D92D34;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 8rem;
  border-radius: 1.5rem;
  border: 2px solid #D92D34;
  transition: 0.3s all ease;
}
.products-services__franchised__content .button:hover {
  background: transparent;
  transform: scale(1.1);
  transition: 0.3s all ease;
}
.products-services__blog {
  background: linear-gradient(to bottom, #fff 30rem, #f8f8f8 40px);
  min-height: 100vh;
  position: relative;
}
.products-services__blog::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 30rem;
  border-left: 2px solid #dedede;
}
.products-services__blog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 4rem;
  position: relative;
}
.products-services__blog__top::after, .products-services__blog__top::before {
  content: "";
  position: absolute;
  top: 30rem;
  height: 175px;
  border-left: 2px solid #e2e2e2;
}
.products-services__blog__top::before {
  left: 6.4rem;
}
.products-services__blog__top::after {
  right: 6.4rem;
}
.products-services__blog__top .text {
  display: flex;
  align-items: center;
}
.products-services__blog__top .text::after {
  margin-left: 2rem;
  content: "";
  border-bottom: 2px solid #D92D34;
  width: 50px;
}
.products-services__blog__bottom {
  overflow: hidden;
}
.products-services__blog__bottom .slick-list {
  padding: 0;
}
.products-services__blog__bottom .slick-slide {
  margin: 0 3rem;
}
.products-services__blog__bottom .slick-track {
  padding-bottom: 20rem;
}
.products-services__blog__bottom__carousel .item .top {
  position: relative;
}
.products-services__blog__bottom__carousel .item .top img {
  width: 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);
  border-radius: 5px;
}
.products-services__blog__bottom__carousel .item .top .plus {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
}
.products-services__blog__bottom__carousel .item .bottom .content .text {
  line-height: 140%;
  transition: 0.3s all ease;
}
.products-services__blog__bottom__carousel .item:hover .top .plus {
  opacity: 1;
}
.products-services__blog__bottom__carousel .item:hover .bottom .content .text {
  font-weight: bold;
}
.products-services__blog .arrows {
  display: flex;
  align-items: center;
  padding: 0 12rem;
  transform: translateY(-10rem);
}
.products-services__blog .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
.products-services__blog .arrows .slick-arrow {
  position: unset;
  transform: none;
}
.products-services__blog .arrows .slick-arrow--prev {
  margin-right: 3rem;
}

@media (max-width: 1024px) {
  .products-services__banner {
    min-height: 80vh;
    padding-left: 2rem;
  }
  .products-services__banner__content::before {
    display: none;
  }
  .products-services__trust {
    flex-direction: column;
    padding-top: 5rem;
  }
  .products-services__trust__left {
    width: 100%;
    max-width: 350px;
    margin-bottom: 5rem;
    padding-left: 2rem;
  }
  .products-services__trust__left::before {
    display: none;
  }
  .products-services__trust__right {
    width: 100%;
  }
  .products-services__trust__right .arrows {
    padding: 0 3rem 0 0;
    margin-left: 3rem;
  }
  .products-services__features__top {
    padding-top: 15rem;
    padding-left: 3rem;
  }
  .products-services__features__top .title {
    position: relative;
    font-size: 4.5rem;
  }
  .products-services__features__top .title:before {
    display: none;
  }
  .products-services__features__noSlider-carousel .chields .item {
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
  }
  .products-services__features__noSlider-carousel .chields .item .left {
    width: 100%;
    border-radius: 0;
  }
  .products-services__features__noSlider-carousel .chields .item .left .bg {
    height: 200px;
    width: 100%;
    position: relative;
  }
  .products-services__features__noSlider-carousel .chields .item .left .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
  .products-services__features__noSlider-carousel .chields .item .right {
    width: 100%;
    padding: 4rem 5rem 6rem;
    border-radius: 0;
  }
  .products-services__features .navigation {
    bottom: 10rem;
    left: calc(2rem + 15px);
  }
  .products-services__features__carousel .slick-list {
    padding: 0 2%;
  }
  .products-services__features__carousel .slick-slide {
    margin: 0 13px;
    height: auto;
  }
  .products-services__features__carousel .item {
    flex-direction: column;
  }
  .products-services__features__carousel .item .left {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
  }
  .products-services__features__carousel .item .left .bg {
    border-radius: 10px 10px 0 0;
  }
  .products-services__features__carousel .item .left .bg img {
    border-radius: 10px 10px 0 0;
  }
  .products-services__features__carousel .item .right {
    height: 100%;
    padding: 3rem;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .products-services__extra__top {
    padding-top: 3rem;
    padding-left: 3rem;
  }
  .products-services__extra__top .title {
    position: relative;
    font-size: 4.5rem;
  }
  .products-services__extra__top .title:before {
    content: "";
    display: none;
  }
  .products-services__extra .navigation {
    bottom: 10rem;
    left: calc(2rem + 15px);
  }
  .products-services__extra__carousel .slick-list {
    padding: 0 2%;
  }
  .products-services__extra__carousel .slick-slide {
    margin: 0 13px;
    height: auto;
  }
  .products-services__extra__carousel .item {
    flex-direction: column;
  }
  .products-services__extra__carousel .item .left {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
  }
  .products-services__extra__carousel .item .left .bg {
    border-radius: 10px 10px 0 0;
  }
  .products-services__extra__carousel .item .left .bg img {
    border-radius: 10px 10px 0 0;
  }
  .products-services__extra__carousel .item .right {
    height: 100%;
    padding: 3rem;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .products-services__padrao__content {
    padding: 0 3rem 4rem 3rem;
    flex-direction: column;
  }
  .products-services__padrao__content:before {
    display: none;
  }
  .products-services__padrao__content .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.5rem;
  }
  .products-services__padrao__content .left .title:before {
    display: none;
  }
  .products-services__padrao__content .right {
    width: 100%;
  }
  .products-services__differentials {
    position: relative;
  }
  .products-services__differentials::after {
    display: none;
  }
  .products-services__differentials:before {
    display: none;
  }
  .products-services__differentials .number-carousel__container--reverse .number-carousel__carousel .item {
    min-height: 550px;
  }
  .products-services__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
    padding: 3rem;
  }
  .products-services__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
    left: 50%;
  }
  .products-services__video__carousel .slick-track {
    padding-bottom: 10rem;
  }
  .products-services__find {
    flex-direction: column;
    padding-left: 0rem;
    padding-bottom: 0;
  }
  .products-services__find__left {
    width: 90%;
    transform: translateY(0%);
    margin: auto 0 5rem 2rem;
  }
  .products-services__find__right {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .products-services__find__right .pagination {
    display: none;
  }
  .products-services__find__bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .products-services__find__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .products-services__faq {
    padding: 5rem 2rem 20rem 2rem;
  }
  .products-services__faq::before {
    display: none;
  }
  .products-services__faq__left {
    display: none;
  }
  .products-services__faq__right {
    width: 100%;
  }
  .products-services__faq__right .questions .item .question {
    padding-right: 10rem;
  }
  .products-services__contact .conversion-form__container {
    background-color: #F8C72D;
  }
  .products-services__contact .conversion-form__container::before {
    background: linear-gradient(to bottom, #d92d34 50%, #fff 40px);
  }
  .products-services__contact .conversion-form__container__title {
    width: min(100%, 500px);
    margin: 0 auto -10rem;
  }
  .products-services__contact .conversion-form__container__title svg path {
    stroke: #D92D34;
  }
}
.last-more__banner {
  background: #000;
  border-radius: 0px 0px 10px 10px;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-left: 17rem;
  position: relative;
  overflow: hidden;
}
.last-more__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.last-more__banner__bg {
  position: absolute;
  inset: 0;
}
.last-more__banner__bg img, .last-more__banner__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 10px 10px;
  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);
}
.last-more__banner__content {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  padding-bottom: 7.5rem;
}
.last-more__banner__content::before {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: 0;
  height: 100%;
  border-left: 2px solid #60AE32;
  z-index: 2;
}
.last-more__banner__content .text strong {
  color: inherit;
}
.last-more__banner__content .text--15 {
  max-width: 70%;
}
.last-more__cards__top {
  padding: 12rem 0 0rem 16rem;
  position: relative;
  display: flex;
}
.last-more__cards__top::before {
  content: "";
  position: absolute;
  left: 11rem;
  bottom: 0;
  height: 100%;
  border-left: 2px solid #C5C5C5;
  z-index: 2;
}
.last-more__cards__top .content {
  width: 50%;
}
.last-more__cards__top .content .text {
  width: min(100%, 500px);
}
.last-more__cards__top .content .text--45 {
  max-width: 310px;
  margin-bottom: 3.5rem;
}
.last-more__cards__top .image {
  height: 450px;
  width: 600px;
}
.last-more__cards__top .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.last-more__cards__bottom {
  position: relative;
}
.last-more__cards__bottom .arrows {
  display: flex;
  align-items: center;
  padding: 0 10rem 0 15rem;
  transform: translateY(-10rem);
}
.last-more__cards__bottom .arrows .line {
  flex: 2;
  height: 2px;
  background: linear-gradient(to right, #60AE32 35%, #cecece 40px);
  margin-right: 4rem;
}
.last-more__cards__bottom .arrows .slick-arrow {
  position: unset;
  transform: none;
}
.last-more__cards__bottom .arrows .slick-arrow svg circle {
  stroke: #c4c4c4;
}
.last-more__cards__bottom .arrows .slick-arrow--prev {
  margin-right: 1.5rem;
}
.last-more__cards__bottom__carousel .slick-list {
  padding: 0 5% 0 15rem;
}
.last-more__cards__bottom__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
.last-more__cards__bottom__carousel .slick-slide {
  margin-right: 20px;
}
.last-more__cards__bottom__carousel .item {
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  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: 10px;
  padding: 5rem;
}
.last-more__cards__bottom__carousel .item .icon {
  margin-bottom: 9rem;
  position: relative;
}
.last-more__cards__bottom__carousel .item .icon::before {
  content: "";
  width: 65px;
  left: 0rem;
  bottom: -2.5rem;
  border-bottom: 2px solid #3C2470;
  position: absolute;
}
.last-more__cards__bottom__carousel .item .icon svg path {
  fill: #60AE32;
  stroke: #60AE32;
}
.last-more__cards__bottom__carousel .item .text {
  max-width: 180px;
  position: relative;
}
.last-more__cards__bottom__carousel .item .text strong {
  color: #000;
}
.last-more__cards__bottom__carousel .item:hover {
  background-color: #60AE32;
}
.last-more__cards__bottom__carousel .item:hover .icon::after {
  border-color: #fff;
}
.last-more__cards__bottom__carousel .item:hover .icon svg path {
  fill: #3C2470;
  stroke: #3C2470;
}
.last-more__cards__bottom__carousel .item:hover .text {
  color: #fff !important;
}
.last-more__cards__bottom__carousel .item:hover .text strong {
  color: #fff !important;
}
.last-more__differentials {
  position: relative;
}
.last-more__differentials::after {
  content: "";
  left: 50%;
  top: 20rem;
  transform: translateX(-50%);
  height: calc(100% + 20rem);
  position: absolute;
  border-left: 2px solid #c4c4c4;
}
.last-more__differentials:before {
  content: "";
  width: 9px;
  border-radius: 0 10px 10px 0;
  height: calc(100% - 14rem);
  background-color: #3C2470;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.last-more__differentials .number-carousel__container {
  margin-top: -5rem;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item {
  min-height: 550px;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
  padding: 8rem 5rem 12rem 26rem;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--35 {
  margin-bottom: 6rem;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
  font-size: 25px;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  max-width: 270px;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 strong {
  font-weight: bold;
  color: #000;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
  left: 26rem;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination--primary .slick-dots li.slick-active {
  border-color: #60AE32 !important;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--prev {
  left: 40rem;
}
.last-more__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--next {
  left: 47rem;
}
.last-more__video .video-carousel__wrapper {
  z-index: 2;
}
.last-more__video .pagination--primary .slick-dots li.slick-active {
  border-color: #60AE32 !important;
}
.last-more__calculator {
  background-color: #F8C72D;
  min-height: 140vh;
  position: relative;
  margin-top: -75vh;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.last-more__calculator .background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.last-more__calculator .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.last-more__calculator .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  width: 60%;
  margin-bottom: 16rem;
}
.last-more__calculator .content .text {
  width: 45%;
}
.last-more__calculator .content strong {
  color: #3C2470;
}
.last-more__calculator .content .calculator {
  display: flex;
}
.last-more__calculator .content .calculator input {
  background: #F8C72D;
  border: none;
  border-bottom: 2px solid #3C2470;
}
.last-more__calculator .content .calculator .btn {
  background: #60AE32;
  margin-left: 3.5rem;
  border-radius: 200px;
}
.last-more__calculator .content .calculator .btn p {
  padding: 1.5rem 8rem 1.5rem 1.5rem;
}
.last-more__calculator .content .card {
  position: absolute;
  bottom: -18rem;
  display: flex;
  background: #3C2470;
  justify-content: center;
  align-items: center;
  padding: 4.3rem 10rem 4.3rem 4.8rem;
  border-radius: 10px;
}
.last-more__calculator .content .card .desc {
  text-align: center;
}
.last-more__calculator .content .card .desc p strong {
  color: #60AE32;
}
.last-more__find {
  background-color: #F8C72D;
  display: flex;
  padding-left: 12.5rem;
  position: relative;
  overflow: hidden;
  padding-top: 12rem;
  z-index: 1;
}
.last-more__find__left {
  margin-right: 10rem;
  width: 25%;
  transform: translateY(-15%);
  position: relative;
}
.last-more__find__left .form__col .inputWrapper::after {
  border-color: #000 !important;
}
.last-more__find__left .form__col .inputWrapper.valid::after {
  border-color: #60AE32 !important;
}
.last-more__find__left .icon svg path {
  stroke: #000;
}
.last-more__find__right {
  width: 75%;
  position: relative;
  overflow: hidden;
}
.last-more__find__right .pagination {
  left: 5%;
  bottom: 14rem;
}
.last-more__find__right .pagination--primary .slick-dots li.slick-active {
  border-color: #3C2470 !important;
}
.last-more__find__right__carousel .slick-list {
  padding: 0 5%;
}
.last-more__find__right__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
.last-more__find__right__carousel .slick-slide {
  margin-right: 2rem;
}
.last-more__find__right__carousel .item {
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  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: 10px;
  padding: 5.5rem 5rem 3.5rem 4.5rem;
}
.last-more__find__right__carousel .item .row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.last-more__find__right__carousel .item .row svg {
  margin-right: 2rem;
  min-width: 16px;
}
.last-more__find__right__carousel .item .btn svg path {
  stroke: #60AE32;
}
.last-more__find__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-bottom: -5%;
  z-index: -1;
}
.last-more__find__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.last-more__faq {
  display: flex;
  padding: 4rem 7rem 6rem 7rem;
  position: relative;
  gap: 7.5rem;
}
.last-more__faq::before {
  content: "";
  left: 0;
  top: 15rem;
  height: calc(100% - 30rem);
  width: 9px;
  background-color: #60AE32;
  border-radius: 0 10px 10px 0;
  position: absolute;
}
.last-more__faq__left {
  width: 50%;
  position: relative;
  border-radius: 10px;
  min-height: 520px;
}
.last-more__faq__left .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.last-more__faq__left .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  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: 10px;
}
.last-more__faq__left .img {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.last-more__faq__left .img img {
  height: 110%;
  max-height: 650px;
  -o-object-fit: contain;
     object-fit: contain;
}
.last-more__faq__right {
  width: 50%;
}
.last-more__faq__right .text--45 {
  width: min(100%, 400px);
}
.last-more__faq__right .questions .item {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  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: 10px;
  margin-bottom: 10px;
  padding: 3.5rem;
  position: relative;
  cursor: pointer;
}
.last-more__faq__right .questions .item svg {
  position: absolute;
  right: 3.5rem;
  top: 2.5rem;
  pointer-events: none;
}
.last-more__faq__right .questions .item .answer {
  width: min(100%, 400px);
  margin-top: 3.5rem;
  display: none;
}
.last-more__faq__right .questions .item.active svg .line-1 {
  display: none;
}
.last-more__contact .conversion-form__container {
  background-color: #3C2470;
}
.last-more__contact .conversion-form__container::before {
  background: linear-gradient(to bottom, #60AE32 50%, #fff 40px);
}
.last-more__contact .conversion-form__container__title {
  width: min(100%, 500px);
  margin: 0 auto -10rem;
}
.last-more__contact .conversion-form__container__title .text {
  color: #fff !important;
}
.last-more__contact .conversion-form__container__title .text--15 {
  color: #c5c5c5 !important;
}
.last-more__contact .conversion-form__container__title svg path {
  stroke: #F8C72D;
}
.last-more__contact .conversion-form__container__inner .form__col .inputWrapper.valid::after {
  border-color: #60AE32 !important;
}
.last-more__contact .conversion-form__container__inner .form .btn {
  background: #60AE32;
}
.last-more__contact .conversion-form__container__inner .form .btn svg path {
  stroke: #3C2470;
}
.last-more__contact .conversion-form__container__inner::after {
  background: linear-gradient(to right, #3C2470 35%, #60AE32 35%, #60AE32 65%, #3C2470 65%, #3C2470 100%);
}

@media (max-width: 1024px) {
  .last-more__banner {
    min-height: 650px;
    padding-left: 2rem;
  }
  .last-more__banner__content::before {
    display: none;
  }
  .last-more__cards__top {
    padding: 10rem 0 0 2rem;
    position: relative;
    display: block;
  }
  .last-more__cards__top::before {
    display: none;
  }
  .last-more__cards__top .content {
    width: auto;
  }
  .last-more__cards__top .image {
    height: 230px;
    width: 360px;
  }
  .last-more__cards__bottom {
    position: relative;
  }
  .last-more__cards__bottom .arrows {
    padding: 0 2rem;
  }
  .last-more__cards__bottom__carousel .slick-list {
    padding: 0 5% 0 2rem;
  }
  .last-more__differentials {
    position: relative;
  }
  .last-more__differentials::after {
    display: none;
  }
  .last-more__differentials:before {
    display: none;
  }
  .last-more__differentials .number-carousel__container {
    margin-top: -5rem;
  }
  .last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item {
    min-height: 550px;
  }
  .last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
    padding: 3rem;
  }
  .last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--35 {
    margin-bottom: 6rem;
  }
  .last-more__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
    font-size: 2rem;
  }
  .last-more__differentials .number-carousel__container--reverse .number-carousel__navigation {
    margin-top: -15rem;
    padding-bottom: 5rem;
  }
  .last-more__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: translate(0);
  }
  .last-more__video {
    background: linear-gradient(to bottom, transparent 50%, #F8C72D 50%);
  }
  .last-more__video .pagination--primary .slick-dots li.slick-active {
    border-color: #60AE32 !important;
  }
  .last-more__calculator {
    height: 150vh;
  }
  .last-more__calculator .background {
    height: 100%;
  }
  .last-more__calculator .background img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .last-more__calculator .content {
    width: 95%;
  }
  .last-more__find {
    flex-direction: column;
    padding-left: 0rem;
    padding-bottom: 0;
  }
  .last-more__find__left {
    width: 90%;
    transform: translateY(0%);
    margin: -10rem 0 5rem 2rem;
  }
  .last-more__find__right {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .last-more__find__right .pagination {
    display: none;
  }
  .last-more__find__bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .last-more__find__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .last-more__faq {
    padding: 5rem 2rem 20rem 2rem;
  }
  .last-more__faq::before {
    display: none;
  }
  .last-more__faq__left {
    display: none;
  }
  .last-more__faq__right {
    width: 100%;
  }
  .last-more__faq__right .questions .item .question {
    padding-right: 10rem;
  }
}
#find-stores .find-stores__banner__top {
  margin: 20rem 4rem 9rem 4rem;
  background: #D92D34;
  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: 10px;
  position: relative;
  height: 290px;
  overflow: hidden;
  padding: 8rem 0 12rem 8.5rem;
}
#find-stores .find-stores__banner__top img {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 100%;
  z-index: 0;
}
#find-stores .find-stores__banner__top .text {
  width: min(100%, 525px);
  position: relative;
  z-index: 2;
}
#find-stores .find-stores__banner__top .text strong {
  color: inherit;
}
#find-stores .find-stores__banner__bottom {
  width: min(95%, 1200px);
  margin: -9rem auto 0;
  transform: translateY(-50%);
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  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: 10px;
  padding: 3rem 6rem 2rem;
}
#find-stores .find-stores__banner__bottom .form__row {
  position: relative;
}
#find-stores .find-stores__banner__bottom .form__row button {
  position: absolute;
  top: 0;
  right: 0;
}
#find-stores .find-stores__banner__bottom .form__col .text {
  border-radius: 50%;
  border: 2px solid #D92D34;
  padding: 1.2rem;
}
#find-stores .find-stores__view {
  padding-bottom: 5rem;
}
#find-stores .find-stores__view__choose {
  display: flex;
  align-items: center;
  width: min(95%, 1200px);
  margin: 0 auto 5.5rem;
}
#find-stores .find-stores__view__choose li:not(:last-child) {
  margin-right: 2.5rem;
}
#find-stores .find-stores__view__choose li a {
  display: flex;
  align-items: center;
}
#find-stores .find-stores__view__choose li a svg {
  margin-right: 2rem;
}
#find-stores .find-stores__view__choose li a.active {
  font-weight: bold;
}
#find-stores .find-stores__view__grid {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2.3rem 3rem;
  width: min(95%, 1200px);
  margin: auto;
}
#find-stores .find-stores__view__grid.active {
  display: grid;
}
#find-stores .find-stores__view__grid .item {
  background: #FFFFFF;
  box-sizing: border-box;
  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: 10px;
}
#find-stores .find-stores__view__grid .item .top {
  height: 175px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 2.5rem 4rem;
  border-radius: 10px 10px 0px 0px;
}
#find-stores .find-stores__view__grid .item .top::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#find-stores .find-stores__view__grid .item .top .bg {
  position: absolute;
  inset: 0;
}
#find-stores .find-stores__view__grid .item .top .bg img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#find-stores .find-stores__view__grid .item .top .text {
  position: relative;
  z-index: 2;
}
#find-stores .find-stores__view__grid .item .bottom {
  padding: 4rem 6rem 4rem 4rem;
}
#find-stores .find-stores__view__grid .item .bottom .row {
  display: flex;
  align-items: flex-start;
}
#find-stores .find-stores__view__grid .item .bottom .row svg {
  margin-right: 2rem;
  min-width: 16px;
}
#find-stores .find-stores__view__map {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
#find-stores .find-stores__view__map.active {
  height: min(80vh, 678px);
  opacity: 1;
}
#find-stores .find-stores__view__map #map {
  height: 100%;
  width: 100%;
}
#find-stores .find-stores__view__loader {
  width: min(95%, 1200px);
  margin: auto;
  padding: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#find-stores .find-stores__view__loader svg {
  animation: rotate 3s linear infinite;
}

@media (max-width: 1024px) {
  #find-stores .find-stores__banner__top {
    margin: 15rem 2rem 3rem 2rem;
    height: auto;
    min-height: 250px;
    padding: 3rem;
  }
  #find-stores .find-stores__banner__bottom {
    margin: 0rem auto 2rem;
    padding: 3rem 2rem;
    transform: translateY(0%);
  }
  #find-stores .find-stores__banner__bottom .form__row button {
    bottom: 1rem;
  }
  #find-stores .find-stores__banner__bottom .form__col {
    position: relative;
  }
}
#own-store .own-store__banner__top {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin: 20rem 4rem 0rem 4rem;
  background: #D92D34;
  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: 10px;
  position: relative;
  height: 450px;
  overflow: hidden;
  padding: 7.2rem 0 0rem 13.5rem;
}
#own-store .own-store__banner__top img {
  position: absolute;
  right: 0%;
  bottom: -4rem;
}
#own-store .own-store__banner__top .content {
  padding-bottom: 5rem;
  width: min(100%, 480px);
  position: relative;
}
#own-store .own-store__banner__top .content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5rem;
  border-left: 2px solid #F8C72D;
  height: 80%;
}
#own-store .own-store__why {
  display: flex;
  position: relative;
}
#own-store .own-store__why::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 80%;
  width: 2px;
  background: linear-gradient(to bottom, #D92D34 30%, #c4c4c4 40px);
  position: absolute;
}
#own-store .own-store__why__left {
  width: 50%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
#own-store .own-store__why__left img {
  width: 100%;
  display: block;
  position: relative;
  bottom: -5%;
}
#own-store .own-store__why__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
#own-store .own-store__why__right .content {
  max-width: 400px;
}
#own-store .own-store__cards__top {
  padding: 12rem 0 20rem 16rem;
  background-color: #F8C72D;
}
#own-store .own-store__cards__top .text {
  width: min(100%, 500px);
}
#own-store .own-store__cards__bottom {
  position: relative;
  margin-top: -15rem;
}
#own-store .own-store__cards__bottom .arrows {
  display: flex;
  align-items: center;
  padding: 0 10rem 0 15rem;
  transform: translateY(-10rem);
}
#own-store .own-store__cards__bottom .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
#own-store .own-store__cards__bottom .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#own-store .own-store__cards__bottom .arrows .slick-arrow svg circle {
  stroke: #c4c4c4;
}
#own-store .own-store__cards__bottom .arrows .slick-arrow--prev {
  margin-right: 1.5rem;
}
#own-store .own-store__cards__bottom__carousel .slick-list {
  padding: 0 5% 0 15rem;
}
#own-store .own-store__cards__bottom__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
#own-store .own-store__cards__bottom__carousel .slick-slide {
  margin-right: 20px;
}
#own-store .own-store__cards__bottom__carousel .item {
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  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: 10px;
  padding: 5rem;
}
#own-store .own-store__cards__bottom__carousel .item .icon {
  margin-bottom: 9rem;
  position: relative;
}
#own-store .own-store__cards__bottom__carousel .item .icon::before {
  content: "";
  width: 65px;
  left: 0rem;
  bottom: -2.5rem;
  border-bottom: 2px solid #F8C72D;
  position: absolute;
}
#own-store .own-store__cards__bottom__carousel .item .text {
  max-width: 180px;
  position: relative;
}
#own-store .own-store__cards__bottom__carousel .item .text strong {
  color: #000;
}
#own-store .own-store__cards__bottom__carousel .item:hover {
  background-color: #D92D34;
}
#own-store .own-store__cards__bottom__carousel .item:hover .icon::after {
  border-color: #fff;
}
#own-store .own-store__cards__bottom__carousel .item:hover .icon svg path {
  fill: #F8C72D;
  stroke: #F8C72D;
}
#own-store .own-store__cards__bottom__carousel .item:hover .text {
  color: #fff !important;
}
#own-store .own-store__cards__bottom__carousel .item:hover .text strong {
  color: #fff !important;
}
#own-store .own-store__differentials {
  position: relative;
}
#own-store .own-store__differentials:before {
  content: "";
  width: 9px;
  border-radius: 0 10px 10px 0;
  height: calc(100% - 14rem);
  background-color: #F8C72D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
  padding: 8rem 5rem 12rem 26rem;
}
#own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .rich-desc h3 {
  font-size: 2.5rem;
  line-height: 113.5%;
  margin-bottom: 3.5rem;
  font-weight: bold;
  width: 80%;
  margin-top: 4rem;
}
#own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
  font-size: 1.5rem;
  line-height: 160%;
  font-weight: normal;
}
#own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 strong {
  font-weight: bold;
  color: #727272;
}
#own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
  left: 26rem;
}
#own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--prev {
  left: 40rem;
}
#own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--next {
  left: 47rem;
}

@media (max-width: 1024px) {
  #own-store .own-store__banner__top {
    margin: 15rem 2rem 0rem 2rem;
    padding: 5rem;
    height: 60vh;
    align-items: flex-start;
  }
  #own-store .own-store__banner__top .content .text--60 {
    font-size: 3.5rem;
  }
  #own-store .own-store__banner__top .content::before {
    display: none;
  }
  #own-store .own-store__banner__top img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 0;
    right: 0;
  }
  #own-store .own-store__why {
    flex-direction: column;
    padding: 5rem 2rem;
  }
  #own-store .own-store__why::after {
    display: none;
  }
  #own-store .own-store__why__left {
    display: none;
  }
  #own-store .own-store__why__right {
    width: 100%;
  }
  #own-store .own-store__cards__top {
    padding: 5rem 0 20rem 2rem;
  }
  #own-store .own-store__cards__bottom .arrows {
    padding: 0 5rem 0 2rem;
  }
  #own-store .own-store__cards__bottom__carousel .slick-list {
    padding: 0 5% 0 2rem;
  }
  #own-store .own-store__differentials {
    position: relative;
  }
  #own-store .own-store__differentials:before {
    display: none;
  }
  #own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
    padding: 3rem;
  }
  #own-store .own-store__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
    left: 50%;
  }
}
#blog .blog__banner {
  margin: 20rem 7.5rem 6rem 7.5rem;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 5.5rem;
}
#blog .blog__banner__title {
  font-weight: 300;
  font-size: 60px;
  line-height: 95.6%;
  width: 100%;
}
#blog .blog__banner__highlights {
  display: flex;
  justify-content: center;
  gap: 24px;
}
#blog .blog__banner__highlights .item {
  width: 100%;
}
#blog .blog__banner__highlights .item .top {
  position: relative;
}
#blog .blog__banner__highlights .item .top img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
#blog .blog__banner__highlights .item .bottom .content {
  width: max(70%, 355px);
}
#blog .blog__banner__highlights .item .bottom .content .text {
  transition: 0.3s all ease;
}
#blog .blog__banner__highlights .item:hover .bottom .content .text {
  font-weight: bold;
}
#blog .blog__list {
  display: flex;
  margin: auto 7.5rem;
}
#blog .blog__list__cats {
  height: 100vh;
  overflow-y: scroll;
  position: sticky;
  top: 5rem;
  width: 15%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#blog .blog__list__cats::-webkit-scrollbar {
  width: 5px;
}
#blog .blog__list__cats::-webkit-scrollbar-track {
  background: #e4e4e4;
  border-radius: 10px;
}
#blog .blog__list__cats::-webkit-scrollbar-thumb {
  background: #D92D34;
  border-radius: 10px;
}
#blog .blog__list__cats::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
#blog .blog__list__cats ul {
  position: sticky;
  top: 5rem;
  height: auto;
  padding: 5rem 0;
}
#blog .blog__list__cats ul li {
  padding: 2.2rem 0;
  margin-bottom: 2.2rem;
  cursor: pointer;
}
#blog .blog__list__cats ul li:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
#blog .blog__list__cats ul li.active {
  border-bottom: 2px solid #D92D34;
}
#blog .blog__list__cats ul li.active a {
  font-weight: bold;
}
#blog .blog__list__cats ul li a {
  transition: 0.3s all ease;
}
#blog .blog__list__main {
  width: 85%;
}
#blog .blog__list__main ul li a {
  border-radius: 10px;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  padding: 3rem;
}
#blog .blog__list__main ul li a .left {
  margin-right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 290px;
}
#blog .blog__list__main ul li a .left img {
  border-radius: 5px;
  display: block;
  width: 100%;
  min-height: 190px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#blog .blog__list__main ul li a .right {
  flex: 1;
}
#blog .blog__list__main ul li a .right .text {
  max-width: 80%;
}
#blog .blog__list__main ul li a:hover {
  background-color: #D92D34;
}
#blog .blog__list__main ul li a:hover .right .text {
  color: #fff !important;
}
#blog .blog__list__main ul li a:hover .right .date {
  color: #F8C72D;
}
#blog .blog__list__main ul li a:hover svg path {
  stroke: #F8C72D;
}
#blog .blog__list__main__loader {
  padding: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog .blog__list__main__loader svg {
  animation: rotate 3s linear infinite;
}

@media (max-width: 1024px) {
  #blog .blog__banner {
    margin: 15rem 2rem 6rem 2rem;
    gap: 10px;
  }
  #blog .blog__banner__highlights {
    flex-direction: column;
  }
  #blog .blog__banner__highlights .item {
    width: 100%;
  }
  #blog .blog__banner__highlights .item .bottom .content {
    width: max(70%, 177.5px);
  }
  #blog .blog__list {
    margin: auto 2rem;
  }
  #blog .blog__list__cats {
    width: 50%;
    min-width: auto;
  }
  #blog .blog__list__cats ul {
    position: sticky;
    top: 90px;
  }
  #blog .blog__list__main {
    width: 100%;
  }
  #blog .blog__list__main ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  #blog .blog__list__main ul li a {
    flex-direction: column;
    padding: 2rem;
    display: block;
  }
  #blog .blog__list__main ul li a .left {
    margin-right: 0rem;
    max-width: 100%;
    height: 250px;
    margin-bottom: 2rem;
  }
  #blog .blog__list__main ul li a .right .text {
    max-width: 100%;
    text-align: center;
  }
  #blog .blog__list__main ul li a svg {
    display: none;
  }
  #blog .blog__list__main__loader {
    padding: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #blog .blog__list__main__loader svg {
    animation: rotate 3s linear infinite;
  }
}
#contact .contact__container {
  display: flex;
  margin: 28rem 8rem 0 20rem;
  position: relative;
  z-index: 2;
}
#contact .contact__container__left {
  padding-right: 15rem;
  width: 50%;
}
#contact .contact__container__left .text {
  max-width: 80%;
}
#contact .contact__container__left .row {
  display: flex;
  align-items: center;
}
#contact .contact__container__left .row svg {
  margin-right: 3rem;
}
#contact .contact__container__left .row .address {
  max-width: 280px;
}
#contact .contact__container__left .social-medias {
  display: flex;
  align-items: center;
  margin-top: 7rem;
}
#contact .contact__container__left .social-medias a {
  padding-right: 3.3rem;
}
#contact .contact__container__left .social-medias a:not(:first-child) {
  padding-left: 3.3rem;
}
#contact .contact__container__left .social-medias a:not(:last-child) {
  border-right: 1px solid #ddd;
}
#contact .contact__container__right {
  width: 50%;
}
#contact .contact__container__right .tabs {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 4.5rem;
  border-bottom: 2px solid #E7E7E7;
  max-width: 590px;
}
#contact .contact__container__right .tabs .text {
  padding-bottom: 2.2rem;
  position: relative;
  width: 100%;
  cursor: pointer;
}
#contact .contact__container__right .tabs .text::after {
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 0;
  border-bottom: 2px solid #D92D34;
  position: absolute;
  transform: translateY(50%);
}
#contact .contact__container__right .tabs .text.active {
  font-weight: bold;
}
#contact .contact__container__right .tabs .text.active::after {
  width: 100%;
}
#contact .contact__container__right .form-container {
  padding: 5.5rem 8rem 6.5rem;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 590px;
  position: relative;
}
#contact .contact__container__right .form-container::after {
  content: "";
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #D92D34 35%, #F8C72D 35%, #F8C72D 65%, #D92D34 65%, #D92D34 100%);
}
#contact .contact__container__right .form-container .form__col--small .privacy .text a {
  color: #D92D34;
}
#contact .contact__map {
  z-index: -1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -10rem auto 0;
}
#contact .contact__map #map {
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  #contact .contact__container {
    margin: 15rem 2rem 0;
    flex-direction: column;
  }
  #contact .contact__container__left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 5rem;
  }
  #contact .contact__container__left .text {
    max-width: 350px;
  }
  #contact .contact__container__right {
    width: 100%;
  }
  #contact .contact__container__right .form-container {
    padding: 3rem 2rem;
  }
  #contact .contact__map {
    height: 70vh;
    padding-top: 10rem;
  }
}
#work .work__banner {
  margin: 20rem 4rem 0rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#work .work__banner__inner {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 7rem 13rem;
  background: #000000;
}
#work .work__banner__inner::before {
  content: "";
  left: 8rem;
  bottom: 0;
  height: 180px;
  border-left: 2px solid #D92D34;
  position: absolute;
  z-index: 2;
}
#work .work__banner__inner img {
  width: 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);
  border-radius: 10px;
  position: absolute;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
}
#work .work__banner__inner .content {
  position: relative;
  width: min(100%, 600px);
}
#work .work__part {
  display: flex;
  justify-content: space-between;
  padding: 16rem 0 0 18rem;
  position: relative;
  margin: 0 2.2rem;
}
#work .work__part::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  border-left: 2px solid #c5c5c5;
  z-index: 2;
}
#work .work__part__left {
  width: 50%;
}
#work .work__part__left .text {
  width: min(100%, 360px);
}
#work .work__part__left a {
  width: -moz-fit-content;
  width: fit-content;
}
#work .work__part__right {
  width: 50%;
}
#work .work__part__right img {
  width: 100%;
  display: block;
}
#work .work__items {
  position: relative;
}
#work .work__items::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  background: #F8C72D;
  border-radius: 0px 5px 5px 0px;
  border-left: 9px solid #D92D34;
  z-index: 3;
}
#work .work__items .scroll-lateral__container::before, #work .work__items .scroll-lateral__container::after {
  display: none;
}
#work .work__items .scroll-lateral__slider .slick-list {
  padding: 0 2.2rem;
}
#work .work__items .scroll-lateral__item {
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
#work .work__items .scroll-lateral__item .content {
  justify-content: flex-end;
}
#work .work__items .scroll-lateral__item .content .index {
  font-style: normal;
  font-weight: bold;
  font-size: 6.6rem;
  line-height: 105%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  flex: 0;
  border-bottom: none;
}
#work .work__items .scroll-lateral__item .content .btn {
  display: none;
}
#work .work__items .scroll-lateral__item:hover {
  border-bottom: 6px solid #F8C72D;
}
#work .work__items .scroll-lateral__item:hover .content .index {
  color: #F8C72D;
}
#work .work__opportunity {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 25rem;
  position: relative;
  margin-bottom: -2.2rem;
}
#work .work__opportunity::before {
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 200px;
  width: 2px;
  background: linear-gradient(to bottom, #dedede 60%, #D92D34 40px);
  position: absolute;
}
#work .work__opportunity .text {
  text-align: center;
}
#work .work__opportunity .text strong {
  color: inherit;
}
#work .work__opportunity .text--15 {
  max-width: 340px;
}
#work .work__opportunity img {
  display: block;
  width: 100%;
  pointer-events: none;
}

@media (max-width: 1024px) {
  #work .work__banner {
    margin: 15rem 2rem 0rem 2rem;
  }
  #work .work__banner__inner {
    padding: 0 0 2rem 2rem;
    height: 250px;
  }
  #work .work__banner__inner .content .text--60 {
    font-size: 5rem;
  }
  #work .work__banner__inner::before {
    display: none;
  }
  #work .work__part {
    padding: 5rem 2rem 0;
    flex-direction: column;
  }
  #work .work__part::before {
    display: none;
  }
  #work .work__part__left {
    width: 100%;
    height: 100%;
    max-width: 350px;
  }
  #work .work__part__right {
    width: 100%;
  }
  #work .work__items::before {
    display: none;
  }
}
#blog-details .blog-details__banner {
  min-height: 450px;
  margin: 20rem 4.5rem 3rem 4.5rem;
  padding-left: 12rem;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: #000;
}
#blog-details .blog-details__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
#blog-details .blog-details__banner__bg {
  position: absolute;
  inset: 0;
}
#blog-details .blog-details__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 10px 10px;
}
#blog-details .blog-details__banner__content {
  position: relative;
  z-index: 2;
  width: min(100%, 870px);
  padding-bottom: 2.5rem;
}
#blog-details .blog-details__banner__content .text--15 {
  max-width: 380px;
}
#blog-details .blog-details__content {
  display: flex;
  padding: 8rem 0 0rem 12rem;
  position: relative;
}
#blog-details .blog-details__content::before {
  content: "";
  position: absolute;
  left: 12rem;
  bottom: 0;
  height: 100%;
  border-left: 2px solid #c5c5c5;
  z-index: -1;
}
#blog-details .blog-details__content__aside {
  transform: translateX(-50%);
  margin-right: -20px;
}
#blog-details .blog-details__content__aside .social-list {
  padding: 4rem 0;
  margin-top: -4rem;
  position: sticky;
  top: 5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#blog-details .blog-details__content__aside .social-list .social-item:not(:last-child) {
  margin-bottom: 3.3rem;
}
#blog-details .blog-details__content__main {
  margin-left: 5rem;
  flex: 1;
  min-width: 1px;
  display: flex;
  justify-content: space-between;
}
#blog-details .blog-details__content__main .content {
  max-width: 780px;
  margin-bottom: 7.5rem;
}
#blog-details .blog-details__content__main .content h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 95.6%;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.06em;
  color: #000000;
  margin-bottom: 5.5rem;
}
#blog-details .blog-details__content__main .content p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 210%;
  letter-spacing: -0.02em;
  color: #727272;
  max-width: 98%;
}
#blog-details .blog-details__content__main .content p img {
  max-width: 98%;
}
#blog-details .blog-details__content__main .cats {
  min-width: 115px;
  margin-right: 15rem;
}
#blog-details .blog-details__content__main .cats ul {
  position: sticky;
  top: 5rem;
}
#blog-details .blog-details__content__main .cats ul li {
  padding: 2.2rem 0;
  margin-bottom: 2.2rem;
  cursor: pointer;
}
#blog-details .blog-details__content__main .cats ul li:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
#blog-details .blog-details__content__main .cats ul li.active {
  border-bottom: 2px solid #D92D34;
}
#blog-details .blog-details__content__main .cats ul li.active a {
  font-weight: bold;
}
#blog-details .blog-details__content__main .cats ul li a {
  transition: 0.3s all ease;
}
#blog-details .blog-details__content__main .gallery {
  position: relative;
}
#blog-details .blog-details__content__main .gallery .navigation {
  display: flex;
  margin-top: -12rem;
}
#blog-details .blog-details__content__main .gallery .navigation .arrows {
  display: flex;
  align-items: center;
  margin-left: 3rem;
}
#blog-details .blog-details__content__main .gallery .navigation .arrows .slick-arrow--prev {
  margin-right: 1.2rem;
}
#blog-details .blog-details__content__main .gallery .navigation .slick-arrow, #blog-details .blog-details__content__main .gallery .navigation .pagination {
  position: unset;
}
#blog-details .blog-details__content__main .gallery .gallery-carousel .slick-list {
  padding: 0 45% 0 10%;
  margin-left: -10%;
}
#blog-details .blog-details__content__main .gallery .gallery-carousel .slick-track {
  padding-bottom: 20rem;
}
#blog-details .blog-details__content__main .gallery .gallery-carousel .slick-slide {
  margin-right: 35px;
}
#blog-details .blog-details__content__main .gallery .gallery-carousel .item {
  min-width: 1px;
}
#blog-details .blog-details__content__main .gallery .gallery-carousel .item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
  margin-bottom: 3.5rem;
}
#blog-details .blog-details__more {
  background: linear-gradient(to bottom, #fff 30rem, #f8f8f8 40px);
  min-height: 100vh;
  position: relative;
}
#blog-details .blog-details__more::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 30rem;
  border-left: 2px solid #DEDEDE;
}
#blog-details .blog-details__more__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 12rem;
  position: relative;
}
#blog-details .blog-details__more__top::after, #blog-details .blog-details__more__top::before {
  content: "";
  position: absolute;
  top: 30rem;
  height: 175px;
  border-left: 2px solid #E2E2E2;
}
#blog-details .blog-details__more__top::before {
  left: 6.4rem;
}
#blog-details .blog-details__more__top::after {
  right: 6.4rem;
}
#blog-details .blog-details__more__top .text {
  display: flex;
  align-items: center;
}
#blog-details .blog-details__more__top .text::after {
  margin-left: 2rem;
  content: "";
  border-bottom: 2px solid #D92D34;
  width: 50px;
}
#blog-details .blog-details__more__bottom {
  overflow: hidden;
}
#blog-details .blog-details__more__bottom .slick-list {
  padding: 0 3rem;
}
#blog-details .blog-details__more__bottom .slick-slide {
  margin: 0;
}
#blog-details .blog-details__more__bottom .slick-track {
  padding-bottom: 20rem;
}
#blog-details .blog-details__more__bottom__carousel .item {
  transition: 0.3s all ease;
  padding: 2rem;
  border-radius: 10px;
}
#blog-details .blog-details__more__bottom__carousel .item .top {
  position: relative;
}
#blog-details .blog-details__more__bottom__carousel .item .top img {
  width: 100%;
  border-radius: 5px;
}
#blog-details .blog-details__more__bottom__carousel .item .top .plus {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
}
#blog-details .blog-details__more__bottom__carousel .item .bottom .content .text {
  transition: 0.3s all ease;
}
#blog-details .blog-details__more__bottom__carousel .item:hover {
  background-color: #F8C72D;
}
#blog-details .blog-details__more__bottom__carousel .item:hover .top .plus {
  opacity: 1;
}
#blog-details .blog-details__more__bottom__carousel .item:hover .bottom .content .text {
  font-weight: bold;
  color: #D92D34;
}
#blog-details .blog-details__more .arrows {
  display: flex;
  align-items: center;
  padding: 0 12rem;
  transform: translateY(-10rem);
}
#blog-details .blog-details__more .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
#blog-details .blog-details__more .arrows .slick-arrow {
  position: unset;
  transform: none;
}
#blog-details .blog-details__more .arrows .slick-arrow--prev {
  margin-right: 3rem;
}

@media (max-width: 1024px) {
  #blog-details .blog-details__banner {
    min-height: 400px;
    padding-left: 2rem;
  }
  #blog-details .blog-details__banner__content::before {
    display: none;
  }
  #blog-details .blog-details__banner__content .title {
    font-size: 5rem;
  }
  #blog-details .blog-details__content {
    display: flex;
    padding: 5rem 1rem 0rem 3rem;
    position: relative;
  }
  #blog-details .blog-details__content::before {
    left: 3rem;
  }
  #blog-details .blog-details__content__aside .social-list {
    top: 90px;
  }
  #blog-details .blog-details__content__main {
    display: block;
    margin-left: 3rem;
  }
  #blog-details .blog-details__content__main .gallery {
    position: relative;
  }
  #blog-details .blog-details__content__main .gallery .gallery-carousel .slick-list {
    padding: 0 5% 0 10%;
    margin-left: -10%;
  }
  #blog-details .blog-details__content__main .gallery .gallery-carousel .slick-slide {
    margin-right: 15px;
  }
  #blog-details .blog-details__content__main .gallery .gallery-carousel .slick-slide img {
    height: 250px;
  }
  #blog-details .blog-details__content__main .cats {
    text-align: center;
    margin-left: 5rem;
    width: 95%;
    margin: 0;
  }
  #blog-details .blog-details__content__main .cats ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  #blog-details .blog-details__more {
    min-height: auto;
  }
  #blog-details .blog-details__more::before {
    display: none;
  }
  #blog-details .blog-details__more__top {
    padding: 3rem 2rem;
  }
  #blog-details .blog-details__more__top::after, #blog-details .blog-details__more__top::before {
    height: 85px;
  }
  #blog-details .blog-details__more__bottom {
    overflow: hidden;
  }
  #blog-details .blog-details__more__bottom .slick-list {
    padding: 0 5rem;
  }
  #blog-details .blog-details__more__bottom .slick-slide {
    margin: 0 10px;
  }
  #blog-details .blog-details__more__bottom .slick-track {
    padding-bottom: 10rem;
  }
  #blog-details .blog-details__more__bottom__carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #blog-details .blog-details__more__bottom__carousel .item .top {
    position: relative;
  }
  #blog-details .blog-details__more__bottom__carousel .item .top img {
    width: 100%;
    border-radius: 5px;
  }
  #blog-details .blog-details__more__bottom__carousel .item .top .plus {
    right: 1rem;
    bottom: 1rem;
  }
  #blog-details .blog-details__more__bottom__carousel .item .top .plus svg {
    width: 35px;
  }
  #blog-details .blog-details__more__bottom__carousel .item .bottom .content {
    width: 80%;
    margin: auto;
  }
  #blog-details .blog-details__more__bottom__carousel .item .bottom .content .text {
    transition: 0.3s all ease;
  }
  #blog-details .blog-details__more__bottom__carousel .item:hover .top .plus {
    opacity: 1;
  }
  #blog-details .blog-details__more__bottom__carousel .item:hover .bottom .content .text {
    font-weight: bold;
  }
  #blog-details .blog-details__more .arrows {
    display: none;
  }
}
.buy-to-company__banner {
  background: #000;
  border-radius: 0px 0px 10px 10px;
  min-height: 120vh;
  display: flex;
  align-items: flex-end;
  padding-left: 17rem;
  position: relative;
  overflow: hidden;
}
.buy-to-company__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.buy-to-company__banner__bg {
  position: absolute;
  inset: 0;
}
.buy-to-company__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 10px 10px;
  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);
}
.buy-to-company__banner__content {
  position: relative;
  z-index: 2;
  width: min(100%, 650px);
  padding-bottom: 15rem;
}
.buy-to-company__banner__content::before {
  content: "";
  position: absolute;
  left: -6rem;
  bottom: 0;
  height: 100%;
  border-left: 2px solid #F8C72D;
  z-index: 2;
}
.buy-to-company__banner__content .text {
  letter-spacing: -0.05em;
  line-height: 105%;
}
.buy-to-company__banner__content .text strong {
  color: inherit;
}
.buy-to-company__banner__content .text--15 {
  max-width: 70%;
  margin-bottom: 8rem;
}
.buy-to-company__features {
  position: relative;
  margin-top: -10rem;
  z-index: 2;
}
.buy-to-company__features .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 28rem;
  left: calc(50% + 16.5rem - 15px);
  width: min(100%, 300px);
}
.buy-to-company__features .navigation .slick-arrow,
.buy-to-company__features .navigation .pagination {
  position: unset;
  transform: none;
}
.buy-to-company__features .navigation .arrows {
  display: flex;
  align-items: center;
}
.buy-to-company__features .navigation .arrows .slick-arrow svg path, .buy-to-company__features .navigation .arrows .slick-arrow svg circle {
  stroke: #F8C72D;
}
.buy-to-company__features .navigation .arrows .slick-arrow--prev {
  margin-right: 1.2rem;
}
.buy-to-company__features__carousel .slick-list {
  padding: 0 5%;
}
.buy-to-company__features__carousel .slick-slide {
  margin: 0 13px;
  height: auto;
}
.buy-to-company__features__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
.buy-to-company__features__carousel .item {
  height: auto;
  display: flex !important;
  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);
  background: #ffffff;
  border-radius: 10px;
}
.buy-to-company__features__carousel .item .left {
  position: relative;
  width: 50%;
}
.buy-to-company__features__carousel .item .left .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.buy-to-company__features__carousel .item .left .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px 0 0 10px;
}
.buy-to-company__features__carousel .item .right {
  background-color: #D92D34;
  border-radius: 0px 10px 10px 0px;
  padding: 12rem 10rem 20rem 16rem;
  width: 50%;
}
.buy-to-company__features__carousel .item .right .text--45 {
  margin-bottom: 7rem;
  position: relative;
}
.buy-to-company__features__carousel .item .right .text--45::after {
  content: "";
  left: 0;
  bottom: -3rem;
  width: 65px;
  border-bottom: 2px solid #F8C72D;
  position: absolute;
}
.buy-to-company__differentials {
  position: relative;
}
.buy-to-company__differentials::after {
  content: "";
  left: 50%;
  top: -20rem;
  transform: translateX(-50%);
  height: calc(100% + 20rem);
  position: absolute;
  border-left: 2px solid #c4c4c4;
}
.buy-to-company__differentials:before {
  content: "";
  width: 9px;
  border-radius: 0 10px 10px 0;
  height: calc(100% - 14rem);
  background-color: #D92D34;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.buy-to-company__differentials .number-carousel__container {
  margin-top: -5rem;
}
.buy-to-company__differentials .number-carousel__container--reverse .number-carousel__carousel .item {
  min-height: 550px;
}
.buy-to-company__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
  padding: 8rem 5rem 12rem 26rem;
}
.buy-to-company__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--35 {
  margin-bottom: 6rem;
}
.buy-to-company__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 {
  font-size: 25px;
  line-height: 140%;
  color: #000;
  font-weight: 400;
  max-width: 270px;
}
.buy-to-company__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right .text--15 strong {
  font-weight: bold;
  color: #000;
}
.buy-to-company__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
  left: 26rem;
}
.buy-to-company__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--prev {
  left: 40rem;
}
.buy-to-company__differentials .number-carousel__container--reverse .number-carousel__navigation .slick-arrow--next {
  left: 47rem;
}
.buy-to-company__find {
  display: flex;
  padding-left: 12.5rem;
  position: relative;
  padding-bottom: calc(500px - 10rem);
}
.buy-to-company__find__left {
  margin-right: 10rem;
  width: 25%;
  transform: translateY(-15%);
  position: relative;
}
.buy-to-company__find__right {
  width: 75%;
  position: relative;
  overflow: hidden;
}
.buy-to-company__find__right .pagination {
  left: 5%;
  bottom: 14rem;
}
.buy-to-company__find__right__carousel .slick-list {
  padding: 0 5%;
}
.buy-to-company__find__right__carousel .slick-track {
  padding-bottom: 20rem;
  display: flex;
}
.buy-to-company__find__right__carousel .slick-slide {
  margin-right: 2rem;
}
.buy-to-company__find__right__carousel .item {
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  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: 10px;
  padding: 5.5rem 5rem 3.5rem 4.5rem;
}
.buy-to-company__find__right__carousel .item .row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.buy-to-company__find__right__carousel .item .row svg {
  margin-right: 2rem;
  min-width: 16px;
}
.buy-to-company__find__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.buy-to-company__find__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.buy-to-company__faq {
  display: flex;
  padding: 15rem 7rem;
  position: relative;
  gap: 7.5rem;
}
.buy-to-company__faq::before {
  content: "";
  left: 0;
  top: 15rem;
  height: calc(100% - 30rem);
  width: 9px;
  background-color: #D92D34;
  border-radius: 0 10px 10px 0;
  position: absolute;
}
.buy-to-company__faq__left {
  width: 50%;
  position: relative;
  border-radius: 10px;
  min-height: 520px;
}
.buy-to-company__faq__left .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}
.buy-to-company__faq__left .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  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: 10px;
}
.buy-to-company__faq__left .img {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.buy-to-company__faq__left .img img {
  height: 110%;
  max-height: 650px;
  -o-object-fit: contain;
     object-fit: contain;
}
.buy-to-company__faq__right {
  width: 50%;
}
.buy-to-company__faq__right .text--45 {
  width: min(100%, 400px);
}
.buy-to-company__faq__right .questions .item {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  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: 10px;
  margin-bottom: 10px;
  padding: 3.5rem;
  position: relative;
  cursor: pointer;
}
.buy-to-company__faq__right .questions .item svg {
  position: absolute;
  right: 3.5rem;
  top: 2.5rem;
  pointer-events: none;
}
.buy-to-company__faq__right .questions .item .answer {
  width: min(100%, 400px);
  margin-top: 3.5rem;
  display: none;
}
.buy-to-company__faq__right .questions .item.active svg .line-1 {
  display: none;
}
.buy-to-company__contact .conversion-form__container {
  background-color: #F8C72D;
}
.buy-to-company__contact .conversion-form__container::before {
  background: linear-gradient(to bottom, #D92D34 50%, #fff 40px);
}
.buy-to-company__contact .conversion-form__container__title {
  width: min(100%, 500px);
  margin: 0 auto -10rem;
}
.buy-to-company__contact .conversion-form__container__title svg path {
  stroke: #D92D34;
}

@media (max-width: 1024px) {
  .buy-to-company__banner {
    min-height: 80vh;
    padding-left: 2rem;
  }
  .buy-to-company__banner__content::before {
    display: none;
  }
  .buy-to-company__features .navigation {
    bottom: 10rem;
    left: calc(2rem + 15px);
  }
  .buy-to-company__features__carousel .slick-list {
    padding: 0 2%;
  }
  .buy-to-company__features__carousel .slick-slide {
    margin: 0 13px;
    height: auto;
  }
  .buy-to-company__features__carousel .item {
    flex-direction: column;
  }
  .buy-to-company__features__carousel .item .left {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
  }
  .buy-to-company__features__carousel .item .left .bg {
    border-radius: 10px 10px 0 0;
  }
  .buy-to-company__features__carousel .item .left .bg img {
    border-radius: 10px 10px 0 0;
  }
  .buy-to-company__features__carousel .item .right {
    height: 100%;
    padding: 3rem;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .buy-to-company__differentials {
    position: relative;
  }
  .buy-to-company__differentials::after {
    display: none;
  }
  .buy-to-company__differentials:before {
    display: none;
  }
  .buy-to-company__differentials .number-carousel__container--reverse .number-carousel__carousel .item {
    min-height: 550px;
  }
  .buy-to-company__differentials .number-carousel__container--reverse .number-carousel__carousel .item .right {
    padding: 3rem;
  }
  .buy-to-company__differentials .number-carousel__container--reverse .number-carousel__navigation .pagination {
    left: 50%;
  }
  .buy-to-company__find {
    flex-direction: column;
    padding-left: 0rem;
    padding-bottom: 0;
  }
  .buy-to-company__find__left {
    width: 90%;
    transform: translateY(0%);
    margin: auto 0 5rem 2rem;
  }
  .buy-to-company__find__right {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .buy-to-company__find__right .pagination {
    display: none;
  }
  .buy-to-company__find__bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .buy-to-company__find__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .buy-to-company__faq {
    padding: 5rem 2rem 20rem 2rem;
  }
  .buy-to-company__faq::before {
    display: none;
  }
  .buy-to-company__faq__left {
    display: none;
  }
  .buy-to-company__faq__right {
    width: 100%;
  }
  .buy-to-company__faq__right .questions .item .question {
    padding-right: 10rem;
  }
  .buy-to-company__contact .conversion-form__container {
    background-color: #F8C72D;
  }
  .buy-to-company__contact .conversion-form__container::before {
    background: linear-gradient(to bottom, #D92D34 50%, #fff 40px);
  }
  .buy-to-company__contact .conversion-form__container__title {
    width: min(100%, 500px);
    margin: 0 auto -10rem;
  }
  .buy-to-company__contact .conversion-form__container__title svg path {
    stroke: #D92D34;
  }
}
#search .search__container {
  padding: 0 7.5rem;
}
#search .search__banner {
  margin: 20rem 4rem 9rem 4rem;
}
#search .search__grid {
  max-width: 1200px;
  margin: 3rem 0;
}
#search .search__grid ul li a {
  border-radius: 10px;
  transition: 0.3s all ease;
  display: flex;
  align-items: center;
  padding: 3rem;
}
#search .search__grid ul li a .left {
  margin-right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 290px;
}
#search .search__grid ul li a .left img {
  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;
  display: block;
  width: 100%;
  min-height: 190px;
}
#search .search__grid ul li a .right .text {
  max-width: 80%;
}
#search .search__grid ul li a:hover {
  background-color: #D92D34;
}
#search .search__grid ul li a:hover .right .text {
  color: #fff !important;
}
#search .search__grid ul li a:hover .right .date {
  color: #F8C72D;
}
#search .search__grid ul li a:hover svg path {
  stroke: #F8C72D;
}

@media (max-width: 1024px) {
  #search .search__container {
    padding: 2rem;
  }
  #search .search__container .result-title {
    font-size: 3rem;
    text-align: center;
  }
  #search .search__banner {
    margin: 15rem 2rem 5rem;
  }
  #search .search__grid {
    max-width: 1200px;
    margin: 3rem 0;
  }
  #search .search__grid ul li a {
    flex-direction: column;
    padding: 2rem;
    display: block;
  }
  #search .search__grid ul li a .left {
    margin-right: 0rem;
    max-width: 100%;
    height: 250px;
    margin-bottom: 2rem;
  }
  #search .search__grid ul li a .left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #search .search__grid ul li a .right .text {
    max-width: 100%;
    text-align: center;
  }
  #search .search__grid ul li a svg {
    display: none;
  }
}
.bases__banner {
  margin: 20rem 4.5rem 3rem 4.5rem;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  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);
}
.bases__banner .background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.bases__banner .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bases__banner .background:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(78.83deg, rgba(0, 0, 0, 0.6) 17.95%, rgba(0, 0, 0, 0) 80.4%);
}
.bases__banner .content {
  height: 100%;
  padding-left: 13.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bases__banner .content .title {
  position: relative;
  padding-bottom: 7.1rem;
}
.bases__banner .content .title:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background: #F8C72D;
  margin-left: -6rem;
  bottom: 0;
}
.bases__map-section {
  margin: 0 4.5rem 6rem 4.5rem;
  height: 100vh;
  width: 94%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  position: relative;
}
.bases__map-section .left {
  background: #f9f9f9;
  width: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bases__map-section .left .select-card {
  position: relative;
  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);
  background: #fff;
  border-radius: 15px;
  height: calc(100% - 16.5rem);
  width: 460px;
  margin-left: 8rem;
  z-index: 1;
}
.bases__map-section .left .select-card .content {
  margin: 9rem 7.8rem 0 7.8rem;
}
.bases__map-section .left .select-card .content .title {
  line-height: 95.6%;
  letter-spacing: -0.06em;
}
.bases__map-section .left .select-card .content .desc {
  line-height: 127.6%;
  letter-spacing: -0.02em;
}
.bases__map-section .left .select-card .content .select {
  position: relative;
  padding-bottom: 1.4rem;
  width: 100%;
  min-width: 233px;
}
.bases__map-section .left .select-card .content .select select {
  width: 100%;
  border: none;
  color: #000;
  font-family: "Messina Sans";
  border: none;
  outline: none;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 100.1%;
  letter-spacing: -0.01em;
  resize: none;
}
.bases__map-section .left .select-card .content .select:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #D92D34;
  border-radius: 5px;
}
.bases__map-section .left .select-card .logo {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  height: 20%;
}
.bases__map-section .left .select-card .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bases__map-section .right {
  flex: 1;
  position: relative;
}
.bases__map-section .right .loader {
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
  z-index: 1000;
  display: none;
}
.bases__map-section .right .loader svg {
  animation: rotate 2s linear infinite;
}
.bases__map-section .right .loader.active {
  display: block;
}
.bases__map-section .right .grid {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 2.3rem 3rem;
  width: min(95%, 1200px);
  margin: auto;
}
.bases__map-section .right .grid.active {
  display: grid;
}
.bases__map-section .right .grid .item {
  background: #ffffff;
  box-sizing: border-box;
  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: 10px;
}
.bases__map-section .right .grid .item .top {
  height: 175px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 0 2.5rem 4rem;
  border-radius: 10px 10px 0px 0px;
}
.bases__map-section .right .grid .item .top::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.bases__map-section .right .grid .item .top .bg {
  position: absolute;
  inset: 0;
}
.bases__map-section .right .grid .item .top .bg img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bases__map-section .right .grid .item .top .text {
  position: relative;
  z-index: 2;
}
.bases__map-section .right .grid .item .bottom {
  padding: 4rem 6rem 4rem 4rem;
}
.bases__map-section .right .grid .item .bottom .row {
  display: flex;
  align-items: flex-start;
}
.bases__map-section .right .grid .item .bottom .row svg {
  margin-right: 2rem;
  min-width: 16px;
}
.bases__map-section .right .map {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.bases__map-section .right .map.active {
  height: 100%;
  opacity: 1;
}
.bases__map-section .right .map #map {
  height: 100%;
  width: 100%;
}
.bases__gallery .carroussel {
  min-height: 100vh;
  position: relative;
}
.bases__gallery .carroussel .slick-list {
  padding: 0 2.5%;
}
.bases__gallery .carroussel .slick-slide {
  margin: 0 15px;
}
.bases__gallery .carroussel .slick-track {
  padding-bottom: 22rem;
}
.bases__gallery .carroussel .slick-dots {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  list-style: none;
  width: 100%;
  bottom: 20%;
  gap: 1.9rem;
}
.bases__gallery .carroussel .slick-dots li {
  border: none;
  background: #000000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.bases__gallery .carroussel .slick-dots li button {
  opacity: 0;
}
.bases__gallery .carroussel .slick-dots .slick-active {
  border: 2px solid #D92D34;
  background: transparent;
  width: 10px;
  height: 10px;
}
.bases__gallery .carroussel .item {
  margin: 10rem 0;
  min-height: 70vh;
  position: relative;
  background: #000;
  padding-bottom: 5.5rem;
  display: flex !important;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
  border-radius: 10px;
  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);
}
.bases__gallery .carroussel .item .bg {
  position: absolute;
  inset: 0;
  border-radius: 10px;
}
.bases__gallery .carroussel .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  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: 10px;
}
.bases__gallery .carroussel .item .text {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .bases__banner {
    margin: 20rem 2.5rem 3rem 2.5rem;
  }
  .bases__banner .content {
    padding-left: 2rem;
  }
  .bases__banner .content .title {
    font-size: 5rem;
  }
  .bases__banner .content .title:before {
    display: none;
  }
  .bases__map-section {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
  .bases__map-section .left {
    width: 100%;
    height: auto;
    justify-content: start;
  }
  .bases__map-section .left .select-card {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
  }
  .bases__map-section .left .select-card .content {
    margin-top: 6rem;
  }
  .bases__map-section .left .select-card .logo {
    display: none;
  }
  .bases__gallery {
    margin-top: 5rem;
  }
  .bases__gallery .carroussel {
    min-height: auto;
  }
  .bases__gallery .carroussel .slick-track {
    padding: 0 0 10rem;
  }
  .bases__gallery .carroussel .item {
    min-height: 45vh;
  }
}
.rodoil-plus__banner {
  border-radius: 10px;
  height: 450px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 7rem 17rem;
  overflow: hidden;
  position: relative;
  margin: 20rem 4.5rem 3rem 4.5rem;
  background-color: #D92D34;
  z-index: 1;
}
.rodoil-plus__banner__bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -3px;
  width: 100%;
  height: 100%;
}
.rodoil-plus__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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);
}
.rodoil-plus__banner::after {
  content: "";
  width: 2px;
  height: 25%;
  background: #F8C72D;
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 50%;
  bottom: 0;
}
.rodoil-plus__about {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8rem 4rem;
}
.rodoil-plus__about .left {
  width: 50%;
  margin-left: 8rem;
  position: relative;
}
.rodoil-plus__about .left .text strong {
  color: #000;
}
.rodoil-plus__about .left .desc {
  width: 60%;
}
.rodoil-plus__about .left:after {
  content: "";
  width: 2px;
  height: 360%;
  position: absolute;
  right: 0;
  top: -100%;
  background: #C5C5C5;
}
.rodoil-plus__about .left .button {
  color: #000;
  display: flex;
  align-items: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}
.rodoil-plus__about .right {
  width: 50%;
  margin-left: 7.6rem;
}
.rodoil-plus__about .right .image {
  width: 100%;
}
.rodoil-plus__about .right .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rodoil-plus__how-work {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.rodoil-plus__how-work:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
  border-left: 9px solid #F8C72D;
  z-index: 3;
}
.rodoil-plus__how-work .slick-arrow {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 2;
  cursor: pointer;
}
.rodoil-plus__how-work .slick-arrow--prev {
  left: 3rem;
}
.rodoil-plus__how-work .slick-arrow--next {
  right: 3rem;
}
.rodoil-plus__how-work .slick-disabled {
  display: none !important;
}
.rodoil-plus__how-work__slider {
  position: relative;
  width: 95%;
  height: 90vh;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.rodoil-plus__how-work__slider .item {
  height: 90vh;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.rodoil-plus__how-work__slider .item .background {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.rodoil-plus__how-work__slider .item .background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  background: linear-gradient(182.92deg, rgba(0, 0, 0, 0) 18.79%, rgba(0, 0, 0, 0.65) 97.57%);
}
.rodoil-plus__how-work__slider .item .background img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rodoil-plus__how-work__slider .item .content {
  transition: 0.3s all ease;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 5.5rem 5.5rem 8rem 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  opacity: 0.6;
}
.rodoil-plus__how-work__slider .item .content .number {
  font-weight: 700;
  font-size: 66px;
  line-height: 79px;
  letter-spacing: -0.02em;
  color: #FFF;
  transition: 0.3s all ease;
}
.rodoil-plus__how-work__slider .item .content .title {
  font-weight: 700;
  font-size: 35px;
  color: #FFF;
  letter-spacing: -0.06em;
  transition: 0.3s all ease;
}
.rodoil-plus__how-work__slider .item .content .desc {
  opacity: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #FFF;
  transition: 0.3s all ease;
}
.rodoil-plus__how-work__slider .item .content .button {
  opacity: 0;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.rodoil-plus__how-work__slider .item.active .background {
  opacity: 1;
}
.rodoil-plus__how-work__slider .item.active .background img {
  z-index: -1;
}
.rodoil-plus__how-work__slider .item.active .content {
  opacity: 1;
  transition: 0.3s all ease;
}
.rodoil-plus__how-work__slider .item.active .content .number {
  color: #F8C72D;
  transition: 0.3s all ease;
}
.rodoil-plus__how-work__slider .item.active .content .title {
  margin-bottom: 3rem;
  transition: 0.3s all ease;
}
.rodoil-plus__how-work__slider .item.active .content .desc {
  opacity: 1;
  margin-bottom: 3rem;
  transition: 0.3s all ease;
}
.rodoil-plus__how-work__slider .item.active .content .button {
  opacity: 1;
  transition: 0.3s all ease;
}
.rodoil-plus__win {
  height: 110vh;
  width: 100%;
  margin-top: -30vh;
  margin-bottom: -25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
.rodoil-plus__win .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rodoil-plus__win .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rodoil-plus__win .content {
  z-index: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 40%;
}
.rodoil-plus__win .content .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 95.6%;
  letter-spacing: -0.06em;
  color: #663B8F;
  text-align: center;
}
.rodoil-plus__win .content .button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1.5rem;
  background: #663B8F;
  border-radius: 200px;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

@media (max-width: 1024px) {
  .rodoil-plus__banner {
    height: 185px;
    margin: 11rem 0.5rem 3rem 0.5rem;
    padding: 0;
  }
  .rodoil-plus__about {
    display: block;
  }
  .rodoil-plus__about .left {
    width: 100%;
    margin-left: 2rem;
  }
  .rodoil-plus__about .left:after {
    display: none;
  }
  .rodoil-plus__about .left .desc {
    width: 95%;
  }
  .rodoil-plus__about .left .button {
    margin: 0 auto;
    margin-bottom: 5rem;
  }
  .rodoil-plus__about .right {
    width: 80%;
    margin: 0 auto;
  }
  .rodoil-plus__how-work__slider .item {
    position: relative;
  }
  .rodoil-plus__how-work__slider .item .background {
    opacity: 1;
  }
  .rodoil-plus__how-work__slider .item .background:after {
    z-index: 0;
  }
  .rodoil-plus__how-work__slider .item .content {
    opacity: 1;
  }
  .rodoil-plus__how-work__slider .item .content .number {
    color: #F8C72D;
  }
  .rodoil-plus__how-work__slider .item .content .title {
    margin-bottom: 3rem;
  }
  .rodoil-plus__how-work__slider .item .content .desc {
    opacity: 1;
    margin-bottom: 3rem;
  }
  .rodoil-plus__how-work__slider .item .content .button {
    opacity: 1;
  }
  .rodoil-plus__win .content {
    width: 90%;
  }
}
.providers__banner {
  border-radius: 10px;
  height: 450px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 7rem 17rem;
  overflow: hidden;
  position: relative;
  margin: 20rem 4rem 0;
  background-color: #D92D34;
}
.providers__banner::before {
  content: "";
  position: absolute;
  left: 8rem;
  bottom: 0;
  height: 350px;
  border-left: 2px solid #F8C72D;
  z-index: 2;
}
.providers__banner__bg {
  position: absolute;
  right: 0;
  bottom: -3px;
}
.providers__banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 10px 10px;
}
.providers__banner__content {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
}
.providers__beliver {
  display: flex;
  justify-content: space-between;
  padding: 16rem 10rem 16rem 12rem;
  position: relative;
}
.providers__beliver .left {
  width: 40%;
  position: relative;
}
.providers__beliver .left .text {
  margin: 0 8rem 0 5.2rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #282828;
}
.providers__beliver .left .title {
  position: relative;
  font-weight: 400;
  line-height: 95.6%;
  letter-spacing: -0.06em;
  margin-left: 5.2rem;
}
.providers__beliver .left .title::before {
  content: "";
  position: absolute;
  left: -5.2rem;
  top: 0;
  height: 100%;
  border-left: 2px solid #D92D34;
  z-index: 2;
}
.providers__beliver .left::before {
  content: "";
  position: absolute;
  left: 0;
  top: -16rem;
  height: calc(100% + 32rem);
  border-left: 2px solid #c5c5c5;
  z-index: 2;
}
.providers__beliver .right {
  width: 50%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  transform: translateY(-2rem);
}
.providers__beliver .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.providers__cards {
  min-height: 50vh;
}
.providers__cards__bottom {
  position: relative;
}
.providers__cards__bottom .arrows {
  display: flex;
  align-items: center;
  padding: 0 10rem 5rem 15rem;
  transform: translateY(-10rem);
}
.providers__cards__bottom .arrows .line {
  flex: 2;
  height: 2px;
  background: #cecece;
  margin-right: 4rem;
}
.providers__cards__bottom .arrows .slick-arrow {
  position: unset;
  transform: none;
}
.providers__cards__bottom .arrows .slick-arrow svg circle {
  stroke: #c4c4c4;
}
.providers__cards__bottom .arrows .slick-arrow--prev {
  margin-right: 1.5rem;
}
.providers__cards__bottom__carousel .slick-list {
  padding: 0 5% 0 12rem;
}
.providers__cards__bottom__carousel .slick-track {
  padding-bottom: 15rem;
  display: flex;
}
.providers__cards__bottom__carousel .slick-slide {
  margin-right: 20px;
}
.providers__cards__bottom__carousel .item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5rem;
  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);
  height: 500px;
}
.providers__cards__bottom__carousel .item .icon {
  margin-bottom: 9rem;
  position: relative;
}
.providers__cards__bottom__carousel .item .icon::before {
  content: "";
  width: 65px;
  left: 0rem;
  bottom: -2.5rem;
  border-bottom: 2px solid #F8C72D;
  position: absolute;
}
.providers__cards__bottom__carousel .item .icon svg {
  height: 60px;
  width: 60px;
}
.providers__cards__bottom__carousel .item .text {
  max-width: 220px;
  position: relative;
}
.providers__cards__bottom__carousel .item .text strong {
  color: #000;
}
.providers__cards__bottom__carousel .item:hover {
  background-color: #D92D34;
}
.providers__cards__bottom__carousel .item:hover .icon::after {
  border-color: #fff;
}
.providers__cards__bottom__carousel .item:hover .icon svg path {
  fill: #F8C72D;
  stroke: #F8C72D;
}
.providers__cards__bottom__carousel .item:hover .text {
  color: #fff !important;
}
.providers__cards__bottom__carousel .item:hover .text strong {
  color: #fff !important;
}
.providers__documents {
  padding: 0 17.5rem 8.3rem;
}
.providers__documents .documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -moz-column-gap: 30rem;
       column-gap: 30rem;
  row-gap: 10rem;
  position: relative;
}
.providers__documents .documents-grid:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  background: #e7e7e7;
}
.providers__documents .documents-grid .document {
  width: 100%;
}
.providers__documents .documents-grid .document .type {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8C72D;
  padding: 1.7rem 2.7rem;
  gap: 3.3rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1rem;
  margin-bottom: 3.2rem;
}
.providers__documents .documents-grid .document .type .title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #282828;
}
.providers__documents .documents-grid .document .desc {
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 160%;
  letter-spacing: -0.02em;
  color: #282828;
  margin-bottom: 4.7rem;
}
.providers__documents .documents-grid .document .download-button {
  text-decoration: none;
  display: flex;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: -0.02em;
  color: #000000;
  transition: 0.3s all ease;
}
.providers__documents .documents-grid .document .download-button svg {
  transition: 0.3s all ease;
}
.providers__documents .documents-grid .document .download-button:hover {
  color: #D92D34;
  transition: 0.3s all ease;
}
.providers__documents .documents-grid .document .download-button:hover svg {
  transform: rotate(-90deg);
  transition: 0.3s all ease;
}
.providers__why {
  position: relative;
  z-index: 3;
}
.providers__why:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: #F8C72D;
  z-index: -1;
}
.providers__why h2 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 95.6%;
  letter-spacing: -0.06em;
  padding: 0 17rem 5rem;
}
.providers__why .carousel {
  margin-bottom: -15rem;
}
.providers__why .carousel .slick-list {
  padding: 0 8.5rem 15rem;
}
.providers__why .carousel .slick-track {
  display: flex;
}
.providers__why .carousel .card {
  display: flex;
  align-items: center;
  height: inherit;
  margin: 0 1.5rem;
  background: #D92D34;
  border-radius: 1rem;
  overflow: hidden;
  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);
}
.providers__why .carousel .card .left {
  width: 50%;
  height: 100%;
}
.providers__why .carousel .card .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.providers__why .carousel .card .right {
  width: 50%;
}
.providers__why .carousel .card .right .title {
  color: #fff;
  font-weight: 400;
  line-height: 95.6%;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.06em;
  margin: 0 10rem 3.5rem;
}
.providers__why .carousel .card .right .desc {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 10rem 5rem 10rem;
}
.providers__why .pagination {
  position: absolute;
  bottom: 30%;
  right: 25%;
  display: flex;
  gap: 6rem;
  align-items: center;
}
.providers__why .pagination .dots {
  width: 200px;
  height: 10px;
}
.providers__why .pagination .dots .slick-dots li {
  width: 10px;
  height: 10px;
  background: #fff;
}
.providers__why .pagination .dots .slick-dots .slick-active {
  border: 2px solid #F8C72D;
  background: #D92D34;
}
.providers__why .pagination .arrows {
  display: flex;
  gap: 1.2rem;
}
.providers__why .pagination .arrows .arrow {
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  bottom: 0;
  left: 0;
  transform: translate(0);
}
.providers__contact .conversion-form__container {
  background: #F8C72D;
}

@media (max-width: 1024px) {
  .providers__banner {
    max-height: 450px;
    padding: 5rem 3rem;
    display: flex;
    flex-direction: column;
    margin: 20rem 3rem 0;
  }
  .providers__banner::before {
    display: none;
  }
  .providers__banner__bg {
    bottom: -2px;
    top: auto;
    height: 150px;
    width: 100%;
  }
  .providers__banner__bg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .providers__banner__content {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
  }
  .providers__banner__content .text--60 {
    font-size: 3rem;
  }
  .providers__beliver {
    padding: 5rem 2rem 10rem 2rem;
    z-index: -1;
    display: inline-block;
  }
  .providers__beliver .left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .providers__beliver .left a {
    margin: 0 auto 5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .providers__beliver .left::before {
    display: none;
  }
  .providers__beliver .left .title::before {
    display: none;
  }
  .providers__beliver .right {
    width: 80%;
    position: relative;
    z-index: -1;
    text-align: center;
    transform: translate(0);
    margin: 0 auto;
  }
  .providers__beliver .right img {
    width: 100%;
  }
  .providers__cards {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .providers__cards__bottom .arrows {
    display: flex;
    align-items: center;
    padding: 2rem 5rem;
  }
  .providers__cards__bottom__carousel .slick-list {
    padding: 0 6rem;
  }
  .providers__documents {
    padding: 0 6rem 10rem;
  }
  .providers__documents .documents-grid::after {
    display: none;
  }
  .providers__documents .documents-grid .document {
    position: relative;
  }
  .providers__documents .documents-grid .document:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -20%;
    left: 0;
    background: #e7e7e7;
  }
  .providers__why {
    padding: 0;
  }
  .providers__why h2 {
    padding: 0 6rem 3rem;
  }
  .providers__why .carousel {
    margin: 0;
  }
  .providers__why .carousel .slick-list {
    padding: 0 3rem;
  }
  .providers__why .carousel .card {
    flex-direction: column;
    box-shadow: none;
  }
  .providers__why .carousel .card .left {
    width: 100%;
    height: 40%;
  }
  .providers__why .carousel .card .right {
    width: 100%;
    height: 60%;
  }
  .providers__why .carousel .card .right .title {
    margin: 3rem 6rem 3rem;
  }
  .providers__why .carousel .card .right .desc {
    margin: 0 6rem 3rem;
    font-size: 14px;
  }
  .providers__why .pagination {
    position: relative;
    bottom: auto;
    right: auto;
    justify-content: center;
    padding: 0 10rem;
  }
  .providers__why .pagination .dots .slick-dots li {
    background: #D92D34;
  }
  .providers__why .pagination .dots .slick-dots .slick-active {
    background: #F8C72D;
    border: 2px solid #D92D34;
  }
  .providers__why .pagination svg {
    stroke: #D92D34;
  }
  .providers__why .pagination svg path {
    stroke: #D92D34;
  }
}
.financial-information {
  padding: 30vh 3rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.financial-information__banner {
  height: 32.7rem;
  width: 100%;
  background: #D92D34;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.financial-information__banner__title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13rem;
  color: #fff;
  font-family: "Messina Sans";
  font-size: 6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 95.6%;
  letter-spacing: -3.6px;
  max-width: 30%;
}
.financial-information__banner__image {
  position: absolute;
  bottom: -0.5rem;
  right: 5rem;
}
.financial-information__banner:before {
  position: absolute;
  bottom: 0;
  left: 5rem;
  content: "";
  height: 21.2rem;
  width: 0.2rem;
  background: #F8C72D;
}
.financial-information .year {
  width: 95%;
  margin: 0 auto;
}
.financial-information .year__tag {
  color: #000;
  font-family: "Messina Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100.1%;
  letter-spacing: -0.16px;
  margin-bottom: 4.3rem;
}
.financial-information .year__documents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.financial-information .year__documents::before {
  position: absolute;
  top: -2.5rem;
  width: 100%;
  height: 2px;
  background: #e7e7e7;
  content: "";
}
.financial-information .year__documents::after {
  position: absolute;
  top: -2.5rem;
  width: 3%;
  height: 2px;
  background: #D92D34;
  content: "";
}
.financial-information .year__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  display: flex;
  min-width: 24.4rem;
  max-width: 28.4rem;
  text-wrap: nowrap;
  padding: 3.2rem;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
  transition: 1s all ease;
  position: relative;
}
.financial-information .year__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-top: 3px solid #D92D34;
  border-left: 3px solid #D92D34;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.5s all ease;
  pointer-events: none;
  animation: none;
}
.financial-information .year__item:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  border-right: 3px solid #D92D34;
  border-bottom: 3px solid #D92D34;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.5s all ease;
  pointer-events: none;
  animation: none;
}
.financial-information .year__item:hover::before, .financial-information .year__item:hover::after {
  opacity: 1;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.financial-information .year__title {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.3px;
}
.financial-information .year__download {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.financial-information .year__span {
  color: #D92D34;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.3px;
}

@media (max-width: 1024px) {
  .financial-information {
    padding-top: 20vh;
  }
  .financial-information__banner::before {
    display: none;
  }
  .financial-information__banner__title {
    max-width: 50%;
    position: absolute;
    inset: unset;
    top: 4rem;
    font-size: 5rem;
    left: 3rem;
    transform: translateX(0);
  }
  .financial-information__banner__image {
    inset: unset;
    bottom: 0;
    right: 0;
    max-height: 10rem;
    width: auto;
  }
  .financial-information .year__item {
    overflow: hidden;
    min-width: 100%;
    min-width: -webkit-fill-available;
  }
  .financial-information .year__documents::after {
    width: 12%;
  }
}
/* ========= COMPONENTES ========== */
.btn {
  font-family: "Messina Sans";
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-align: center;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.btn svg {
  margin-left: 2.5rem;
  transition: 0.3s all ease;
}
.btn--primary {
  color: #FFFFFF;
}
.btn--secondary {
  color: #000;
}
.btn--rounded {
  border-radius: 200px;
  background-color: #D92D34;
  padding: 1.5rem;
}
.btn:hover svg {
  transform: translateX(5px);
}

.btn2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 4.5rem;
  padding: 1.5rem;
  border-radius: 20rem;
}
.btn2:hover img {
  transition: 0.3s all ease;
  transform: translateX(0.5rem);
}
.btn2--reverse {
  flex-direction: row-reverse;
}
.btn2--reverse img {
  transform: rotate(180deg);
}
.btn2--reverse:hover img {
  transition: 0.3s all ease;
  transform: rotate(180deg) translateX(0.5rem);
}
.btn2--primary {
  background-color: #D92D34;
}
.btn2--secondary {
  background-color: #F8C72D;
}
.btn2--black {
  border: 2px solid black;
  background-color: black;
}
.btn2--silver {
  background-color: #cecece;
}
.btn2--red {
  background-color: #D92D34;
}

.calendar-slide {
  height: auto;
  display: flex !important;
}
.calendar-slide__left {
  width: 50%;
  min-height: 40.4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.4rem;
  padding: 8vw 18.48% 8vw 12%;
}
.calendar-slide__left .date {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.calendar-slide__right {
  width: 50%;
  padding: 0 2rem;
}
.calendar-slide__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
.calendar-slide.active .calendar-slide__left .date h1 {
  color: #D92D34;
}
.calendar-slide.active .calendar-slide__left .date .calendar {
  stroke: #D92D34;
}
.calendar-slide.active .calendar-slide__left p {
  color: black;
}
.calendar-slide.active .calendar-slide__left .btn2 {
  background-color: #F8C72D;
}

.donation-banner {
  min-height: 40vw;
  display: flex;
  border-radius: 1rem;
  margin: 0 8.5rem 4.6rem 8.5rem;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
.donation-banner.primary {
  color: white;
  background-color: #D92D34;
}
.donation-banner.secondary {
  background-color: #F8C72D;
}
.donation-banner__left {
  width: 50%;
}
.donation-banner__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}
.donation-banner__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  padding: 12rem 10rem;
}
.donation-banner__right h1 {
  font-size: 4.5rem;
  line-height: 95.6%;
  letter-spacing: -0.27rem;
}
.donation-banner__right.primary h1 {
  color: white;
}
.donation-banner__right p {
  font-size: 1.7rem;
  line-height: 160%;
  letter-spacing: -0.034rem;
}

@media (max-width: 1024px) {
  .donation-banner {
    flex-direction: column;
    min-height: unset;
    margin: 0 5vw 4.6rem 5vw;
  }
  .donation-banner__left {
    width: 100%;
  }
  .donation-banner__right {
    width: 100%;
    display: flex;
    padding: 12rem 10rem;
  }
  .donation-banner__right h1 {
    font-size: 4.5rem;
    line-height: 95.6%;
    letter-spacing: -0.27rem;
  }
}
.faq {
  position: relative;
}
.faq__title-row__title {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: #282828;
  font-family: "Messina Sans";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.34px;
}
.faq__row {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.faq__answer {
  opacity: 0;
  transition: opacity 0.25s ease;
  color: #4a4a4a;
  font-family: "Messina Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.3px;
}
.faq__answer a {
  color: #4a4a4a;
  font-family: "Messina Sans";
  font-size: 1.5rem;
  text-decoration-line: underline;
}
.faq .plus,
.faq .minus {
  position: absolute;
  top: 0rem;
  right: 2rem;
  transition: 0.5s all ease;
  cursor: pointer;
}
.faq .plus.hide,
.faq .minus.hide {
  opacity: 0;
}

.filter {
  padding: 1.2rem 1.7rem;
  border-radius: 20rem;
  cursor: pointer;
  transition: 0.3s all ease;
}
.filter a {
  color: inherit;
}
.filter.light {
  color: white;
  border: 0.1rem solid white;
}
.filter.light.active, .filter.light:hover {
  color: #D92D34;
  background-color: white;
}
.filter.dark {
  color: black;
  border: 0.1rem solid black;
}
.filter.dark.shadowed {
  border: 0.1rem solid #E2E2E2;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
.filter.dark.active, .filter.dark:hover {
  color: white;
  background-color: #D92D34;
  border: 0.1rem solid #D92D34;
  box-shadow: none;
}

.form__row {
  display: flex;
  gap: 5.5rem;
}
@media (max-width: 1024px) {
  .form__row {
    flex-direction: column;
  }
}
.form__row:not(:last-child) {
  margin-bottom: 4rem;
}
.form__row.policies {
  margin-bottom: 2rem;
}
.form__row.input-cnpj {
  opacity: 0;
  height: 0;
  transition: 0.3s all ease;
  margin-bottom: 0;
}
.form__row.input-cnpj.active {
  opacity: 1;
  height: auto;
  transition: 0.3s all ease;
  margin-bottom: 4rem;
}
.form__row.hasgas {
  opacity: 0;
  height: 0;
  transition: 0.3s all ease;
  margin-bottom: 0;
}
.form__row.hasgas.active {
  opacity: 1;
  height: auto;
  transition: 0.3s all ease;
  margin-bottom: 4rem;
}
.form__row.city {
  height: 0;
  opacity: 0;
  transition: 0.3s ease all;
  margin-bottom: 0;
}
.form__row.city.active {
  height: auto;
  opacity: 1;
  transition: 0.3s ease all;
  margin-bottom: 4rem;
}
.form__col {
  width: 100%;
}
.form__col .inputWrapper {
  position: relative;
  padding-bottom: 1.4rem;
  width: 100%;
  min-width: 233px;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.form__col .inputWrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #5d5d5d;
  border-radius: 5px;
}
.form__col .inputWrapper.WrapperError::after {
  border-color: #f00;
}
.form__col .inputWrapper.valid::after {
  border-color: #F8C72D;
}
.form__col .inputWrapper.valid label {
  top: -12px;
  font-size: 10px;
}
.form__col .inputWrapper .checkbox-gas-station {
  width: -moz-fit-content;
  width: fit-content;
}
.form__col input,
.form__col select,
.form__col textarea,
.form__col label {
  font-family: "Messina Sans";
  border: none;
  outline: none;
  background: transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 100.1%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  resize: none;
}
.form__col input,
.form__col select,
.form__col textarea {
  width: 100%;
}
.form__col input:focus + label,
.form__col select:focus + label,
.form__col textarea:focus + label {
  top: -12px;
  font-size: 10px;
}
.form__col label {
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}
.form__col label.privacy {
  position: relative;
}
.form__col .error {
  position: absolute;
  left: 0;
  top: 115%;
  color: #f00;
  font-size: 11px;
}
.form__col--receive-content {
  width: 100%;
  text-align: unset;
}
.form__col--receive-content .privacy {
  display: flex;
  align-items: flex-end;
  font-weight: normal;
  margin-bottom: 1rem;
}
.form__col--receive-content .privacy .text a {
  color: inherit;
  font-weight: bold;
}
.form__col--receive-content .privacy .custom-input {
  height: 16px;
  width: 16px;
  border: 2px solid #c4c4c4;
  margin-right: 1.5rem;
  border-radius: 3px;
  position: relative;
}
.form__col--receive-content .privacy .custom-input::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 6px;
  border-left: 2px solid #D92D34;
  border-bottom: 2px solid #D92D34;
  transform: rotate(-45deg) translateX(-50%);
  opacity: 0;
  top: 0%;
  left: 45%;
}
.form__col--receive-content .privacy input[type=checkbox]:checked + .custom-input::before {
  opacity: 1;
}
.form__col--receive-content .privacy .checkbox-news {
  width: -moz-fit-content;
  width: fit-content;
}
.form__col--receive-content .error {
  position: absolute;
  left: 0;
  top: 82%;
  color: #f00;
  font-size: 11px;
}
.form__col--small {
  margin: auto;
  width: auto;
  text-align: center;
}
.form__col--small .privacy {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.form__col--small .privacy .text a {
  color: inherit;
  font-weight: bold;
}
.form__col--small .privacy .custom-input {
  height: 16px;
  width: 16px;
  border: 2px solid #c4c4c4;
  margin-right: 1.5rem;
  border-radius: 3px;
  position: relative;
}
.form__col--small .privacy .custom-input::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 6px;
  border-left: 2px solid #D92D34;
  border-bottom: 2px solid #D92D34;
  transform: rotate(-45deg) translateX(-50%);
  opacity: 0;
  top: 0%;
  left: 45%;
}
.form__col--small .privacy input[type=checkbox]:checked + .custom-input::before {
  opacity: 1;
}
.form__col--small .privacy .checkbox-news {
  width: -moz-fit-content;
  width: fit-content;
}
.form--black .form__col .inputWrapper::after {
  border-color: #c4c4c4;
}
.form--black .form__col .inputWrapper.WrapperError::after {
  border-color: #f00;
}
.form--black .form__col .inputWrapper input,
.form--black .form__col .inputWrapper select,
.form--black .form__col .inputWrapper textarea,
.form--black .form__col .inputWrapper label {
  color: #000;
}

@media (max-width: 1024px) {
  .form__row:not(:last-child) {
    margin-bottom: 2rem;
  }
  .form__col--receive-content .options {
    flex-direction: column;
    gap: 1rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    align-items: unset;
  }
  .form__col--receive-content .options .privacy {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pagination {
  position: absolute;
}
.pagination--center {
  left: 50%;
  transform: translateX(-50%);
}
.pagination .slick-dots {
  display: flex;
  align-items: center;
  box-sizing: content-box;
  justify-content: center;
}
.pagination .slick-dots li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.pagination .slick-dots li:not(:last-child) {
  margin-right: 15px;
}
.pagination .slick-dots li.slick-active {
  background-color: transparent !important;
  border: 3px solid #D92D34;
  height: 8px;
  width: 8px;
}
.pagination--primary .slick-dots li {
  background-color: #000;
}
.pagination--primary .slick-dots li.slick-active {
  border-color: #D92D34;
}
.pagination--secondary .slick-dots li.slick-active {
  border-color: #F8C72D;
}

.slick-arrow {
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.slick-arrow--prev {
  right: calc(12% + 80px);
}
.slick-arrow--next {
  right: 12%;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
