@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%;
}

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

html.freeze,
body.freeze {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

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

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

body {
  font-size: 1.5rem;
}

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

.goDown {
  -webkit-animation: bounce 0.5s ease infinite alternate;
          animation: bounce 0.5s ease infinite alternate;
  cursor: pointer;
}

.text {
  font-style: normal;
}

.text--14 {
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -0.01em;
}

.text--16 {
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: -0.01em;
}

.text--18 {
  font-size: 1.8rem;
  line-height: 112.5%;
}

.text--20 {
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: -0.01em;
}

.text--25 {
  font-size: 2.5rem;
  line-height: 112.5%;
  letter-spacing: -0.01em;
}

.text--30 {
  font-size: 3rem;
  line-height: 112.5%;
  letter-spacing: 0.15em;
}

.text--black {
  color: #212828;
}

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

.text--ligther {
  font-weight: lighter;
}

.text--regular {
  font-weight: normal;
}

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

.text--primary {
  color: #F55000;
}

.text--secondary {
  color: #191E1E;
}

.text--upper {
  text-transform: uppercase;
}

.text--spartan {
  font-family: "Spartan MB";
}

.section-title {
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 136%;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FBF9F7;
  width: min(100%, 620px);
  margin: 0 auto;
}

.section-title strong {
  font-weight: 700;
}

.section-title em {
  position: relative;
  z-index: 1;
  background-color: transparent !important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #F55000 0);
  background-size: 200%;
  background-position: -100%;
  line-height: 100%;
}

.section-title--small {
  font-size: 3rem;
  line-height: 112.5%;
}

.section-title--dark {
  color: #232A2A;
}

.banner-title {
  font-style: normal;
  font-weight: 700;
  font-size: 5.5rem;
  line-height: 112.5%;
  letter-spacing: 0.15em;
  color: #FBF9F7;
}

.main-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-family: "Spartan MB";
}

.main-desc--small {
  font-size: 1.4rem;
}

.main-desc--bigger {
  font-size: 1.8rem;
}

.main-desc--dark {
  color: #232A2A;
}

.mini-title-banner {
  font-family: "Spartan MB";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

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

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

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

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

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

.m-6 {
  margin-bottom: 6rem !important;
}

.m-7 {
  margin-bottom: 7rem !important;
}

/* ============= FONTS ============ */

@font-face {
  font-family: "Poppins";
  src: url("/assets/site/fonts/Poppins-Bold.eot");
  src: url("/assets/site/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/Poppins-Bold.woff2") format("woff2"), url("/assets/site/fonts/Poppins-Bold.woff") format("woff"), url("/assets/site/fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/site/fonts/Poppins-ExtraLight.eot");
  src: url("/assets/site/fonts/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/Poppins-ExtraLight.woff2") format("woff2"), url("/assets/site/fonts/Poppins-ExtraLight.woff") format("woff"), url("/assets/site/fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/site/fonts/Poppins-Black.eot");
  src: url("/assets/site/fonts/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/Poppins-Black.woff2") format("woff2"), url("/assets/site/fonts/Poppins-Black.woff") format("woff"), url("/assets/site/fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/site/fonts/Poppins-Light.eot");
  src: url("/assets/site/fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/Poppins-Light.woff2") format("woff2"), url("/assets/site/fonts/Poppins-Light.woff") format("woff"), url("/assets/site/fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/site/fonts/Poppins-Medium.eot");
  src: url("/assets/site/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/Poppins-Medium.woff2") format("woff2"), url("/assets/site/fonts/Poppins-Medium.woff") format("woff"), url("/assets/site/fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Poppins";
  src: url("/assets/site/fonts/Poppins-Thin.eot");
  src: url("/assets/site/fonts/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/Poppins-Thin.woff2") format("woff2"), url("/assets/site/fonts/Poppins-Thin.woff") format("woff"), url("/assets/site/fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan MB";
  src: url("/assets/site/fonts/SpartanMB-Light.eot");
  src: url("/assets/site/fonts/SpartanMB-Light.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/SpartanMB-Light.woff2") format("woff2"), url("/assets/site/fonts/SpartanMB-Light.woff") format("woff"), url("/assets/site/fonts/SpartanMB-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan MB";
  src: url("/assets/site/fonts/SpartanMB-Regular.eot");
  src: url("/assets/site/fonts/SpartanMB-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/SpartanMB-Regular.woff2") format("woff2"), url("/assets/site/fonts/SpartanMB-Regular.woff") format("woff"), url("/assets/site/fonts/SpartanMB-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan MB";
  src: url("/assets/site/fonts/Spartan-ExtraBold.eot");
  src: url("/assets/site/fonts/Spartan-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/assets/site/fonts/Spartan-ExtraBold.woff2") format("woff2"), url("/assets/site/fonts/Spartan-ExtraBold.woff") format("woff"), url("/assets/site/fonts/Spartan-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* =========== SECTIONS =========== */

.header {
  width: 100%;
  background: linear-gradient(180deg, #191E1E 0%, rgba(25, 30, 30, 0) 100%);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.header__lang {
  padding: 1.5rem 6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__lang ul {
  display: flex;
  gap: 4rem;
  justify-content: flex-end;
  color: #FBF9F7;
}

.header__lang ul li a {
  text-decoration: none;
  color: #FBF9F7;
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}

.header__lang ul li a::before {
  content: "";
  left: -2rem;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
}

.header__lang ul li a .globe {
  display: none;
  margin-right: 2rem;
}

.header__lang ul li a.active::before {
  display: none;
}

.header__lang ul li a.active .globe {
  display: block;
}

.header__menu {
  padding: 3rem;
}

.header__menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__menu__list__mobile {
  display: none;
}

.header__menu__list__left {
  width: 75%;
  justify-content: space-between;
}

.header__menu__list__left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 5rem;
}

.header__menu__list__left ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__menu__list__left ul li.products {
  position: relative;
}

.header__menu__list__left ul li.products a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.7rem;
}

.header__menu__list__left ul li.products::after {
  content: "";
  left: 50%;
  width: 150%;
  transform: translateX(-50%);
  bottom: -2rem;
  border-bottom: 1.5px solid #F55000;
  position: absolute;
}

.header__menu__list__left ul a {
  text-decoration: none;
  color: #FBF9F7;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 112.5%;
  transition: 0.3s all ease;
}

.header__menu__list__left ul a.is-strong {
  font-weight: 700;
}

.header__menu__list__left ul a:hover {
  color: #F55000;
}

.header__menu__list__left ul a img.logo-normal {
  display: block;
}

.header__menu__list__left ul a img.logo-black {
  display: none;
}

.header__menu__list__right {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}

.header__menu__list__right #hamburger {
  display: none;
}

.header__menu__list__right ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__menu__list__right ul li a {
  text-decoration: none;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 2px solid #F55000;
  border-radius: 200px;
  color: #F55000;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 112.5%;
  transition: 0.3s all ease;
}

.header__menu__list__right ul li a.build {
  padding: 0 2rem;
}

.header__menu__list__right ul li a.build svg {
  margin-left: 1rem;
}

.header__menu__list__right ul li a.build svg path {
  transition: 0.3s all ease;
}

.header__menu__list__right ul li a.build:hover {
  background-color: #F55000;
  color: #FBF9F7;
}

.header__menu__list__right ul li a.build:hover svg path {
  stroke: #FBF9F7;
}

.header__menu__list__right ul li a.whats {
  border-radius: 100%;
}

.header.js-white {
  background: white;
}

.header.js-white .header__lang {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header.js-white .header__lang ul li a {
  color: #232A2A;
}

.header.js-white .header__lang ul li a .globe path {
  stroke: #232A2A;
}

.header.js-white .header__menu__list__left ul li a {
  color: #232A2A;
}

.header.js-white .header__menu__list__left ul li a img.logo-normal {
  display: none;
}

.header.js-white .header__menu__list__left ul li a img.logo-black {
  display: block;
}

@media (max-width: 1200px) {
  .header__lang {
    display: none;
  }

  .header__menu__list__mobile {
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    overflow: hidden;
    pointer-events: none;
    display: block;
    background-color: #191E1E;
    transform: translateY(-100%);
    transition: 0.3s all ease;
    z-index: -1;
  }

  .header__menu__list__mobile ul {
    position: absolute;
    left: 0%;
    margin-left: 3rem;
    top: 20%;
  }

  .header__menu__list__mobile ul li {
    display: flex;
    border-bottom: 1px solid #F55000;
    margin-bottom: 6rem;
  }

  .header__menu__list__mobile ul li .section-title {
    font-size: 2rem;
  }

  .header__menu__list__mobile ul li a {
    text-align: left;
  }

  .header__menu__list__mobile ul li a:hover {
    color: #F55000;
  }

  .header__menu__list__mobile.active {
    height: 100vh;
    pointer-events: all;
    transform: translateY(0);
    transition: 0.3s all ease;
  }

  .header__menu__list__left ul li:not(:first-child) {
    display: none;
  }

  .header__menu__list__left ul .logo-normal {
    display: none;
  }

  .header__menu__list__right {
    margin-top: 5rem;
  }

  .header__menu__list__right #hamburger {
    display: flex;
    cursor: pointer;
  }

  .header__menu__list__right ul li .build {
    display: none;
  }

  .header__menu__list__right ul li .whats {
    display: none;
  }
}

.footer {
  background-color: #191E1E;
  position: relative;
}

.footer__up {
  position: relative;
  display: flex;
}

.footer__up .logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #191E1E;
  padding: 1.2rem;
  border-radius: 1000px 1000px 0px 0px;
}

.footer__up__item {
  overflow: hidden;
  width: 25%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__up__item:nth-of-type(2),
.footer__up__item:nth-of-type(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__up__item .title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 112.5%;
  letter-spacing: 0.15em;
  color: #FBF9F7;
  margin-bottom: 3rem;
  position: relative;
}

.footer__up__item .title::before {
  content: "";
  left: 0;
  top: -2.7rem;
  border-bottom: 1.5px solid #F55000;
  width: 20px;
  position: absolute;
}

.footer__up__item ul {
  padding: 10rem 5rem 5.5rem;
  height: 100%;
}

.footer__up__item ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 200%;
  color: #FBF9F7;
  text-decoration: none;
  transition: 0.3s all ease;
}

.footer__up__item ul li a.is-orange {
  color: #F55000;
  display: flex;
  margin-top: 1.5rem;
}

.footer__up__item ul li a:hover {
  color: #F55000;
}

.footer__up__item ul li p.is-light {
  font-style: normal;
  font-size: 1.4rem;
  line-height: 200%;
  color: #FBF9F7;
  text-decoration: none;
  transition: 0.3s all ease;
  font-weight: 500;
}

.footer__up__item ul li p.is-light:hover {
  color: #FBF9F7;
}

.footer__up__item--padding ul {
  padding-left: 8rem;
  padding-right: 5rem;
}

.footer__up__item--social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer__up__item--social ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__up__item--social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #F55000;
  border-radius: 50%;
  min-width: 37px;
  min-height: 37px;
  transition: 0.3s all ease;
}

.footer__up__item--social ul li a:hover {
  border-color: #FBF9F7;
  background-color: #FBF9F7;
}

.footer__down {
  height: 13rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__down .policy {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  color: #FBF9F7;
  text-decoration: none;
}

.footer__down .a_deen {
  position: absolute;
  right: 8rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  width: 40px;
  opacity: 0.26;
}

.footer__down .a_deen svg {
  width: 40px;
  height: 15px;
}

.footer__down .a_deen svg path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: #fff;
}

.footer__down .a_deen svg:hover path {
  -webkit-animation-name: deen;
          animation-name: deen;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.footer__down a.whats {
  position: fixed;
  display: flex !important;
  right: 14px;
  bottom: 2rem;
  z-index: 10000;
}

@-webkit-keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1200px) {
  .footer__up {
    flex-direction: column;
  }

  .footer__up:not(:first-child) {
    display: none;
  }

  .footer__up__item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer__up__item ul {
    padding: 4rem 5rem 5.5rem;
  }

  .footer__up__item ul li .is-orange {
    justify-content: center;
  }

  .footer__up__item .title::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .footer__up__item.none {
    display: none;
  }

  .footer__up__item--padding ul {
    text-align: center;
    padding-top: 17rem;
  }

  .footer__down {
    padding: 8rem;
    flex-direction: column;
  }

  .footer__down .a_deen {
    position: unset;
    margin-top: 4rem;
  }

  .footer__down .whats {
    display: none;
  }
}

@media (max-width: 900px) {
  .footer__down .whats {
    position: fixed;
    display: flex !important;
    right: 14px;
    bottom: 6rem;
    z-index: 10000;
  }
}

.menu {
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  z-index: 99999;
  position: fixed;
  background-color: #F55000;
  display: flex;
  transition: 0.3s all ease;
}

.menu.active {
  height: 100vh;
  opacity: 1;
}

.menu__left {
  width: 50%;
  padding: 5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu__left__logo {
  position: absolute;
  left: 5rem;
  top: 5rem;
}

.menu__left__list {
  width: 100%;
  margin-left: 10rem;
}

.menu__left__list .item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 3rem;
}

.menu__left__list .item .cat-title--external {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.menu__left__list .item ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__left__list .item ul li a {
  color: inherit;
  text-decoration: none;
}

.menu__left__list .item ul li span {
  z-index: 1;
  position: relative;
}

.menu__left__list .item ul li span::before {
  content: "";
  left: -1rem;
  bottom: 0;
  width: 0%;
  height: 20px;
  background-color: #191E1E;
  position: absolute;
  z-index: -1;
  transition: 0.3s all ease;
}

.menu__left__list .item ul li.active span::before {
  width: 105%;
}

.menu__right {
  width: 50%;
  position: relative;
}

.menu__right .bg-cat {
  position: absolute;
  opacity: 0;
  z-index: -9999;
  transition: 0.3s all ease;
  inset: 0;
}

.menu__right .bg-cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0) 43.23%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}

.menu__right .bg-cat img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__right .bg-cat.active {
  opacity: 1;
  z-index: 0;
}

.menu__right__list {
  padding: 10rem;
  z-index: 2;
  position: relative;
  display: none;
  height: 100%;
}

.menu__right__list.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__right__list .inner {
  z-index: 5;
}

.menu__right__list .inner .main-desc {
  max-width: 360px;
  margin-bottom: 6rem;
}

.menu__right__list .inner ul li .product-bg {
  position: absolute;
  opacity: 0;
  z-index: -999;
  inset: 0;
}

.menu__right__list .inner ul li .product-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0) 43.23%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}

.menu__right__list .inner ul li .product-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__right__list .inner ul li .product-bg.active {
  opacity: 1;
  z-index: -1;
}

.menu__right__list .inner ul li a {
  transition: 0.3s all ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 2rem 0;
  padding-bottom: 2rem;
  display: flex;
}

.menu__right__list .inner ul li a:hover {
  color: #F55000;
}

.menu__close {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  cursor: pointer;
  z-index: 1000000;
}

@media (max-width: 1200px) {
  .menu {
    overflow: scroll;
    flex-direction: column;
  }

  .menu.active {
    height: 100dvh;
  }

  .menu__left {
    width: 100%;
    padding-top: 15rem;
    padding-bottom: 1rem;
    height: 71dvh;
  }

  .menu__left__list {
    margin-left: 0;
  }

  .menu__left__list .banner-title {
    font-size: 3rem;
  }

  .menu__left__list .chevron {
    transform: scale(0.5);
  }

  .menu__left__list .item {
    margin-bottom: 1.5rem !important;
  }

  .menu__left__list ul {
    margin-bottom: 1.5rem !important;
  }

  .menu__left__logo {
    top: 1.5rem;
  }

  .menu__left__logo img {
    max-height: 50px;
  }

  .menu__right {
    width: 100%;
    height: 100%;
  }

  .menu__right__list {
    justify-content: unset !important;
    padding: 1.5rem 5rem !important;
    align-items: unset !important;
  }

  .menu__right__list ul a {
    padding: 1.5rem 0 !important;
    margin: 0 !important;
  }
}

.assembly__container {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  display: flex;
}

.assembly__container.active {
  height: 100vh;
  opacity: 1;
  pointer-events: all;
}

.assembly__container .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
  z-index: 2;
}

.assembly__container__left {
  background-color: #F55000;
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.assembly__container__left .bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.assembly__container__left .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.85%, #000000 100%);
}

.assembly__container__left .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.assembly__container__left .content {
  padding: 0 12rem;
  position: relative;
}

.assembly__container__left .content::before {
  content: "";
  left: 12rem;
  top: -5rem;
  width: 109px;
  border-bottom: 1.5px solid white;
  position: absolute;
}

.assembly__container__left .content::after {
  content: "";
  left: calc(12rem + 109px);
  top: -5rem;
  width: 54px;
  border: 1.5px solid white;
  position: absolute;
  border-radius: 200px;
  height: 10px;
  transform: translateY(-50%);
}

.assembly__container__left .content .title {
  display: block;
}

.assembly__container__left .content .title-result,
.assembly__container__left .content .title-response {
  display: none;
}

.assembly__container__left .content .desc {
  display: block;
}

.assembly__container__left .content .desc-result {
  display: none;
}

.assembly__container__left .content .btn--link {
  margin: 0;
}

.assembly__container__left .logo {
  position: absolute;
  left: 2rem;
  top: 2rem;
}

.assembly__container__left .logo .logo-result {
  display: none;
}

.assembly__container__left.result .bg {
  opacity: 1;
}

.assembly__container__left.result .content::before,
.assembly__container__left.result .content::after {
  display: none;
}

.assembly__container__left.result .content .title,
.assembly__container__left.result .content .title-response {
  display: none;
}

.assembly__container__left.result .content .title-result {
  display: block;
  text-transform: uppercase;
}

.assembly__container__left.result .content .desc {
  display: none;
}

.assembly__container__left.result .content .desc-result {
  display: block;
}

.assembly__container__left.result .logo .logo-white {
  display: none;
}

.assembly__container__left.result .logo .logo-result {
  display: block;
}

.assembly__container__right {
  width: 64%;
  background-color: #000;
  position: relative;
}

.assembly__container__right .arrow-prev {
  position: absolute;
  left: 10rem;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  cursor: pointer;
}

.assembly__container__right .arrow-prev.slick-disabled {
  display: none !important;
}

.assembly__container__right__carousel {
  height: 100vh;
}

.assembly__container__right__carousel .slick-slide:focus {
  outline: none !important;
}

.assembly__container__right__carousel .item {
  height: 100vh;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.assembly__container__right__carousel .item .bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.assembly__container__right__carousel .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.assembly__container__right__carousel .item .item-content .step {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  line-height: 4.5rem;
  letter-spacing: 0.15em;
  color: #5F5F5F;
}

.assembly__container__right__carousel .item .item-content .step--current {
  font-size: 5.5rem;
  line-height: 8.2rem;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  font-weight: 700;
}

.assembly__container__right__carousel .item .item-content .inputRadioWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  height: 85px;
  cursor: pointer;
}

.assembly__container__right__carousel .item .item-content .inputRadioWrapper:not(:last-child) {
  margin-bottom: 1rem;
}

.assembly__container__right__carousel .item .item-content .inputRadioWrapper input[type=radio] {
  position: absolute;
  opacity: 0;
}

.assembly__container__right__carousel .item .item-content .inputRadioWrapper input[type=radio]:checked + .radio-label {
  color: red;
  background-color: #fff;
}

.assembly__container__right__carousel .item .item-content .inputRadioWrapper .radio-label {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.assembly__container__right__carousel .item .item-content .inputWrapper {
  position: relative;
  height: 10vh;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 350px;
  margin-bottom: 1.5rem;
  padding: 0 3rem;
}

.assembly__container__right__carousel .item .item-content .inputWrapper .custom-file-text {
  font-style: normal;
  font-weight: normal;
  font-family: "Spartan MB";
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #A2A2A2;
  cursor: pointer;
}

.assembly__container__right__carousel .item .item-content .inputWrapper svg {
  width: 25px;
}

.assembly__container__right__carousel .item .item-content .inputWrapper input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Spartan MB";
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #A2A2A2;
}

.assembly__container__right__carousel .item .item-content .inputWrapper span.error {
  position: absolute;
  left: 3rem;
  bottom: 1rem;
  color: red;
  font-size: 11px;
  font-family: "Spartan MB";
}

.assembly__container__right__carousel .item .item-content .inputWrapper input[type=file] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: -99999;
}

.assembly__container .square-button {
  height: 10vh;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F55000;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  font-family: "Spartan MB";
  border: none;
  outline: none;
  transition: 0.3s all ease;
}

.assembly__container .square-button:hover {
  background-color: #fff;
  color: #F55000;
}

.assembly__container .square-button--result {
  display: none;
}

.assembly__container.show-response .square-button--result {
  display: flex;
}

.assembly__container.show-response .assembly__container__left {
  width: 100%;
}

.assembly__container.show-response .assembly__container__left .bg::after {
  background: rgba(0, 0, 0, 0.5);
}

.assembly__container.show-response .assembly__container__left .bg img {
  filter: grayscale(100);
}

.assembly__container.show-response .assembly__container__left .content {
  width: min(100%, 600px);
}

.assembly__container.show-response .assembly__container__left .content::before {
  content: url("data:image/svg+xml,%3Csvg width='550' height='319' viewBox='0 0 400 319' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.5H390C394.694 1.5 398.5 5.30558 398.5 10V309C398.5 313.694 394.694 317.5 390 317.5H300V319H390C395.523 319 400 314.523 400 309V10C400 4.47715 395.523 0 390 0H0V1.5Z' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
  display: block;
  width: 0;
}

.assembly__container.show-response .assembly__container__left .content::after {
  content: url("data:image/svg+xml,%3Csvg width='30' height='22' viewBox='0 0 30 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 1.5L9.75 20.75L1 12' stroke='%23F55000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  display: block;
  width: 2px;
  border: none;
  left: 12rem;
}

.assembly__container.show-response .assembly__container__left .title-result,
.assembly__container.show-response .assembly__container__left .title,
.assembly__container.show-response .assembly__container__left .desc-result {
  display: none;
}

.assembly__container.show-response .assembly__container__left .title-response {
  line-height: 132.5%;
  letter-spacing: 0.15em;
  display: flex;
}

.assembly__container.show-response .assembly__container__right {
  display: none;
}

@media (max-width: 900px) {
  .assembly__container {
    overflow: auto;
    flex-direction: column;
  }

  .assembly__container .square-button {
    height: 34px;
  }

  .assembly__container__left {
    width: 100%;
    padding-top: 13rem;
  }

  .assembly__container__left .logo {
    display: none;
  }

  .assembly__container__left .content {
    padding: 0 2rem 3rem;
  }

  .assembly__container__right {
    width: 100%;
  }

  .assembly__container__right .arrow-prev {
    display: none;
  }

  .assembly__container__right .arrow-prev {
    left: 2rem;
    top: 17%;
  }

  .assembly__container__right__carousel {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 5rem;
  }

  .assembly__container__right__carousel .item {
    height: 50vh;
  }

  .assembly__container__right__carousel .item .item-content .inputWrapper {
    height: 39px;
  }

  .assembly__container__right__carousel .item .item-content .inputRadioWrapper {
    height: 5rem;
  }

  .assembly__container__right__carousel .item .item-content .step--current {
    display: none;
  }
}

/* ============ PAGES ============= */

.home__banner-wrapper {
  height: 100vh;
  position: relative;
}

.home__banner-wrapper__carousel {
  height: 100vh;
}

.home__banner-wrapper__carousel .item {
  height: 100vh;
  display: flex !important;
  align-items: flex-end;
  padding: 0 0 15vh 15vw;
  position: relative;
}

.home__banner-wrapper__carousel .item .bg {
  position: absolute;
  inset: 0;
}

.home__banner-wrapper__carousel .item .bg::after {
  content: "";
  inset: 0;
  position: absolute;
  background-color: rgba(25, 30, 30, 0.5);
}

.home__banner-wrapper__carousel .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__banner-wrapper__carousel .item .content {
  z-index: 1;
  width: min(100%, 620px);
}

.home__banner-wrapper__navigation {
  position: absolute;
  right: 5%;
  bottom: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  gap: 4rem;
}

.home__banner-wrapper__navigation::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  height: 300%;
}

.home__banner-wrapper__navigation .arrow {
  cursor: pointer;
}

.home__banner-wrapper__navigation .arrow.slick-disabled svg {
  opacity: 0.3;
}

.home__banner-wrapper__pagination {
  position: absolute;
  left: 15vw;
  bottom: 10vh;
}

.home__banner-wrapper__pagination .slick-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home__banner-wrapper__pagination .slick-dots li {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s all ease;
}

.home__banner-wrapper__pagination .slick-dots li.slick-active {
  background: #FFFFFF;
  border-radius: 200px;
  width: 26px;
}

.home__gallery {
  background: linear-gradient(to bottom, #232A2A 65%, #fff 49px);
  padding-top: 275px;
  min-height: 100vh;
  position: relative;
}

.home__gallery::before {
  content: "";
  left: 50%;
  top: 0;
  height: 120px;
  border-left: 1.5px solid #F55000;
  position: absolute;
  transform: translateX(-50%);
}

.home__gallery::after {
  content: "";
  left: 50%;
  top: 120px;
  height: 54px;
  width: 10px;
  border: 1.5px solid #F55000;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 200px;
}

.home__gallery .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px auto 0;
  width: min(100%, 1320px);
}

.home__gallery .row .img:nth-child(2) {
  margin-top: 200px;
}

.home__gallery .row .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.06)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0431313)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0357664)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.03)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0242336)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0168687));
}

.home__gallery .row--small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 3rem;
  margin: 100px auto;
  transform: translateX(20px);
}

.home__gallery .row--small::before {
  content: "";
  width: 150px;
  border-bottom: 1.5px solid #191E1E;
}

.home__gallery .row--small::after {
  content: "";
  width: 150px;
  border-bottom: 1.5px solid #191E1E;
}

.home__products__wrapper {
  width: 100%;
}

.home__products__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.home__products__container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #F55000;
  height: 100%;
  display: flex;
}

.home__products__container .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.home__products__container .item::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(33, 40, 40, 0) 37.31%, #212828 100%);
}

.home__products__container .item .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__products__container .item .vertical {
  font-style: normal;
  font-weight: 700;
  font-size: 20rem;
  line-height: 112.5%;
  letter-spacing: 0.15em;
  position: absolute;
  left: 8rem;
  bottom: 0;
  white-space: nowrap;
  transform: rotate(-90deg);
  color: transparent;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1px;
  transform-origin: left;
  z-index: 2;
}

.home__products__container .item .content {
  position: absolute;
  left: 20rem;
  bottom: 10rem;
  max-width: 320px;
  z-index: 2;
}

.home__products__container .item .content .btn {
  margin: 0;
  padding: 0 20px;
}

.home__products__container .item .content .btn svg {
  margin-left: 1rem;
}

.home__where {
  background-color: #232A2A;
  min-height: 100vh;
  padding-top: 180px;
}

.home__where__inner {
  width: min(90%, 1366px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.home__where__inner__left {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 700px;
  width: 50%;
}

.home__where__inner__left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__where__inner__float {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 265px;
}

.home__where__inner__float .section-title {
  text-align: left;
}

.home__where__inner__logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.home__where__inner__logo .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: transparent;
  border: 1px solid rgba(250, 90, 0, 0.8);
  z-index: -2;
  pointer-events: none;
}

.home__where__inner__logo .sonar-wave1 {
  -webkit-animation: sonarWave 3s linear infinite;
          animation: sonarWave 3s linear infinite;
}

.home__where__inner__logo .sonar-wave2 {
  -webkit-animation: sonarWave 3s 1s linear infinite;
          animation: sonarWave 3s 1s linear infinite;
}

.home__where__inner__logo .sonar-wave3 {
  -webkit-animation: sonarWave 3s 2s linear infinite;
          animation: sonarWave 3s 2s linear infinite;
}

.home__where__inner__logo .sonar-wave4 {
  -webkit-animation: sonarWave 3s 3s linear infinite;
          animation: sonarWave 3s 3s linear infinite;
}

.home__where__inner__logo .sonar-wave3 {
  -webkit-animation: sonarWave 3s 4s linear infinite;
          animation: sonarWave 3s 4s linear infinite;
}

.home__where__inner__logo .sonar-wave6 {
  -webkit-animation: sonarWave 3s 5s linear infinite;
          animation: sonarWave 3s 5s linear infinite;
}

@-webkit-keyframes sonarWave {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(3);
    opacity: 0.1;
  }
}

@keyframes sonarWave {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(3);
    opacity: 0.1;
  }
}

.home__where__inner__right {
  width: 60%;
  background-color: #191E1E;
  margin-top: 10rem;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home__where__inner__right .inner {
  margin-left: 5rem;
  max-width: 380px;
  height: 100%;
}

.home__where__inner__right .inner .main-desc {
  margin-bottom: 17rem;
}

.home__where__inner__right .inner .form {
  width: 100%;
}

.home__where__inner__right .inner .form__row {
  margin-bottom: 5rem;
}

.home__where__inner__right .inner .form__col {
  width: 100%;
  position: relative;
}

.home__where__inner__right .inner .form__col .arrow {
  position: absolute;
  right: 0;
  top: 30%;
  pointer-events: none;
}

.home__where__inner__right .inner .form__col select {
  font-family: "Spartan MB";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding-bottom: 1rem;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #F55000;
  width: 100%;
}

.home__where__inner__right .inner .form__col select option {
  background-color: #212828;
}

.home__where__inner__right .inner .form__col button {
  margin: 0;
}

.home__blog {
  min-height: 100vh;
  background-color: #232A2A;
  padding-top: 15rem;
}

.home__blog .marquee {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-20% + var(--offset));
  --move-final: calc(-40% + var(--offset));
}

.home__blog .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
}

.home__blog .marquee__inner .text {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.home__blog .marquee__inner .text .dot {
  margin: 0 5rem;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.home__blog__posts__wrapper {
  position: relative;
}

.home__blog__posts__wrapper__navigation {
  position: absolute;
  left: 50%;
  top: calc(50% - 15rem);
  transform: translate(-50%, -50%);
  width: 72.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.home__blog__posts__wrapper__navigation .arrow {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  background-color: #fff;
}

.home__blog__posts__wrapper__navigation .arrow svg path {
  stroke: #191E1E;
}

.home__blog__posts__wrapper__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22rem;
}

.home__blog__posts__wrapper__pagination .slick-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home__blog__posts__wrapper__pagination .slick-dots li {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s all ease;
}

.home__blog__posts__wrapper__pagination .slick-dots li.slick-active {
  background: #FFFFFF;
  border-radius: 200px;
  width: 26px;
}

.home__blog__posts__carousel {
  margin-top: 10rem;
}

.home__blog__posts__carousel .slick-list {
  padding: 0 15% !important;
}

.home__blog__posts__carousel .slick-track {
  display: flex !important;
  padding-bottom: 30rem;
}

.home__blog__posts__carousel .item {
  height: auto;
  display: flex !important;
  border-left: 1px solid rgba(251, 249, 247, 0.08);
  opacity: 0.3;
}

.home__blog__posts__carousel .item.slick-current {
  opacity: 1;
}

.home__blog__posts__carousel .item .left {
  width: 50%;
  margin-left: 5rem;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.22), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.158148), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.131144), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.11), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0888564), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.061852);
  position: relative;
}

.home__blog__posts__carousel .item .left::after {
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
}

.home__blog__posts__carousel .item .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__blog__posts__carousel .item .right {
  width: 50%;
  padding: 5rem 5rem 0 5rem;
}

.home__blog__posts__carousel .item .right .content {
  height: 100%;
}

.home__blog__posts__carousel .item .right .content .main-desc {
  position: relative;
  max-width: 80%;
}

.home__blog__posts__carousel .item .right .content .main-desc::before {
  content: "";
  left: 0;
  top: -2.5rem;
  width: 45px;
  border-bottom: 1.5px solid #F55000;
  position: absolute;
}

.home__blog__posts__carousel .item .right .content .btn {
  margin-top: 7rem;
}

@media (max-width: 1200px) {
  .home__banner-wrapper__carousel .item {
    padding: 0 0 14vh 5vw;
  }

  .home__banner-wrapper__navigation {
    display: none;
  }

  .home__banner-wrapper__pagination {
    left: 5vw;
  }

  .home__gallery .row .slick-list {
    padding: 0px 15px !important;
  }

  .home__gallery .row .img {
    height: 250px;
  }

  .home__gallery .row .img img {
    width: 100%;
    height: 100%;
  }

  .home__products__container .item .vertical {
    display: none;
  }

  .home__products__container .item .content {
    left: 9rem;
  }

  .home__products__container .item .content .model {
    font-family: Spartan MB;
    font-weight: 600;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.15em;
  }

  .home__products__container .item .content .main-desc {
    display: none;
  }

  .home__products__container .item .content .text {
    font-size: 4rem;
  }

  .home__products__container .item .content .btn {
    display: none;
  }

  .home__where__inner {
    width: auto;
    margin: auto;
    flex-direction: column;
  }

  .home__where__inner__left {
    position: relative;
    width: 100%;
    height: auto;
  }

  .home__where__inner__left img {
    height: 67%;
  }

  .home__where__inner__right {
    width: 100%;
    margin-top: 0;
    min-height: 0;
    padding-top: 4rem;
  }

  .home__where__inner__right .inner .main-desc {
    margin-bottom: 4rem;
  }

  .home__where__inner__float {
    top: 45%;
    left: 200px;
  }

  .home__blog__posts__wrapper__navigation {
    display: none;
  }

  .home__blog__posts__carousel .slick-list {
    padding: 0 5% !important;
  }

  .home__blog__posts__carousel .item {
    flex-direction: column;
    align-items: center;
    border: none;
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .home__blog__posts__carousel .item .left {
    width: 100%;
    margin-left: 0;
    height: 50%;
  }

  .home__blog__posts__carousel .item .right {
    width: 100%;
  }

  .home__blog__posts__carousel .item .slick-current {
    margin-right: 4rem;
  }
}

@media (max-width: 900px) {
  .home__banner-wrapper__pagination {
    left: 10vw;
  }

  .home__banner-wrapper__carousel .item .content {
    padding-right: 10rem;
    padding-left: 2rem;
  }

  .home__banner-wrapper__carousel .item .content .banner-title {
    font-size: 3rem;
  }

  .home__banner-wrapper__carousel .item .content .main-desc {
    font-size: 12px;
  }

  .home__gallery {
    padding-top: 180px;
  }

  .home__gallery .row .img img {
    filter: none;
  }

  .home__gallery::before {
    height: 60px;
  }

  .home__gallery::after {
    top: 60px;
  }

  .home__gallery .section-title {
    font-size: 20px;
  }

  .home__gallery .row--small {
    flex-direction: column;
    transform: unset;
  }

  .home__gallery .row--small::before {
    display: none;
  }

  .home__gallery .row--small::after {
    display: none;
  }

  .home__gallery .row--small .text {
    order: 1;
  }

  .home__gallery .row--small svg::before {
    content: "";
    border-bottom: 10px solid black;
    position: absolute;
    width: 10px;
  }

  .home__gallery .row--small::after {
    content: "";
    position: absolute;
    border: 2px solid black;
    width: 100px;
    height: 10px;
  }

  .home__products__container .item {
    width: 100vw;
  }

  .home__products__container .item .content .text {
    font-size: 4rem;
  }

  .home__products__container .item .bg {
    height: 100%;
  }

  .home__where {
    padding-top: 0;
    min-height: 0;
  }

  .home__where__inner__left {
    height: 40rem;
  }

  .home__where__inner__left img {
    height: 100%;
  }

  .home__where__inner__right {
    padding-right: 4rem;
  }

  .home__where__inner__float {
    top: 43%;
    left: 100px;
  }

  .home__where__inner__float .section-title {
    font-size: 20px;
  }
}

.where__banner {
  position: relative;
  background-color: #191E1E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25rem 10rem 15rem;
}

.where__banner .main-desc {
  margin-bottom: 7rem;
}

.where__banner .select-wrapper {
  position: relative;
  width: min(95%, 820px);
  margin: 0 auto;
}

.where__banner .select-wrapper select {
  padding-bottom: 1.5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  font-family: "Spartan MB";
  background-color: transparent;
  border: none;
  color: white;
  outline: none;
  border-bottom: 2px solid #F55000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

.where__banner .select-wrapper select option {
  background-color: #191E1E;
  color: white;
}

.where__banner .select-wrapper svg {
  position: absolute;
  pointer-events: none;
  right: 1rem;
  top: 40%;
  transform: translateY(-50%);
}

.where__banner__logo {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 52%);
  z-index: 2;
}

.where__grid {
  position: relative;
  background-color: #232A2A;
  padding: 17rem 0;
  overflow: hidden;
}

.where__grid__logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.where__grid__logo .svg {
  width: 100px;
  height: 100px;
}

.where__grid__logo .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: transparent;
  border: 1px solid rgba(250, 90, 0, 0.8);
  z-index: -2;
  pointer-events: none;
}

.where__grid__logo .sonar-wave1 {
  -webkit-animation: sonarWave 3s linear infinite;
          animation: sonarWave 3s linear infinite;
}

.where__grid__logo .sonar-wave2 {
  -webkit-animation: sonarWave 3s 1s linear infinite;
          animation: sonarWave 3s 1s linear infinite;
}

.where__grid__logo .sonar-wave3 {
  -webkit-animation: sonarWave 3s 2s linear infinite;
          animation: sonarWave 3s 2s linear infinite;
}

.where__grid__logo .sonar-wave4 {
  -webkit-animation: sonarWave 3s 3s linear infinite;
          animation: sonarWave 3s 3s linear infinite;
}

.where__grid__logo .sonar-wave3 {
  -webkit-animation: sonarWave 3s 4s linear infinite;
          animation: sonarWave 3s 4s linear infinite;
}

.where__grid__logo .sonar-wave6 {
  -webkit-animation: sonarWave 3s 5s linear infinite;
          animation: sonarWave 3s 5s linear infinite;
}

@keyframes sonarWave {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(3);
    opacity: 0.1;
  }
}

.where__grid ul {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.where__grid ul li {
  padding: 4.5rem;
  flex: 1;
  width: min(100%, 330px);
  background: #FBF9F7;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.22), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.158148), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.131144), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.11), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0888564), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.061852);
  border-radius: 5px;
}

.where__grid ul li a {
  color: #191E1E;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: 0.3s all ease;
}

.where__grid ul li a svg {
  min-width: 15px;
}

.where__grid ul li a svg path {
  transition: 0.3s all ease;
}

.where__grid ul li a:hover {
  color: #F55000;
}

.where__grid ul li a:hover svg path {
  stroke: #F55000;
}

@media (max-width: 900px) {
  .where__banner {
    padding: 25rem 4rem 15rem;
  }
}

.blog__banner {
  position: relative;
  background-color: #191E1E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25rem;
}

.blog__banner .section-title {
  margin-bottom: 5rem;
}

.blog__banner form {
  width: min(95%, 820px);
  margin: 0 auto;
  margin-bottom: 10rem;
}

.blog__banner form .input-wrapper {
  position: relative;
  width: 100%;
}

.blog__banner form .input-wrapper input {
  padding-bottom: 1.5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  font-family: "Spartan MB";
  color: #FFFFFF;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #F55000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}

.blog__banner form .input-wrapper input::-moz-placeholder {
  color: #FFFFFF;
}

.blog__banner form .input-wrapper input::placeholder {
  color: #FFFFFF;
}

.blog__banner form .input-wrapper svg {
  position: absolute;
  right: 1rem;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  z-index: 2;
  pointer-events: none;
}

.blog__banner__categories {
  width: 100%;
}

.blog__banner__categories ul {
  display: flex;
  align-items: center;
  width: 100%;
}

.blog__banner__categories ul li {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.blog__banner__categories ul li a {
  transition: 0.3s all ease;
  opacity: 0.8;
  padding-bottom: 2rem;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.blog__banner__categories ul li a:hover {
  color: #F55000;
}

.blog__banner__categories ul li a.active {
  opacity: 1;
  font-weight: bold;
  border-bottom: 2px solid #F55000;
}

.blog__grid {
  background-color: #232A2A;
  padding: 9rem 0 25rem;
}

.blog__grid__inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

.blog__grid__inner ul li {
  width: calc(50% - 30px);
}

.blog__grid__inner ul li a {
  height: 100%;
}

.blog__grid__inner ul li a .top {
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog__grid__inner ul li a .top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.15%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}

.blog__grid__inner ul li a .top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.22)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.158148));
}

.blog__grid__inner ul li a .cat {
  position: absolute;
  border: 2px solid #F55000;
  border-radius: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
  bottom: 3rem;
  left: 4rem;
  z-index: 100;
}

.blog__grid__inner ul li a .bottom {
  position: relative;
  z-index: 2;
}

.blog__grid__inner ul li a .bottom .section-title {
  padding-top: 4rem;
}

.blog__grid__inner ul li a .bottom .section-title,
.blog__grid__inner ul li a .bottom .text {
  text-align: left;
  margin: 0;
  max-width: 80%;
  margin-bottom: 2rem;
}

.blog__grid__inner ul li a .bottom .text {
  padding-top: 4rem;
  position: relative;
}

.blog__grid__inner ul li a .bottom .text::before {
  content: "";
  left: 0;
  width: 40px;
  border-bottom: 1.5px solid #F55000;
  position: absolute;
  top: 1rem;
}

.blog__grid__inner ul li a .bottom .btn {
  margin: 0;
}

.blog__grid__inner ul li.small a .top {
  height: 380px;
}

.blog__grid__spinner {
  margin-top: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog__grid__spinner svg {
  -webkit-animation: spin 2.5s linear infinite;
          animation: spin 2.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .blog__grid {
    padding: 0;
  }

  .blog__grid__inner ul {
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10rem;
  }

  .blog__grid__inner ul li {
    width: 100%;
  }

  .blog__grid__inner ul li .top {
    height: 220px !important;
    margin-top: 7rem;
  }

  .blog__grid__inner ul li .cat {
    left: 2rem !important;
  }
}

.kafer__banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kafer__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 40, 40, 0) 29.17%, #212828 100%);
}

.kafer__banner .bg {
  position: absolute;
  inset: 0;
  background-color: #191E1E;
}

.kafer__banner .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kafer__banner .content {
  width: min(95%, 620px);
  padding-top: 10rem;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kafer__banner .content .main-desc {
  max-width: 70%;
  text-align: center;
}

.kafer__banner .content--small {
  width: min(95%, 450px);
}

.kafer__banner--end::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.kafer__gallery {
  background-color: #232A2A;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 15rem;
}

.kafer__gallery::before {
  content: "";
  left: 50%;
  top: 0;
  height: 120px;
  border-left: 1.5px solid #F55000;
  position: absolute;
  transform: translate(-49%, -50%);
}

.kafer__gallery::after {
  content: "";
  left: 50%;
  top: 60px;
  height: 54px;
  width: 10px;
  border: 1.5px solid #F55000;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 200px;
}

.kafer__gallery .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1320px);
}

.kafer__gallery .row .img {
  border-radius: 3px;
}

.kafer__gallery .row .img img {
  border-radius: 3px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.06)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0431313)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0357664)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.03)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0242336)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0168687));
}

.kafer__gallery .row--small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 3rem;
  margin: 100px auto;
  transform: translateX(60px);
}

.kafer__gallery .row--small::before {
  content: "";
  width: 150px;
  border-bottom: 1.5px solid #191E1E;
}

.kafer__gallery .row--small::after {
  content: "";
  width: 150px;
  border-bottom: 1.5px solid #191E1E;
}

.kafer__video {
  background: linear-gradient(to bottom, #232A2A 65%, #fff 49px);
  padding-top: 15rem;
}

.kafer__video .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 12rem;
}

.kafer__video .content .main-desc {
  max-width: 500px;
  text-align: center;
}

.kafer__video .content .video {
  position: relative;
}

.kafer__video .content .video img {
  width: 100%;
}

.kafer__video .content .video a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.kafer__numbers {
  padding: 9rem 12rem 17rem;
}

.kafer__numbers .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  width: 100%;
}

.kafer__numbers .list .title {
  font-family: "Spartan MB";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: -0.01em;
}

.kafer__numbers .list .item {
  padding: 3rem 0 3rem 4rem;
  flex: 1;
  border: 1px solid #C4C4C4;
  border-radius: 1px 0px 0px 1px;
}

.kafer__numbers .list .item .content .number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 112.5%;
  letter-spacing: 0.15em;
}

.kafer__slider__wrapper {
  width: 100%;
}

.kafer__slider__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.kafer__slider__container {
  height: 100%;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.kafer__slider__container .item {
  display: flex;
  width: 100vw;
  position: relative;
}

.kafer__slider__container .item .left {
  width: 50%;
}

.kafer__slider__container .item .left img {
  width: 100%;
}

.kafer__slider__container .item .selo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.kafer__slider__container .item .selo svg {
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.22)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.158148)) drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.131144)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.11)) drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0888564)) drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.061852));
}

.kafer__slider__container .item .right {
  width: 50%;
  background-color: #232A2A;
  padding: 10rem 15rem;
}

.kafer__slider__container .item .right .content {
  text-align: left;
  width: 80%;
}

.kafer__slider__container .item .right .content .section-title {
  text-align: left;
  margin-bottom: 3rem;
}

.kafer__slider__container .item .right svg {
  margin-top: 4rem;
}

.kafer__slider__container .item:nth-child(even) {
  flex-direction: row-reverse;
}

.kafer__slider__container .item:nth-child(even) .right {
  background-color: #fff;
}

.kafer__slider__container .item:nth-child(even) .right .content .section-title,
.kafer__slider__container .item:nth-child(even) .right .content .main-desc {
  color: #232A2A;
}

.kafer__list {
  background-color: #FBF9F7;
  padding-bottom: 15rem;
}

.kafer__list .item {
  width: 100%;
  display: flex;
  align-items: center;
}

.kafer__list .item .right {
  width: 50%;
  display: flex;
  align-items: center;
}

.kafer__list .item .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5rem;
}

.kafer__list .item .left {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 10rem;
}

.kafer__list .item .left .content .section-title {
  color: #232A2A;
  text-align: left;
  margin: 0;
  max-width: 400px;
}

.kafer__list .item .left .content .main-desc {
  color: #232A2A;
  margin-top: 3rem;
}

.kafer__list .item:nth-child(even) {
  flex-direction: row-reverse;
  border-right: solid 12px #F55000;
}

.kafer__portfolio {
  background-color: #232A2A;
  padding-top: 7rem;
}

.kafer__portfolio .marquee {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-20% + var(--offset));
  --move-final: calc(-40% + var(--offset));
}

.kafer__portfolio .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
}

.kafer__portfolio .marquee__inner .text {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.kafer__portfolio .marquee__inner .text .dot {
  margin: 0 5rem;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.kafer__portfolio__carouselWrapper {
  position: relative;
}

.kafer__portfolio__navigation {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  height: calc(100% - 30rem);
  border-left: 1px solid rgba(251, 249, 247, 0.08);
  border-right: 1px solid rgba(251, 249, 247, 0.08);
}

.kafer__portfolio__navigation .arrow {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  background-color: #fff;
}

.kafer__portfolio__navigation .arrow svg path {
  stroke: #191E1E;
}

.kafer__portfolio__navigation .arrow--prev {
  transform: translateX(-50%);
}

.kafer__portfolio__navigation .arrow--next {
  transform: translateX(50%);
}

.kafer__portfolio__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22rem;
}

.kafer__portfolio__pagination .slick-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.kafer__portfolio__pagination .slick-dots li {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s all ease;
}

.kafer__portfolio__pagination .slick-dots li.slick-active {
  background: #FFFFFF;
  border-radius: 200px;
  width: 26px;
}

.kafer__portfolio__carousel {
  margin-top: 10rem;
}

.kafer__portfolio__carousel .slick-track {
  padding-bottom: 30rem;
}

.kafer__portfolio__carousel .slick-list {
  padding: 0 15% !important;
}

.kafer__portfolio__carousel .item {
  padding: 0 60px;
}

.kafer__portfolio__carousel .item.slick-current {
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.22)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.158148));
}

.kafer__portfolio__carousel .item .bg {
  position: relative;
}

.kafer__portfolio__carousel .item .bg::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.02%, rgba(0, 0, 0, 0.7) 100%);
}

.kafer__portfolio__carousel .item .bg img {
  width: 100%;
}

.kafer__portfolio__carousel .item .text {
  position: absolute;
  left: 12rem;
  bottom: 3.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 270px;
  line-height: 150%;
}

.kafer__portfolio__carousel .item .text::before {
  content: "";
  width: 43px;
  border-bottom: 2px solid #F55000;
}

@media (max-width: 900px) {
  .kafer__banner .content {
    padding: 0 1rem 0 1rem;
  }

  .kafer__banner .content .section-title {
    font-size: 20px;
  }

  .kafer__banner--end {
    height: 40vh;
  }

  .kafer__gallery {
    min-height: unset;
  }

  .kafer__gallery .slick-list {
    padding: 0 !important;
  }

  .kafer__video {
    padding: 0;
    padding-top: 10rem;
  }

  .kafer__video .content {
    padding: 0;
  }

  .kafer__video .content .main-desc {
    padding: 0 3rem 0 3rem;
  }

  .kafer__numbers {
    padding: 9rem 4rem 17rem;
  }

  .kafer__slider__sticky {
    height: unset;
  }

  .kafer__slider__container {
    flex-direction: column;
  }

  .kafer__slider__container .item {
    flex-direction: column;
  }

  .kafer__slider__container .item .left {
    width: 100%;
    margin-bottom: -5px;
  }

  .kafer__slider__container .item .left img {
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .kafer__slider__container .item .right {
    width: 100%;
    padding: 5rem 5rem;
  }

  .kafer__slider__container .item:nth-child(even) {
    flex-direction: column;
  }

  .kafer__list {
    padding-bottom: 0;
  }

  .kafer__list .item {
    flex-direction: column;
  }

  .kafer__list .item .left {
    width: 100%;
    padding: 5rem 5rem;
  }

  .kafer__list .item .right {
    width: 100%;
  }

  .kafer__list .item .right img {
    padding: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .kafer__list .item:nth-child(even) {
    flex-direction: column;
  }

  .kafer__portfolio__navigation {
    display: none;
  }

  .kafer__portfolio__carousel .slick-list {
    padding: 0 !important;
  }

  .kafer__portfolio__carousel .item {
    padding: 2rem;
  }

  .kafer__portfolio__carousel .item .text {
    left: 3rem;
    bottom: 3.5rem;
  }

  .kafer__portfolio__carousel .item .text::before {
    display: none;
  }
}

.accessories__banner {
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessories__banner .content {
  width: min(95%, 620px);
  padding-top: 35rem;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.accessories__banner .content .mini-title-banner {
  color: #232A2A;
}

.accessories__banner .content .banner-title {
  color: #232A2A;
  font-size: 80px;
}

.accessories__banner .content .title {
  text-align: center;
  color: #232A2A;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.accessories__banner .content .title::before,
.accessories__banner .content .title::after {
  content: "";
  width: 32px;
  border-bottom: 1.5px solid #F55000;
}

.accessories__grid {
  width: 100%;
}

.accessories__grid .list {
  display: grid;
  max-width: 1200px;
  width: 95%;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  margin: 12rem auto;
}

.accessories__grid .list .item {
  padding: 3rem;
  width: 100%;
  border: 1px solid #C4C4C4;
  color: #191E1E;
  height: auto;
}

.accessories__grid .list .item .content {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-size: 13px;
  line-height: 180%;
  height: 100%;
}

.accessories__grid .list .item .content .title {
  font-weight: bold;
}

.accessories__grid .list .item .content .img {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
  width: 250px;
  height: 250px;
  margin: auto;
}

.accessories__grid .list .item .content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.accessories__banner-end {
  display: flex;
}

.accessories__banner-end img {
  width: 100%;
  display: block;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .accessories__banner {
    height: 35vh;
  }

  .accessories__banner .content {
    padding-top: 26rem;
  }

  .accessories__banner .content .banner-title {
    font-size: 3rem;
  }

  .accessories__banner .content .title {
    font-size: 1.8rem;
  }

  .accessories__banner-end {
    height: 200px;
  }

  .accessories__banner-end img {
    height: 100%;
  }

  .accessories__grid .list .item {
    border: 0;
  }
}

.accessories-detail__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessories-detail__banner .content {
  width: 95%;
  margin: 0rem auto;
  padding-top: 30rem;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.accessories-detail__banner .content .mini-title-banner {
  color: #232A2A;
}

.accessories-detail__banner .content .banner-title {
  color: #232A2A;
  font-size: 80px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10rem;
}

.accessories-detail__data {
  display: flex;
  align-items: center;
  padding: 5rem;
  border-right: solid 12px #F55000;
}

.accessories-detail__data .left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accessories-detail__data .left .img {
  width: 100%;
}

.accessories-detail__data .left .img img {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.accessories-detail__data .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accessories-detail__data .right .section-title {
  color: #232A2A;
  text-align: start;
}

.accessories-detail__data .right .content {
  padding: 10rem;
}

.accessories-detail__data .right .content .datas h3,
.accessories-detail__data .right .content .datas p,
.accessories-detail__data .right .content .datas ul {
  font-style: normal;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #232A2A;
  margin-bottom: 1rem;
}

.accessories-detail__data .right .content .datas h3,
.accessories-detail__data .right .content .datas p {
  font-weight: 700;
}

.accessories-detail__data .right .content .datas ul {
  list-style: disc;
  padding-left: 2rem;
}

.accessories-detail__data .right .content .datas ul li {
  font-weight: normal;
}

.accessories-detail__data:nth-child(odd) {
  background-color: #F4F1ED;
  flex-direction: row-reverse;
  border: none;
}

.accessories-detail__data:nth-child(odd) .right .content .section-title {
  margin: 0;
}

.accessories-detail__see-more {
  min-height: 100vh;
  background-color: white;
  padding-top: 10rem;
}

.accessories-detail__see-more .marquee {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-20% + var(--offset));
  --move-final: calc(-40% + var(--offset));
}

.accessories-detail__see-more .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
}

.accessories-detail__see-more .marquee__inner .text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #232A2A;
}

.accessories-detail__see-more .marquee__inner .text .dot {
  margin: 0 5rem;
  color: #F55000;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.accessories-detail__see-more__slide {
  margin-top: 10rem;
}

.accessories-detail__see-more__slide__wrapper {
  position: relative;
}

.accessories-detail__see-more__slide__wrapper .slick-list {
  padding: 0 5% !important;
}

.accessories-detail__see-more__slide__wrapper .slick-track {
  display: flex !important;
  justify-content: center;
}

.accessories-detail__see-more__slide__wrapper__carousel .item {
  height: auto;
  border: 1px solid #C4C4C4;
  padding: 3rem 4rem;
  color: #232A2A;
}

.accessories-detail__see-more__slide__wrapper__carousel .item .content .img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.accessories-detail__see-more__slide__wrapper__carousel .item .content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.accessories-detail__see-more__slide__wrapper__navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.accessories-detail__see-more__slide__wrapper__navigation .arrow {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  background-color: #232A2A;
}

.accessories-detail__see-more__slide__wrapper__navigation .arrow svg path {
  stroke: #F4F1ED;
}

.accessories-detail__see-more__slide__wrapper__navigation .arrow--prev {
  transform: translateX(-50%);
}

.accessories-detail__see-more__slide__wrapper__navigation .arrow--next {
  transform: translateX(50%);
}

.accessories-detail__last__banner {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 5rem;
}

.accessories-detail__last__banner img {
  width: 100%;
  display: block;
}

@media (max-width: 900px) {
  .accessories-detail__banner .content .banner-title {
    font-size: 3rem;
  }

  .accessories-detail__data {
    flex-direction: column;
  }

  .accessories-detail__data .right {
    width: 100%;
  }

  .accessories-detail__data .right .content {
    padding: 4rem;
  }

  .accessories-detail__data:nth-child(odd) {
    flex-direction: column;
  }

  .accessories-detail__see-more {
    min-height: unset;
  }

  .accessories-detail__see-more__slide__wrapper__navigation .slick-hidden {
    display: none !important;
  }

  .accessories-detail__see-more__slide__wrapper__carousel .item {
    width: unset !important;
  }

  .accessories-detail__see-more__slide__wrapper .slick-track {
    width: unset !important;
  }
}

.blog-detail .social {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  left: 0;
  width: 100%;
}

.blog-detail .social .progress-container {
  width: 100%;
  height: 3px;
  background-color: #F4F1ED;
}

.blog-detail .social .progress-container .progress-bar {
  background-color: #F55000;
  height: 3px;
  width: 0%;
}

.blog-detail .social .nav {
  width: 100%;
  background-color: #FBF9F7;
  display: flex;
  justify-content: space-between;
}

.blog-detail .social .nav .left {
  display: flex;
  align-items: center;
  margin-left: 5rem;
}

.blog-detail .social .nav .left .text {
  font-style: normal;
  font-size: 14px;
  color: #232A2A;
}

.blog-detail .social .nav .right {
  display: flex;
  margin-right: 5rem;
  gap: 3.5rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-detail .social .nav .right .main-desc {
  color: #232A2A;
  font-size: 12px;
  line-height: 200%;
  font-weight: 800;
}

.blog-detail__banner {
  position: relative;
  padding: 12rem 0;
  display: flex;
  align-items: center;
}

.blog-detail__banner .back {
  position: absolute;
  left: 5%;
  top: 35%;
  display: flex;
  z-index: 2;
}

.blog-detail__banner .content {
  padding-left: 18vw;
  padding-top: 10rem;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.blog-detail__banner .content .cat-data {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.blog-detail__banner .content .cat-data .cat {
  border: 2px solid #F55000;
  border-radius: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 1rem;
}

.blog-detail__banner .content .section-title {
  color: #232A2A;
  text-align: start;
  margin-left: 0;
}

.blog-detail__banner .content .main-desc {
  max-width: 70%;
  text-align: start;
  color: #232A2A;
}

.blog-detail__image .bg img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-detail__subject {
  width: min(95%, 885px);
  margin: 10rem 0 10rem 18vw;
  font-family: "Spartan MB";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 200%;
  letter-spacing: -0.01em;
  color: #232A2A;
}

.blog-detail__subject p {
  max-width: 80%;
}

.blog-detail__subject iframe,
.blog-detail__subject img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 7rem 0;
}

.blog-detail__see-more {
  margin-top: 8rem;
  background-color: #F4F1ED;
}

.blog-detail__see-more .marquee {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-20% + var(--offset));
  --move-final: calc(-40% + var(--offset));
}

.blog-detail__see-more .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
}

.blog-detail__see-more .marquee__inner .text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #232A2A;
  padding: 4rem 0;
  color: #232A2A;
}

.blog-detail__see-more .marquee__inner .text .dot {
  margin: 0 5rem;
  color: #F55000;
}

.blog-detail__see-more__posts__wrapper {
  position: relative;
}

.blog-detail__see-more__posts__wrapper__navigation {
  position: absolute;
  left: 50%;
  top: calc(50% - 15rem);
  transform: translate(-50%, -50%);
  width: 72.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.blog-detail__see-more__posts__wrapper__navigation .arrow {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  background-color: #232A2A;
}

.blog-detail__see-more__posts__wrapper__navigation .arrow svg path {
  stroke: white;
}

.blog-detail__see-more__posts__wrapper__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22rem;
}

.blog-detail__see-more__posts__wrapper__pagination .slick-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-detail__see-more__posts__wrapper__pagination .slick-dots li {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #232A2A;
  opacity: 0.5;
  transition: 0.3s all ease;
}

.blog-detail__see-more__posts__wrapper__pagination .slick-dots li.slick-active {
  background: #232A2A;
  border-radius: 200px;
  width: 26px;
  opacity: 1;
}

.blog-detail__see-more__posts__carousel .slick-list {
  padding: 0 15% !important;
}

.blog-detail__see-more__posts__carousel .slick-track {
  display: flex !important;
  padding-bottom: 30rem;
}

.blog-detail__see-more__posts__carousel .item {
  height: auto;
  display: flex !important;
  border-left: 1px solid rgba(35, 42, 42, 0.08);
  opacity: 0.3;
}

.blog-detail__see-more__posts__carousel .item.slick-current {
  opacity: 1;
}

.blog-detail__see-more__posts__carousel .item .left {
  width: 50%;
  margin-left: 5rem;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.22), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.158148), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.131144), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.11), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0888564), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.061852);
  position: relative;
}

.blog-detail__see-more__posts__carousel .item .left::after {
  content: "";
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
}

.blog-detail__see-more__posts__carousel .item .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-detail__see-more__posts__carousel .item .right {
  width: 50%;
  padding: 5rem 5rem 0 5rem;
}

.blog-detail__see-more__posts__carousel .item .right .content {
  height: 100%;
}

.blog-detail__see-more__posts__carousel .item .right .content .text {
  color: #232A2A;
}

.blog-detail__see-more__posts__carousel .item .right .content .main-desc {
  position: relative;
  max-width: 80%;
  color: #232A2A;
}

.blog-detail__see-more__posts__carousel .item .right .content .main-desc::before {
  content: "";
  left: 0;
  top: -2.5rem;
  width: 45px;
  border-bottom: 1.5px solid #F55000;
  position: absolute;
}

.blog-detail__see-more__posts__carousel .item .right .content .btn {
  margin-top: 7rem;
}

@media (max-width: 900px) {
  .blog-detail__banner .content {
    padding-left: 5rem;
    padding-top: 14rem;
  }

  .blog-detail__banner .back {
    top: 28%;
    left: 11%;
  }

  .blog-detail__image .bg img {
    height: 234px;
  }

  .blog-detail__subject {
    margin: 6rem 0 8rem 6vw;
  }

  .blog-detail__subject p {
    max-width: 95%;
  }

  .blog-detail__subject iframe {
    height: 200px;
  }

  .blog-detail__see-more__posts__wrapper__navigation {
    display: none;
  }

  .blog-detail__see-more__posts__carousel .slick-list {
    padding: 0 !important;
  }

  .blog-detail__see-more__posts__carousel .item {
    flex-direction: column;
    padding: 5rem;
  }

  .blog-detail__see-more__posts__carousel .item .left {
    width: 100%;
    margin-left: 0;
  }

  .blog-detail__see-more__posts__carousel .item .right {
    width: 100%;
  }

  .blog-detail .social .nav {
    justify-content: center;
  }

  .blog-detail .social .nav .left {
    display: none;
  }
}

.speak-us__banner {
  position: relative;
  background-color: #191E1E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25rem 10rem 15rem;
}

.speak-us__banner .main-desc {
  margin: 0 auto 7rem;
  max-width: 560px;
  text-align: center;
}

.speak-us__image {
  width: 100%;
  margin-bottom: 17rem;
}

.speak-us__image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.speak-us__form {
  border-left: 12px solid #F55000;
}

.speak-us__form .formWrapper {
  width: 100%;
  display: flex;
}

.speak-us__form .formWrapper .left {
  width: 40%;
  padding-left: 17rem;
  padding-bottom: 17rem;
  margin-right: 10rem;
}

.speak-us__form .formWrapper .left .content .section-title {
  color: #232A2A;
  text-align: start;
}

.speak-us__form .formWrapper .left .content .main-desc {
  color: #232A2A;
}

.speak-us__form .formWrapper .left .content a {
  margin: 0;
}

.speak-us__form .formWrapper .right {
  width: 60%;
  margin-right: 8rem;
}

.speak-us__cards .cards {
  width: 100%;
  display: flex;
}

.speak-us__cards .cards .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1E2323;
  padding: 15rem;
}

.speak-us__cards .cards .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #191E1E;
}

.speak-us__cards .cards .info {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 136%;
  letter-spacing: 0.15em;
  color: #FFFFFF;
}

.speak-us__image2 {
  width: 100%;
  background-color: #232A2A;
}

.speak-us__image2 img {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.speak-us__endform {
  background-color: #232A2A;
  padding-bottom: 1rem;
  position: relative;
  padding-bottom: 10rem;
}

.speak-us__endform:before {
  content: "";
  left: 0;
  bottom: 0;
  height: calc(100% - 17rem);
  border-left: 12px solid #F55000;
  position: absolute;
}

.speak-us__endform .formWrapper {
  width: 100%;
  display: flex;
  padding-top: 17rem;
}

.speak-us__endform .formWrapper .left {
  width: 40%;
  padding-left: 17rem;
  padding-bottom: 17rem;
  margin-right: 10rem;
}

.speak-us__endform .formWrapper .left .content .section-title {
  color: #FBF9F7;
  text-align: start;
}

.speak-us__endform .formWrapper .left .content .main-desc {
  color: #FBF9F7;
}

.speak-us__endform .formWrapper .left .content .see-map {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.speak-us__endform .formWrapper .left .content .see-map a {
  color: #F55000;
}

.speak-us__endform .formWrapper .right {
  width: 60%;
  margin-right: 8rem;
}

@media (max-width: 1200px) {
  .speak-us__banner {
    padding: 25rem 3rem 15rem;
  }

  .speak-us__form .formWrapper {
    flex-direction: column;
    padding-right: 2rem;
  }

  .speak-us__form .formWrapper .left {
    width: 100%;
    padding-left: 5rem;
    padding-bottom: 4rem;
  }

  .speak-us__form .formWrapper .left .content .section-title {
    margin: 0;
  }

  .speak-us__form .formWrapper .right {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .speak-us__form .formWrapper .right .form__row {
    flex-direction: column;
  }

  .speak-us__form .formWrapper .right .form__col--flexend {
    justify-content: unset;
    margin-bottom: 20px;
  }

  .speak-us__image {
    margin-bottom: 5rem;
  }

  .speak-us__image img {
    height: 234px;
  }

  .speak-us__cards .cards {
    flex-direction: column;
  }

  .speak-us__cards .cards .left {
    width: 100%;
    padding: 6rem;
  }

  .speak-us__cards .cards .left .info {
    font-size: 11px;
  }

  .speak-us__cards .cards .right {
    width: 100%;
    padding: 6rem;
  }

  .speak-us__cards .cards .right .info {
    font-size: 11px;
  }

  .speak-us__endform .formWrapper {
    flex-direction: column;
  }

  .speak-us__endform .formWrapper .left {
    width: 100%;
    padding-left: 5rem;
    padding-bottom: 3rem;
  }

  .speak-us__endform .formWrapper .left .content .section-title {
    margin: 0;
  }

  .speak-us__endform .formWrapper .right {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .speak-us__endform .formWrapper .right .form__row {
    flex-direction: column;
  }

  .speak-us__endform .formWrapper .right .form__col--flexend {
    justify-content: unset;
    margin-bottom: 5rem;
  }
}

.product-detail .loader {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.product-detail__banner {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail__banner .goDown {
  position: absolute;
  z-index: 100;
  bottom: 160px;
}

.product-detail__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 40, 40, 0) 29.17%, #212828 100%);
}

.product-detail__banner .bg {
  position: absolute;
  inset: 0;
  background-color: #191E1E;
}

.product-detail__banner .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail__banner .content {
  width: min(95%, 620px);
  padding-top: 10rem;
  z-index: 1;
  position: relative;
  right: 15%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.product-detail__banner .content .line {
  font-family: "Spartan MB";
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.product-detail__banner .content .main-desc {
  max-width: 70%;
}

.product-detail__banner .content .model-title {
  font-family: "Poppins";
  color: #FBF9F7;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 112.5%;
}

.product-detail__banner .content .mini-title-banner {
  position: relative;
  font-family: "Spartan MB";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.product-detail__banner .content .mini-title-banner::after {
  content: "";
  width: 130px;
  border-bottom: 2px solid #F55000;
  display: inline-block;
}

.product-detail__banner .content svg {
  -webkit-animation: bounce 0.5s ease infinite alternate;
          animation: bounce 0.5s ease infinite alternate;
  cursor: pointer;
  position: absolute;
  left: 80%;
  bottom: 0%;
}

.product-detail__liberty {
  width: 100%;
  background-color: #212828;
  display: flex;
  border-left: 12px solid #F55000;
  overflow: hidden;
  height: 75vh;
}

.product-detail__liberty .left {
  width: 50%;
  text-align: start;
  padding-left: 15rem;
}

.product-detail__liberty .left .section-title {
  text-align: start;
  margin-bottom: 2rem;
  margin-left: 0;
}

.product-detail__liberty .left .btns .btn {
  margin-left: 0;
  margin-bottom: 1rem !important;
}

.product-detail__liberty .right {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}

.product-detail__liberty .right .img {
  position: absolute;
  right: -50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.product-detail__liberty .right .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-detail__video {
  width: 100%;
}

.product-detail__video .video {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
}

.product-detail__video .video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.product-detail__optionals {
  padding: 14rem 7rem 10rem;
}

.product-detail__optionals .gridWrapper {
  width: 100%;
}

.product-detail__optionals .gridWrapper .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product-detail__optionals .gridWrapper .grid .item {
  border: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 169px;
  padding: 2rem;
}

.product-detail__optionals .gridWrapper .grid .item .svg {
  margin-right: 4rem;
  width: 50%;
}

.product-detail__optionals .gridWrapper .grid .item .content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-detail__optionals .gridWrapper .grid .item .content .main-desc {
  color: #191e1e;
}

.product-detail__differentials {
  display: flex;
  flex-wrap: wrap;
}

.product-detail__differentials .section-title-top {
  font-size: 30px;
  color: #191e1e;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 10rem;
}

.product-detail__differentials .section-title-top::before,
.product-detail__differentials .section-title-top::after {
  content: "";
  border-bottom: 1px solid #c4c4c4;
  width: 212px;
  display: inline-block;
}

.product-detail__differentials .item {
  height: 100vh;
  position: relative;
}

.product-detail__differentials .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}

.product-detail__differentials .item .bg {
  width: 100%;
  height: 100%;
}

.product-detail__differentials .item .bg .img {
  width: 100%;
  height: 100%;
}

.product-detail__differentials .item .bg .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.product-detail__differentials .item .bg .content {
  width: min(95%, 600px);
  z-index: 3;
}

.product-detail__differentials .item .bg .content .big_title {
  font-weight: 700;
  font-size: clamp(8rem, 10vw, 17rem);
  line-height: 136%;
  text-transform: uppercase;
  color: white;
}

.product-detail__differentials .item--size-big {
  width: 100%;
}

.product-detail__differentials .item--size-small {
  width: 50%;
}

.product-detail__differentials .item--size-small .bg .content {
  width: min(95%, 400px);
}

.product-detail__differentials .item--v_1 .bg {
  position: relative;
}

.product-detail__differentials .item--v_1 .bg .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.product-detail__differentials .item--v_2 {
  height: auto;
  padding-top: 12rem;
  padding-left: 2rem;
  padding-bottom: 8rem;
}

.product-detail__differentials .item--v_2::after {
  display: none;
}

.product-detail__differentials .item--v_2 .bg {
  display: flex;
  width: 100%;
  gap: 7rem;
}

.product-detail__differentials .item--v_2 .bg .img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail__differentials .item--v_2 .bg .img img {
  height: auto;
}

.product-detail__differentials .item--v_2 .bg .content {
  border-right: solid 12px #F55000;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.product-detail__differentials .item--v_2 .bg .content .section-title {
  color: #191e1e;
  font-size: 35px;
  text-align: start;
  width: min(90%, 500px);
  margin: 0;
}

.product-detail__differentials .item--v_2 .bg .content .main-desc {
  color: #191e1e;
  width: 70%;
}

.product-detail__differentials .item--v_3 {
  height: auto;
  padding-top: 12rem;
  padding-left: 12rem;
  padding-bottom: 8rem;
}

.product-detail__differentials .item--v_3::after {
  display: none;
}

.product-detail__differentials .item--v_3 .bg {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  gap: 7rem;
}

.product-detail__differentials .item--v_3 .bg .img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail__differentials .item--v_3 .bg .img img {
  height: auto;
}

.product-detail__differentials .item--v_3 .bg .content {
  width: 50%;
}

.product-detail__differentials .item--v_3 .bg .content .section-title {
  color: #191e1e;
  font-size: 35px;
  text-align: start;
  margin: 0;
  width: min(90%, 500px);
}

.product-detail__differentials .item--v_3 .bg .content .main-desc {
  color: #191e1e;
  width: 70%;
}

.product-detail__differentials__temperature {
  background-color: #212828;
  height: 90rem;
}

.product-detail__differentials__temperature .main {
  display: flex;
  width: 100%;
  height: 100%;
}

.product-detail__differentials__temperature .main .right {
  width: 60%;
}

.product-detail__differentials__temperature .main .right .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20rem;
  width: 100%;
  height: 100%;
}

.product-detail__differentials__temperature .main .right .img img {
  width: 100%;
  height: 100%;
}

.product-detail__differentials__temperature .main .left {
  width: 40%;
  padding: 15rem 0 0rem 15rem;
}

.product-detail__differentials__temperature .main .left .content .texts .section-title {
  text-align: start;
}

.product-detail__differentials__temperature .main .left .content .grid .unity .svg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 3fr));
  grid-row-gap: 25px;
}

.product-detail__differentials__temperature .main .left .content .grid .unity .svg a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-detail__differentials__temperature .main .left .content .grid .unity .svg a .main-desc {
  text-align: center;
}

.product-detail__differentials__temperature .main .left .content .grid .unity .svg a svg {
  height: 72px;
  width: 72px;
  padding: 4px;
}

.product-detail__differentials__temperature .main .left .content .grid .unity .svg a svg:hover {
  transform: scale(1.09);
}

.product-detail__differentials__temperature .main .left .content .grid .unity .svg a svg path {
  stroke: #F55000;
}

.product-detail__differentials__temperature .main .left .content .grid .unity .svg .data-title {
  background-color: red;
}

.product-detail__numbers {
  padding: 8rem 12rem 17rem;
}

.product-detail__numbers .title {
  font-family: "Spartan MB";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-detail__numbers .title .btns {
  display: flex;
  gap: 2rem;
}

.product-detail__numbers .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  width: 100%;
}

.product-detail__numbers .list .item {
  padding: 3rem 0 3rem 4rem;
  flex: 1;
  border: 1px solid #c4c4c4;
  border-radius: 1px 0px 0px 1px;
}

.product-detail__numbers .list .item .content .number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 112.5%;
  letter-spacing: 0.15em;
}

.product-detail__slider__wrapper {
  position: relative;
}

.product-detail__slider__wrapper__navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.product-detail__slider__wrapper__navigation .arrow {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
}

.product-detail__slider__wrapper__navigation .slick-hidden {
  display: none !important;
}

.product-detail__slider__wrapper__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6rem;
}

.product-detail__slider__wrapper__pagination .slick-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-detail__slider__wrapper__pagination .slick-dots li {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s all ease;
}

.product-detail__slider__wrapper__pagination .slick-dots li.slick-active {
  background: #ffffff;
  border-radius: 200px;
  width: 26px;
}

.product-detail__slider__wrapper__carousel .slick-list {
  padding: 0 !important;
}

.product-detail__slider__wrapper__carousel .item {
  position: relative;
  height: 100vh;
}

.product-detail__slider__wrapper__carousel .item .bg {
  position: relative;
  height: 100%;
  width: 100%;
}

.product-detail__slider__wrapper__carousel .item .bg::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.product-detail__slider__wrapper__carousel .item .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail__slider__wrapper__carousel .item .main-desc {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.product-detail__marquee {
  background-color: #232A2A;
  padding-top: 9rem;
  padding-bottom: 7rem;
}

.product-detail__marquee .marquee {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  --offset: 20vw;
  --move-initial: calc(-20% + var(--offset));
  --move-final: calc(-40% + var(--offset));
}

.product-detail__marquee .marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 5s linear infinite;
          animation: marquee 5s linear infinite;
}

.product-detail__marquee .marquee__inner .text {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-detail__marquee .marquee__inner .text .dot {
  margin: 0 5rem;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.product-detail__models {
  background-color: #232A2A;
}

.product-detail__models__wrapper {
  position: relative;
}

.product-detail__models__wrapper__carousel .slick-track {
  padding-bottom: 20rem;
}

.product-detail__models__wrapper__carousel .slick-list {
  padding: 0 15% !important;
}

.product-detail__models__wrapper__carousel .item {
  padding: 0 60px;
  position: relative;
  border-left: 1px solid rgba(251, 249, 247, 0.08);
  border-right: 1px solid rgba(251, 249, 247, 0.08);
}

.product-detail__models__wrapper__carousel .item.slick-current {
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.22)) drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.158148));
}

.product-detail__models__wrapper__carousel .item .bg {
  position: relative;
}

.product-detail__models__wrapper__carousel .item .bg::after {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.02%, rgba(0, 0, 0, 0.7) 100%);
}

.product-detail__models__wrapper__carousel .item .bg img {
  width: 100%;
  min-height: 464px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 464px;
}

.product-detail__models__wrapper__carousel .item .content {
  position: absolute;
  bottom: 6rem;
  left: 12rem;
  width: 40%;
}

.product-detail__models__wrapper__carousel .item .content .text {
  display: flex;
  align-items: center;
  gap: 3rem;
  line-height: 150%;
}

.product-detail__models__wrapper__carousel .item .content .small-text::before {
  content: "";
  width: 43px;
  border-bottom: 2px solid #F55000;
}

.product-detail__models__wrapper__carousel .item .content .section-title {
  margin: 0;
  text-align: start;
}

.product-detail__models__wrapper__carousel .item .optionals {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  right: 10%;
  bottom: 3rem;
  gap: 2rem;
}

.product-detail__models__wrapper__carousel .item .optionals .group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-detail__models__wrapper__carousel .item .optionals .group svg {
  height: 37.25px;
  width: 37.25px;
  border: 1.5px solid #F55000;
  border-radius: 50%;
  padding: 4px;
}

.product-detail__models__wrapper__carousel .item .optionals .group svg path {
  stroke: #F55000;
}

.product-detail__models__wrapper__navigation {
  position: absolute;
  left: 50%;
  top: calc(50% - 10rem);
  transform: translate(-50%, -50%);
  width: 72.7% !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.product-detail__models__wrapper__navigation .arrow {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  background-color: #fff;
}

.product-detail__models__wrapper__navigation .arrow svg path {
  stroke: #191E1E;
}

.product-detail__models__wrapper__pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14rem;
}

.product-detail__models__wrapper__pagination .slick-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-detail__models__wrapper__pagination .slick-dots li {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s all ease;
}

.product-detail__models__wrapper__pagination .slick-dots li.slick-active {
  background: #ffffff;
  border-radius: 200px;
  width: 26px;
}

.product-detail__where {
  background-color: #232A2A;
  min-height: 100vh;
  padding-bottom: 20rem;
}

.product-detail__where__inner {
  width: min(90%, 1366px);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.product-detail__where__inner__left {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 700px;
  width: 50%;
}

.product-detail__where__inner__left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-detail__where__inner__float {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 265px;
}

.product-detail__where__inner__float .section-title {
  text-align: left;
}

.product-detail__where__inner__logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.product-detail__where__inner__logo .sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: transparent;
  border: 1px solid rgba(250, 90, 0, 0.8);
  z-index: -2;
  pointer-events: none;
}

.product-detail__where__inner__logo .sonar-wave1 {
  -webkit-animation: sonarWave 3s linear infinite;
          animation: sonarWave 3s linear infinite;
}

.product-detail__where__inner__logo .sonar-wave2 {
  -webkit-animation: sonarWave 3s 1s linear infinite;
          animation: sonarWave 3s 1s linear infinite;
}

.product-detail__where__inner__logo .sonar-wave3 {
  -webkit-animation: sonarWave 3s 2s linear infinite;
          animation: sonarWave 3s 2s linear infinite;
}

.product-detail__where__inner__logo .sonar-wave4 {
  -webkit-animation: sonarWave 3s 3s linear infinite;
          animation: sonarWave 3s 3s linear infinite;
}

.product-detail__where__inner__logo .sonar-wave3 {
  -webkit-animation: sonarWave 3s 4s linear infinite;
          animation: sonarWave 3s 4s linear infinite;
}

.product-detail__where__inner__logo .sonar-wave6 {
  -webkit-animation: sonarWave 3s 5s linear infinite;
          animation: sonarWave 3s 5s linear infinite;
}

@keyframes sonarWave {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(3);
    opacity: 0.1;
  }
}

.product-detail__where__inner__right {
  width: 60%;
  background-color: #191E1E;
  margin-top: 10rem;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail__where__inner__right .inner {
  margin-left: 5rem;
  max-width: 380px;
  height: 100%;
}

.product-detail__where__inner__right .inner .main-desc {
  margin-bottom: 17rem;
}

.product-detail__where__inner__right .inner .form {
  width: 100%;
}

.product-detail__where__inner__right .inner .form__row {
  margin-bottom: 5rem;
}

.product-detail__where__inner__right .inner .form__col {
  width: 100%;
  position: relative;
}

.product-detail__where__inner__right .inner .form__col .arrow {
  position: absolute;
  right: 0;
  top: 30%;
  pointer-events: none;
}

.product-detail__where__inner__right .inner .form__col select {
  font-family: "Spartan MB";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #ffffff;
  padding-bottom: 1rem;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #F55000;
  width: 100%;
}

.product-detail__where__inner__right .inner .form__col select option {
  background-color: #191e1e;
}

.product-detail__where__inner__right .inner .form__col button {
  margin: 0;
}

.product-detail__social {
  position: fixed;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 75px;
  box-shadow: 0px -54px 80px rgba(0, 0, 0, 0.16), 0px -22.5599px 33.4221px rgba(0, 0, 0, 0.115017), 0px -12.0616px 17.869px rgba(0, 0, 0, 0.0953772), 0px -6.76164px 10.0172px rgba(0, 0, 0, 0.08), 0px -3.59106px 5.32008px rgba(0, 0, 0, 0.0646228), 0px -1.49432px 2.21381px rgba(0, 0, 0, 0.0449833);
}

.product-detail__social .nav {
  width: 100%;
  background-color: #191e1e;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.product-detail__social .nav .left {
  display: flex;
  align-items: center;
  margin-left: 5rem;
}

.product-detail__social .nav .left .text {
  font-style: normal;
  font-size: 14px;
  color: #fbf9f7;
}

.product-detail__social .nav .right {
  display: flex;
  margin-right: 5rem;
  gap: 3.5rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-detail__social .nav .right .btn {
  margin: 0;
  height: 45px;
}

.product-detail__modal-wrapper {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999999;
  height: 0;
  left: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s all ease;
  pointer-events: none;
}

.product-detail__modal-wrapper.active {
  height: 100vh;
  opacity: 1;
  pointer-events: all;
}

.product-detail__modal-wrapper .modal-inner {
  width: min(95%, 900px);
  height: 55rem;
  background: #232a2a;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.22), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.158148), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.131144), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.11), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0888564), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.061852);
  border-radius: 20px;
  padding: 10rem;
  gap: 9rem;
  display: flex;
  align-items: center;
  position: relative;
}

.product-detail__modal-wrapper .modal-inner .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}

.product-detail__modal-wrapper .modal-inner .left {
  width: 50%;
}

.product-detail__modal-wrapper .modal-inner .left .section-title {
  text-align: start;
}

.product-detail__modal-wrapper .modal-inner .left .main-desc a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #ffffff;
  font-family: "Spartan MB";
  border-bottom: 1px solid #fff;
}

.product-detail__modal-wrapper .modal-inner .right {
  width: 50%;
  display: flex;
  justify-content: center;
}

.product-detail__modal-wrapper .modal-inner .right img {
  width: 500px;
}

@media (max-width: 1200px) {
  .product-detail__banner .content {
    right: 0;
    align-items: center;
    bottom: 7rem;
    padding-top: 0;
  }

  .product-detail__banner .content svg {
    bottom: -90%;
    left: 50%;
  }

  .product-detail__banner .content .model-title {
    font-size: 40px;
  }

  .product-detail__banner .content .main-desc {
    text-align: center;
  }

  .product-detail__banner .content .mini-title-banner::after,
  .product-detail__banner .content .mini-title-banner::before {
    content: "";
    width: 50px;
    border-bottom: 2px solid #f55000;
    display: inline-block;
  }

  .product-detail__liberty .left {
    padding-left: 4rem;
  }

  .product-detail__video video {
    display: none;
  }

  .product-detail__differentials .section-title-top {
    text-align: center;
  }

  .product-detail__differentials .item--v_2 .bg {
    flex-direction: column-reverse;
  }

  .product-detail__differentials .item--v_2 .bg .img {
    width: 100%;
  }

  .product-detail__differentials .item--v_2 .bg .content {
    width: 100%;
  }

  .product-detail__differentials .item--v_2 .bg .content .section-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .product-detail__differentials .item--v_2 .bg .content .main-desc {
    width: 80%;
  }

  .product-detail__differentials .item--v_3 {
    padding-top: 0rem;
    padding-left: 5rem;
    padding-bottom: 8rem;
  }

  .product-detail__differentials .item--v_3 .bg {
    flex-direction: column-reverse;
  }

  .product-detail__differentials .item--v_3 .bg .img {
    width: 100%;
    height: 200px;
  }

  .product-detail__differentials .item--v_3 .bg .img img {
    height: 100%;
  }

  .product-detail__differentials .item--v_3 .bg .content {
    width: 100%;
  }

  .product-detail__differentials .item--v_3 .bg .content .section-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .product-detail__differentials .item--v_3 .bg .content .main-desc {
    width: 80%;
  }

  .product-detail__numbers {
    padding: 5rem 6rem 17rem;
  }

  .product-detail__models__wrapper__carousel .item .content {
    bottom: 1rem;
    left: 8rem;
  }

  .product-detail__models__wrapper__carousel .item .content .text {
    font-size: 20px;
  }

  .product-detail__where {
    padding-top: 0;
    min-height: 0;
  }

  .product-detail__where__inner__left {
    height: 40rem;
    width: 100%;
  }

  .product-detail__where__inner__left img {
    height: 100%;
  }

  .product-detail__where__inner__right {
    padding-right: 4rem;
    width: 100%;
  }

  .product-detail__where__inner__float {
    top: 46%;
    right: -50%;
  }

  .product-detail__where__inner__float .section-title {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .product-detail__banner .content .model-title {
    font-size: 4rem;
  }

  .product-detail__modal-wrapper .modal-inner {
    padding: 0;
  }

  .product-detail__modal-wrapper .modal-inner .right {
    width: 0;
  }

  .product-detail__modal-wrapper .modal-inner .right img {
    display: none;
  }

  .product-detail__modal-wrapper .modal-inner .left {
    margin-left: 4rem;
  }

  .product-detail__liberty {
    flex-direction: column;
    height: 100vh;
  }

  .product-detail__liberty .left {
    width: 100%;
    padding-left: 5rem;
    padding-right: 2rem;
    padding-bottom: 12rem;
  }

  .product-detail__liberty .left .content {
    padding-right: 2rem;
  }

  .product-detail__liberty .left .content .section-title {
    font-size: 2.5rem;
  }

  .product-detail__liberty .right {
    width: 100%;
    height: 100%;
  }

  .product-detail__liberty .right .img {
    right: 0;
  }

  .product-detail__liberty .right .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .product-detail__video {
    display: none;
  }

  .product-detail__video video {
    display: none;
  }

  .product-detail__differentials__temperature .main {
    flex-direction: column;
    padding: 5rem;
  }

  .product-detail__differentials__temperature .main .left {
    width: 100%;
    padding: 0;
  }

  .product-detail__differentials__temperature .main .right {
    width: 100%;
    margin-top: 5rem;
  }

  .product-detail__differentials__temperature .main .right .img {
    padding: 0;
  }

  .product-detail__differentials__temperature .main .right .img img {
    display: none;
  }

  .product-detail__differentials .section-title-top {
    text-align: center;
  }

  .product-detail__differentials .section-title-top::before {
    display: none;
  }

  .product-detail__differentials .section-title-top::after {
    display: none;
  }

  .product-detail__differentials .item .bg .content {
    width: min(87%, 600px);
  }

  .product-detail__differentials .item--size-small {
    width: 100%;
  }

  .product-detail__differentials .item--v_2 .bg {
    flex-direction: column-reverse;
  }

  .product-detail__differentials .item--v_2 .bg .img {
    width: 100%;
  }

  .product-detail__differentials .item--v_2 .bg .content {
    width: 100%;
  }

  .product-detail__differentials .item--v_2 .bg .content .section-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .product-detail__differentials .item--v_2 .bg .content .main-desc {
    width: 80%;
  }

  .product-detail__differentials .item--v_3 {
    padding-top: 0rem;
    padding-left: 5rem;
    padding-bottom: 8rem;
  }

  .product-detail__differentials .item--v_3 .bg {
    flex-direction: column-reverse;
  }

  .product-detail__differentials .item--v_3 .bg .img {
    width: 100%;
    height: 200px;
  }

  .product-detail__differentials .item--v_3 .bg .img img {
    height: 100%;
  }

  .product-detail__differentials .item--v_3 .bg .content {
    width: 100%;
  }

  .product-detail__differentials .item--v_3 .bg .content .section-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .product-detail__differentials .item--v_3 .bg .content .main-desc {
    width: 80%;
  }

  .product-detail__numbers {
    padding: 0;
  }

  .product-detail__numbers .title {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .product-detail__numbers .btns {
    flex-direction: column;
  }

  .product-detail__numbers .list {
    padding: 2rem;
  }

  .product-detail__slider__wrapper__carousel .item .main-desc {
    bottom: 2rem;
    text-align: center;
  }

  .product-detail__models__wrapper__carousel .slick-list {
    padding: 0 !important;
  }

  .product-detail__models__wrapper__carousel .item {
    padding: 0;
  }

  .product-detail__models__wrapper__carousel .item .optionals {
    display: none;
  }

  .product-detail__models__wrapper__carousel .item .content {
    left: 4rem;
    bottom: 2rem;
  }

  .product-detail__models__wrapper__carousel .item .content .small-text {
    margin-bottom: 1rem;
  }

  .product-detail__models__wrapper__carousel .item .content .small-text::before {
    display: none;
  }

  .product-detail__models__wrapper__carousel .item .content .text {
    line-height: 90%;
    font-size: 20px;
    flex-wrap: wrap;
  }

  .product-detail__models__wrapper__carousel .item .bg img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .product-detail__models__wrapper__navigation {
    display: none !important;
  }

  .product-detail__social {
    height: 36px;
  }

  .product-detail__social .nav {
    justify-content: center;
  }

  .product-detail__social .nav .left {
    display: none;
  }

  .product-detail__social .nav .right .btn {
    display: none;
  }

  .product-detail__optionals .gridWrapper .grid {
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  }

  .product-detail__where {
    padding-top: 0;
    min-height: 0;
  }

  .product-detail__where__inner__left {
    height: 40rem;
    width: 100%;
  }

  .product-detail__where__inner__left img {
    height: 100%;
  }

  .product-detail__where__inner__right {
    padding-right: 4rem;
    width: 100%;
    min-height: 70vh;
  }

  .product-detail__where__inner__float {
    top: 46%;
    right: -50%;
  }

  .product-detail__where__inner__float .section-title {
    font-size: 20px;
  }
}

/* ========= COMPONENTES ========== */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 50px;
  border-radius: 200px;
  background-color: #F55000;
  color: #FBF9F7;
  font-weight: 700px;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  transition: 0.3s all ease;
  outline: none;
  cursor: pointer;
  border: 1.5px solid transparent;
}

.btn svg {
  margin-left: 3rem;
}

.btn svg path {
  transition: 0.3s all ease;
}

.btn:hover {
  color: #F55000;
  background-color: #FBF9F7;
  border-color: #F55000;
}

.btn:hover svg path {
  stroke: #F55000;
}

.btn--left {
  margin: 0;
}

.btn--outline {
  background-color: transparent;
  color: #F55000;
  border: 1.5px solid #F55000;
  border-color: #F55000;
}

.btn--outline:hover {
  background-color: #F55000;
  color: #FBF9F7;
}

.btn--outline:hover svg path {
  stroke: #FBF9F7;
}

.btn--link {
  border: none;
  background: none;
  color: #F55000;
  padding: 0;
  height: auto;
}

.btn--link:hover {
  background: none;
}

.form {
  width: 100%;
}

.form__row {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.form__row:not(:last-child) {
  margin-bottom: 1rem;
}

.form__col {
  flex: 1;
  position: relative;
}

.form__col input,
.form__col select,
.form__col textarea {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #ACACAC;
  font-family: "Spartan MB";
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #232A2A;
  resize: none;
  padding: 2rem 0;
  background-color: transparent;
}

.form__col input::-webkit-input-placeholder,
.form__col select::-webkit-input-placeholder,
.form__col textarea::-webkit-input-placeholder {
  color: #232A2A;
}

.form__col--flexend {
  display: flex;
  justify-content: flex-end;
}

.form__col button {
  margin: 0;
}

.form__col .error {
  position: absolute;
  left: 0;
  bottom: -1.4rem;
  color: red;
  font-size: 12px;
}

.form--white .form__col input {
  color: #FBF9F7;
}

.form--white .form__col input::-webkit-input-placeholder {
  color: #FBF9F7 !important;
}

.form--white .form__col--file {
  position: relative;
  border-bottom: 1px solid #ACACAC;
  padding: 2rem 0;
}

.form--white .form__col--file input[type=file] {
  opacity: 0;
  z-index: -999;
  position: absolute;
}

.form--white .form__col--file .custom-file-txt {
  color: #FBF9F7;
}

.form--white .form__col--file .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  pointer-events: none;
}

/* Simple Masonry Flexbox & Vanilla JS ベース設定 */

.js-masonry-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media only screen and (min-width: 1025px) {
  .js-masonry-list {
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }

  .js-masonry-elm {
    width: 18%;
    margin-bottom: 2.5%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .js-masonry-list {
    -moz-column-gap: 1.25%;
         column-gap: 1.25%;
  }

  .js-masonry-elm {
    width: 32.5%;
    margin-bottom: 1.25%;
  }
}

@media only screen and (min-width: 451px) and (max-width: 600px) {
  .js-masonry-list {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }

  .js-masonry-elm {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 450px) {
  .js-masonry-elm {
    width: 100%;
    margin-bottom: 20px;
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

body.no-scroll {
  overflow: hidden;
}

.cms-bar {
  height: 50px;
}

.cms-bar__row {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #9700f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}

.cms-bar__row .text {
  color: #FFF;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

.cms-bar__row .btn {
  background: #FFF;
  padding: 5px 20px;
  border-radius: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.cms-bar__row .btn:hover {
  background: #000;
  color: #FFF;
}

@media (max-width: 900px) {
  .cms-bar__row .text {
    display: none;
  }
}

