@charset "UTF-8";
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;
}

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

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

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

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

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

html,
:root {
  font-size: 62.5%;
}

html, body {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: normal;
}

.header html {
  scrollbar-gutter: stable both-edges;
}

.header body {
  overflow-y: scroll;
}

.header {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: absolute;
  width: 100%;
  background: transparent;
  top: 7px;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

.header.bg-white.blog-details-header .nav__desktop__left::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  width: 8rem;
  height: 5rem;
  border-top-right-radius: 50px;
  box-shadow: 0 0 0 30px #ffffff;
  background: transparent;
  clip-path: polygon(0 0, 105% 0, 99% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: -2;
}

.header.bg-white.blog-details-header .nav__right {
  background: #ffffff;
}

.header.dropdown-active {
  background: #ffffff;
  transition: background 0.3s ease;
}

.header.dropdown-active.search-active {
  background: #d4dbe2;
}

.header.dropdown-active .header__bottom__nav__list .header__bottom__nav__item a {
  color: #000000;
  transition: color 0.3s ease;
}

.header.dropdown-active .header__bottom__nav__list .header__bottom__nav__item svg path {
  fill: #000000;
  transition: fill 0.3s ease;
}

.header.dropdown-active .header__bottom__nav__list .header__bottom__nav__item.active a {
  color: #005cb9;
}

.header.dropdown-active .header__bottom__nav__list .header__bottom__nav__item.active svg path {
  fill: #005cb9;
}

.header.dropdown-active .header__bottom__nav__list .input-search svg path {
  fill: #000000;
  transition: fill 0.3s ease;
}

.header.header-dark .nav__desktop__left::after {
  box-shadow: 0 0 0 30px #d4dbe2 !important;
}

.header.header-dark .nav__right {
  background: #d4dbe2;
}

.header.header-dark .header__bottom__nav .header__bottom__nav__item.active a {
  color: #005cb9;
}

.header.header-dark .header__bottom__nav .header__bottom__nav__item.active svg path {
  fill: #005cb9;
}

.header.header-dark .header__bottom__nav .header__bottom__nav__item a {
  font-family: "Alumni Sans";
  color: #040405;
  font-size: 2.3rem;
  font-weight: 600;
}

.header.header-dark .header__bottom__nav .header__bottom__nav__item .header__bottom__nav__dropdown-item {
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 400;
}

.header.header-dark .header__bottom__nav .header__bottom__nav__item svg path {
  fill: rgb(105, 105, 128);
}

.header.header-dark .header__bottom__nav .header__bottom__nav__item.active svg {
  transform: rotate(180deg);
}

.header.header-dark .header__bottom__nav .input-search input {
  color: #000000;
}

.header.header-dark .header__bottom__nav .input-search input::-moz-placeholder {
  color: #696980;
}

.header.header-dark .header__bottom__nav .input-search input::placeholder {
  color: #696980;
}

.header.header-dark.bg-white .nav__desktop__left::after {
  box-shadow: 0 0 0 30px #ffffff !important;
}

.header.header-dark.bg-white .nav__right {
  background: #ffffff;
}

.header.header-dark.bg-white .nav__right .custom-select {
  background: #d4dbe2;
}

.header.header-dark.bg-white .header__bottom__nav .input-search input {
  color: #696980;
}

.header.header-dark.bg-white .header__bottom__nav .input-search input::-moz-placeholder {
  color: #696980;
}

.header.header-dark.bg-white .header__bottom__nav .input-search input::placeholder {
  color: #696980;
}

.header.header-dark.bg-white .header__bottom__nav .input-search svg path {
  fill: #000000;
}

.header.header-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

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

.header .nav__desktop__left {
  position: relative;
  height: 100%;
  display: flex;
  padding: 2.8rem 3.8rem 0 4.8rem;
}

@media (max-width: 1024px) {
  .header .nav__desktop__left {
    padding: 2.8rem 2rem 0 2rem;
  }
}
.header .nav__desktop__left::after {
  content: "";
  position: absolute;
  top: -14px;
  right: 0;
  width: 8rem;
  height: 5rem;
  border-top-right-radius: 50px;
  box-shadow: 0 0 0 30px #d4dbe2;
  background: transparent;
  clip-path: polygon(0 0, 105% 0, 99% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: -2;
}

.header .nav__desktop__left .img-wrapper {
  overflow: hidden;
  display: flex;
}

.header .nav__desktop__left .img-wrapper img {
  transition: filter 0.3s ease;
  height: 3rem;
  max-width: 100%;
}

.header .nav__right {
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: #d4dbe2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0 0 0 20px;
  transition: all 0.3s ease;
}

.header .nav__right .nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-right: 4rem;
}

@media (max-width: 1024px) {
  .header .nav__right .nav__list {
    gap: 2rem;
    margin-right: 2rem;
  }
}
.header .nav__right .nav__list .nav__item {
  display: flex;
  position: relative;
}

.header .nav__right .nav__list .nav__item a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header .nav__right .nav__list .nav__item--dropdown > a .nav__item-link-arrow,
.header .nav__right .nav__list .nav__item--dropdown .nav__item-link-arrow path {
  transition: all 0.3s ease;
  transform-origin: center;
}

.header .nav__right .nav__list .nav__item--dropdown:hover .nav__item-link {
  color: #ffffff;
}

.header .nav__right .nav__list .nav__item--dropdown:hover .nav__item-link-arrow {
  transform: rotate(180deg);
}

.header .nav__right .nav__list .nav__item--dropdown:hover .nav__item-link-arrow path {
  fill: #ffffff;
}

.header .nav__right .nav__list .nav__item--dropdown .nav__dropdown {
  width: 25rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -1rem;
  left: -5px;
  background: #fff;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 12px;
}

.header .nav__right .nav__list .nav__item--dropdown:hover .nav__dropdown,
.header .nav__right .nav__list .nav__item--dropdown .nav__dropdown:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.header .nav__right .nav__list .nav__dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #040405;
  transition: background 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border-top: 1px solid #d4dbe2;
  border-bottom: 1px solid #d4dbe2;
  overflow: hidden;
}

.header .nav__right .nav__list .nav__dropdown-item:first-child {
  border-radius: 12px 12px 0 0;
  color: #d4dbe2;
  background: #005cb9;
  pointer-events: none;
  cursor: default;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header .nav__right .nav__list .nav__dropdown-item:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}

.header .nav__right .nav__list .nav__dropdown-item:hover {
  background: #d4dbe2;
}

.header .nav__right .custom-select {
  position: relative;
  border-radius: 100px;
  background: #ffffff;
  padding: 13px;
  z-index: 99999;
}

.header .nav__right .custom-select .selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: white;
  position: relative;
  z-index: 1;
}

.header .nav__right .custom-select .selected span {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header .nav__right .custom-select .selected svg,
.header .nav__right .custom-select .selected .caret-down {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.header .nav__right .custom-select .selected svg:last-child {
  transition: all 0.3s ease;
}

.header .nav__right .custom-select .options {
  display: none;
  overflow: hidden;
}

.header .nav__right .custom-select .options.show {
  width: 25rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: -15rem;
  background: #ffffff;
  border-radius: 8px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999999;
}

.header .nav__right .custom-select .options .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #040405;
  transition: background 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #d4dbe2;
  border-bottom: 1px solid #d4dbe2;
}

.header .nav__right .custom-select .options .option.active {
  font-weight: 700;
}

.header .nav__right .custom-select .options .option.active .svg-globe {
  display: none;
}

.header .nav__right .custom-select .options .option.active .svg-selected {
  display: block;
}

.header .nav__right .custom-select .options .option:first-child {
  border-radius: 12px 12px 0 0;
  color: #d4dbe2 !important;
  background: #005cb9;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  pointer-events: none;
  cursor: default;
}

.header .nav__right .custom-select .options .option:first-child:hover {
  background: #005cb9;
}

.header .nav__right .custom-select .options .option:first-child svg {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.header .nav__right .custom-select .options .option:first-child svg path {
  fill: #ffffff;
}

.header .nav__right .custom-select .options .option .svg-selected {
  display: none;
}

.header .nav__right .custom-select .options .option:hover {
  background: #d4dbe2;
}

.header__bottom__nav {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 2rem 0 4.8rem;
  background: transparent;
  transition: all 0.3s ease;
  z-index: 999;
}

.header__bottom__nav__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-right: 6.8rem;
}

.header__bottom__nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  z-index: 110;
}

.header__bottom__nav__item.dropdown > a .header__bottom__nav__item-link-arrow,
.header__bottom__nav__item.dropdown .header__bottom__nav__item-link-arrow path {
  transition: all 0.3s ease;
}

.header__bottom__nav__item.dropdown .header__bottom__nav__dropdown {
  width: 25rem;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -1rem;
  left: -5px;
  background: #fff;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header__bottom__nav__item.dropdown:hover .header__bottom__nav__dropdown,
.header__bottom__nav__item.dropdown .header__bottom__nav__dropdown:hover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.header__bottom__nav__item.dropdown .header__bottom__nav__dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #040405;
  transition: background 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  border-top: 1px solid #d4dbe2;
  border-bottom: 1px solid #d4dbe2;
  background: #fff;
}

.header__bottom__nav__item.dropdown .header__bottom__nav__dropdown-item:first-child {
  background: #005cb9;
  color: #ffffff !important;
  font-family: "Alumni Sans" !important;
  font-size: 2.3rem !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  pointer-events: none;
  cursor: default;
  border-top: none;
}

.header__bottom__nav__item.dropdown .header__bottom__nav__dropdown-item:first-child svg path {
  fill: #d4dbe2 !important;
}

.header__bottom__nav__item.dropdown .header__bottom__nav__dropdown-item:hover {
  background: #d4dbe2;
}

.header__bottom__nav__item.active a {
  color: #005cb9;
}

.header__bottom__nav__item.active svg path {
  fill: #005cb9;
}

.header__bottom__nav__item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s ease;
}

.header__bottom__nav__item svg {
  transition: transform 0.3s ease;
}

.header__bottom__nav__item svg path {
  transition: fill 0.3s ease;
}

.header__bottom__nav__item.active svg {
  transform: rotate(180deg);
}

.header__bottom__nav .input-search {
  background: transparent;
}

.header__bottom__nav .input-search .input-search-click {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.header__bottom__nav .input-search .input-search-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__bottom__nav .input-search .input-search-wrapper.close {
  display: none;
}

.header__bottom__nav .input-search .input-search-wrapper:last-child:not(.close) {
  cursor: pointer;
}

.header__bottom__nav .input-search input {
  width: 5rem;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #949aa6;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__bottom__nav .input-search input::-moz-placeholder {
  color: #949aa6;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__bottom__nav .input-search input::placeholder {
  color: #949aa6;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.header__category-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 500;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, top 0s;
  pointer-events: none;
  min-height: 30rem;
}

@media (min-width: 1600px) {
  .header__category-dropdown {
    min-height: 42rem;
  }
}
.header__category-dropdown.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease, top 0s;
}

.header__category-dropdown__content {
  padding: 4rem 4.1rem 0 4.1rem;
  max-width: 100%;
}

@media (min-width: 1600px) {
  .header__category-dropdown__content {
    padding: 4rem 4.1rem 2rem 4.1rem;
  }
}
.header__category-dropdown__grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.header__category-dropdown__grid.active {
  display: grid;
}

.header__category-dropdown__item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s ease;
  position: relative;
  gap: 1.8rem;
  cursor: pointer;
  opacity: 0.5;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid transparent;
}

.header__category-dropdown__item:hover {
  opacity: 1;
  transform: translateY(-5px);
  border-bottom: 2px solid #005cb9;
}

.header__category-dropdown__item:hover .header__category-dropdown__item__title {
  color: #005cb9;
}

.header__category-dropdown__item:hover .header__category-dropdown__item__image img {
  transform: scale(1.05);
}

.header__category-dropdown__item.active {
  border-bottom: 2px solid #005cb9;
  opacity: 1;
}

.header__category-dropdown__item.active .header__category-dropdown__item__title {
  color: #005cb9;
}

.header__category-dropdown__item__image {
  position: relative;
  width: 100%;
  height: 24rem;
  overflow: hidden;
  position: relative;
  border-radius: 36px;
  z-index: 5;
}

@media (min-width: 1600px) {
  .header__category-dropdown__item__image {
    height: 35.6rem;
  }
}
.header__category-dropdown__item__image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 3;
}

.header__category-dropdown__item__absolute-retangle-card {
  display: flex;
  position: absolute;
  width: 26.5rem;
  height: 24rem;
  border-radius: 40px;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

@media (min-width: 1600px) {
  .header__category-dropdown__item__absolute-retangle-card {
    width: 34.5rem;
    height: 36rem;
  }
}
.header__category-dropdown__item__absolute-retangle-card .upper-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  border-radius: 20px 0px 20px 20px;
  width: 23rem;
  height: 24rem;
  z-index: 2;
}

@media (min-width: 1600px) {
  .header__category-dropdown__item__absolute-retangle-card .upper-svg {
    width: 33rem;
    height: 36rem;
  }
}
.header__category-dropdown__item__absolute-retangle-card .bottom-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22.5rem;
  height: 24rem;
  border-radius: 20px;
  z-index: 1;
}

@media (min-width: 1600px) {
  .header__category-dropdown__item__absolute-retangle-card .bottom-svg {
    width: 32.8rem;
    height: 36rem;
  }
}
.header__category-dropdown__item__title {
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #040405;
  text-align: center;
  transition: color 0.3s ease;
  margin: 0;
}

.header__subcategory-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 499;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.header__subcategory-dropdown.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header__subcategory-dropdown__content {
  padding: 0rem 4.1rem 2rem;
  max-width: 100%;
}

.header__subcategory-dropdown__group {
  display: none;
}

.header__subcategory-dropdown__group.active {
  display: block;
}

.header__subcategory-dropdown__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}

.header__subcategory-dropdown__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s ease;
  position: relative;
  border-radius: 12px;
}

.header__subcategory-dropdown__item:hover {
  transform: translateY(-5px);
}

.header__subcategory-dropdown__item:hover .header__subcategory-dropdown__item__title {
  color: #005cb9;
}

.header__subcategory-dropdown__item:hover .header__subcategory-dropdown__item__image img {
  transform: scale(1.05);
}

.header__subcategory-dropdown__item__image {
  position: relative;
  width: 100%;
  height: 14rem;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
  border-radius: 20px;
  z-index: 5;
}

.header__subcategory-dropdown__item__image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 5;
}

.header__subcategory-dropdown__item__title {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 2.4rem;
}

.header__subcategory-dropdown__item__subtitle {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 1.6rem;
}

.header__input-search-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4dbe2;
  position: fixed;
  top: -1rem;
  left: 7px;
  right: 0px;
  width: 100%;
  height: 85vh;
  z-index: 500;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  padding: 0 8rem 8rem;
}

.header__input-search-dropdown.active {
  opacity: 1;
  pointer-events: auto;
}

.header__input-search-dropdown__input-wrapper {
  max-width: 82rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  border-bottom: 2px solid #bac3cd;
}

.header__input-search-dropdown__input-wrapper input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 9.6rem;
  font-style: italic;
  font-weight: 100;
  line-height: 7.1rem;
  text-transform: uppercase;
  text-align: start;
}

.header__input-search-dropdown__input-wrapper input::-moz-placeholder {
  color: #bac3cd;
}

.header__input-search-dropdown__input-wrapper input::placeholder {
  color: #bac3cd;
}

.header__input-search-dropdown__input-wrapper .input-icons-wrapper {
  display: flex;
  gap: 2.4rem;
}

.header__input-search-dropdown__input-wrapper .input-icons-wrapper .input-icon {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .header {
    padding: 2rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(6, 18, 39, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .header.bg-white.blog-details-header .header__nav .nav__desktop__left::after {
    content: none;
  }
  .header__nav {
    justify-content: space-between;
    align-items: center;
  }
  .header .nav__right {
    display: none;
  }
  .header .nav__desktop__left {
    padding: 0;
  }
  .header .nav__desktop__left::after {
    content: none;
  }
  .header .nav__desktop__left img {
    filter: none !important;
    transition: filter 0.3s ease;
  }
  .header .nav__hamburger svg {
    stroke: #fff !important;
    transition: stroke 0.3s ease;
  }
  .header .nav__hamburger.active svg {
    stroke: #fff;
  }
  .header .nav__hamburger.nav__hamburger--black svg {
    stroke: #fff !important;
  }
  .header__bottom__nav {
    display: none;
  }
  .header__bottom__nav__item.dropdown > a .header__bottom__nav__item-link-arrow,
  .header__bottom__nav__item.dropdown .header__bottom__nav__item-link-arrow path {
    transition: all 0.3s ease;
  }
  .header__bottom__nav__item.dropdown .header__bottom__nav__dropdown {
    top: 0;
    left: -15rem;
  }
  .header__bottom__nav__item.dropdown:hover .header__bottom__nav__dropdown,
  .header__bottom__nav__item.dropdown .header__bottom__nav__dropdown:hover {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header__bottom__nav__item.dropdown .header__bottom__nav__dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem;
    font-family: "Uni Neue";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #040405;
    transition: background 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    border-top: 1px solid #d4dbe2;
    border-bottom: 1px solid #d4dbe2;
    background: #fff;
  }
  .header__bottom__nav__item.dropdown .header__bottom__nav__dropdown-item:first-child {
    background: #005cb9;
    color: #ffffff !important;
    font-family: "Alumni Sans" !important;
    font-size: 2.3rem !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    pointer-events: none;
    cursor: default;
    border-top: none;
  }
  .header__bottom__nav__item.dropdown .header__bottom__nav__dropdown-item:first-child svg path {
    fill: #d4dbe2 !important;
  }
  .header__bottom__nav__item.dropdown .header__bottom__nav__dropdown-item:hover {
    background: #d4dbe2;
  }
  .header__bottom__nav__item.active a {
    color: #005cb9;
  }
  .header__bottom__nav__item.active svg path {
    fill: #005cb9;
  }
  .header__bottom__nav__item a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #ffffff;
    font-family: "Alumni Sans";
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: color 0.3s ease;
  }
  .header__bottom__nav__item svg {
    transition: transform 0.3s ease;
  }
  .header__bottom__nav__item svg path {
    transition: fill 0.3s ease;
  }
  .header__bottom__nav__item.active svg {
    transform: rotate(180deg);
  }
  .header__bottom__nav .input-search {
    background: transparent;
  }
  .header__bottom__nav .input-search .input-search-click {
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
  }
  .header__bottom__nav .input-search .input-search-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .header__bottom__nav .input-search .input-search-wrapper.close {
    display: none;
  }
  .header__bottom__nav .input-search .input-search-wrapper:last-child:not(.close) {
    cursor: pointer;
  }
  .header__bottom__nav .input-search input {
    width: 5rem;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #949aa6;
    font-family: "Alumni Sans";
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .header__bottom__nav .input-search input::-moz-placeholder {
    color: #949aa6;
    font-family: "Alumni Sans";
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .header__bottom__nav .input-search input::placeholder {
    color: #949aa6;
    font-family: "Alumni Sans";
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .header.header-over-white .nav__desktop__left img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(26%) saturate(1539%) hue-rotate(182deg) brightness(95%) contrast(101%) !important;
  }
  .header.header-over-white .nav__hamburger svg {
    stroke: #ffffff !important;
  }
  .header.header-over-white .nav__hamburger.active svg {
    stroke: #fff;
  }
  .header.header-over-white .nav__hamburger.nav__hamburger--black svg {
    stroke: #ffffff !important;
  }
}
/*** MOBILE ***/
body.mobile-menu-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.nav__hamburger {
  display: none;
}

.nav__mobile {
  display: none;
}

.nav__mobile .nav__list li > a {
  position: relative;
}

.nav__mobile .nav__list li > a:hover::before {
  width: 100%;
}

@media (max-width: 900px) {
  .nav__hamburger {
    display: flex;
    z-index: 1000;
    background: none;
    border: 0;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
  }
  .nav__hamburger:focus {
    outline: none;
  }
  .nav__hamburger svg {
    width: 64px;
    height: 48px;
    stroke: #005cb9;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
  }
  .nav__hamburger svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0);
  }
  .nav__hamburger svg path:nth-child(2) {
    --duration: 0.7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
  }
  .nav__hamburger svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
  }
  .nav__hamburger.nav__hamburger--black svg {
    stroke: #005cb9;
  }
  .nav__hamburger.active svg {
    stroke: #005cb9;
  }
  .nav__hamburger.active svg path {
    --offset: 57px;
  }
  .nav__hamburger.active svg path:nth-child(1), .nav__hamburger.active svg path:nth-child(3) {
    --delay: 0.15s;
    --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
  }
  .nav__hamburger.active svg path:nth-child(2) {
    --duration: 0.4s;
    --offset: 2px;
    --array-1: 1px;
  }
  .nav__hamburger.active svg path:nth-child(3) {
    --offset: 58px;
  }
  .nav__mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background: #000000;
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-1200px);
    transition: all 0.5s ease-in;
    z-index: 999;
  }
  .nav__mobile.active {
    transition: all 0.5s ease-in;
    transform: translateY(0);
    opacity: 1;
  }
  .nav__mobile .nav__mobile__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3rem;
  }
  .nav__mobile .nav__mobile__logo {
    height: 40px;
  }
  .nav__mobile .nav__mobile__close {
    background: none;
    border: none;
    color: #005cb9;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav__mobile .nav__list {
    list-style: none;
    flex: 1;
    padding: 10rem 0;
  }
  .nav__mobile .nav__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__mobile .nav__item > a,
  .nav__mobile .nav__item .nav__item-header a {
    white-space: nowrap;
    line-height: 200%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 2rem;
    transition: 0.3s all ease;
    padding: 0.5rem 0;
    font-family: "Montserrat", Sans-serif;
    transition: 0.3s all ease;
  }
  .nav__mobile .nav__item > a:hover,
  .nav__mobile .nav__item .nav__item-header a:hover {
    color: #005cb9;
  }
  .nav__mobile .nav__item .nav__arrow {
    cursor: pointer;
    color: #ffffff;
    transition: 0.3s all ease;
  }
  .nav__mobile .nav__item .nav__arrow:hover {
    color: #005cb9;
  }
  .nav__mobile .nav__mobile__footer {
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav__mobile .nav__mobile__search {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 8px;
    overflow: hidden;
  }
  .nav__mobile .nav__mobile__search-input {
    flex: 1;
    padding: 1.2rem 1.5rem;
    border: none;
    font-size: 1.6rem;
    outline: none;
    color: #000000;
  }
  .nav__mobile .nav__mobile__search-input::-moz-placeholder {
    color: #000000;
  }
  .nav__mobile .nav__mobile__search-input::placeholder {
    color: #000000;
  }
  .nav__mobile .nav__mobile__search-button {
    background: none;
    border: none;
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav__mobile .nav__item--has-submenu {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav__mobile .nav__item--has-submenu .nav__arrow {
    transition: transform 0.3s ease;
  }
  .nav__mobile .nav__item--has-submenu.active .nav__arrow {
    transform: rotate(180deg);
  }
  .nav__mobile .nav__item-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .nav__mobile .nav__submenu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  .nav__mobile .nav__submenu .nav__submenu-item {
    display: flex;
    align-items: flex-start;
    padding: 0 0 0 1rem;
  }
  .nav__mobile .nav__submenu .nav__submenu-item a {
    font-size: 1.4rem;
    line-height: 200%;
    padding: 1rem 0;
    opacity: 0.8;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
  }
  .nav__mobile .nav__submenu .nav__submenu-item a:hover {
    opacity: 1;
  }
  .nav__mobile .nav__item--has-submenu.active .nav__submenu {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
  }
  .nav__mobile .nav__item--dropdown {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav__mobile .nav__item--dropdown > a {
    width: 100%;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 1rem;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu li a {
    display: block;
    font-size: 1.4rem;
    line-height: 200%;
    padding: 0.5rem 0;
    opacity: 0.8;
    color: #ffffff;
    font-family: "Montserrat", Sans-serif;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu li a:hover {
    opacity: 1;
  }
  .nav__mobile .nav__item--dropdown.active .nav__submenu {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
  }
  .nav__mobile .nav__item--search {
    margin-top: 2rem;
    padding: 0;
  }
  .nav__mobile .mobile-search {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    align-items: center;
  }
  .nav__mobile .mobile-search input {
    width: 100%;
    padding: 1.2rem 4rem 1.2rem 1.6rem;
    font-size: 1.4rem;
    font-family: "Montserrat", Sans-serif;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.8rem;
    outline: none;
    transition: all 0.3s ease;
  }
  .nav__mobile .mobile-search input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .nav__mobile .mobile-search input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .nav__mobile .mobile-search input:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
  }
  .nav__mobile .mobile-search svg {
    position: absolute;
    right: 1.6rem;
    pointer-events: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.footer {
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

.footer--special-bg {
  background: #d4dbe2;
}

.footer--special-bg .footer__main {
  background: #ffffff;
}

.footer--special-bg .footer__bottom-logo {
  background: #d4dbe2;
}

.footer--special-bg .footer__social-bar {
  background: #bac3cd;
}

.footer__upper__content {
  position: relative;
  z-index: 99;
  padding: 0 8.8rem 38rem;
  border-radius: 88px 0 0 0;
}

@media (max-width: 1100px) {
  .footer__upper__content {
    padding: 0 4.8rem 38rem;
  }
}
.footer__top-nav__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
  padding: 3.2rem 0;
}

.footer__top-nav__list__item {
  display: flex;
}

.footer__top-nav__list__item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer__top-nav__list .custom-select {
  position: relative;
  border-radius: 100px;
  background: #d4dbe2;
  padding: 13px;
  z-index: 99;
}

.footer__top-nav__list .custom-select .selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #000000;
  position: relative;
  z-index: 1;
}

.footer__top-nav__list .custom-select .selected span {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__top-nav__list .custom-select .selected svg,
.footer__top-nav__list .custom-select .selected .caret-down {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.footer__top-nav__list .custom-select .selected svg:last-child {
  transition: all 0.3s ease;
}

.footer__top-nav__list .custom-select .options {
  display: none;
  overflow: hidden;
}

.footer__top-nav__list .custom-select .options.show {
  width: 25rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -1rem;
  right: 0;
  background: #ffffff;
  border-radius: 8px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999999;
}

.footer__top-nav__list .custom-select .options .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #040405;
  transition: background 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #d4dbe2;
  border-bottom: 1px solid #d4dbe2;
}

.footer__top-nav__list .custom-select .options .option.active {
  font-weight: 700;
}

.footer__top-nav__list .custom-select .options .option.active .svg-globe {
  display: none;
}

.footer__top-nav__list .custom-select .options .option.active .svg-selected {
  display: block;
}

.footer__top-nav__list .custom-select .options .option:first-child {
  border-radius: 12px 12px 0 0;
  color: #d4dbe2 !important;
  background: #005cb9;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  pointer-events: none;
  cursor: default;
}

.footer__top-nav__list .custom-select .options .option:first-child:hover {
  background: #005cb9;
}

.footer__top-nav__list .custom-select .options .option:first-child svg {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.footer__top-nav__list .custom-select .options .option:first-child svg path {
  fill: #ffffff;
}

.footer__top-nav__list .custom-select .options .option .svg-selected {
  display: none;
}

.footer__top-nav__list .custom-select .options .option:hover {
  background: #d4dbe2;
}

.footer__main {
  background: #d4dbe2;
  border-radius: 88px 0 0 0;
  padding: 4.8rem 7.2rem 3.2rem;
}

.footer__content {
  width: 100%;
  display: flex;
  gap: 7rem;
  margin-bottom: 4rem;
}

@media (max-width: 968px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.footer__left .footer__logo svg {
  height: 3.2rem;
  width: auto;
}

.footer__address {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
}

.footer__phone {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.7rem;
}

.footer__links {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}

.footer__column h3 {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}

.footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.footer__column ul li a {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.footer__column ul li a:hover {
  color: #005cb9;
}

.footer__bottom-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.4rem;
  border-top: 1px solid #5f5f5f;
}

.footer__bottom-links__left {
  width: 100%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer__bottom-links__left a {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
  white-space: nowrap;
}

.footer__bottom-links__left a:hover {
  color: #005cb9;
}

.footer__bottom-links__right {
  display: block;
}

.footer__social-bar {
  background: #bac3cd;
  border-radius: 0 0 48px 0;
  border-bottom: 10px solid #005cb9;
  padding: 3.2rem 4rem 2.2rem 4rem;
}

.footer__social-bar .footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 768px) {
  .footer__social-bar .footer__container {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer__social {
  display: flex;
  gap: 1rem;
}

.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  transition: background 0.3s ease;
  padding: 3px;
}

.footer__social a svg {
  width: 2.4rem;
  height: 2.4rem;
}

.footer__social .instagram {
  border-radius: 100px;
  background: #040405;
}

.footer__copyright p {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  opacity: 0.5;
}

.footer__deen {
  width: 40px;
  position: relative;
  opacity: 0.26;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3px;
}

.footer__deen svg {
  width: 40px;
  height: 20px;
}

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

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

@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.footer__bottom-logo {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}

.footer__bottom-logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

@media (max-width: 900px) {
  .footer__upper__content {
    padding: 0 2rem 2rem;
  }
  .footer__top-nav__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__top-nav__list .custom-select .options.show {
    width: 18rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -1rem;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 999999;
  }
  .footer__top-nav__list .custom-select .options .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem;
    font-family: "Uni Neue";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #040405;
    transition: background 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #d4dbe2;
    border-bottom: 1px solid #d4dbe2;
  }
  .footer__top-nav__list .custom-select .options .option.active {
    font-weight: 700;
  }
  .footer__top-nav__list .custom-select .options .option.active .svg-globe {
    display: none;
  }
  .footer__top-nav__list .custom-select .options .option.active .svg-selected {
    display: block;
  }
  .footer__top-nav__list .custom-select .options .option:first-child {
    border-radius: 12px 12px 0 0;
    color: #d4dbe2 !important;
    background: #005cb9;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
    pointer-events: none;
    cursor: default;
  }
  .footer__top-nav__list .custom-select .options .option:first-child:hover {
    background: #005cb9;
  }
  .footer__top-nav__list .custom-select .options .option:first-child svg {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
  }
  .footer__top-nav__list .custom-select .options .option:first-child svg path {
    fill: #ffffff;
  }
  .footer__top-nav__list .custom-select .options .option .svg-selected {
    display: none;
  }
  .footer__top-nav__list .custom-select .options .option:hover {
    background: #d4dbe2;
  }
  .footer__content {
    justify-content: space-between;
    gap: 4rem;
  }
}
@media (max-width: 900px) and (max-width: 550px) {
  .footer__content {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .footer__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 900px) and (min-width: 400px) {
  .footer__links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .footer__social-bar .footer__container {
    gap: 2.4rem;
  }
  .footer__main {
    padding: 3.2rem;
  }
}
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2024 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/
/* Satoshi Variable Font - Use this for modern browsers with full weight range */
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-Variable.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Variable.woff") format("woff"), url("/assets/site/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-VariableItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
/* Individual Satoshi weights - fallbacks for better compatibility */
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-Light.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Light.woff") format("woff"), url("/assets/site/fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-LightItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-LightItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-Regular.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Regular.woff") format("woff"), url("/assets/site/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-Italic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Italic.woff") format("woff"), url("/assets/site/fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-Medium.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Medium.woff") format("woff"), url("/assets/site/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-MediumItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-Bold.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Bold.woff") format("woff"), url("/assets/site/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-BoldItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-Black.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Black.woff") format("woff"), url("/assets/site/fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/site/fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-BlackItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/* Legacy aliases for backward compatibility */
@font-face {
  font-family: "Satoshi-Light";
  src: url("/assets/site/fonts/Satoshi-Light.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Light.woff") format("woff"), url("/assets/site/fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("/assets/site/fonts/Satoshi-Regular.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Regular.woff") format("woff"), url("/assets/site/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("/assets/site/fonts/Satoshi-Medium.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Medium.woff") format("woff"), url("/assets/site/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("/assets/site/fonts/Satoshi-Bold.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Bold.woff") format("woff"), url("/assets/site/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
 * Font Family: UniNeue
 * Font Styles:
 * UniNeue Thin, Light, Book, Regular, Bold, Heavy, Black
 * Each with Italic variant
 *
*/
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueThin.otf");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueThin-Italic.otf");
  font-weight: 100;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueLight.otf");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueLight-Italic.otf");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueBook.otf");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueBook-Italic.otf");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueRegular.otf");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueRegular-Italic.otf");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "UniNeue";
  src: url("/assets/site/fonts/UniNeueBold.otf");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueBold-Italic.otf");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueHeavy.otf");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueHeavy-Italic.otf");
  font-weight: 800;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueBlack.otf");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Uni Neue";
  src: url("/assets/site/fonts/UniNeueBlack-Italic.otf");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
.btn {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 4.8rem;
  padding: 0.5rem 1.6rem 0.5rem 1.6rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.btn:hover::before {
  left: 50%;
}

.btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn svg {
  position: relative;
  z-index: 80;
}

.btn svg path {
  transition: 0.3s all ease;
}

.link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #000000;
  transition: 0.3s all ease;
  font-size: 1.5rem;
}

.link:hover {
  color: #00c8ff;
}

.link:hover svg path {
  fill: #00c8ff;
}

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

@media (max-width: 900px) {
  .btn {
    height: 35px;
  }
  .btn--large {
    height: 55px;
    font-size: 1.8rem;
  }
}
.inputWrapper {
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
}

.inputWrapper .input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  height: 70px;
  padding: 0 2.5rem;
  color: #363636;
  font-family: "Satoshi-Medium";
  font-size: 1.8rem;
  line-height: 133.333%;
  letter-spacing: -0.72px;
}

.inputWrapper .input--select {
  cursor: pointer;
}

.inputWrapper--outlined {
  background-color: transparent;
  border: 2px solid #ffffff;
  box-shadow: none;
}

.inputWrapper--outlined .input {
  background-color: transparent;
}

.form {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-direction: column;
  width: 100%;
}

.form__row {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  position: relative;
}

.form__col {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.form__col.hide {
  display: none;
}

.form .wrapper {
  flex: 1;
  position: relative;
  border: 2px solid var(--Produto-Ativo, #F1F1F1);
  border-radius: 4px;
  overflow: hidden;
}

.form .wrapper input, .form .wrapper select, .form .wrapper textarea {
  width: 100%;
  color: #AFAFAF;
  font-family: "Satoshi-Medium";
  font-size: 1.8rem;
  line-height: 133.333%;
  letter-spacing: -0.5px;
  resize: none;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 2rem 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s all ease;
  position: relative;
  background-color: #fff;
}

.form .wrapper svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.form .wrapper--small {
  max-width: 150px;
}

.form .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  border-bottom: 2px solid #000000;
  transition: 0.3s all ease;
  z-index: 2;
}

.form .wrapper:hover::before, .form .wrapper.valid::before {
  width: 100%;
}

.form .wrapper.error::before {
  width: 100%;
  border-color: #f00;
}

.form .wrapper--transparent {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.form .wrapper--transparent input, .form .wrapper--transparent select, .form .wrapper--transparent textarea {
  background-color: transparent;
}

.form span.error {
  position: absolute;
  left: 3rem;
  bottom: 0.5rem;
  color: #f00;
}

.form span.error.agree {
  left: 0.5rem;
  bottom: -1.5rem;
}

.form button[type=submit] {
  position: relative;
}

.form button[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
}

.form button[type=submit].disabled svg {
  opacity: 0;
}

.form button[type=submit].disabled:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: ring 1.2s linear infinite;
  position: absolute;
  right: 1rem;
}

@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .form__row {
    flex-direction: column;
    width: 100%;
  }
  .form__col {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .form .wrapper {
    width: 100%;
  }
  .form .wrapper--small {
    max-width: 100%;
  }
  .inputWrapper .input {
    height: 55px;
  }
}
.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
  margin-top: 5.6rem;
}

.controls__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.controls__arrows .left-arrow {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #949aa6;
}

.controls__arrows .right-arrow {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #005cb9;
}

.replacement-products-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.2rem;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: #d4dbe2;
}

.replacement-products-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.replacement-products-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 15, 34, 0.65);
  backdrop-filter: blur(6px);
}

.replacement-products-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 101.4rem;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
}

.replacement-products-modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
  z-index: 999;
}

.replacement-products-modal__close:hover, .replacement-products-modal__close:focus-visible {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.92);
}

.replacement-products-modal__close:focus-visible {
  outline: 2px solid #005cb9;
}

.replacement-products-modal__close svg {
  width: 1.8rem;
  height: 1.8rem;
}

.replacement-products-modal__close svg path {
  fill: #040405;
}

.replacement-products-modal__content {
  position: relative;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  background: #949aa6;
  overflow: hidden;
}

.replacement-products-modal__content .background-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.replacement-products-modal__content .background-content svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.replacement-products-modal__headline {
  color: rgba(26, 28, 45, 0.64);
  font-family: "Uni Neue";
  font-size: clamp(1.2rem, 1.2vw + 0.5rem, 1.4rem);
  font-weight: 600;
  letter-spacing: clamp(0.2rem, 0.3vw + 0.1rem, 0.4rem);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.replacement-products-modal__body {
  display: flex;
  gap: 3.2rem;
  align-items: center;
  position: relative;
  z-index: 3;
}

.replacement-products-modal__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56.2rem;
  height: 100%;
  flex-shrink: 0;
}

@media (min-width: 1300px) {
  .replacement-products-modal__media {
    height: 56.2rem;
  }
}
.replacement-products-modal__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.replacement-products-modal__info {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.replacement-products-modal__info .separator {
  width: 10rem;
  height: 2px;
  background: #005cb9;
}

.replacement-products-modal__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(2.4rem, 2vw + 1.2rem, 3.2rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.replacement-products-modal__description {
  color: #040405;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1.2vw + 0.5rem, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(2.4rem, 2vw + 1rem, 3rem);
}

.replacement-products-modal__cta {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: clamp(2.4rem, 3vw + 1rem, 4.8rem);
  padding: 12px 24px;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 1.5vw + 0.8rem, 2.3rem);
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
}

.replacement-products-modal__cta::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
}

.replacement-products-modal__cta svg {
  position: relative;
  z-index: 999;
}

.replacement-products-modal__cta svg path {
  transition: 0.3s all ease;
}

@media (max-width: 1024px) {
  .replacement-products-modal {
    padding: 2.4rem;
  }
  .replacement-products-modal__dialog {
    max-width: 90%;
  }
  .replacement-products-modal__content {
    padding: 4.8rem;
  }
  .replacement-products-modal__body {
    flex-direction: column;
    text-align: center;
  }
  .replacement-products-modal__media {
    width: 100%;
    max-width: 28rem;
  }
  .replacement-products-modal__info {
    align-items: center;
  }
  .replacement-products-modal__description {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .replacement-products-modal {
    padding: 1.6rem;
  }
  .replacement-products-modal__dialog {
    border-radius: 20px;
  }
  .replacement-products-modal__content {
    padding: 3.6rem 2.4rem 3.2rem;
  }
  .replacement-products-modal__close {
    top: 1.6rem;
    right: 1.6rem;
  }
  .replacement-products-modal__title {
    font-size: 3.6rem;
    line-height: 3.2rem;
  }
  .replacement-products-modal__cta {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .replacement-products-modal {
    padding: 1.2rem;
  }
  .replacement-products-modal__dialog {
    border-radius: 16px;
  }
  .replacement-products-modal__content {
    padding: 2.4rem;
    gap: 2.4rem;
  }
  .replacement-products-modal__close {
    top: 1.2rem;
    right: 1.2rem;
    width: 3.6rem;
    height: 3.6rem;
  }
  .replacement-products-modal__close svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .replacement-products-modal__headline {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
  .replacement-products-modal__body {
    gap: 2.4rem;
  }
  .replacement-products-modal__media {
    width: 100%;
    max-width: 24rem;
    height: auto;
    aspect-ratio: 1;
  }
  .replacement-products-modal__info {
    gap: 2.4rem;
  }
  .replacement-products-modal__info .separator {
    width: 8rem;
  }
  .replacement-products-modal__title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .replacement-products-modal__description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .replacement-products-modal__cta {
    padding: 10px 20px;
    font-size: 1.8rem;
    gap: 2.4rem;
  }
  .replacement-products-modal__cta::after {
    right: -3.5rem;
    width: 8rem;
    height: 8rem;
  }
}
.items-loop {
  position: relative;
  background: #d4dbe2;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  overflow: hidden;
}

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

.items-loop__left-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 999;
}

.items-loop__left-div__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 0 4rem 4rem;
  border-left: 1px solid #949aa6;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.items-loop__left-div__card.active {
  border-left: 1px solid #005cb9;
}

.items-loop__left-div__card.active .items-loop__left-div__card__desc {
  opacity: 0.6;
  max-height: 100%;
}

.items-loop__left-div__card.active .items-loop__left-div__card__btn {
  display: flex;
  opacity: 1;
  max-height: 100%;
}

.items-loop__left-div__card.fading-out .items-loop__left-div__card__desc,
.items-loop__left-div__card.fading-out .items-loop__left-div__card__btn {
  opacity: 0 !important;
}

.items-loop__left-div__card.fading-in .items-loop__left-div__card__desc {
  opacity: 0;
  animation: fadeInDesc 0.2s ease forwards;
}

.items-loop__left-div__card.fading-in .items-loop__left-div__card__btn {
  opacity: 0;
  animation: fadeInBtn 0.2s ease forwards;
  animation-delay: 0.05s;
}

.items-loop__left-div__card__title {
  max-width: 33.2rem;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 200;
  line-height: 4.2rem;
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.items-loop__left-div__card__desc {
  max-width: 34rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  opacity: 0;
  max-height: 0;
  transition: opacity 0.2s ease;
}

.items-loop__left-div__card__btn {
  display: none;
  max-height: 0;
  opacity: 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 80;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.items-loop__left-div__card__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.items-loop__left-div__card__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.items-loop__left-div__card__btn:hover::before {
  left: 50%;
}

.items-loop__left-div__card__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.items-loop__left-div__card__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.items-loop__left-div__card__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.items-loop__left-div__card__btn svg {
  position: relative;
  z-index: 80;
}

.items-loop__left-div__card__btn svg path {
  transition: 0.3s all ease;
}

.items-loop__right-div {
  position: relative;
  display: flex;
  width: 100%;
}

.items-loop__right-div__card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.items-loop__right-div__card .product {
  position: absolute;
  transform: translateX(-40%);
}

@media (max-width: 1200px) {
  .items-loop__right-div__card .product {
    width: 90%;
    transform: translateX(-40%);
  }
}
.items-loop__right-div__card .product {
  z-index: 80;
  transition: opacity 0.3s ease;
}

.items-loop__right-div__card__bg {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.items-loop__right-div__card__bg .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.items-loop__bg-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
}

@media (min-width: 1200px) {
  .items-loop__bg-two {
    display: block;
  }
}
.items-loop__bg-two svg {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (max-width: 900px) {
  .items-loop .items-loop__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  .items-loop .items-loop__wrapper {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  .items-loop .items-loop__left-div {
    padding-bottom: 2rem;
  }
  .items-loop .items-loop__left-div .items-loop__left-div__card {
    padding: 2rem;
  }
  .items-loop .items-loop__right-div {
    height: 100%;
  }
  .items-loop .items-loop__right-div .items-loop__right-div__card {
    border-radius: 0;
  }
  .items-loop .items-loop__right-div .items-loop__right-div__card .product {
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .items-loop .items-loop__bg-two {
    bottom: -12rem;
  }
}
@keyframes fadeInDesc {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes fadeInBtn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.card-download {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d4dbe2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
  transition: 0.3s all ease;
  height: 100%;
}

.card-download:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 40px rgba(212, 219, 226, 0.12);
}

.card-download__header {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 1.6rem;
}

.card-download__icon {
  display: flex;
  align-items: center;
  color: #005cb9;
  gap: 2.4rem;
}

.card-download__icon__title {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.card-download__image {
  width: 13.4rem;
  height: 17.3rem;
  border-radius: 8px;
  overflow: hidden;
}

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

.card-download__name {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}

.card-download__description {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.card-download__download {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-top: 1px solid #d4dbe2;
  padding: 1.6rem 0 0 0;
}

.card-download__download svg {
  width: 4rem;
  height: 4rem;
  padding: 8px;
  border-radius: 100px;
  background: #005cb9;
}

.card-download__download .download {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.news-section {
  background: #ffffff;
  padding: 8.8rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

.news-section__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  opacity: 0.6;
  text-align: center;
}

.news-section__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.news-section__nav-btn {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #005cb9;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.news-section__nav-btn.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #949aa6;
}

.news-section__nav-btn:hover {
  transform: scale(1.1);
}

.news-section__cards {
  display: flex;
  gap: 3.2rem;
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
}

.news-section__cards .slick-track {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 3.2rem;
}

.news-section__card {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  gap: 4rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid transparent;
  padding: 3px;
  flex: 1;
  transition: all 1s ease;
}

.news-section__card:hover {
  background-color: #d4dbe2;
}

.news-section__card:hover .news-section__card__btn {
  gap: 1.6rem;
}

.news-section__card:hover .news-section__card__img-wrapper img {
  transform: scale(1.05);
}

.news-section__card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.2rem;
  padding: 0 3.2rem;
  min-height: 33.8rem;
}

.news-section__card__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.news-section__card__desc {
  color: #7a7a7a;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.news-section__card__btn {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  width: -moz-max-content;
  width: max-content;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.news-section__card__btn svg {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  background: #005cb9;
  padding: 1.1rem;
}

.news-section__card__btn svg :hover {
  background-color: #d4dbe2;
}

.news-section__card__img-wrapper {
  width: 100%;
  height: 20rem;
  border-radius: 12px;
  overflow: hidden;
  margin-top: auto;
}

.news-section__card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.news-section__pagination {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 12px 16px;
  border-radius: 100px;
  background: #bac3cd;
  margin: 0 auto;
}

.news-section__pagination ul {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.news-section__pagination ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.news-section__pagination ul li.slick-active {
  background: #005cb9;
}

@media (max-width: 900px) {
  .news-section {
    padding: 4rem 2rem;
    gap: 2.4rem;
  }
  .news-section__cards .slick-list .slick-track {
    gap: 0;
  }
  .news-section__card {
    gap: 2rem;
  }
  .news-section__card__content {
    gap: 1.6rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .news-section__card__content {
    padding: 0 1rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .news-section__nav-btn {
    display: none !important;
  }
}
.site-loader {
  --site-loader-progress: 0%;
  --site-loader-vw: 100dvw;
  --site-loader-vh: 100dvh;
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--site-loader-vw);
  min-width: var(--site-loader-vw);
  height: var(--site-loader-vh);
  min-height: var(--site-loader-vh);
  padding: 24px;
  overflow: hidden;
  background: #ffffff;
  color: #005cb9;
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.site-loader__logo-frame {
  position: relative;
  width: min(280px, var(--site-loader-vw) * 0.72);
  margin: 0 auto;
}

.site-loader__logo {
  display: block;
  width: 100%;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.site-loader__logo--muted {
  filter: grayscale(1) saturate(0) contrast(0.92);
  opacity: 0.48;
}

.site-loader__logo--color {
  position: absolute;
  inset: 0;
  height: 100%;
  clip-path: inset(0 calc(100% - var(--site-loader-progress)) 0 0);
  transition: clip-path 120ms linear;
}

.site-loader__animation {
  width: 64px;
  height: 64px;
  color: #005cb9;
}

.site-loader__animation svg {
  display: block;
  width: 100%;
  height: 100%;
}

.site-loader__animation .rotate {
  transform-origin: center;
  animation: site-loader-spin 900ms linear infinite;
}

.site-loader__progress {
  min-width: 4ch;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #5f5f5f;
  font-family: "Roboto Mono", monospace;
  letter-spacing: 0.05em;
}

body.site-loading {
  overflow: hidden;
  height: 100%;
}

@keyframes site-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-loader {
    transition: none;
  }
  .site-loader__logo--color {
    transition: none;
  }
  .site-loader__animation .rotate {
    animation: none;
  }
}
.home {
  background: #d4dbe2;
}

.home__banner {
  position: relative;
  height: calc(100vh - 10px);
}

.home__banner .slick-track,
.home__banner .slick-list {
  width: 100%;
  height: 100%;
}

.home__banner__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 7px;
}

.home__banner__bg img,
.home__banner__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__banner__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(262deg, rgba(0, 0, 0, 0) 32.87%, rgba(0, 92, 185, 0.5) 91.34%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: normal, multiply, normal;
}

.home__banner__slider {
  height: 100%;
  overflow: hidden;
  display: flex;
  gap: 8rem;
  background: #d4dbe2;
  border-radius: 20px;
}

.home__banner__item {
  position: relative;
  height: 100%;
  margin: 7px 7px 12px 7px;
  overflow: hidden;
}

.home__banner__item::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 20px #d4dbe2;
  background: transparent;
  clip-path: polygon(0 0, 105% 0, 99% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 2;
}

.home__banner__wrapper {
  position: relative;
  height: calc(100% - 6.5px);
  display: flex;
  align-items: flex-end;
  padding: 0 0 8.8rem 8.8rem;
  z-index: 90;
  overflow: hidden;
  width: 100%;
}

.home__banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
  max-width: 74rem;
}

.home__banner__category {
  width: -moz-max-content;
  width: max-content;
  color: #d4dbe2;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #d4dbe2;
  padding: 8px 16px;
}

.home__banner__title {
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(5.6rem, 5vw, 9.6rem);
  font-style: italic;
  font-weight: 100;
  line-height: clamp(4.5rem, 5vw, 7.1rem);
  text-transform: uppercase;
}

.home__banner__desc {
  color: #d4dbe2;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}

.home__banner__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 12px 24px;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.home__banner__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.home__banner__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.home__banner__btn:hover::before {
  left: 50%;
}

.home__banner__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.home__banner__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.home__banner__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.home__banner__btn svg {
  position: relative;
  z-index: 80;
}

.home__banner__btn svg path {
  transition: 0.3s all ease;
}

.home__banner__controls {
  width: 24rem;
  height: 10.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 112px 0 20px 0;
  background: #005cb9;
}

.home__banner__controls__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 4.5rem;
  bottom: 3.4rem;
}

.home__banner__controls__left-arrow, .home__banner__controls__right-arrow {
  cursor: pointer;
}

.home__banner__controls__left-arrow.slick-disabled, .home__banner__controls__right-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #949aa6;
}

.home__banner__controls__counter {
  color: #d4dbe2;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.home__suspensions {
  position: relative;
  background: #d4dbe2;
  padding: 4rem;
}

.home__suspensions__slider {
  display: flex;
  width: 100%;
}

.home__suspensions__top-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 5.4rem;
}

.home__suspensions__top-content__title {
  color: #040405;
  opacity: 0.6;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.home__suspensions__top-content__title strong {
  font-weight: 700;
}

.home__suspensions__top-content__categories {
  display: flex;
  gap: 8px;
}

.home__suspensions__top-content__category {
  display: flex;
  padding: 1.2rem 2.4rem;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  border-radius: 100px;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.home__suspensions__top-content__category:hover {
  border: 1px solid #005cb9;
}

.home__suspensions__top-content__category svg > path {
  transition: all 0.3s ease-in-out;
}

.home__suspensions__top-content__category.active {
  background: #ffffff;
}

.home__suspensions__top-content__category.active svg path {
  fill: #005cb9;
}

.home__suspensions__duo {
  width: 100%;
  display: flex;
  gap: 8rem;
  transition: opacity 0.3s ease;
}

.home__suspensions__card {
  width: 100%;
  position: relative;
  display: flex !important;
  height: 41.3rem;
  gap: 5.2rem;
  border-radius: 20px;
  background: #d4dbe2;
  cursor: pointer;
  margin-right: 8rem;
  overflow: hidden;
}

.home__suspensions__card__title strong {
  font-weight: 600;
}

.home__suspensions__card:last-child {
  margin-right: 0;
}

.home__suspensions__card:hover {
  border-color: #005cb9;
  color: #d4dbe2;
}

.home__suspensions__card:hover .home__suspensions__card__img-wrapper img {
  transform: scale(1.05);
}

.home__suspensions__card:hover .home__suspensions__card__text {
  transform: translateX(8px);
}

.home__suspensions__card:hover .home__suspensions__card__text svg {
  transform: translateX(4px);
}

.home__suspensions__card:hover .home__suspensions__card__title {
  transform: translateX(4px);
}

.home__suspensions__card--active {
  background: #005cb9;
  border-color: #005cb9;
  color: #ffffff;
}

.home__suspensions__card__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  z-index: 40;
  transition: transform 0.3s ease;
}

.home__suspensions__card__text svg {
  transition: transform 0.3s ease;
}

.home__suspensions__card__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(4.6rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 200;
  line-height: clamp(3.5rem, 5vw, 6.2rem);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  transition: transform 0.3s ease;
  width: 50%;
}

.home__suspensions__card__img-wrapper {
  width: 38.2rem;
  height: 41.3rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.home__suspensions__card__img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 5;
}

.home__suspensions__card__absolute-retangle-card {
  display: flex;
  position: absolute;
  width: 38.2rem;
  height: 41.3rem;
  border-radius: 40px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.home__suspensions__card__absolute-retangle-card .upper-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  border-radius: 20px 0px 20px 20px;
  width: 38.2rem;
  height: 41.3rem;
  z-index: 2;
}

.home__suspensions__card__absolute-retangle-card .bottom-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37.8rem;
  height: 41rem;
  border-radius: 20px;
  z-index: 1;
}

.home__suspensions__card:hover .tile__img {
  transform: scale(1.05);
}

.home__suspensions__card:hover .tile__cta {
  opacity: 1;
  transform: translateY(0);
}

.home__suspensions__controls {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 5.6rem;
}

.home__suspensions__controls__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home__suspensions__controls__arrows .left-arrow,
.home__suspensions__controls__arrows .right-arrow {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #005cb9;
  cursor: pointer;
}

.home__suspensions__controls__arrows .left-arrow.slick-disabled,
.home__suspensions__controls__arrows .right-arrow.slick-disabled {
  background: #949aa6;
  cursor: not-allowed;
  opacity: 0.5;
}

.home__suspensions__controls__pagination {
  display: flex;
  padding: 12px 16px;
  border-radius: 100px;
  background: #ffffff;
}

.home__suspensions__controls__pagination ul {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.home__suspensions__controls__pagination ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #949aa6;
}

.home__suspensions__controls__pagination ul li.slick-active {
  background: #005cb9;
}

.home__suspensions__controls__line {
  width: 100%;
  height: 1px;
  background: #bac3cd;
}

.home__suspensions__right-black-retangle {
  position: absolute;
  right: 0;
  bottom: -15rem;
}

.home__highlights {
  background: #d4dbe2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  overflow: hidden;
  padding: 9.2rem 4rem 0 4rem;
}

.home__highlights__upper-title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.home__highlights .items-loop .items-loop__left-div {
  padding-bottom: 6rem;
}

.home__highlights .items-loop .items-loop__left-div .items-loop__left-div__card {
  gap: 0;
}

.home__highlights .items-loop .items-loop__left-div .items-loop__left-div__card.active {
  gap: 2.4rem;
}

.home__highlights .items-loop .items-loop__left-div .items-loop__left-div__card.active .items-loop__left-div__card__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 200;
  line-height: 4.2rem;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  opacity: 1;
}

.home__highlights .items-loop .items-loop__left-div .items-loop__left-div__card.active .items-loop__left-div__card__desc {
  max-height: 100%;
  opacity: 0.5;
  font-weight: 700;
}

.home__highlights .items-loop .items-loop__left-div .items-loop__left-div__card .items-loop__left-div__card__title {
  opacity: 0.5;
}

.home__highlights .items-loop .items-loop__left-div .items-loop__left-div__card .items-loop__left-div__card__desc {
  max-height: 0;
  opacity: 0;
}

.home__highlights .items-loop .items-loop__right-div__card .product {
  transform: translateX(-10%);
}

.home__replacement {
  height: 62.2rem;
  position: relative;
  overflow: hidden;
}

.home__replacement__wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.home__replacement__left-div {
  background: #005cb9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  z-index: 99;
}

.home__replacement__left-div__text {
  width: 100%;
  max-width: 39.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.home__replacement__left-div__text__title {
  color: #bac3cd;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.home__replacement__left-div__text__desc {
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(4.6rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(3.5rem, 5vw, 5.8rem);
  letter-spacing: -1.52px;
  text-transform: uppercase;
}

.home__replacement__left-div__text__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #d4dbe2;
  color: #005cb9;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.home__replacement__left-div__text__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.home__replacement__left-div__text__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.home__replacement__left-div__text__btn:hover::before {
  left: 50%;
}

.home__replacement__left-div__text__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.home__replacement__left-div__text__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.home__replacement__left-div__text__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.home__replacement__left-div__text__btn svg {
  position: relative;
  z-index: 80;
}

.home__replacement__left-div__text__btn svg path {
  transition: 0.3s all ease;
}

.home__replacement__right-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.home__replacement__right-div__map {
  display: flex;
  position: absolute;
  width: 100%;
  height: 103%;
}

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

@media (min-width: 1360px) {
  .home__replacement__right-div__map img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 900px) {
  .home__banner {
    height: calc(100vh - 8px);
  }
  .home__banner__slider {
    gap: 2rem;
  }
  .home__banner__item {
    margin: 4px 4px 8px 4px;
  }
  .home__banner__item::after {
    display: none;
  }
  .home__banner__wrapper {
    padding: 0 2rem 4rem 2rem;
    align-items: center;
  }
  .home__banner__content {
    gap: 1.6rem;
    max-width: 100%;
  }
  .home__banner__btn {
    gap: 2rem;
    padding: 10px 18px;
  }
  .home__banner__btn::after {
    right: -3rem;
    width: 7rem;
    height: 7rem;
  }
  .home__banner__controls {
    width: 16rem;
    height: 7rem;
    border-radius: 70px 0 15px 0;
  }
  .home__banner__controls__wrapper {
    right: 2.5rem;
    bottom: 2rem;
    gap: 4px;
  }
  .home__banner__controls__wrapper svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .home__banner__controls__counter {
    line-height: 2rem;
  }
  .home__suspensions {
    padding: 2rem 2rem 4rem 2rem;
  }
  .home__suspensions__top-content {
    gap: 1.6rem;
    margin-bottom: 3rem;
  }
  .home__suspensions__top-content__title {
    line-height: 2.4rem;
  }
  .home__suspensions__top-content__categories {
    flex-wrap: wrap;
    gap: 6px;
  }
  .home__suspensions__top-content__category {
    padding: 8px 16px;
    line-height: 2.4rem;
  }
  .home__suspensions__top-content__category svg {
    width: 20px;
    height: 20px;
  }
  .home__suspensions__duo {
    flex-direction: column;
    gap: 2rem;
  }
  .home__suspensions__card {
    height: auto;
    min-height: 32rem;
    gap: 2rem;
    margin-right: 0;
    padding: 2rem;
    flex-direction: column;
  }
  .home__suspensions__card__text {
    gap: 1.6rem;
    order: 2;
  }
  .home__suspensions__card__img-wrapper {
    width: 100%;
    height: 20rem;
    position: relative;
    order: 1;
  }
  .home__suspensions__card__img-wrapper img {
    width: 100%;
    border-radius: 15px;
  }
  .home__suspensions__card__absolute-retangle-card {
    display: none;
  }
  .home__suspensions__controls {
    margin-top: 3rem;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .home__suspensions__controls__arrows {
    gap: 6px;
  }
  .home__suspensions__controls__arrows .left-arrow,
  .home__suspensions__controls__arrows .right-arrow {
    width: 3.5rem;
    height: 3.5rem;
  }
  .home__suspensions__controls__arrows .left-arrow svg,
  .home__suspensions__controls__arrows .right-arrow svg {
    width: 20px;
    height: 20px;
  }
  .home__suspensions__controls__pagination {
    padding: 10px 14px;
  }
  .home__suspensions__controls__pagination ul {
    gap: 6px;
  }
  .home__suspensions__controls__pagination ul li {
    width: 8px;
    height: 8px;
  }
  .home__suspensions__controls__line {
    order: -1;
    width: 100%;
  }
  .home__suspensions__right-black-retangle {
    display: none;
  }
  .home__highlights {
    padding: 4rem 2rem 0 2rem;
  }
  .home__highlights__upper-title {
    padding-left: 2rem;
  }
  .home__highlights .items-loop .items-loop__right-div__card .product {
    transform: translateX(-60%) translateY(-50%);
  }
  .home__replacement {
    height: auto;
    min-height: 50rem;
  }
  .home__replacement__wrapper {
    flex-direction: column;
  }
  .home__replacement__left-div {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 3rem 2rem;
    min-height: 35rem;
  }
  .home__replacement__left-div__text {
    max-width: 100%;
  }
  .home__replacement__left-div__text__btn {
    gap: 2rem;
    padding: 10px 6px;
  }
  .home__replacement__left-div__text__btn::after {
    right: -3rem;
    width: 6.2rem;
    height: 7rem;
  }
  .home__replacement__left-div__text__btn svg {
    width: 20px;
    height: 20px;
  }
  .home__replacement__right-div {
    min-height: 25rem;
  }
  .home__replacement__right-div__map {
    position: relative;
  }
  .home__replacement__right-div__map img {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 581px) {
  #nav-reposicao-desktop {
    display: none !important;
  }
}
#nav-reposicao-desktop {
  padding-left: 16px;
  display: flex;
  gap: 2.4rem;
}

#nav-reposicao-desktop a {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

#nav-reposicao-desktop a strong {
  font-weight: 700;
}

#nav-reposicao-mobile a {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

#nav-reposicao-mobile a strong {
  font-weight: 700;
}

@media (min-width: 581px) {
  #nav-reposicao-mobile {
    display: none !important;
  }
}
#nav-reposicao-mobile {
  flex-direction: column;
  align-items: flex-start;
}

#nav-reposicao-mobile > a {
  width: 100%;
  display: flex;
  padding: 0.7rem 1.9rem;
  align-items: center;
  font-weight: 500;
  gap: 2.4rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  line-height: 3rem;
}

#nav-reposicao-mobile .nav__submenu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-left: 1.6rem;
}

#nav-reposicao-mobile .nav__submenu li a {
  display: block;
  padding: 0.6rem 2.4rem;
  font-size: 1.4rem;
  line-height: 200%;
  color: #000;
  font-family: "Montserrat", Sans-serif;
}

#nav-reposicao-mobile .nav__submenu li a:hover {
  opacity: 1;
}

#nav-reposicao-mobile.active .nav__submenu {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}

.home__suspensions svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .home__suspensions svg {
    width: 20px;
    height: 20px;
  }
}
.home__suspensions .home__suspensions__card__absolute-retangle-card svg,
.home__suspensions .home__suspensions__right-black-retangle svg {
  width: auto;
  height: auto;
}

.home__suspensions__top-content__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
  width: 100%;
  padding: 0;
}

.home__suspensions__top-content__categories .home__suspensions__top-content__category {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .home__suspensions__top-content__categories .home__suspensions__top-content__category {
    flex: 0 0 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 580px) {
  .home__suspensions__top-content__categories .home__suspensions__top-content__category {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-details {
  background: #d4dbe2;
  padding-top: 7px;
}

.products-details__banner {
  margin: 0px 7px 13px 7px;
  background: #bac3cd;
  display: flex;
  position: relative;
  height: calc(100vh - 2rem);
  border-radius: 20px;
  overflow: hidden;
}

.products-details__banner::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 30px #d4dbe2;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 1;
}

.products-details__banner__bg {
  position: absolute;
  right: 0;
  bottom: -10rem;
  z-index: 3;
  border-radius: 20px;
  overflow: visible;
  width: 64vw;
}

.products-details__banner__bg img,
.products-details__banner__bg video {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transform: translateX(15%);
}

.products-details__banner__right-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 72.8rem;
  height: 66rem;
}

.products-details__banner__wrapper {
  position: relative;
  z-index: 90;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 8.8rem 8.8rem;
}

.products-details__banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  max-width: 50%;
}

.products-details__banner__breadcrumb {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.products-details__banner__breadcrumb__title {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 1.5vw + 1rem, 2.3rem);
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.6;
}

.products-details__banner__breadcrumb__title.active {
  opacity: 1;
}

.products-details__banner__title {
  color: #000000;
  font-family: "Alumni Sans";
  font-size: clamp(4.8rem, 6vw + 2rem, 9.5rem);
  font-weight: 600;
  line-height: clamp(4rem, 5vw + 1.5rem, 7.1rem);
  text-transform: uppercase;
}

.products-details__banner__desc {
  color: #696980;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1vw + 0.8rem, 1.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(2.4rem, 2vw + 1rem, 3rem);
}

.products-details__banner__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 12px 24px;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.products-details__banner__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.products-details__banner__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.products-details__banner__btn:hover::before {
  left: 50%;
}

.products-details__banner__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.products-details__banner__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.products-details__banner__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.products-details__banner__btn svg {
  position: relative;
  z-index: 80;
}

.products-details__banner__btn svg path {
  transition: 0.3s all ease;
}

.products-details__info {
  background: #d4dbe2;
  padding: 4rem 4rem 4.8rem;
}

.products-details__info__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.products-details__info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

.products-details__info__item__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  opacity: 0.6;
}

.products-details__info__item svg {
  width: 2.4rem;
  height: 2.4rem;
}

.products-details__info__item__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  border-radius: 100px;
  background: #ffffff;
  padding: 1.2rem 2.4rem;
}

.products-details__info__item__content__desc {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.products-details__features {
  background: #d4dbe2;
  padding: 4.8rem 0 2.4rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.products-details__features__header {
  padding-top: 4.8rem;
  border-top: 1px solid #bac3cd;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
  text-align: center;
}

.products-details__features__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(3.2rem, 3vw + 1.5rem, 4.8rem);
  font-weight: 250;
  line-height: clamp(3rem, 2.5vw + 1.5rem, 4.2rem);
  letter-spacing: -0.96px;
}

.products-details__features__badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 2.4rem;
  list-style: none;
}

@media (min-width: 1350px) {
  .products-details__features__badges {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products-details__features__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.4rem;
}

.products-details__features__badge__content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.products-details__features__badge__content__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: clamp(2.4rem, 2vw, 3rem);
  opacity: 0.6;
  text-align: start;
}

.products-details__features__badge__content__desc {
  color: #040405;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: clamp(2.4rem, 2vw, 3rem);
  opacity: 0.6;
  text-align: start;
}

.products-details__features__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 4.8rem;
  border-radius: 100px;
  background: #bac3cd;
  flex-shrink: 0;
}

.products-details__features__badge-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}

.products-details__features__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  overflow: hidden;
}

.products-details__features__content__wrapper {
  display: flex;
  gap: 3.2rem;
  overflow: hidden;
}

.products-details__features__card {
  display: flex !important;
  height: 41.8rem;
  position: relative;
  overflow: hidden;
  border-radius: 192px 16px 16px 16px;
  background: #ffffff;
  box-shadow: 0 44px 76px 0 rgba(0, 0, 0, 0.05);
  margin-right: 3.2rem;
}

.products-details__features__card:last-child {
  margin-right: 0;
}

.products-details__features__card.is-active {
  transform: translateY(-8px);
  box-shadow: 0 40px 80px rgba(4, 4, 5, 0.18);
}

.products-details__features__card-info {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 0 6rem 0 10.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.2rem;
}

.products-details__features__card-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #949aa6;
}

.products-details__features__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-details__features__card-indicator {
  width: 4rem;
  height: 2px;
  border-radius: 999px;
  background: #005cb9;
  display: inline-block;
}

.products-details__features__card-title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(3.2rem, 3vw + 1.5rem, 4.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(4rem, 3.5vw + 2rem, 5.8rem);
  letter-spacing: -0.96px;
  text-transform: uppercase;
  width: 100%;
  max-width: 21.2rem;
}

.products-details__features__card-desc {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  width: 100%;
  max-width: 21.2rem;
  opacity: 0.6;
}

.products-details__features__controls {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-right: 4rem;
}

.products-details__features__controls__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.products-details__features__controls__arrows .left-arrow,
.products-details__features__controls__arrows .right-arrow {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #005cb9;
  cursor: pointer;
}

.products-details__features__controls__arrows .left-arrow.slick-disabled,
.products-details__features__controls__arrows .right-arrow.slick-disabled {
  background: #949aa6;
  cursor: not-allowed;
  opacity: 0.5;
}

.products-details__features__controls__pagination {
  position: relative;
  display: flex;
  padding: 12px 16px;
  border-radius: 100px;
  background: #ffffff;
}

.products-details__features__controls__pagination ul {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.products-details__features__controls__pagination ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #949aa6;
  cursor: pointer;
  transition: 0.3s all ease;
}

.products-details__features__controls__pagination ul li.slick-active {
  background: #005cb9;
}

.products-details__features__controls__line {
  width: 100%;
  height: 1px;
  background: #bac3cd;
}

@media (max-width: 1024px) {
  .products-details__features {
    padding: 6rem 3.2rem 7.2rem;
  }
  .products-details__features__card-info {
    border-radius: 48px 48px 0 0;
    padding: 3.2rem;
  }
}
@media (max-width: 768px) {
  .products-details__features {
    gap: 3.2rem;
  }
  .products-details__features__title {
    font-size: 4.8rem;
  }
  .products-details__features__badge {
    width: 100%;
    justify-content: center;
  }
  .products-details__features__viewport {
    flex-direction: column;
  }
  .products-details__features__card {
    min-height: auto;
  }
}
.products-details__highlights {
  position: relative;
  background: #d4dbe2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4.8rem 4rem 0 0;
  overflow: hidden;
}

.products-details__highlights .svg-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

.products-details__highlights__wrapper {
  width: 100%;
  height: 71rem;
  display: flex;
  gap: 16rem;
  justify-content: space-between;
  padding-left: 4rem;
}

.products-details__highlights__left-div {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 71.8rem;
  max-width: 78rem;
}

.products-details__highlights__left-div__card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.products-details__highlights__left-div__card .product-highlight-img {
  position: relative;
  transform: translateX(20%);
  width: 100%;
  max-width: 66.8rem;
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.products-details__highlights__left-div__card__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
}

.products-details__highlights__left-div__card__bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-details__highlights__right-div {
  width: 100%;
}

.products-details__highlights__right-div__card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  padding: 4rem 0 4rem 4rem;
}

.products-details__highlights__right-div__card__title {
  max-width: 33.2rem;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(3.6rem, 3vw + 1.5rem, 4.8rem);
  font-style: normal;
  font-weight: 200;
  line-height: clamp(3.6rem, 2.5vw + 1.5rem, 4.2rem);
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.products-details__highlights__right-div__card__desc {
  max-width: 34rem;
  opacity: 0.6;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}

.products-details__highlights__right-div__card__btn {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.products-details__highlights__right-div__card__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.products-details__highlights__right-div__card__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.products-details__highlights__right-div__card__btn:hover::before {
  left: 50%;
}

.products-details__highlights__right-div__card__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.products-details__highlights__right-div__card__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.products-details__highlights__right-div__card__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.products-details__highlights__right-div__card__btn svg {
  position: relative;
  z-index: 80;
}

.products-details__highlights__right-div__card__btn svg path {
  transition: 0.3s all ease;
}

.products-details__replacement {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
  padding: 8.8rem 8.8rem 0 8.8rem;
  background: #d4dbe2;
}

.products-details__replacement__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 8.8rem;
}

.products-details__replacement__info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  max-width: 45rem;
  color: #000000;
}

.products-details__replacement__info__eyebrow {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

.products-details__replacement__info__title {
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 4.5vw + 2rem, 7.2rem);
  font-weight: 200;
  line-height: clamp(3.6rem, 4vw + 1.5rem, 6.4rem);
  letter-spacing: -0.18rem;
  text-transform: uppercase;
}

.products-details__replacement__info__title strong {
  font-weight: 700;
}

.products-details__replacement__info__desc {
  max-width: 42rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.products-details__replacement__form {
  position: relative;
  flex: 1;
}

.products-details__replacement__form__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  height: 100%;
  padding: 4.8rem;
  border-radius: 20px;
}

.products-details__replacement__form__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.4rem;
  color: #696980;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}

.products-details__replacement__form__label {
  color: #000000;
  font-weight: 700;
}

.products-details__replacement__form__hint {
  color: rgba(0, 0, 0, 0.6);
}

.products-details__replacement__form__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.products-details__replacement__form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.8rem;
}

.products-details__replacement__form__column {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: space-between;
}

.products-details__replacement__form__column--message {
  position: relative;
  padding-left: 4.8rem;
  gap: 0;
}

.products-details__replacement__form__column--message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}

.products-details__replacement__form__field {
  display: flex;
  flex-direction: column;
}

.products-details__replacement__form__field label {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  height: 0;
}

.products-details__replacement__form__field input,
.products-details__replacement__form__field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  color: #040405;
  padding-bottom: 1.6rem;
}

.products-details__replacement__form__field input::-moz-placeholder, .products-details__replacement__form__field textarea::-moz-placeholder {
  color: rgba(4, 4, 5, 0.4);
}

.products-details__replacement__form__field input::placeholder,
.products-details__replacement__form__field textarea::placeholder {
  color: rgba(4, 4, 5, 0.4);
}

.products-details__replacement__form__field input:focus,
.products-details__replacement__form__field textarea:focus {
  outline: none;
  border-bottom: 1.5px solid #005cb9;
}

.products-details__replacement__form__field input:focus::-moz-placeholder, .products-details__replacement__form__field textarea:focus::-moz-placeholder {
  color: rgba(4, 4, 5, 0.6);
}

.products-details__replacement__form__field input:focus::placeholder,
.products-details__replacement__form__field textarea:focus::placeholder {
  color: rgba(4, 4, 5, 0.6);
}

.products-details__replacement__form__field textarea {
  resize: none;
  min-height: 18rem;
}

.products-details__replacement__form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.products-details__replacement__form__checkbox input {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 2px;
  border: 1.5px solid #949aa6;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #d4dbe2;
}

.products-details__replacement__form__checkbox input:checked {
  border-color: #005cb9;
  background: #005cb9;
}

.products-details__replacement__form__checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 0.6rem;
  height: 1.2rem;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.products-details__replacement__form__checkbox span {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.products-details__replacement__form__checkbox a {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  text-decoration-line: underline;
}

.products-details__replacement__form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  flex-wrap: wrap;
}

.products-details__replacement__form__btn {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.products-details__replacement__form__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.products-details__replacement__form__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.products-details__replacement__form__btn:hover::before {
  left: 50%;
}

.products-details__replacement__form__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.products-details__replacement__form__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.products-details__replacement__form__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.products-details__replacement__form__btn svg {
  position: relative;
  z-index: 80;
}

.products-details__replacement__form__btn svg path {
  transition: 0.3s all ease;
}

@media (max-width: 1200px) {
  .products-details__replacement {
    padding: 6.4rem 4.8rem;
  }
  .products-details__replacement__wrapper {
    flex-direction: column;
    gap: 6.4rem;
  }
  .products-details__replacement__info {
    max-width: none;
  }
  .products-details__replacement__info__title {
    font-size: 6rem;
    line-height: 5.4rem;
  }
  .products-details__replacement__form {
    width: 100%;
  }
  .products-details__replacement__form__grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .products-details__replacement__form__column--message {
    padding-left: 0;
    gap: 0;
  }
  .products-details__replacement__form__column--message::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .products-details__replacement {
    padding: 4.8rem 2.4rem;
  }
  .products-details__replacement__info__title {
    font-size: 4.8rem;
    line-height: 4.2rem;
  }
  .products-details__replacement__form__card {
    padding: 3.2rem 2.4rem;
  }
  .products-details__replacement__form__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .products-details__replacement__form__recaptcha {
    width: 100%;
  }
  .products-details__replacement__form__submit {
    justify-content: center;
    width: 100%;
  }
}
.products-details__replacement__bottom-image {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.products-details__replacement__bottom-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-details__fullscreen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.products-details__fullscreen__image-wrapper {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  border-bottom-right-radius: 300px;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.products-details__fullscreen__image-wrapper img {
  width: 100%;
  height: 76.8rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-details__fullscreen .play-btn {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
}

.products-details__fullscreen .play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120rem;
  height: 120rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle, rgba(0, 92, 185, 0.02) 0%, rgba(0, 92, 185, 0.02) 55rem, transparent 55em), radial-gradient(circle, rgba(0, 92, 185, 0.03) 0%, rgba(0, 92, 185, 0.03) 45rem, transparent 45rem), radial-gradient(circle, rgba(0, 92, 185, 0.04) 0%, rgba(0, 92, 185, 0.04) 35rem, transparent 35rem), radial-gradient(circle, rgba(0, 92, 185, 0.05) 0%, rgba(0, 92, 185, 0.05) 25rem, transparent 25rem), radial-gradient(circle, rgba(0, 92, 185, 0.06) 0%, rgba(0, 92, 185, 0.06) 15rem, transparent 15rem), radial-gradient(circle, rgba(0, 92, 185, 0.08) 0%, rgba(0, 92, 185, 0.08) 10rem, transparent 10rem);
}

.products-details__fullscreen .play-btn:hover {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}

.products-details__fullscreen .play-btn:hover svg {
  filter: drop-shadow(0 0 6px rgba(225, 247, 99, 0.4));
}

.products-details__fullscreen .play-btn svg {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.products-details__other-products {
  background: #ffffff;
  padding: 8.8rem 2.4rem 0 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

.products-details__other-products__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  opacity: 0.6;
  padding-left: 6.4rem;
}

.products-details__other-products__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.products-details__other-products__nav-btn {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #005cb9;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  padding: 1.1rem;
  transition: all 0.3s ease;
}

.products-details__other-products__nav-btn.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #949aa6;
}

.products-details__other-products__nav-btn:hover {
  transform: scale(1.1);
}

.products-details__other-products__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  width: 100%;
  overflow: hidden;
}

.products-details__other-products__cards .slick-list {
  width: 100%;
}

.products-details__other-products__card {
  display: flex !important;
  flex-direction: column;
  gap: 4rem;
  background: #ffffff;
  flex: 0 0 auto;
  margin-right: 3.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.products-details__other-products__card:last-child {
  margin-right: 0;
}

.products-details__other-products__card:hover {
  border-color: #005cb9;
  color: #d4dbe2;
}

.products-details__other-products__card:hover .products-details__other-products__card__img-wrapper .bg {
  opacity: 1;
}

.products-details__other-products__card:hover .products-details__other-products__card__img-wrapper img {
  transform: scale(1.05);
}

.products-details__other-products__card:hover .products-details__other-products__card__btn {
  gap: 1.6rem;
}

.products-details__other-products__card__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0 3.2rem;
}

.products-details__other-products__card__title {
  color: #060606;
  font-family: "Alumni Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.5rem;
  text-transform: uppercase;
}

.products-details__other-products__card__btn {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  width: -moz-max-content;
  width: max-content;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
}

.products-details__other-products__card__btn svg {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  background: #005cb9;
  padding: 1.1rem;
}

.products-details__other-products__card__img-wrapper {
  position: relative;
  width: 100%;
  height: 30rem;
  overflow: hidden;
  margin-top: auto;
}

.products-details__other-products__card__img-wrapper .bg {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #d4dbe2;
  clip-path: polygon(10% 0, 100% 0, 100% 0%, 100% 100%, 0 100%, 0 0%);
  border-bottom-right-radius: 150px;
  border-top-left-radius: 150px;
  transition: opacity 0.3s ease;
}

.products-details__other-products__card__img-wrapper .bg svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-details__other-products__card__img-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  z-index: 3;
}

.products-details__other-products__pagination {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 12px 16px;
  border-radius: 100px;
  background: #bac3cd;
  margin: 0 auto;
}

.products-details__other-products__pagination ul {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.products-details__other-products__pagination ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.products-details__other-products__pagination ul li.slick-active {
  background: #005cb9;
}

.products-details__map {
  background: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.products-details__map__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 19rem 8.6rem;
}

.products-details__map__left-div {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 45.4rem;
  z-index: 2;
}

.products-details__map__upper-title {
  color: #696980;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.products-details__map__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 5vw + 2rem, 7.6rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(3.6rem, 3.5vw + 1.5rem, 5.8rem);
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.products-details__map__btn {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.products-details__map__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.products-details__map__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.products-details__map__btn:hover::before {
  left: 50%;
}

.products-details__map__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.products-details__map__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.products-details__map__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.products-details__map__btn svg {
  position: relative;
  z-index: 80;
}

.products-details__map__btn svg path {
  transition: 0.3s all ease;
}

.products-details__map__right-div {
  position: absolute;
  right: 0;
  left: 27rem;
  bottom: 6.5rem;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.products-details__map__right-div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .products-details__banner {
    height: auto;
    min-height: 60vh;
    margin: 7px;
  }
  .products-details__banner::after {
    display: none;
  }
  .products-details__banner__wrapper {
    padding: 14rem 2.4rem 4rem;
    align-items: center;
  }
  .products-details__banner__content {
    max-width: 100%;
    gap: 1.6rem;
  }
  .products-details__banner__right-bg {
    width: 100%;
    height: 100%;
  }
  .products-details__banner__bg {
    display: none;
  }
  .products-details__info {
    padding: 3.2rem 2.4rem;
  }
  .products-details__info__wrapper {
    flex-wrap: wrap;
    align-items: center;
    gap: 1.6rem;
  }
  .products-details__info__item {
    align-items: center;
    gap: 1.2rem;
  }
  .products-details__info__item__content {
    width: 100%;
  }
  .products-details__features {
    padding: 4rem 2.4rem;
    gap: 4rem;
  }
  .products-details__features__header {
    padding-top: 3.2rem;
    align-items: center;
    gap: 3.2rem;
  }
  .products-details__features__badges {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}
@media (max-width: 900px) and (min-width: 500px) {
  .products-details__features__badges {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .products-details__features__badge {
    gap: 1.6rem;
  }
  .products-details__features__badge__content__title, .products-details__features__badge__content__desc {
    white-space: normal;
  }
  .products-details__features__card {
    border-radius: 96px 16px 16px 16px;
  }
  .products-details__features__card-info {
    padding: 3.2rem 2.4rem;
  }
  .products-details__features__controls {
    padding-right: 2.4rem;
  }
  .products-details__highlights {
    padding: 4rem 2.4rem 0;
  }
  .products-details__highlights .svg-bg {
    max-height: 35rem;
    top: 2rem;
  }
  .products-details__highlights__wrapper {
    flex-direction: column;
    height: auto;
    gap: 4.8rem;
    padding-left: 0;
  }
  .products-details__highlights__left-div {
    min-width: 100%;
  }
  .products-details__highlights__left-div__card .product-highlight-img {
    transform: translateX(0);
    height: auto;
    overflow: hidden;
    max-height: 30rem;
  }
  .products-details__highlights__right-div__card {
    padding: 0;
  }
  .products-details__replacement {
    padding: 4rem 2.4rem 0;
    margin-bottom: 4rem;
  }
  .products-details__replacement__wrapper {
    flex-direction: column;
    gap: 4rem;
  }
  .products-details__replacement__info {
    max-width: 100%;
  }
  .products-details__replacement__form__card {
    padding: 0;
  }
  .products-details__replacement__form__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .products-details__replacement__form__column--message {
    padding-left: 0;
  }
  .products-details__replacement__form__column--message::before {
    display: none;
  }
  .products-details__replacement__form__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .products-details__replacement__form__btn {
    justify-content: center;
  }
  .products-details__fullscreen__image-wrapper {
    border-bottom-right-radius: 150px;
  }
  .products-details__fullscreen__image-wrapper img {
    height: auto;
    min-height: 40rem;
  }
  .products-details__other-products {
    padding: 4rem 2.4rem 0;
    gap: 3.2rem;
  }
  .products-details__other-products__title {
    padding-left: 0;
  }
  .products-details__other-products__cards {
    gap: 2.4rem;
  }
  .products-details__other-products__card {
    margin-right: 0 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .products-details__other-products__card__content {
    padding: 0 2.4rem;
  }
  .products-details__other-products__card__img-wrapper {
    height: 20rem;
  }
  .products-details__other-products__nav-btn {
    display: none !important;
  }
}
@media (max-width: 900px) and (min-width: 550px) {
  .products-details__other-products__nav-btn {
    display: flex !important;
  }
}
@media (max-width: 900px) {
  .products-details__map__wrapper {
    flex-direction: column;
    padding: 4rem 2.4rem;
    gap: 3.2rem;
  }
  .products-details__map__left-div {
    max-width: 100%;
  }
  .products-details__map__right-div {
    position: relative;
    left: 0;
    bottom: 0;
    height: 30rem;
  }
}
.about__banner {
  position: relative;
  height: calc(100vh - 2rem);
  background: #bac3cd;
  margin: 7px 7px 12px 7px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}

.about__banner__bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 99;
}

.about__banner__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(262deg, rgba(0, 0, 0, 0) 32.87%, rgba(0, 92, 185, 0.5) 91.34%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: normal, multiply, normal;
}

.about__banner__bg::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 30px #d4dbe2;
  background: transparent;
  clip-path: polygon(0 0, 105% 0, 99% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 999;
}

.about__banner__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__banner__wrapper {
  background: #000000;
  position: relative;
  z-index: 90;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 7rem 8.8rem;
  border-top-left-radius: 20px;
}

.about__banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  max-width: 74rem;
}

.about__banner__category {
  width: -moz-max-content;
  width: max-content;
  color: #d4dbe2;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #d4dbe2;
  padding: 8px 16px;
}

.about__banner__title {
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(5rem, 8vw, 9.6rem);
  font-style: italic;
  font-weight: 100;
  line-height: clamp(4rem, 6vw, 7.1rem);
  text-transform: uppercase;
}

.about__banner__desc {
  color: #d4dbe2;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}

.about__banner__bottom-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 4rem;
  background: trasnparent;
  border-radius: 0 0 20px 20px;
  transition: all 0.3s ease;
  z-index: 999;
}

.about__banner__bottom-nav.fixed {
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  top: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 1.6rem;
  background: #000000;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s ease;
  z-index: 9999999;
}

.about__banner__bottom-nav.fixed .about__banner__bottom-nav__item {
  padding: 1rem 1.6rem;
}

.about__banner__bottom-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 80rem;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .about__banner__bottom-nav__list {
    max-width: 100%;
  }
}
.about__banner__bottom-nav__item {
  display: flex;
  padding: 1.2rem 2.4rem;
}

.about__banner__bottom-nav__item.active {
  border-radius: 100px;
  background: #ffffff;
}

.about__banner__bottom-nav__item.active .about__banner__bottom-nav__item__link {
  color: #040405;
}

.about__banner__bottom-nav__item.active .about__banner__bottom-nav__item__link::before {
  display: block;
}

.about__banner__bottom-nav__item__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  z-index: 999;
  transition: all 0.3s ease;
}

.about__banner__bottom-nav__item__link::before {
  content: "";
  display: none;
  width: 1rem;
  height: 1rem;
  background: #005cb9;
  border-radius: 100px;
  margin-right: 12px;
}

.about__replacement {
  margin: 14px 8px 8px 8px;
  height: 76rem;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.about__replacement__wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: 20px;
  background: #005cb9;
  align-items: center;
}

.about__replacement__left-div {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.about__replacement__left-div__map {
  position: relative;
  width: 100%;
  height: 100%;
}

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

.about__replacement__left-div__map .play-btn {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 2;
}

.about__replacement__left-div__map .play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120rem;
  height: 120rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle, transparent 0%, transparent calc(55rem - 1px), rgba(255, 255, 255, 0.08) calc(55rem - 1px), rgba(255, 255, 255, 0.08) calc(55rem + 1px), transparent calc(55rem + 1px)), radial-gradient(circle, transparent 0%, transparent calc(45rem - 1px), rgba(255, 255, 255, 0.08) calc(45rem - 1px), rgba(255, 255, 255, 0.08) calc(45rem + 1px), transparent calc(45rem + 1px)), radial-gradient(circle, transparent 0%, transparent calc(35rem - 1px), rgba(255, 255, 255, 0.08) calc(35rem - 1px), rgba(255, 255, 255, 0.08) calc(35rem + 1px), transparent calc(35rem + 1px)), radial-gradient(circle, transparent 0%, transparent calc(25rem - 1px), rgba(255, 255, 255, 0.08) calc(25rem - 1px), rgba(255, 255, 255, 0.08) calc(25rem + 1px), transparent calc(25rem + 1px)), radial-gradient(circle, transparent 0%, transparent calc(15rem - 1px), rgba(255, 255, 255, 0.08) calc(15rem - 1px), rgba(255, 255, 255, 0.08) calc(15rem + 1px), transparent calc(15rem + 1px)), radial-gradient(circle, transparent 0%, transparent calc(10rem - 1px), rgba(255, 255, 255, 0.08) calc(10rem - 1px), rgba(255, 255, 255, 0.08) calc(10rem + 1px), transparent calc(10rem + 1px));
}

.about__replacement__left-div__map .play-btn:hover {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}

.about__replacement__left-div__map .play-btn:hover svg {
  filter: drop-shadow(0 0 6px rgba(225, 247, 99, 0.4));
}

.about__replacement__left-div__map .play-btn svg {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.about__replacement__right-div {
  background: #005cb9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.about__replacement__right-div__text {
  width: 100%;
  max-width: 39.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.about__replacement__right-div__text__upper-title {
  color: #ffffff;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__replacement__right-div__text__separator {
  width: 7.5rem;
  height: 2px;
  background: #d4dbe2;
}

.about__replacement__right-div__text__title {
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 6vw, 7.6rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(3.5rem, 5vw, 5.8rem);
  letter-spacing: -1.52px;
  text-transform: uppercase;
}

.about__replacement__right-div__text__desc {
  color: #ffffff;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__history {
  padding: 6rem 0;
  background: #ffffff;
}

.about__history__container {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.about__history__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8.8rem 8.8rem 0 8.8rem;
}

.about__history__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 1.6rem;
  opacity: 0.6;
}

.about__history__separator {
  width: 7.5rem;
  height: 2px;
  background: #005cb9;
}

.about__history__timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8.8rem;
  width: 100%;
}

.about__history__timeline .slick-list {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.about__history__timeline .slick-list .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.about__history__timeline .slick-center .about__history__timeline-item {
  transform: scale(1);
}

.about__history__timeline-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.about__history__timeline-item.active .about__history__timeline-label {
  opacity: 1;
}

.about__history__timeline-item.active .about__history__timeline-year {
  opacity: 1;
}

.about__history__timeline-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(6rem, 6vw, 7.6rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(4.5rem, 5vw, 5.8rem);
  letter-spacing: -1.52px;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 999;
}

.about__history__timeline-year {
  color: #d4dbe2;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: clamp(14rem, 15vw, 20rem);
  font-style: normal;
  font-weight: 250;
  line-height: normal;
  letter-spacing: -4px;
  text-transform: uppercase;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.about__history__carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 103rem;
  margin: 0 auto;
  gap: 8rem;
}

.about__history__carousel-nav {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  background: #005cb9;
}

.about__history__carousel-nav.slick-disabled {
  background: #949aa6;
}

.about__history__carousel-image {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  min-width: 0;
  border-radius: 184px 16px 16px 16px;
  overflow: hidden;
  width: 79rem;
  height: 34.4rem;
}

.about__history__carousel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease;
}

.about__history__carousel-image img.fade-out {
  opacity: 0;
}

.about__history__text {
  color: #7a7a7a;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
  max-width: 57.6rem;
  margin: 4rem 0;
  transition: opacity 0.3s ease;
}

.about__history__text.fade-out {
  opacity: 0;
}

.about__history__pagination-wrapper {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 2.4rem;
  width: 100%;
  margin-bottom: 4.8rem;
}

.about__history__pagination-line {
  width: 100%;
  height: 1px;
  background: #d4dbe2;
}

.about__history__pagination {
  position: relative;
  display: flex;
  padding: 12px 16px;
  border-radius: 100px;
  background: #d4dbe2;
}

.about__history__pagination::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d4dbe2;
  z-index: 1;
}

.about__history__pagination::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d4dbe2;
  z-index: 1;
}

.about__history__pagination ul {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.about__history__pagination ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.about__history__pagination ul li.slick-active {
  background: #005cb9;
}

.about__history__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem;
  padding: 4rem 4rem 0 4rem;
}

@media (min-width: 1300px) {
  .about__history__info {
    padding: 8.8rem 22.8rem 0 22.8rem;
  }
}
.about__history__info-item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.about__history__info-title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(2.8rem, 3.5vw, 4.2rem);
  letter-spacing: -1px;
  text-transform: uppercase;
}

.about__history__info-separator {
  width: 3.6rem;
  height: 2px;
  background: #005cb9;
}

.about__history__info-text {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__history__principles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  padding: 0 4rem 4rem 4rem;
}

@media (min-width: 1300px) {
  .about__history__principles {
    padding: 0 22.8rem 8.8rem 22.8rem;
  }
}
.about__history__principles-title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(2.8rem, 3.5vw, 4.2rem);
  letter-spacing: -1px;
  text-transform: uppercase;
}

.about__history__principles-separator {
  width: 3.6rem;
  height: 2px;
  background: #005cb9;
}

.about__history__principles-text {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
  max-width: 98.4rem;
}

.about__history__principles-carousel {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 3.2rem;
  padding: 0 0 0 4rem;
  overflow: hidden;
}

@media (min-width: 1300px) {
  .about__history__principles-carousel {
    padding: 0 0 0 22.8rem;
  }
}
.about__history__principles-carousel-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about__history__principles-nav {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  background: #005cb9;
}

.about__history__principles-nav.slick-disabled {
  background: #949aa6;
}

.about__history__principles-list {
  width: 100%;
  display: flex;
  gap: 1.6rem;
  flex-wrap: nowrap;
  flex: 1;
  overflow: hidden;
}

.about__history__principles-list .slick-list {
  width: 100%;
}

.about__history__principles-list .slick-list .slick-track {
  width: 100%;
}

.about__history__principle-item {
  width: -moz-max-content;
  width: max-content;
  display: flex !important;
  align-items: center;
  gap: 2.4rem;
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  border-radius: 100px;
  border: 1px solid #d4dbe2;
  margin-right: 2.4rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.about__history__principle-item:last-child {
  margin-right: 0;
}

.about__history__principle-item svg {
  flex-shrink: 0;
}

.about__history__principle-item span {
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.about .randoncorp-logo {
  background: #ffffff;
  width: 100%;
  display: flex;
}

.about .randoncorp-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__randoncorp {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  padding: 8px;
}

.about__randoncorp__wrapper {
  margin-top: -22px;
  height: 76rem;
  width: 100%;
  display: flex;
  border-radius: 16px;
  background: #d4dbe2;
  align-items: center;
}

.about__randoncorp__left-div {
  background: #d4dbe2;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  overflow: hidden;
}

.about__randoncorp__left-div__map {
  width: 100%;
  height: 100%;
}

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

.about__randoncorp__right-div {
  background: #d4dbe2;
  display: flex;
  align-items: center;
  width: 65%;
  height: 100%;
  z-index: 99;
  border-radius: 16px;
  overflow: hidden;
  padding-left: 8rem;
}

.about__randoncorp__right-div__text {
  width: 100%;
  max-width: 33rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.about__randoncorp__right-div__text__upper-title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__randoncorp__right-div__text__separator {
  width: 7.5rem;
  height: 2px;
  background: #005cb9;
}

.about__randoncorp__right-div__text__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 6vw, 7.6rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(3.5rem, 5vw, 5.8rem);
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.about__randoncorp__right-div__text__desc {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__randoncorp__right-div__text__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 12px 24px;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.about__randoncorp__right-div__text__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.about__randoncorp__right-div__text__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.about__randoncorp__right-div__text__btn:hover::before {
  left: 50%;
}

.about__randoncorp__right-div__text__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.about__randoncorp__right-div__text__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.about__randoncorp__right-div__text__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about__randoncorp__right-div__text__btn svg {
  position: relative;
  z-index: 80;
}

.about__randoncorp__right-div__text__btn svg path {
  transition: 0.3s all ease;
}

.about__unities {
  background: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 4rem 11.2rem 4rem;
}

.about__unities__upper-title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__unities .items-loop {
  background: #ffffff;
}

.about__unities .items-loop__right-div__card .product {
  width: 83%;
}

@media (max-width: 1200px) {
  .about__unities .items-loop__right-div__card .product {
    transform: translateX(-20%);
  }
}
.about__certifications {
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  padding: 8px;
}

.about__certifications .slick-list {
  width: 100%;
}

.about__certifications .slick-list .slick-track {
  width: 100%;
  margin: 0;
}

.about__certifications__wrapper {
  width: 100%;
  height: 76rem;
  display: flex;
  border-radius: 16px;
  background: #d4dbe2;
  align-items: center;
}

.about__certifications__left-div {
  position: relative;
  border-radius: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about__certifications__left-div__map {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.about__certifications__left-div__map svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__certifications__left-div__text {
  width: 100%;
  max-width: 33rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  z-index: 2;
}

.about__certifications__left-div__text__upper-title {
  color: #ffffff;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__certifications__left-div__text__separator {
  width: 7.5rem;
  height: 2px;
  background: #d4dbe2;
}

.about__certifications__left-div__text__title {
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 6vw, 7.6rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(3.5rem, 5vw, 5.8rem);
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.about__certifications__left-div__text__desc {
  color: #ffffff;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__certifications__right-div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 3.2rem;
  z-index: 99;
  padding-left: 8rem;
  background: #d4dbe2;
  border-radius: 16px;
  overflow: hidden;
}

.about__certifications__right-div__categories-list {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about__certifications__right-div__categories-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  gap: 2.4rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.about__certifications__right-div__categories-item.active {
  border-radius: 100px;
  background: #ffffff;
}

.about__certifications__right-div__categories-item.active::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #005cb9;
}

.about__certifications__right-div__categories-item__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.about__certifications__right-div__cards-wrapper {
  width: 100%;
  display: flex;
  gap: 3.2rem;
  transition: opacity 0.3s ease;
}

.about__certifications__right-div__card {
  height: 31.7rem;
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
  padding: 3.2rem;
  background: #ffffff;
  border-radius: 16px;
  margin-right: 3.2rem;
}

.about__certifications__right-div__card:last-child {
  margin-right: 0;
}

.about__certifications__right-div__card__top-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.about__certifications__right-div__card__top-content svg {
  width: 2.4rem;
  height: 2.4rem;
}

.about__certifications__right-div__card__top-content__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(2.8rem, 3.5vw, 4.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(2.5rem, 3vw, 3.5rem);
}

.about__certifications__right-div__card__bottom-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  padding-top: 1.6rem;
  border-top: 1px solid #949aa6;
}

@media (max-width: 1100px) {
  .about__certifications__right-div__card__bottom-content {
    flex-direction: column;
    gap: 8px;
  }
}
.about__certifications__right-div__card__bottom-content svg {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #d4dbe2;
  padding: 1.1rem;
  z-index: 5;
  flex-shrink: 0;
}

.about__certifications__controls {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 5.6rem;
}

.about__certifications__controls__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about__certifications__controls__arrows .left-arrow,
.about__certifications__controls__arrows .right-arrow {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #005cb9;
  cursor: pointer;
}

.about__certifications__controls__arrows .left-arrow.slick-disabled,
.about__certifications__controls__arrows .right-arrow.slick-disabled {
  background: #949aa6;
  cursor: not-allowed;
  opacity: 0.5;
}

.about__certifications__controls__pagination {
  display: flex;
  padding: 12px 16px;
  border-radius: 100px;
  background: #949aa6;
}

.about__certifications__controls__pagination ul {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.about__certifications__controls__pagination ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.about__certifications__controls__pagination ul li.slick-active {
  background: #005cb9;
}

.about__certifications__controls__line {
  width: 100%;
  height: 1px;
  background: #bac3cd;
}

.about__integrity {
  background: #ffffff;
  padding: 8.8rem;
  border-radius: 0 0 248px 0;
}

.about__integrity__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}

.about__integrity__top {
  max-width: 76rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
}

.about__integrity__top__header {
  color: #696980;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.about__integrity__top__separator {
  width: 7.5rem;
  height: 2px;
  background: #005cb9;
}

.about__integrity__top__title {
  color: #040405;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 7.6rem;
  font-style: normal;
  font-weight: 250;
  line-height: 5.8rem;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.about__integrity__top__content {
  max-width: 76rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 2.4rem;
}

.about__integrity__top__content__col p {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__integrity__bottom {
  max-width: 82rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}

.about__integrity__bottom__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(3rem, 3vw, 3.5rem);
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #bac3cd;
  padding-top: 4rem;
}

.about__integrity__bottom__text {
  color: #040405;
  text-align: center;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__integrity__bottom__cards-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  flex-wrap: wrap;
  transition: opacity 0.3s ease;
}

.about__integrity__bottom__cards-wrapper.grid-three {
  grid-template-columns: repeat(3, 1fr);
}

.about__integrity__bottom__dropdown {
  max-width: 30.5rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.about__integrity__bottom__dropdown__select {
  width: 100%;
  padding: 1.2rem 4.4rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #d4dbe2;
  border: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about__integrity__bottom__dropdown__select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(212, 219, 226, 0.3);
}

.about__integrity__bottom__dropdown__select option[disabled] {
  color: #040405;
}

.about__integrity__bottom__dropdown__select option {
  background: #d4dbe2;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem;
  border: none;
  outline: none;
}

.about__integrity__bottom__dropdown__icon {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  color: #040405;
  pointer-events: none;
}

.about__integrity__bottom__card {
  max-width: 30.5rem;
  margin: 0 auto;
  width: 100%;
  display: none;
  flex-direction: column;
  background: #ffffff;
  border-radius: 16px;
  padding: 2.4rem;
  gap: 2.4rem;
  border: 1px solid #d4dbe2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about__integrity__bottom__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 92, 185, 0.12);
}

.about__integrity__bottom__card__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.about__integrity__bottom__card__header svg {
  width: 2.4rem;
  height: 2.4rem;
  color: #005cb9;
}

.about__integrity__bottom__card__header span {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.about__integrity__bottom__card__image {
  position: relative;
  width: 13.4rem;
  height: 17.3rem;
  border-radius: 8px;
  overflow: hidden;
}

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

.about__integrity__bottom__card__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(2.4rem, 2.5vw, 2.8rem);
  text-transform: uppercase;
}

.about__integrity__bottom__card__desc {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.about__integrity__bottom__card__button {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-top: 1.6rem;
  border: none;
  cursor: pointer;
  border-top: 1px solid #d4dbe2;
}

.about__integrity__bottom__card__button svg {
  width: 4rem;
  height: 4rem;
  padding: 1.1rem;
  background: #005cb9;
  border-radius: 100px;
}

.about__integrity__bottom__card__button svg path {
  fill: #ffffff;
}

.about__integrity__bottom__card__button span {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about__sustainability {
  position: relative;
  background: #d4dbe2;
  border-radius: 0 0 248px 0;
  padding-top: 5.6rem;
  margin-bottom: 4.8rem;
}

.about__sustainability .left-blue-bg {
  position: absolute;
  left: 0;
  bottom: 10rem;
  width: 40px;
  height: 440px;
  z-index: 1;
}

.about__sustainability__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  padding: 4.8rem 4.8rem 0 4rem;
}

.about__sustainability__top {
  max-width: 66.3rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
}

.about__sustainability__top__header {
  color: #696980;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__sustainability__top__separator {
  width: 7.5rem;
  height: 2px;
  background: #005cb9;
}

.about__sustainability__top__title {
  color: #040405;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 6vw, 7.6rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(3.5rem, 5vw, 5.8rem);
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.about__sustainability__top__content {
  max-width: 76rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 2.4rem;
}

.about__sustainability__top__content__col p {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.about__sustainability .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  display: none;
}

@media (min-width: 1200px) {
  .about__sustainability .bg {
    display: block;
  }
}
.about__sustainability__highlights {
  position: relative;
  background: #d4dbe2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.about__sustainability__highlights__wrapper {
  width: 100%;
  display: flex;
  gap: 10rem;
  justify-content: space-between;
}

@media (min-width: 1300px) {
  .about__sustainability__highlights__wrapper {
    gap: 16rem;
  }
}
.about__sustainability__highlights__left-div {
  position: relative;
  display: flex;
  width: 100%;
}

.about__sustainability__highlights__left-div__card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.about__sustainability__highlights__left-div__card__bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.about__sustainability__highlights__left-div__card__bg svg {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__sustainability__highlights__right-div {
  width: 100%;
}

.about__sustainability__highlights__right-div__card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  padding: 2rem 0 2rem 4rem;
}

@media (min-width: 1300px) {
  .about__sustainability__highlights__right-div__card {
    padding: 4rem 0 4rem 4rem;
  }
}
.about__sustainability__highlights__right-div__card__title {
  max-width: 39.2rem;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(3rem, 4vw, 4.8rem);
  font-style: normal;
  font-weight: 200;
  line-height: clamp(2.8rem, 3.5vw, 4.2rem);
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.about__sustainability__highlights__right-div__card__desc {
  max-width: 34rem;
  opacity: 0.6;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}

.about__sustainability__highlights__right-div__card__btn {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.about__sustainability__highlights__right-div__card__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.about__sustainability__highlights__right-div__card__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.about__sustainability__highlights__right-div__card__btn:hover::before {
  left: 50%;
}

.about__sustainability__highlights__right-div__card__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.about__sustainability__highlights__right-div__card__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.about__sustainability__highlights__right-div__card__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.about__sustainability__highlights__right-div__card__btn svg {
  position: relative;
  z-index: 80;
}

.about__sustainability__highlights__right-div__card__btn svg path {
  transition: 0.3s all ease;
}

@media (max-width: 900px) {
  .about__banner {
    height: auto;
    min-height: 60rem;
    margin: 7px;
  }
  .about__banner__bg::after {
    content: none;
  }
  .about__banner__wrapper {
    padding: 14rem 2rem 8rem;
    align-items: center;
    justify-content: center;
  }
  .about__banner__content {
    gap: 2rem;
    text-align: center;
    align-items: center;
  }
  .about__banner__title {
    font-size: clamp(4rem, 10vw, 6rem);
    line-height: clamp(3.5rem, 8vw, 5rem);
  }
  .about__banner__bottom-nav {
    padding: 2rem;
  }
  .about__banner__bottom-nav.fixed {
    display: none;
  }
  .about__banner__bottom-nav__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about__banner__bottom-nav__item {
    padding: 1rem 1.6rem;
  }
  .about__banner__bottom-nav__item__link {
    font-size: 1.4rem;
  }
  .about__replacement {
    margin: 8px;
    height: auto;
    min-height: 60rem;
  }
  .about__replacement__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .about__replacement__left-div {
    clip-path: none;
    width: 100%;
    min-height: 40rem;
  }
  .about__replacement__left-div__map .play-btn::before {
    width: 60rem;
    height: 60rem;
  }
  .about__replacement__right-div {
    width: 100%;
    padding: 4rem 2rem;
  }
  .about__replacement__right-div__text {
    max-width: 100%;
    gap: 2.4rem;
  }
  .about__replacement__right-div__text__title {
    font-size: clamp(4rem, 10vw, 6rem);
    line-height: clamp(3.5rem, 8vw, 5rem);
  }
  .about__history {
    padding: 4rem 0;
  }
  .about__history__container {
    gap: 6rem;
  }
  .about__history__section {
    padding: 4rem 2rem 0;
  }
  .about__history__timeline {
    gap: 2rem;
  }
  .about__history__carousel {
    max-width: 100%;
    gap: 2rem;
  }
  .about__history__carousel-nav {
    display: none !important;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .about__history__carousel-nav {
    display: flex !important;
  }
}
@media (max-width: 900px) {
  .about__history__carousel-image {
    width: 100%;
    height: 25rem;
    border-radius: 16px;
  }
  .about__history__text {
    max-width: 100%;
    margin: 2rem 0;
    padding: 0 2rem;
  }
  .about__history__pagination-wrapper {
    padding: 0 2rem;
    margin-bottom: 3rem;
  }
  .about__history__info {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding: 4rem 2rem 0;
  }
  .about__history__info-title {
    font-size: clamp(2.8rem, 6vw, 4rem);
    line-height: clamp(2.8rem, 5vw, 3.8rem);
  }
  .about__history__principles {
    padding: 0 2rem 4rem;
  }
  .about__history__principles-title {
    font-size: clamp(2.8rem, 6vw, 4rem);
    line-height: clamp(2.8rem, 5vw, 3.8rem);
  }
  .about__history__principles-carousel {
    padding: 0 2rem;
    margin-top: 2rem;
  }
  .about__history__principles-carousel .slick-list {
    padding-bottom: 1rem;
  }
  .about__history__principles-carousel-arrows {
    display: none;
  }
  .about__history__principles-list {
    overflow-x: auto;
    scrollbar-color: #005cb9 #d4dbe2;
  }
  .about__history__principles-list::-webkit-scrollbar {
    height: 6px;
  }
  .about__history__principles-list::-webkit-scrollbar-track {
    background: #d4dbe2;
    border-radius: 10px;
  }
  .about__history__principles-list::-webkit-scrollbar-thumb {
    background: #005cb9;
    border-radius: 10px;
  }
  .about__history__principles-list::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 66.6378378378, 134);
  }
  .about__history__principles-list .slick-list {
    overflow: visible;
  }
  .about__history__principle-item {
    margin-right: 1.6rem;
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
  }
  .about .randoncorp-logo img {
    -o-object-fit: contain;
       object-fit: contain;
    padding: 2rem;
  }
  .about__randoncorp {
    padding: 8px;
  }
  .about__randoncorp__wrapper {
    margin-top: 0;
    height: auto;
    min-height: 60rem;
    flex-direction: column;
  }
  .about__randoncorp__left-div {
    clip-path: none;
    width: 100%;
    min-height: 35rem;
  }
  .about__randoncorp__right-div {
    width: 100%;
    padding: 4rem 2rem;
  }
  .about__randoncorp__right-div__text {
    max-width: 100%;
  }
  .about__randoncorp__right-div__text__title {
    font-size: clamp(4rem, 10vw, 6rem);
    line-height: clamp(3.5rem, 8vw, 5rem);
  }
  .about__randoncorp__right-div__text__btn {
    padding: 1rem 2rem;
    font-size: 2rem;
  }
  .about__unities {
    padding: 4rem 2rem;
  }
  .about__unities__upper-title {
    text-align: center;
  }
  .about__unities .items-loop .items-loop__right-div__card .product {
    width: 83%;
    transform: translateX(-50%) translateY(-50%) !important;
  }
  .about__certifications {
    padding: 8px;
  }
  .about__certifications__wrapper {
    height: auto;
    min-height: 70rem;
    flex-direction: column;
  }
  .about__certifications__left-div {
    width: 100%;
    min-height: 35rem;
    padding: 4rem 2rem;
  }
  .about__certifications__left-div__map {
    background: #005cb9;
  }
  .about__certifications__left-div__text {
    max-width: 100%;
  }
  .about__certifications__left-div__text__title {
    font-size: clamp(4rem, 10vw, 6rem);
    line-height: clamp(3.5rem, 8vw, 5rem);
  }
  .about__certifications__right-div {
    width: 100%;
    padding: 2rem;
    gap: 2.4rem;
  }
  .about__certifications__right-div__categories-list {
    flex-wrap: wrap;
  }
  .about__certifications__right-div__categories-item {
    padding: 1rem 1.6rem;
  }
  .about__certifications__right-div__categories-item__title {
    font-size: 1.4rem;
  }
  .about__certifications__right-div__cards-wrapper {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #005cb9 rgba(212, 219, 226, 0.3);
  }
  .about__certifications__right-div__cards-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .about__certifications__right-div__cards-wrapper::-webkit-scrollbar-track {
    background: rgba(212, 219, 226, 0.3);
    border-radius: 10px;
  }
  .about__certifications__right-div__cards-wrapper::-webkit-scrollbar-thumb {
    background: #005cb9;
    border-radius: 10px;
  }
  .about__certifications__right-div__cards-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 66.6378378378, 134);
  }
  .about__certifications__right-div__card {
    min-width: 28rem;
    height: 30rem;
    padding: 2.4rem;
  }
  .about__certifications__right-div__card__top-content__title {
    font-size: 3.2rem;
    line-height: 3rem;
  }
  .about__certifications__right-div__card__bottom-content {
    font-size: 2rem;
  }
  .about__certifications__controls {
    margin-top: 3rem;
    padding: 0 2rem;
  }
  .about__certifications__controls__arrows {
    display: none;
  }
  .about__integrity {
    padding: 4rem 2rem;
    border-radius: 0 0 80px 0;
  }
  .about__integrity__wrapper {
    gap: 4rem;
  }
  .about__integrity__top {
    max-width: 100%;
    gap: 4rem;
  }
  .about__integrity__top__title {
    font-size: clamp(4rem, 10vw, 6rem);
    line-height: clamp(3.5rem, 8vw, 5rem);
  }
  .about__integrity__top__content {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2rem;
  }
  .about__integrity__bottom {
    max-width: 100%;
  }
  .about__integrity__bottom__title {
    font-size: clamp(2.4rem, 5vw, 2.8rem);
    line-height: clamp(2.8rem, 4vw, 3.2rem);
  }
  .about__integrity__bottom__dropdown {
    max-width: 100%;
  }
  .about__integrity__bottom__dropdown__select {
    font-size: 2rem;
  }
  .about__integrity__bottom__card {
    max-width: 100%;
    padding: 2rem;
  }
  .about__integrity__bottom__card__image {
    width: 12rem;
    height: 15rem;
  }
  .about__integrity__bottom__card__title {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }
  .about__sustainability {
    padding: 4rem 2rem;
    border-radius: 0 0 80px 0;
  }
  .about__sustainability__wrapper {
    gap: 4rem;
  }
  .about__sustainability__top {
    max-width: 100%;
  }
  .about__sustainability__top__title {
    font-size: clamp(4rem, 10vw, 6rem);
    line-height: clamp(3.5rem, 8vw, 5rem);
  }
  .about__sustainability__top__content {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    margin-top: 2rem;
  }
  .about__sustainability__highlights__wrapper {
    height: auto;
    flex-direction: column;
    gap: 0;
  }
  .about__sustainability__highlights__wrapper .bg {
    display: none;
  }
  .about__sustainability__highlights__left-div {
    width: 100%;
    min-width: 100%;
  }
  .about__sustainability__highlights__right-div {
    width: 100%;
  }
  .about__sustainability__highlights__right-div__card {
    padding: 4rem 2rem;
  }
  .about__sustainability__highlights__right-div__card__title {
    max-width: 100%;
    font-size: clamp(3rem, 7vw, 4rem);
    line-height: clamp(2.8rem, 6vw, 3.5rem);
  }
  .about__sustainability__highlights__right-div__card__desc {
    max-width: 100%;
  }
  .about__sustainability__highlights__right-div__card__btn {
    padding: 1rem 1.6rem;
    font-size: 2rem;
  }
}
.hidden {
  display: none !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.replacement {
  overflow: hidden;
}

.replacement__banner {
  position: relative;
  height: 60.5rem;
  background: #005cb9;
  margin: 7px 7px 12px 7px;
  border-radius: 20px;
  overflow: hidden;
}

.replacement__banner::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 20px #d4dbe2;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 99;
}

.replacement__banner__wrapper {
  position: relative;
  z-index: 90;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 8.8rem 8.8rem;
}

.replacement__banner__wrapper .svg-bg {
  position: absolute;
  bottom: -8rem;
  left: 0;
  width: 100%;
  height: 65rem;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1400px) {
  .replacement__banner__wrapper .svg-bg {
    bottom: -15rem;
  }
}
@media (min-width: 1800px) {
  .replacement__banner__wrapper .svg-bg {
    bottom: -19rem;
  }
}
.replacement__banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
  margin: 0 auto;
}

.replacement__banner__content__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.replacement__banner__content__breadcrumb__before, .replacement__banner__content__breadcrumb__actual {
  color: #949aa6;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.6;
}

.replacement__banner__content__breadcrumb__actual {
  color: #bac3cd;
  opacity: 1;
}

.replacement__banner__category {
  width: -moz-max-content;
  width: max-content;
  color: #d4dbe2;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #d4dbe2;
  padding: 8px 16px;
}

.replacement__banner__title {
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 8vw, 9.6rem);
  font-style: italic;
  font-weight: 100;
  line-height: clamp(3.5rem, 7vw, 7.1rem);
  text-transform: uppercase;
  text-align: center;
}

.replacement__banner__title strong {
  font-weight: 600;
}

.replacement__banner__dropdowns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  z-index: 100;
  position: relative;
}

.replacement__banner .custom-select {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  padding: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: auto;
}

.replacement__banner .custom-select.js-country-select .selected {
  background-color: #ffffff;
  color: #696980;
  padding: 11px 20px;
  border-radius: 100px;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.replacement__banner .custom-select.js-country-select .selected span {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.replacement__banner .custom-select.js-country-select .selected svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.replacement__banner .custom-select.js-country-select .selected svg path {
  fill: #696980;
}

.replacement__banner .custom-select.js-region-select .selected {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.95);
  padding: 11px 20px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.replacement__banner .custom-select.js-region-select .selected span {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.replacement__banner .custom-select.js-region-select .selected svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.replacement__banner .custom-select.js-region-select .selected svg path {
  fill: rgba(255, 255, 255, 0.95);
}

.replacement__banner .custom-select .selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}

.replacement__banner .custom-select .selected:hover {
  opacity: 0.9;
}

.replacement__banner .custom-select .selected svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.replacement__banner .custom-select .options {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
  padding: 4px 0;
}

.replacement__banner .custom-select .options.show {
  display: flex;
  flex-direction: column;
}

.replacement__banner .custom-select .options .option {
  padding: 10px 18px;
  cursor: pointer;
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  color: #696980;
  transition: background-color 0.15s ease;
  white-space: nowrap;
  min-width: 100%;
}

.replacement__banner .custom-select .options .option:hover {
  background-color: rgba(0, 92, 185, 0.08);
}

.replacement__banner .custom-select .options .option:active {
  background-color: rgba(0, 92, 185, 0.12);
}

.replacement__banner .custom-select.js-region-select .options {
  background: rgba(6, 18, 39, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.replacement__banner .custom-select.js-region-select .options .option {
  color: rgba(255, 255, 255, 0.9);
}

.replacement__banner .custom-select.js-region-select .options .option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.replacement__banner .custom-select.js-region-select .options .option:active {
  background-color: rgba(255, 255, 255, 0.15);
}

.replacement__content {
  position: relative;
  padding: 8.8rem;
}

.replacement__content__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

@media (max-width: 1250px) {
  .replacement__content__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.replacement__content__right-bg {
  position: absolute;
  right: -38.5rem;
  bottom: -9.4rem;
  width: 81rem;
  height: 44rem;
  z-index: 1;
}

.replacement__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.replacement__card__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005cb9;
}

.replacement__card__region {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(2.2rem, 4vw, 2.8rem);
  text-transform: uppercase;
}

.replacement__card__name {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.replacement__card__address {
  display: flex;
  flex-direction: column;
}

.replacement__card__address__street, .replacement__card__address__full-address {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.replacement__card__contact {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-top: 1px solid #d4dbe2;
  border-bottom: 1px solid #d4dbe2;
  padding: 1.6rem 0;
}

.replacement__card__contact svg {
  width: 4rem;
  height: 4rem;
  padding: 8px;
  border-radius: 100px;
  background: #005cb9;
}

.replacement__card__contact .phone {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.replacement__card__email {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.replacement__card__email svg {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100px;
}

.replacement__card__email .email {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.replacement__contact {
  position: relative;
  background: #d4dbe2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 4rem 0 4rem;
}

.replacement__contact__upper-title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

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

.replacement__contact__left-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.replacement__contact__left-div__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 0 4rem 6.4rem;
  border-left: 1px solid #005cb9;
}

.replacement__contact__left-div__card__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.replacement__contact__left-div__card__subtitle {
  max-width: 34.3rem;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 7vw, 7.6rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(3.5rem, 6vw, 5.8rem);
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.replacement__contact__left-div__card__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.replacement__contact__left-div__card__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.replacement__contact__left-div__card__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.replacement__contact__left-div__card__btn:hover::before {
  left: 50%;
}

.replacement__contact__left-div__card__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.replacement__contact__left-div__card__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.replacement__contact__left-div__card__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.replacement__contact__left-div__card__btn svg {
  position: relative;
  z-index: 80;
}

.replacement__contact__left-div__card__btn svg path {
  transition: 0.3s all ease;
}

.replacement__contact__right-div {
  position: relative;
  display: flex;
  width: 100%;
}

.replacement__contact__right-div__card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.replacement__contact__right-div__card .product {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.replacement__contact__right-div__card__bg {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.replacement__contact__right-div__card__bg .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.replacement__contact__bg-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.replacement__guide {
  position: relative;
  background: #d4dbe2;
}

.replacement__guide__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.replacement__guide__left-div-bg {
  width: 100%;
}

.replacement__guide__left-div-bg__img {
  width: 100%;
}

.replacement__guide__left-div-bg__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.replacement__guide__right-div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4dbe2;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.replacement__guide__right-div__text {
  width: 100%;
  max-width: 39.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.replacement__guide__right-div__text__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.replacement__guide__right-div__text__subtitle {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 7vw, 7.6rem);
  font-style: italic;
  font-weight: 250;
  line-height: clamp(3.5rem, 6vw, 5.8rem);
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.replacement__guide__right-div__text__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.replacement__guide__right-div__text__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.replacement__guide__right-div__text__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.replacement__guide__right-div__text__btn:hover::before {
  left: 50%;
}

.replacement__guide__right-div__text__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.replacement__guide__right-div__text__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.replacement__guide__right-div__text__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.replacement__guide__right-div__text__btn svg {
  position: relative;
  z-index: 80;
}

.replacement__guide__right-div__text__btn svg path {
  transition: 0.3s all ease;
}

@media (max-width: 900px) {
  .replacement__banner {
    height: auto;
    min-height: 50rem;
    margin: 4px 4px 8px 4px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .replacement__banner::after {
    display: none;
  }
  .replacement__banner__wrapper {
    padding: 12rem 2rem 0 2rem;
    align-items: center;
  }
  .replacement__banner__wrapper .svg-bg {
    display: none;
  }
  .replacement__banner__content {
    gap: 2.4rem;
    max-width: 100%;
  }
  .replacement__banner__content__breadcrumb {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .replacement__banner__content__breadcrumb svg {
    width: 16px;
    height: 16px;
  }
  .replacement__banner__title {
    text-align: center;
  }
  .replacement__banner__dropdowns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem;
  }
  .replacement__banner__dropdowns .custom-select .selected {
    width: -moz-max-content;
    width: max-content;
    justify-content: space-between;
  }
  .replacement__content {
    padding: 3rem 2rem;
  }
  .replacement__content__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .replacement__content__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .replacement__content__right-bg {
    display: none;
  }
  .replacement__card {
    padding: 2.4rem;
    gap: 1.6rem;
  }
  .replacement__card__icon {
    width: 2rem;
    height: 2rem;
  }
  .replacement__card__icon svg {
    width: 20px;
    height: 20px;
  }
  .replacement__card__contact {
    padding: 1.2rem 0;
  }
  .replacement__card__contact svg {
    width: 3.2rem;
    height: 3.2rem;
    padding: 6px;
  }
  .replacement__card__email {
    gap: 1.2rem;
  }
  .replacement__card__email svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .replacement__contact {
    padding: 3rem 2rem 0 2rem;
    gap: 2rem;
  }
  .replacement__contact__upper-title {
    padding-left: 0;
  }
  .replacement__contact__wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .replacement__contact__left-div {
    width: 100%;
  }
  .replacement__contact__left-div__card {
    padding: 3rem 0 3rem 2rem;
    gap: 2rem;
    border-left-width: 2px;
  }
  .replacement__contact__left-div__card__subtitle {
    max-width: 100%;
  }
  .replacement__contact__left-div__card__btn {
    gap: 2rem;
    padding: 1rem 1.6rem 1rem 2rem;
  }
  .replacement__contact__left-div__card__btn::after {
    right: -3rem;
    width: 7rem;
    height: 7rem;
  }
  .replacement__contact__left-div__card__btn svg {
    width: 18px;
    height: 18px;
  }
  .replacement__contact__right-div {
    width: 100%;
    display: none;
    z-index: 999;
  }
}
@media (max-width: 900px) and (min-width: 450px) {
  .replacement__contact__right-div {
    display: flex;
  }
}
@media (max-width: 900px) {
  .replacement__contact__right-div__card {
    align-items: center;
  }
  .replacement__contact__right-div__card .product {
    transform: none;
  }
  .replacement__contact__right-div__card__bg {
    align-items: center;
    justify-content: center;
  }
  .replacement__contact__bg-two {
    display: none;
  }
  .replacement__guide__wrapper {
    flex-direction: column;
  }
  .replacement__guide__left-div-bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    min-height: 25rem;
    order: 2;
    padding-top: 2rem;
  }
  .replacement__guide__left-div-bg__img {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    max-height: 51rem;
  }
  .replacement__guide__left-div-bg__img img {
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    padding: 2rem;
  }
  .replacement__guide__right-div {
    order: 1;
    padding: 4rem 2rem 0;
  }
  .replacement__guide__right-div__text {
    max-width: 100%;
    gap: 2rem;
  }
  .replacement__guide__right-div__text__title {
    font-size: clamp(1.4rem, 3.5vw, 1.6rem);
    line-height: 2.4rem;
  }
  .replacement__guide__right-div__text__btn {
    gap: 2rem;
    padding: 1rem 1.6rem 1rem 2rem;
  }
  .replacement__guide__right-div__text__btn::after {
    right: -3rem;
    width: 7rem;
    height: 7rem;
  }
  .replacement__guide__right-div__text__btn svg {
    width: 18px;
    height: 18px;
  }
}
.replacement-after-sales {
  overflow: hidden;
  background: #d4dbe2;
}

.replacement-after-sales__banner {
  position: relative;
  height: 60.5rem;
  background: #bac3cd;
  margin: 7px 7px 12px 7px;
  border-radius: 20px;
  overflow: hidden;
}

.replacement-after-sales__banner::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 20px #d4dbe2;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 99;
}

.replacement-after-sales__banner__wrapper {
  position: relative;
  z-index: 90;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 8.8rem 8.8rem;
}

.replacement-after-sales__banner__wrapper__svg-bg-wrapper {
  position: absolute;
  bottom: -11rem;
  left: 0;
  width: 100%;
  height: 65rem;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 1600px) {
  .replacement-after-sales__banner__wrapper__svg-bg-wrapper {
    bottom: -17rem;
  }
}
@media (min-width: 1800px) {
  .replacement-after-sales__banner__wrapper__svg-bg-wrapper {
    bottom: -19rem;
  }
}
.replacement-after-sales__banner__wrapper__svg-bg-wrapper .svg-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.replacement-after-sales__banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  width: 100%;
  margin: 0 auto;
}

.replacement-after-sales__banner__content__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.replacement-after-sales__banner__content__breadcrumb__before, .replacement-after-sales__banner__content__breadcrumb__actual {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.6;
}

.replacement-after-sales__banner__content__breadcrumb__actual {
  color: #696980;
  opacity: 1;
}

.replacement-after-sales__banner__category {
  width: -moz-max-content;
  width: max-content;
  color: #d4dbe2;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #d4dbe2;
  padding: 8px 16px;
}

.replacement-after-sales__banner__title {
  color: #000000;
  font-family: "Alumni Sans";
  font-size: clamp(5.6rem, 5vw, 9.6rem);
  font-style: italic;
  font-weight: 100;
  line-height: clamp(4.5rem, 5vw, 7.1rem);
  text-transform: uppercase;
  text-align: center;
}

.replacement-after-sales__banner__title strong {
  font-weight: 600;
}

.replacement-after-sales__banner__dropdowns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  z-index: 100;
  position: relative;
}

.replacement-after-sales__banner .custom-select {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  padding: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: auto;
  z-index: 999;
}

.replacement-after-sales__banner .custom-select.js-country-select .selected {
  background-color: #ffffff;
  color: #696980;
  padding: 11px 20px;
  border-radius: 100px;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.replacement-after-sales__banner .custom-select.js-country-select .selected span {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.replacement-after-sales__banner .custom-select.js-country-select .selected svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.replacement-after-sales__banner .custom-select.js-country-select .selected svg path {
  fill: #696980;
}

.replacement-after-sales__banner .custom-select.js-region-select .selected {
  border: 1px solid #696980;
  color: #696980;
  padding: 11px 20px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.replacement-after-sales__banner .custom-select.js-region-select .selected span {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.replacement-after-sales__banner .custom-select.js-region-select .selected svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.replacement-after-sales__banner .custom-select.js-region-select .selected svg path {
  fill: #696980;
}

.replacement-after-sales__banner .custom-select .selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}

.replacement-after-sales__banner .custom-select .selected:hover {
  opacity: 0.9;
}

.replacement-after-sales__banner .custom-select .selected svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.replacement-after-sales__banner .custom-select .options {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
  padding: 4px 0;
  z-index: 99999;
}

.replacement-after-sales__banner .custom-select .options.show {
  display: flex;
  flex-direction: column;
}

.replacement-after-sales__banner .custom-select .options .option {
  padding: 10px 18px;
  cursor: pointer;
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  color: #696980;
  transition: background-color 0.15s ease;
  white-space: nowrap;
  min-width: 100%;
}

.replacement-after-sales__banner .custom-select .options .option:hover {
  background-color: rgba(0, 92, 185, 0.08);
}

.replacement-after-sales__banner .custom-select .options .option:active {
  background-color: rgba(0, 92, 185, 0.12);
}

.replacement-after-sales__banner .custom-select.js-region-select .options {
  background: rgba(6, 18, 39, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.replacement-after-sales__banner .custom-select.js-region-select .options .option {
  color: rgba(255, 255, 255, 0.9);
}

.replacement-after-sales__banner .custom-select.js-region-select .options .option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.replacement-after-sales__banner .custom-select.js-region-select .options .option:active {
  background-color: rgba(255, 255, 255, 0.15);
}

.replacement-after-sales__content {
  position: relative;
  padding: 8.8rem;
  background: #d4dbe2;
}

.replacement-after-sales__content__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

@media (max-width: 1250px) {
  .replacement-after-sales__content__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.replacement-after-sales__content__right-bg {
  position: absolute;
  right: -38.5rem;
  bottom: -9.4rem;
  width: 81rem;
  height: 44rem;
  z-index: 1;
}

.replacement-after-sales__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.replacement-after-sales__card__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005cb9;
}

.replacement-after-sales__card__region {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  text-transform: uppercase;
}

.replacement-after-sales__card__name {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.replacement-after-sales__card__address {
  display: flex;
  flex-direction: column;
}

.replacement-after-sales__card__address__street, .replacement-after-sales__card__address__full-address {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.replacement-after-sales__card__contact {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-top: 1px solid #d4dbe2;
  border-bottom: 1px solid #d4dbe2;
  padding: 1.6rem 0;
}

.replacement-after-sales__card__contact svg {
  width: 4rem;
  height: 4rem;
  padding: 8px;
  border-radius: 100px;
  background: #005cb9;
}

.replacement-after-sales__card__contact .phone {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.replacement-after-sales__card__email {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.replacement-after-sales__card__email svg {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100px;
}

.replacement-after-sales__card__email .email {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.replacement-after-sales__contact {
  position: relative;
  background: #d4dbe2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 4rem 0 4rem;
}

.replacement-after-sales__contact__upper-title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.replacement-after-sales__contact__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.replacement-after-sales__contact__left-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.replacement-after-sales__contact__left-div__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 0 4rem 6.4rem;
  border-left: 1px solid #005cb9;
}

.replacement-after-sales__contact__left-div__card__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.replacement-after-sales__contact__left-div__card__subtitle {
  max-width: 34.3rem;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 7.6rem;
  font-style: normal;
  font-weight: 250;
  line-height: 5.8rem;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.replacement-after-sales__contact__left-div__card__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.replacement-after-sales__contact__left-div__card__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.replacement-after-sales__contact__left-div__card__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.replacement-after-sales__contact__left-div__card__btn:hover::before {
  left: 50%;
}

.replacement-after-sales__contact__left-div__card__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.replacement-after-sales__contact__left-div__card__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.replacement-after-sales__contact__left-div__card__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.replacement-after-sales__contact__left-div__card__btn svg {
  position: relative;
  z-index: 80;
}

.replacement-after-sales__contact__left-div__card__btn svg path {
  transition: 0.3s all ease;
}

.replacement-after-sales__contact__right-div {
  position: relative;
  display: flex;
  width: 100%;
}

.replacement-after-sales__contact__right-div__card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.replacement-after-sales__contact__right-div__card .product {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.replacement-after-sales__contact__right-div__card__bg {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.replacement-after-sales__contact__right-div__card__bg .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.replacement-after-sales__contact__right-div__card__bg__bg-two {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.replacement-after-sales__contact__bg-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.replacement-after-sales__guide {
  margin-bottom: 3.2rem;
}

.replacement-after-sales__guide__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.replacement-after-sales__guide__left-div-bg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.replacement-after-sales__guide__left-div-bg__img {
  width: 100%;
}

.replacement-after-sales__guide__left-div-bg__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.replacement-after-sales__guide__right-div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d4dbe2;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.replacement-after-sales__guide__right-div__text {
  width: 100%;
  max-width: 39.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.replacement-after-sales__guide__right-div__text__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.replacement-after-sales__guide__right-div__text__subtitle {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 7.6rem;
  font-style: italic;
  font-weight: 250;
  line-height: 5.8rem;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.replacement-after-sales__guide__right-div__text__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.replacement-after-sales__guide__right-div__text__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.replacement-after-sales__guide__right-div__text__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.replacement-after-sales__guide__right-div__text__btn:hover::before {
  left: 50%;
}

.replacement-after-sales__guide__right-div__text__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.replacement-after-sales__guide__right-div__text__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.replacement-after-sales__guide__right-div__text__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.replacement-after-sales__guide__right-div__text__btn svg {
  position: relative;
  z-index: 80;
}

.replacement-after-sales__guide__right-div__text__btn svg path {
  transition: 0.3s all ease;
}

@media (max-width: 900px) {
  .replacement-after-sales__banner {
    height: auto;
    min-height: 50rem;
    margin: 4px 4px 8px 4px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .replacement-after-sales__banner::after {
    display: none;
  }
  .replacement-after-sales__banner__wrapper {
    padding: 12rem 2rem 0 2rem;
    align-items: center;
  }
  .replacement-after-sales__banner__wrapper .svg-bg {
    display: none;
  }
  .replacement-after-sales__banner__content {
    gap: 2.4rem;
    max-width: 100%;
  }
  .replacement-after-sales__banner__content__breadcrumb {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .replacement-after-sales__banner__content__breadcrumb svg {
    width: 16px;
    height: 16px;
  }
  .replacement-after-sales__banner__title {
    text-align: center;
  }
  .replacement-after-sales__banner__dropdowns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem;
  }
  .replacement-after-sales__banner__dropdowns .custom-select .selected {
    width: -moz-max-content;
    width: max-content;
    justify-content: space-between;
  }
  .replacement-after-sales__content {
    padding: 3rem 2rem;
  }
  .replacement-after-sales__content__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .replacement-after-sales__content__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .replacement-after-sales__content__right-bg {
    display: none;
  }
  .replacement-after-sales__card {
    padding: 2.4rem;
    gap: 1.6rem;
  }
  .replacement-after-sales__card__icon {
    width: 2rem;
    height: 2rem;
  }
  .replacement-after-sales__card__icon svg {
    width: 20px;
    height: 20px;
  }
  .replacement-after-sales__card__contact {
    padding: 1.2rem 0;
  }
  .replacement-after-sales__card__contact svg {
    width: 3.2rem;
    height: 3.2rem;
    padding: 6px;
  }
  .replacement-after-sales__card__email {
    gap: 1.2rem;
  }
  .replacement-after-sales__card__email svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .replacement-after-sales__contact {
    padding: 3rem 2rem 0 2rem;
    gap: 2rem;
  }
  .replacement-after-sales__contact__upper-title {
    padding-left: 0;
  }
  .replacement-after-sales__contact__wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .replacement-after-sales__contact__left-div {
    width: 100%;
  }
  .replacement-after-sales__contact__left-div__card {
    padding: 3rem 0 3rem 2rem;
    gap: 2rem;
    border-left-width: 2px;
  }
  .replacement-after-sales__contact__left-div__card__subtitle {
    max-width: 100%;
  }
  .replacement-after-sales__contact__left-div__card__btn {
    gap: 2rem;
    padding: 1rem 1.6rem 1rem 2rem;
  }
  .replacement-after-sales__contact__left-div__card__btn::after {
    right: -3rem;
    width: 7rem;
    height: 7rem;
  }
  .replacement-after-sales__contact__left-div__card__btn svg {
    width: 18px;
    height: 18px;
  }
  .replacement-after-sales__contact__right-div {
    width: 100%;
    display: none;
    z-index: 999;
  }
}
@media (max-width: 900px) and (min-width: 450px) {
  .replacement-after-sales__contact__right-div {
    display: flex;
  }
}
@media (max-width: 900px) {
  .replacement-after-sales__contact__right-div__card {
    align-items: center;
  }
  .replacement-after-sales__contact__right-div__card .product {
    transform: none;
  }
  .replacement-after-sales__contact__right-div__card__bg {
    align-items: center;
    justify-content: center;
  }
  .replacement-after-sales__contact__bg-two {
    display: none;
  }
  .replacement-after-sales__guide__wrapper {
    flex-direction: column;
    padding: 2rem;
  }
  .replacement-after-sales__guide__left-div-bg {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    min-height: 25rem;
    order: 2;
    padding-top: 2rem;
  }
  .replacement-after-sales__guide__left-div-bg__img {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    max-height: 51rem;
  }
  .replacement-after-sales__guide__left-div-bg__img img {
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .replacement-after-sales__guide__right-div {
    order: 1;
    padding: 4rem 2rem 0;
  }
  .replacement-after-sales__guide__right-div__text {
    max-width: 100%;
    gap: 2rem;
  }
  .replacement-after-sales__guide__right-div__text__title {
    font-size: clamp(1.4rem, 3.5vw, 1.6rem);
    line-height: 2.4rem;
  }
  .replacement-after-sales__guide__right-div__text__btn {
    gap: 2rem;
    padding: 1rem 1.6rem 1rem 2rem;
  }
  .replacement-after-sales__guide__right-div__text__btn::after {
    right: -3rem;
    width: 7rem;
    height: 7rem;
  }
  .replacement-after-sales__guide__right-div__text__btn svg {
    width: 18px;
    height: 18px;
  }
}
.replacement-products {
  overflow: hidden;
  background: #ffffff;
}

.replacement-products__banner {
  position: relative;
  height: 60.5rem;
  background: #ffffff;
  border-radius: 20px;
}

.replacement-products__banner::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 7px;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 20px #ffffff;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 99;
}

.replacement-products__banner__bg-one {
  position: absolute;
  bottom: -18rem;
  right: 0;
  height: 26rem;
  z-index: 90;
}

@media (min-width: 1300px) {
  .replacement-products__banner__bg-one {
    bottom: -5rem;
    height: 32.5rem;
  }
}
.replacement-products__banner__bg-one img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.replacement-products__banner__bg-two {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18.5rem;
  z-index: 90;
}

@media (min-width: 1300px) {
  .replacement-products__banner__bg-two {
    height: 24rem;
  }
}
.replacement-products__banner__bg-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.replacement-products__banner__wrapper {
  position: relative;
  z-index: 80;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #bac3cd;
  margin: 7px 7px 0 7px;
  padding: 0 0 8.8rem 8.8rem;
  border-radius: 20px;
}

.replacement-products__banner__wrapper .svg-bg {
  position: absolute;
  bottom: -19rem;
  left: 0;
  width: 100%;
  height: 65rem;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.replacement-products__banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  max-width: 65.5rem;
  margin: 0 auto;
}

.replacement-products__banner__content__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.replacement-products__banner__content__breadcrumb__before, .replacement-products__banner__content__breadcrumb__actual {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.6;
}

.replacement-products__banner__content__breadcrumb__actual {
  color: #696980;
  opacity: 1;
}

.replacement-products__banner__category {
  width: -moz-max-content;
  width: max-content;
  color: #d4dbe2;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #d4dbe2;
  padding: 8px 16px;
}

.replacement-products__banner__title {
  color: #000000;
  font-family: "Alumni Sans";
  font-size: clamp(5.6rem, 8vw, 9.6rem);
  font-style: italic;
  font-weight: 100;
  line-height: clamp(4.5rem, 5vw, 7.1rem);
  text-transform: uppercase;
  text-align: center;
}

.replacement-products__banner__title strong {
  font-weight: 600;
}

.replacement-products__banner__buttons {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  z-index: 100;
  position: relative;
}

.replacement-products__banner__buttons__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.replacement-products__banner__buttons__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.replacement-products__banner__buttons__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.replacement-products__banner__buttons__btn:hover::before {
  left: 50%;
}

.replacement-products__banner__buttons__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.replacement-products__banner__buttons__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.replacement-products__banner__buttons__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.replacement-products__banner__buttons__btn svg {
  position: relative;
  z-index: 80;
}

.replacement-products__banner__buttons__btn svg path {
  transition: 0.3s all ease;
}

.replacement-products__banner .custom-select {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  padding: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: auto;
}

.replacement-products__banner .custom-select.js-country-select .selected {
  background-color: #ffffff;
  color: #696980;
  padding: 11px 20px;
  border-radius: 100px;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.replacement-products__banner .custom-select.js-country-select .selected span {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.replacement-products__banner .custom-select.js-country-select .selected svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.replacement-products__banner .custom-select.js-country-select .selected svg path {
  fill: #696980;
}

.replacement-products__banner .custom-select.js-region-select .selected {
  border: 1px solid #696980;
  color: #696980;
  padding: 11px 20px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.replacement-products__banner .custom-select.js-region-select .selected span {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}

.replacement-products__banner .custom-select.js-region-select .selected svg {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}

.replacement-products__banner .custom-select.js-region-select .selected svg path {
  fill: #696980;
}

.replacement-products__banner .custom-select .selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}

.replacement-products__banner .custom-select .selected:hover {
  opacity: 0.9;
}

.replacement-products__banner .custom-select .selected svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  transform-origin: center;
}

.replacement-products__banner .custom-select .options {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
  padding: 4px 0;
}

.replacement-products__banner .custom-select .options.show {
  display: flex;
  flex-direction: column;
}

.replacement-products__banner .custom-select .options .option {
  padding: 10px 18px;
  cursor: pointer;
  font-family: "Alumni Sans";
  font-size: 1.8rem;
  font-weight: 500;
  color: #696980;
  transition: background-color 0.15s ease;
  white-space: nowrap;
  min-width: 100%;
}

.replacement-products__banner .custom-select .options .option:hover {
  background-color: rgba(0, 92, 185, 0.08);
}

.replacement-products__banner .custom-select .options .option:active {
  background-color: rgba(0, 92, 185, 0.12);
}

.replacement-products__banner .custom-select.js-region-select .options {
  background: rgba(6, 18, 39, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.replacement-products__banner .custom-select.js-region-select .options .option {
  color: rgba(255, 255, 255, 0.9);
}

.replacement-products__banner .custom-select.js-region-select .options .option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.replacement-products__banner .custom-select.js-region-select .options .option:active {
  background-color: rgba(255, 255, 255, 0.15);
}

.replacement-products__content {
  position: relative;
  padding: 8.8rem 4rem;
  background: #ffffff;
}

@media (min-width: 1300px) {
  .replacement-products__content {
    padding: 8.8rem;
  }
}
.replacement-products__content__top-title {
  color: #040405;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 200;
  line-height: 4.26rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 4.8rem;
  max-width: 43.3rem;
  margin: 0 auto;
}

.replacement-products__content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 4.8rem;
}

@media (min-width: 1050px) {
  .replacement-products__content__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1400px) {
  .replacement-products__content__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.replacement-products__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4.8rem;
  cursor: pointer;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-blend-mode: multiply;
}

.replacement-products__card:hover, .replacement-products__card:focus-visible {
  transform: translateY(-4px);
  background: #d4dbe2;
}

.replacement-products__card:focus-visible {
  outline: none;
}

.replacement-products__card__image {
  width: 22.4rem;
  height: 22.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.replacement-products__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.replacement-products__card__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .replacement-products__banner {
    height: auto;
    min-height: 50rem;
  }
  .replacement-products__banner::after {
    display: none;
  }
  .replacement-products__banner__bg-one {
    bottom: -11rem;
    height: 15rem;
  }
}
@media (max-width: 900px) and (min-width: 400px) {
  .replacement-products__banner__bg-one {
    bottom: -5rem;
  }
}
@media (max-width: 900px) and (min-width: 400px) {
  .replacement-products__banner__bg-one {
    height: 19rem;
  }
}
@media (max-width: 900px) {
  .replacement-products__banner__bg-two {
    top: 4rem;
    transform: none;
    height: 12rem;
  }
}
@media (max-width: 900px) and (min-width: 400px) {
  .replacement-products__banner__bg-two {
    height: 15rem;
  }
}
@media (max-width: 900px) {
  .replacement-products__banner__wrapper {
    margin: 4px 4px 0 4px;
    padding: 16rem 2rem 6rem 2rem;
  }
  .replacement-products__banner__wrapper .svg-bg {
    bottom: -10rem;
    height: 40rem;
  }
  .replacement-products__banner__content {
    gap: 1.6rem;
    max-width: 100%;
  }
  .replacement-products__banner__content__breadcrumb {
    gap: 1.2rem;
  }
  .replacement-products__banner__content__breadcrumb__before, .replacement-products__banner__content__breadcrumb__actual {
    font-size: 1.8rem;
  }
  .replacement-products__banner__category {
    font-size: 1.8rem;
    padding: 6px 12px;
  }
  .replacement-products__banner__title {
    max-width: 45rem;
    text-align: center;
  }
  .replacement-products__banner__buttons {
    flex-direction: column;
  }
  .replacement-products__banner .custom-select.js-country-select .selected, .replacement-products__banner .custom-select.js-region-select .selected {
    padding: 10px 16px;
    justify-content: space-between;
  }
  .replacement-products__banner .custom-select.js-country-select .selected span, .replacement-products__banner .custom-select.js-region-select .selected span {
    font-size: 1.6rem;
  }
  .replacement-products__banner .custom-select.js-country-select .selected svg, .replacement-products__banner .custom-select.js-region-select .selected svg {
    width: 12px;
    height: 12px;
  }
  .replacement-products__banner .custom-select .options .option {
    padding: 10px 16px;
    font-size: 1.6rem;
  }
  .replacement-products__content {
    padding: 4rem 2.4rem;
  }
  .replacement-products__content__top-title {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem;
    letter-spacing: -0.5px;
  }
  .replacement-products__content__grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 3.2rem;
  }
}
@media (max-width: 900px) and (min-width: 500px) {
  .replacement-products__content__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .replacement-products__card {
    padding: 2.4rem;
    gap: 2.4rem;
  }
  .replacement-products__card__image {
    width: 16rem;
    height: 16rem;
  }
  .replacement-products__card__title {
    font-size: 2rem;
    line-height: 2.4rem;
    text-align: center;
  }
}
.downloads {
  overflow: hidden;
  background: #ffffff;
}

.downloads__banner {
  position: relative;
  height: 64.5rem;
  background: #ffffff;
  border-radius: 20px;
  margin: 7px 7px 0 7px;
}

.downloads__banner::after {
  content: "";
  position: absolute;
  top: 8.2rem;
  right: 0;
  width: 8rem;
  height: 2rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 20px #ffffff;
  background: transparent;
  clip-path: polygon(0 0, 105% 0, 99% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 999;
}

.downloads__banner__left-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 54.2rem;
  z-index: 100;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1250px) {
  .downloads__banner__left-bg {
    height: 40rem;
  }
}
.downloads__banner__left-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.downloads__banner__right-bg {
  position: absolute;
  right: 0;
  bottom: -3px;
  z-index: 99;
  flex-shrink: 0;
}

.downloads__banner__right-bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.downloads__banner__wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  background: #d4dbe2;
  overflow: hidden;
  border-radius: 20px;
}

.downloads__banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  max-width: 53rem;
  margin: 0 auto;
  padding-top: 5rem;
}

.downloads__banner__content__title {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: clamp(1.6rem, 1.2rem + 1vw, 2.3rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.6;
}

.downloads__banner__content__title strong {
  font-weight: 600;
}

.downloads__banner__title {
  color: #040405;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: clamp(4rem, 2rem + 5vw, 9.6rem);
  font-weight: 250;
  line-height: clamp(3.5rem, 2rem + 4vw, 7.1rem);
  text-transform: uppercase;
}

.downloads__banner__title strong {
  font-weight: 600;
}

.downloads__info {
  background: #ffffff;
  padding: 4rem 8.8rem;
}

.downloads__info__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.downloads__info__select-category {
  color: #040405;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1rem + 0.5vw, 1.6rem);
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  opacity: 0.6;
}

.downloads__info__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  border-radius: 100px;
  padding: 1.2rem 2.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.downloads__info__item:hover {
  background: #d4dbe2;
}

.downloads__info__item.active {
  background: #d4dbe2;
}

.downloads__info__item__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1rem + 0.5vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.downloads__info__item svg {
  width: 2.4rem;
  height: 2.4rem;
}

.downloads__content {
  position: relative;
  padding: 8.8rem;
}

.downloads__content__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

@media (max-width: 1250px) {
  .downloads__content__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.downloads__content__right-bg {
  position: absolute;
  right: -38.5rem;
  bottom: -9.4rem;
  width: 81rem;
  height: 44rem;
  z-index: 1;
}

@media (max-width: 900px) {
  .downloads__banner {
    height: 50rem;
    margin: 7px;
    z-index: 999;
  }
  .downloads__banner::after {
    display: none;
  }
  .downloads__banner__left-bg {
    height: 30rem;
    bottom: 0;
  }
  .downloads__banner__right-bg {
    display: none;
  }
  .downloads__banner__content {
    padding: 3rem 2rem;
    gap: 1.6rem;
    z-index: 120;
  }
  .downloads__banner__content__title {
    text-align: center;
    z-index: 120;
  }
  .downloads__banner__title {
    padding: 0 1rem;
    z-index: 120;
  }
  .downloads__info {
    padding: 3rem 2rem;
  }
  .downloads__info__wrapper {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
  .downloads__info__select-category {
    text-align: center;
    line-height: 2rem;
  }
  .downloads__info__item {
    padding: 1rem 1.6rem;
    gap: 1.2rem;
    justify-content: center;
  }
  .downloads__info__item__title {
    line-height: 2rem;
  }
  .downloads__info__item svg {
    width: 2rem;
    height: 2rem;
  }
  .downloads__content {
    padding: 3rem 2rem;
  }
  .downloads__content__grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .downloads__content__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .downloads__content__right-bg {
    display: none;
  }
}
.investors {
  overflow: hidden;
  background: #d4dbe2;
}

.investors__banner {
  position: relative;
  height: 100vh;
  margin: 7px 7px 0 7px;
  border-radius: 20px;
}

.investors__banner::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 20px #d4dbe2;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 9999;
}

.investors__banner__bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 10;
}

.investors__banner__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(262deg, rgba(0, 0, 0, 0) 32.87%, rgba(0, 92, 185, 0.5) 91.34%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: normal, multiply, normal;
}

.investors__banner__bg::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 30px #d4dbe2;
  background: transparent;
  clip-path: polygon(0 0, 105% 0, 99% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 999;
}

.investors__banner__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.investors__banner__wrapper {
  position: relative;
  z-index: 90;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0 0 9rem 9rem;
  border-radius: 20px;
  z-index: 10;
}

.investors__banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  max-width: 42.6rem;
}

.investors__banner__content__title {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 1.5vw + 1rem, 2.3rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.investors__banner__title {
  color: #ffffff;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: clamp(4.8rem, 6vw + 2rem, 9.6rem);
  font-weight: 250;
  line-height: clamp(4rem, 5vw + 1.5rem, 7.1rem);
  text-transform: uppercase;
}

.investors__banner__title strong {
  font-weight: 600;
}

.investors__banner__desc {
  color: #d4dbe2;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1vw + 0.8rem, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(2.4rem, 2vw + 1rem, 3rem);
}

.investors__content {
  position: relative;
  padding: 8.8rem;
}

.investors__content__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}

.investors__content__right-bg {
  position: absolute;
  right: -38.5rem;
  bottom: -9.4rem;
  width: 81rem;
  height: 44rem;
  z-index: 1;
}

.investors__card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d4dbe2;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem;
}

.investors__card__icon {
  display: flex;
  align-items: center;
  color: #005cb9;
  gap: 2.4rem;
}

.investors__card__icon__title {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.investors__card__image {
  width: 13.4rem;
  height: 17.3rem;
  border-radius: 8px;
  overflow: hidden;
}

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

.investors__card__name {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}

.investors__card__description {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.investors__card__download {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-top: 1px solid #d4dbe2;
  padding: 1.6rem 0 0 0;
}

.investors__card__download svg {
  width: 4rem;
  height: 4rem;
  padding: 8px;
  border-radius: 100px;
  background: #005cb9;
}

.investors__card__download .download {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .investors__banner {
    height: auto;
    min-height: 60vh;
    margin: 7px;
  }
  .investors__banner::after {
    display: none;
  }
  .investors__banner__wrapper {
    padding: 4rem 2.4rem;
    align-items: center;
  }
  .investors__banner__content {
    max-width: 100%;
    gap: 1.6rem;
  }
  .investors__banner__title {
    text-align: left;
  }
  .investors__content {
    padding: 4rem 2.4rem;
  }
  .investors__content__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .investors__card {
    padding: 2.4rem;
    gap: 1.6rem;
  }
  .investors__card__name {
    font-size: 2.8rem;
    line-height: 2.4rem;
  }
  .investors__card__description {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
}
.blog {
  overflow: hidden;
  background: #ffffff;
}

.blog__categories {
  position: relative;
  padding: 20rem 4.6rem 5.2rem 4.6rem;
  background: #ffffff;
}

.blog__categories__wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.blog__categories__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2.4rem;
  border-radius: 100px;
  border: 1px solid #d4dbe2;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog__categories__item.active {
  background: #d4dbe2;
}

.blog__categories__item__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1rem + 0.5vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.blog__item-one {
  background: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 0;
}

.blog__item-one__upper-title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.blog__item-one__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 0 4rem 0 4rem;
}

.blog__item-one__left-div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.blog__item-one__left-div__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 4rem 0 4rem 6.4rem;
  border-left: 1px solid #005cb9;
}

.blog__item-one__left-div__card__title {
  color: #949aa6;
  font-family: "Alumni Sans";
  font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2rem);
  font-style: normal;
  font-weight: 600;
  opacity: 0.6;
}

.blog__item-one__left-div__card__subtitle {
  max-width: 40.5rem;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(3rem, 2rem + 2.5vw, 4.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(2.8rem, 1.8rem + 2vw, 4.2rem);
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.blog__item-one__left-div__card__description {
  max-width: 36.8rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1rem + 0.5vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.blog__item-one__left-div__card__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 1.4rem + 0.8vw, 2.3rem);
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: 0.3s all ease-in-out;
}

.blog__item-one__left-div__card__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
}

.blog__item-one__left-div__card__btn svg {
  position: relative;
  z-index: 999;
}

.blog__item-one__left-div__card__btn svg path {
  transition: 0.3s all ease;
}

.blog__item-one__right-div {
  position: relative;
  display: flex;
  width: 100%;
}

.blog__item-one__right-div__card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.blog__item-one__right-div__card__bg {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog__item-one__right-div__card__bg svg {
  width: 100%;
  height: 100%;
}

.blog__item-one__right-div__card__bg .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__item-two {
  width: 100%;
  position: relative;
  background: #ffffff;
}

.blog__item-two__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 0 8px;
  transition: all 0.3s ease;
}

.blog__item-two__left-div {
  width: 100%;
}

.blog__item-two__left-div-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.blog__item-two__left-div-bg__img {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 100;
  border-radius: 20px 0px 20px 20px;
  overflow: hidden;
}

.blog__item-two__left-div-bg__img svg {
  width: 100%;
  height: 100%;
}

.blog__item-two__left-div-bg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__item-two__right-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.blog__item-two__right-div__text {
  width: 100%;
  max-width: 39.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.blog__item-two__right-div__text__title {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.6;
}

.blog__item-two__right-div__text__subtitle {
  max-width: 40.3rem;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(3rem, 2rem + 2.5vw, 4.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(2.8rem, 1.8rem + 2vw, 4.2rem);
  letter-spacing: -0.96px;
  text-transform: uppercase;
}

.blog__item-two__right-div__text__description {
  max-width: 36.8rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1rem + 0.5vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.blog__item-two__right-div__text__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 1.4rem + 0.8vw, 2.3rem);
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: 0.3s all ease;
}

.blog__item-two__right-div__text__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
}

.blog__item-two__right-div__text__btn svg {
  position: relative;
  z-index: 999;
}

.blog__item-two__right-div__text__btn svg path {
  transition: 0.3s all ease;
}

.blog__item-one, .blog__item-two {
  transition: 0.3s all ease;
  cursor: pointer;
}

.blog__item-one:hover .blog__item-one__wrapper,
.blog__item-one:hover .blog__item-two__wrapper, .blog__item-two:hover .blog__item-one__wrapper,
.blog__item-two:hover .blog__item-two__wrapper {
  background: #d4dbe2;
}

.blog__item-one:hover .blog__item-one__wrapper .blog__item-one__left-div__card__btn,
.blog__item-one:hover .blog__item-one__wrapper .blog__item-two__right-div__text__btn,
.blog__item-one:hover .blog__item-two__wrapper .blog__item-one__left-div__card__btn,
.blog__item-one:hover .blog__item-two__wrapper .blog__item-two__right-div__text__btn, .blog__item-two:hover .blog__item-one__wrapper .blog__item-one__left-div__card__btn,
.blog__item-two:hover .blog__item-one__wrapper .blog__item-two__right-div__text__btn,
.blog__item-two:hover .blog__item-two__wrapper .blog__item-one__left-div__card__btn,
.blog__item-two:hover .blog__item-two__wrapper .blog__item-two__right-div__text__btn {
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .blog__categories {
    padding: 12rem 2rem 0 2rem;
  }
  .blog__categories__wrapper {
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
  }
  .blog__categories__item {
    padding: 1rem 1.6rem;
  }
  .blog__categories__item__title {
    line-height: 2rem;
  }
  .blog__item-one {
    padding: 3rem 2rem 0 2rem;
    gap: 2rem;
  }
  .blog__item-one__upper-title {
    line-height: 2rem;
  }
  .blog__item-one__wrapper {
    flex-direction: column;
    gap: 3rem;
    padding: 0;
  }
  .blog__item-one__left-div {
    order: 2;
  }
  .blog__item-one__left-div__card {
    padding: 3rem 0 3rem 2rem;
    gap: 2rem;
  }
  .blog__item-one__left-div__card__subtitle {
    max-width: 100%;
  }
  .blog__item-one__left-div__card__description {
    max-width: 100%;
  }
  .blog__item-one__left-div__card__btn {
    gap: 2.4rem;
    padding: 1rem 1.6rem 1rem 2rem;
  }
  .blog__item-one__left-div__card__btn::after {
    right: -3rem;
    width: 8rem;
    height: 8rem;
  }
  .blog__item-one__right-div {
    order: 1;
  }
  .blog__item-one__right-div__card {
    margin: 0 auto;
  }
  .blog__item-one__right-div__card__bg {
    min-height: 30rem;
    height: 40rem;
  }
  .blog__item-two__wrapper {
    flex-direction: column;
    padding: 3rem 2rem;
    gap: 3rem;
  }
  .blog__item-two__left-div {
    order: 1;
  }
  .blog__item-two__left-div-bg__img {
    min-height: 30rem;
    height: 40rem;
    border-radius: 10px;
    overflow: hidden;
  }
  .blog__item-two__right-div {
    order: 2;
  }
  .blog__item-two__right-div__text {
    gap: 2rem;
    max-width: 100%;
  }
  .blog__item-two__right-div__text__subtitle {
    max-width: 100%;
  }
  .blog__item-two__right-div__text__description {
    max-width: 100%;
  }
  .blog__item-two__right-div__text__btn {
    gap: 2.4rem;
    padding: 1rem 1.6rem 1rem 2rem;
  }
  .blog__item-two__right-div__text__btn::after {
    right: -3rem;
    width: 8rem;
    height: 8rem;
  }
}
.blog-details {
  overflow-x: clip;
  background: #ffffff;
}

.blog-details__banner {
  position: relative;
  height: calc(100vh - 1.4rem);
  margin: 7px 7px 0 7px;
}

.blog-details__banner::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 3rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 20px #ffffff;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 29999;
}

.blog-details__banner__wrapper {
  border-radius: 20px;
  position: relative;
  z-index: 90;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.blog-details__banner__wrapper__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-details__banner__wrapper__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(262deg, rgba(0, 0, 0, 0) 32.87%, rgba(0, 92, 185, 0.5) 91.34%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: multiply;
  z-index: 91;
}

.blog-details__banner__wrapper__bg img,
.blog-details__banner__wrapper__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-details__banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  width: 57%;
  z-index: 93;
}

.blog-details__banner__content__title {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.blog-details__banner__title {
  color: #ffffff;
  text-align: center;
  font-family: "Alumni Sans";
  font-size: 9.6rem;
  font-weight: 250;
  line-height: 7.1rem;
  text-transform: uppercase;
  text-align: left;
}

.blog-details__banner__desc {
  color: #d4dbe2;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.blog-details__banner__date {
  color: #d4dbe2;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.blog-details__content {
  padding: 8.8rem;
  background: #ffffff;
}

.blog-details__content__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  height: 100%;
  min-height: 50vh;
}

.blog-details__content__socials {
  position: sticky;
  top: 2rem;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  flex-shrink: 0;
}

.blog-details__content__socials::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  width: 13rem;
  height: 5px;
  background: #d4dbe2;
  border-radius: 100px;
}

.blog-details__content__socials__title {
  color: #005cb9;
  font-family: "Uni Neue";
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-details__content__socials__list {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.blog-details__content__socials__list__item {
  display: flex;
}

.blog-details__content__main {
  margin: 0 auto;
  max-width: 71rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.8rem;
  opacity: 0.6;
}

.blog-details__gallery {
  padding: 0 0 0 12rem;
}

.blog-details__gallery__wrapper {
  display: flex;
  gap: 3.2rem;
}

.blog-details__gallery__wrapper .slick-list {
  width: 100%;
}

.blog-details__gallery__card {
  position: relative;
  display: flex;
  width: 100%;
  height: 41rem;
  border-radius: 20px;
  overflow: hidden;
  background: #bac3cd;
  margin-right: 3.2rem;
}

.blog-details__gallery__card:last-child {
  margin-right: 0;
}

.blog-details__gallery__card:hover .blog-details__gallery__card__img-wrapper img {
  transform: scale(1.05);
}

.blog-details__gallery__card__img-wrapper {
  width: 100%;
  height: 100%;
}

.blog-details__gallery__card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-details__gallery__controls {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 5.6rem;
}

.blog-details__gallery__controls__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-details__gallery__controls__arrows .left-arrow,
.blog-details__gallery__controls__arrows .right-arrow {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #005cb9;
  cursor: pointer;
}

.blog-details__gallery__controls__arrows .left-arrow.slick-disabled,
.blog-details__gallery__controls__arrows .right-arrow.slick-disabled {
  background: #949aa6;
  cursor: not-allowed;
  opacity: 0.5;
}

.blog-details__gallery__controls__pagination {
  display: flex;
  padding: 12px 16px;
  border-radius: 100px;
  background: #d4dbe2;
}

.blog-details__gallery__controls__pagination ul {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.blog-details__gallery__controls__pagination ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.blog-details__gallery__controls__pagination ul li.slick-active {
  background: #005cb9;
}

.blog-details__gallery__controls__line {
  width: 100%;
  height: 1px;
  background: #bac3cd;
}

.blog-details__news {
  background: #ffffff;
  padding: 8.8rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.blog-details__news__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  opacity: 0.6;
  text-align: center;
}

.blog-details__news__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.blog-details__news__nav-btn {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #949aa6;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.blog-details__news__nav-btn--next {
  background: #005cb9;
}

.blog-details__news__nav-btn:hover {
  transform: scale(1.1);
}

.blog-details__news__cards {
  display: flex;
  gap: 3.2rem;
  width: 100%;
  overflow: hidden;
}

.blog-details__news__card {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  border-radius: 20px;
  background: #ffffff;
  flex: 1;
}

.blog-details__news__card__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0 3.2rem;
}

.blog-details__news__card__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-details__news__card__desc {
  color: #7a7a7a;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.blog-details__news__card__btn {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  width: -moz-max-content;
  width: max-content;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.blog-details__news__card__btn svg {
  width: 4rem;
  height: 4rem;
  border-radius: 100px;
  background: #005cb9;
  padding: 1.1rem;
}

.blog-details__news__card__btn:hover {
  gap: 1.6rem;
}

.blog-details__news__card__img-wrapper {
  width: 100%;
  height: 20rem;
  border-radius: 12px;
  overflow: hidden;
  margin-top: auto;
}

.blog-details__news__card__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-details__news__card:hover .blog-details__news__card__img-wrapper img {
  transform: scale(1.05);
}

.blog-details__news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.blog-details__news__pagination__dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100px;
  background: #949aa6;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-details__news__pagination__dot--active {
  background: #005cb9;
  width: 1.2rem;
}

@media (max-width: 900px) {
  .blog-details__banner {
    height: calc(100vh - 1rem);
    margin: 7px 7px 0 7px;
  }
  .blog-details__banner::after {
    content: none;
  }
  .blog-details__banner__wrapper {
    border-radius: 10px;
  }
  .blog-details__banner__content {
    width: 100% !important;
    padding: 0 0 3rem 2rem !important;
    gap: 1.6rem;
  }
  .blog-details__banner__content__title {
    font-size: 1.6rem;
  }
  .blog-details__banner__title {
    font-size: 4.8rem;
    line-height: 4.2rem;
  }
  .blog-details__banner__desc {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .blog-details__banner__date {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .blog-details__content {
    padding: 3rem 2rem;
  }
  .blog-details__content__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .blog-details__content__socials {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 3rem;
  }
  .blog-details__content__socials::after {
    width: 100%;
    bottom: -2rem;
  }
  .blog-details__content__socials__title {
    font-size: 1.2rem;
  }
  .blog-details__content__socials__list {
    gap: 0.8rem;
  }
  .blog-details__content__socials__list__item svg {
    width: 20px;
    height: 20px;
  }
  .blog-details__content__main {
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .blog-details__gallery {
    padding: 0 0 0 2rem;
  }
  .blog-details__gallery__wrapper {
    gap: 1.6rem;
  }
  .blog-details__gallery__card {
    height: 30rem;
    border-radius: 10px;
    margin-right: 1.6rem;
  }
  .blog-details__gallery__controls {
    margin-top: 3rem;
    gap: 1.6rem;
  }
  .blog-details__gallery__controls__arrows {
    gap: 8px;
  }
  .blog-details__gallery__controls__arrows .left-arrow,
  .blog-details__gallery__controls__arrows .right-arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
  .blog-details__gallery__controls__arrows .left-arrow svg,
  .blog-details__gallery__controls__arrows .right-arrow svg {
    width: 16px;
    height: 16px;
  }
  .blog-details__gallery__controls__pagination {
    padding: 10px 14px;
  }
  .blog-details__gallery__controls__pagination ul li {
    width: 8px;
    height: 8px;
  }
  .blog-details__news {
    padding: 3rem 2rem;
    gap: 2rem;
  }
  .blog-details__news__title {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .blog-details__news__wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .blog-details__news__nav-btn {
    width: 3.6rem;
    height: 3.6rem;
  }
  .blog-details__news__nav-btn svg {
    width: 16px;
    height: 16px;
  }
  .blog-details__news__cards {
    flex-direction: column;
    gap: 2rem;
  }
  .blog-details__news__card {
    gap: 2rem;
  }
  .blog-details__news__card__content {
    gap: 2rem;
    padding: 0 2rem;
  }
  .blog-details__news__card__title {
    font-size: 2.4rem;
  }
  .blog-details__news__card__desc {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .blog-details__news__card__btn {
    font-size: 2rem;
    gap: 2.4rem;
  }
  .blog-details__news__card__btn svg {
    width: 3.6rem;
    height: 3.6rem;
    padding: 1rem;
  }
  .blog-details__news__card__img-wrapper {
    height: 18rem;
    border-radius: 10px;
  }
}
.search-page {
  overflow: hidden;
  background: #ffffff;
  padding: 20rem 2rem 0;
}

.search-page__banner {
  position: relative;
  border-radius: 20px;
  margin: 7px 7px 0 7px;
  background: #ffffff;
}

.search-page__banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6.4rem;
  max-width: 82rem;
  width: 100%;
  margin: 0 auto;
}

.search-page__banner__content__title {
  color: #696980;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.search-page__banner__content__input-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-bottom: 3.2rem;
  border-bottom: 2px solid #005cb9;
}

.search-page__banner__content__input-wrapper input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 9.6rem;
  font-style: italic;
  font-weight: 100;
  line-height: 7.1rem;
  text-transform: uppercase;
  text-align: start;
}

.search-page__banner__content__input-wrapper .input-icons-wrapper {
  display: flex;
  gap: 2.4rem;
}

.search-page__banner__content__input-wrapper .input-icons-wrapper .input-icon {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  justify-content: center;
  align-items: center;
}

.search-page__content {
  position: relative;
  padding: 8.8rem;
}

.search-page__content__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}

.search-page__card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  overflow: hidden;
}

.search-page__card:hover .search-page__card__image img {
  transform: scale(1.05);
}

.search-page__card:hover .search-page__card__category {
  font-weight: 700;
}

.search-page__card:hover .search-page__card__name {
  font-weight: 700;
}

.search-page__card__image {
  position: relative;
  width: 100%;
  height: 16.1rem;
  background: rgb(174, 184, 194);
  border-radius: 16px;
  overflow: hidden;
}

.search-page__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.search-page__card__category {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: font-weight 0.3s ease;
}

.search-page__card__name {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  transition: font-weight 0.3s ease;
}

.products-category {
  overflow-x: clip;
  background: #ffffff;
  padding: 20rem 2rem 0 2rem;
}

.products-category__banner__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.products-category__banner__wrapper .line-separator {
  width: 7.5rem;
  height: 1px;
  background: #005cb9;
}

.products-category__banner__upper-title {
  color: #696980;
  font-family: "Uni Neue";
  font-size: clamp(1.4rem, 1rem + 0.5vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: clamp(2.4rem, 2vw + 1rem, 3rem);
}

.products-category__banner__title {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(5rem, 6vw + 2rem, 7.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(4rem, 5vw + 1.5rem, 5.8rem);
  letter-spacing: -1.52px;
  text-transform: uppercase;
}

.products-category__content {
  position: relative;
  padding: 4.8rem 4.8rem 5.6rem 4.8rem;
}

.products-category__content__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}

.products-category__card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  overflow: hidden;
}

.products-category__card:hover .search-page__card__image img {
  transform: scale(1.05);
}

.products-category__card:hover .search-page__card__category {
  font-weight: 700;
}

.products-category__card:hover .search-page__card__name {
  font-weight: 700;
}

.products-category__card:hover .bottom-right-hover {
  opacity: 1;
}

.products-category__card__image {
  position: relative;
  width: 100%;
  height: 17.2rem;
  background: rgb(174, 184, 194);
  border-radius: 16px;
  overflow: hidden;
}

.products-category__card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.products-category__card__image .bottom-right-hover {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 40;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.products-category__card__image .bottom-right-hover .plus-icon {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 50;
}

.products-category__card__category {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: clamp(1.4rem, 1rem + 0.5vw, 1.6rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: font-weight 0.3s ease;
}

.products-category__card__name {
  color: #040405;
  font-family: "Alumni Sans";
  font-size: clamp(1.6rem, 1.2rem + 0.8vw, 2rem);
  font-style: normal;
  font-weight: 600;
  transition: font-weight 0.3s ease;
}

@media (max-width: 900px) {
  .products-category {
    padding: 12rem 1.6rem 0;
  }
  .products-category__banner__wrapper {
    gap: 2.4rem;
  }
  .products-category__banner__wrapper .line-separator {
    width: 5rem;
  }
  .products-category__banner__upper-title {
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .products-category__banner__title {
    font-size: 4.8rem;
    line-height: 4rem;
    text-align: center;
  }
  .products-category__content {
    padding: 3.2rem 0 4rem;
  }
  .products-category__content__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 900px) and (max-width: 400px) {
  .products-category__content__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
@media (max-width: 900px) {
  .products-category__card {
    gap: 1.2rem;
  }
  .products-category__card__image {
    height: 14rem;
    border-radius: 12px;
  }
  .products-category__card__image .bottom-right-hover .plus-icon {
    right: 1.2rem;
    bottom: 1.2rem;
  }
  .products-category__card__category {
    font-size: 1.4rem;
  }
  .products-category__card__name {
    font-size: 1.6rem;
  }
}
.contact {
  overflow: hidden;
  background: #ffffff;
}

.contact .banner-without-img {
  position: relative;
  height: 60.5rem;
  background: #d4dbe2;
  margin: 7px 7px 12px 7px;
  border-radius: 20px;
  z-index: 200;
}

.contact .banner-without-img::after {
  content: "";
  position: absolute;
  top: 8.5rem;
  right: 0;
  width: 8rem;
  height: 2rem;
  border-top-right-radius: 20px;
  box-shadow: 0 0 0 20px #ffffff;
  background: transparent;
  clip-path: polygon(0 0, 105% 0, 99% calc(100% - 0px), calc(100% - 0px) 100%, 0 0%);
  z-index: 2;
}

.contact .banner-without-img__wrapper {
  position: relative;
  z-index: 80;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.contact .banner-without-img__wrapper .svg-bg {
  position: absolute;
  bottom: -19rem;
  left: 0;
  width: 100%;
  height: 65rem;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.contact .banner-without-img__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.contact .banner-without-img__content__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.contact .banner-without-img__content__breadcrumb__before, .contact .banner-without-img__content__breadcrumb__actual {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.6;
}

.contact .banner-without-img__content__breadcrumb__actual {
  color: #696980;
  opacity: 1;
}

.contact .banner-without-img__category {
  width: -moz-max-content;
  width: max-content;
  color: #d4dbe2;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #d4dbe2;
  padding: 8px 16px;
}

.contact .banner-without-img__title {
  color: #000000;
  font-family: "Alumni Sans";
  font-size: clamp(6rem, 5vw, 9.6rem);
  font-weight: 100;
  line-height: clamp(5rem, 4vw, 7.1rem);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 6.2rem;
}

.contact .banner-without-img__title strong {
  font-weight: 600;
}

.contact .banner-without-img__bottom_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 9999;
  position: relative;
  padding: 4rem;
}

.contact .banner-without-img__bottom_nav.fixed {
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  top: 5px;
  left: 0;
  right: 0;
  border-radius: 100px;
  margin: 0;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s ease;
  z-index: 9999999;
  margin: 0 auto;
}

.contact .banner-without-img__bottom_nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 1.2rem 2.4rem;
  gap: 2.4rem;
  transition: all 0.3s ease;
}

.contact .banner-without-img__bottom_nav__item.active {
  background: #ffffff;
}

.contact .banner-without-img__bottom_nav__item.active::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #005cb9;
  border-radius: 100px;
  z-index: 1;
}

.contact .banner-without-img__bottom_nav__item h4 {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.contact .banner-without-img__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 12px 24px;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
}

.contact .banner-without-img__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
}

.contact .banner-without-img__btn svg {
  position: relative;
  z-index: 999;
}

.contact .banner-without-img__btn svg path {
  transition: 0.3s all ease;
}

.contact .banner-without-img__controls {
  width: 24rem;
  height: 10.6rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 112px 0 16px 0;
  background: #005cb9;
}

.contact .banner-without-img__controls__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 4.5rem;
  bottom: 3.4rem;
}

.contact .banner-without-img__controls__counter {
  color: #d4dbe2;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
}

.contact__section {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  padding: 8.8rem 8.8rem 0 8.8rem;
  background: #ffffff;
}

@media (max-width: 1300px) {
  .contact__section {
    padding: 4rem 4rem 0 4rem;
  }
}
.contact__section__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 8.8rem;
}

@media (max-width: 1300px) {
  .contact__section__wrapper {
    gap: 4.8rem;
  }
}
.contact__section__info {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  max-width: 47.2rem;
  color: #000000;
}

@media (max-width: 1300px) {
  .contact__section__info {
    width: -moz-max-content;
    width: max-content;
  }
}
.contact__section__info__eyebrow {
  color: #696980;
  font-family: "Uni Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.contact__section__info__separator {
  width: 7.5rem;
  height: 2px;
  background: #005cb9;
}

.contact__section__info__title {
  max-width: 23rem;
  font-family: "Alumni Sans";
  font-size: 7.6rem;
  font-weight: 250;
  line-height: 5.85rem;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.contact__section__info__desc {
  max-width: 36.5rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.contact__section__info__phone {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-top: 1.6rem;
}

.contact__section__info__phone .svg-icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #005cb9;
}

.contact__section__info__phone .svg-icon svg {
  min-width: 1.8rem;
  min-height: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
}

.contact__section__info__phone .phone {
  color: #696980;
  font-family: "Alumni Sans";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: normal;
}

.contact__section__form {
  position: relative;
  flex: 1;
}

.contact__section__form__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  height: 100%;
  padding: 4.8rem 4.8rem 0 4.8rem;
  border-radius: 20px;
}

@media (max-width: 1300px) {
  .contact__section__form__card {
    padding: 0;
  }
}
.contact__section__form__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.contact__section__form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.2rem;
}

.contact__section__form__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.contact__section__form__column--message {
  position: relative;
}

.contact__section__form__field {
  display: flex;
  flex-direction: column;
}

.contact__section__form__field-row {
  display: flex;
  gap: 4rem;
  align-items: center;
}

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

.contact__section__form__field .input-wrapper input {
  width: 100%;
  padding-right: 4rem;
}

.contact__section__form__field .input-wrapper svg {
  position: absolute;
  right: 0;
  top: 3px;
  pointer-events: none;
  transition: transform 0.3s ease;
}

.contact__section__form__field .input-wrapper.custom-select .custom-select__trigger {
  width: 100%;
  padding: 0 4rem 1.6rem 0;
  border-bottom: 1.8px solid #bac3cd;
  background: transparent;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  cursor: pointer;
  outline: none;
  transition: border-color 0.3s ease;
}

.contact__section__form__field .input-wrapper.custom-select .custom-select__trigger .custom-select__placeholder {
  color: #696980;
}

.contact__section__form__field .input-wrapper.custom-select .custom-select__trigger.selected .custom-select__placeholder {
  color: #000000;
}

.contact__section__form__field .input-wrapper.custom-select .custom-select__trigger:focus {
  border-bottom: 1.8px solid #005cb9;
}

.contact__section__form__field .input-wrapper.custom-select .custom-select__dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #bac3cd;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  max-height: 20rem;
  overflow-y: auto;
}

.contact__section__form__field .input-wrapper.custom-select .custom-select__option {
  padding: 1rem 1.5rem;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  transition: background 0.2s ease;
}

.contact__section__form__field .input-wrapper.custom-select .custom-select__option:hover {
  background: rgba(0, 92, 185, 0.1);
}

.contact__section__form__field .input-wrapper.custom-select .custom-select__option.selected {
  background: rgba(0, 92, 185, 0.15);
  color: #005cb9;
}

.contact__section__form__field .input-wrapper.custom-select.open svg {
  transform: rotate(180deg);
}

.contact__section__form__field .input-wrapper.custom-select.open .custom-select__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact__section__form__field #section-state {
  max-width: 5.6rem;
}

.contact__section__form__field label {
  color: #696980;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  max-height: 0;
  max-width: 0;
}

.contact__section__form__field input,
.contact__section__form__field textarea {
  width: 100%;
  border: none;
  background: transparent;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  color: #000000;
  padding: 0 0 1.6rem 0;
  border-bottom: 1.8px solid #bac3cd;
}

.contact__section__form__field input::-moz-placeholder, .contact__section__form__field textarea::-moz-placeholder {
  color: #696980;
}

.contact__section__form__field input::placeholder,
.contact__section__form__field textarea::placeholder {
  color: #696980;
}

.contact__section__form__field input:focus,
.contact__section__form__field textarea:focus {
  outline: none;
  border-bottom: 1.8px solid #005cb9;
}

.contact__section__form__field textarea {
  resize: none;
  min-height: 16.5rem;
  opacity: 0.6;
}

.contact__section__form__checkbox {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Uni Neue";
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.contact__section__form__checkbox input {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #ffffff;
}

.contact__section__form__checkbox input:checked {
  border-color: #005cb9;
  background: #005cb9;
}

.contact__section__form__checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 0.6rem;
  height: 1.2rem;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.contact__section__form__checkbox span {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.contact__section__form__checkbox a {
  color: #005cb9;
  font-weight: 700;
  text-decoration: underline;
}

.contact__section__form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  flex-wrap: wrap;
}

.contact__section__form__btn {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #005cb9;
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: 2.3rem;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 999;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, background 0.3s ease;
}

.contact__section__form__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  z-index: 90;
  transition: left 0.6s ease;
}

.contact__section__form__btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 92, 185, 0.4), 0 4px 10px rgba(0, 92, 185, 0.2);
}

.contact__section__form__btn:hover::before {
  left: 50%;
}

.contact__section__form__btn:hover::after {
  right: -3rem;
  width: 10.2rem;
  height: 10.2rem;
  transform: skew(-35deg, 8deg) rotate(5deg);
  background: rgb(161.9209183673, 167.1403061224, 177.5790816327);
}

.contact__section__form__btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(0, 92, 185, 0.3);
}

.contact__section__form__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #949aa6;
  border-radius: 999px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.contact__section__form__btn svg {
  position: relative;
  z-index: 80;
}

.contact__section__form__btn svg path {
  transition: 0.3s all ease;
}

.contact__section__bottom-image {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

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

.contact__work-with-us {
  display: flex;
  height: 76.8rem;
  position: relative;
  background: #d4dbe2;
  margin-top: 5rem;
}

.contact__work-with-us__wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.contact__work-with-us__left-div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 77rem;
  display: flex;
  align-items: center;
  padding-left: 12rem;
  height: 100%;
  z-index: 80;
}

.contact__work-with-us__left-div__bg {
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.contact__work-with-us__left-div__text {
  position: relative;
  width: 100%;
  max-width: 39.3rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  z-index: 80;
}

.contact__work-with-us__left-div__text__separator {
  width: 7.5rem;
  height: 2px;
  background: #d4dbe2;
}

.contact__work-with-us__left-div__text__upper-title {
  color: #ffffff;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.contact__work-with-us__left-div__text__title {
  color: #ffffff;
  font-family: "Alumni Sans";
  font-size: clamp(5rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 250;
  line-height: clamp(5rem, 5vw, 5.8rem);
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.contact__work-with-us__left-div__text__desc {
  color: #ffffff;
  font-family: "Uni Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0.6;
}

.contact__work-with-us__left-div__text__btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 4.8rem;
  padding: 1.2rem 2rem 1.2rem 2.4rem;
  border-radius: 5px;
  background: #d4dbe2;
  color: #005cb9;
  font-family: "Alumni Sans";
  font-size: clamp(1.8rem, 5vw, 2.3rem);
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 800;
  transition: 0.3s all ease;
}

.contact__work-with-us__left-div__text__btn:hover {
  transform: translateY(-2px);
}

.contact__work-with-us__left-div__text__btn::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  width: 10rem;
  height: 10rem;
  z-index: 1;
  transform: skew(-40deg, 10deg);
  background: #ffffff;
  border-radius: 999px;
}

.contact__work-with-us__left-div__text__btn svg {
  position: relative;
  z-index: 80;
}

.contact__work-with-us__left-div__text__btn svg path {
  transition: 0.3s all ease;
}

.contact__work-with-us__right-div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 200px;
  overflow: hidden;
}

.contact__work-with-us__right-div__bg {
  display: flex;
  width: 100%;
  height: 100%;
}

.contact__work-with-us__right-div__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__work-with-us__right-rectangle {
  position: absolute;
  right: -38.5rem;
  bottom: -9.4rem;
  width: 81rem;
  height: 44rem;
  z-index: 1;
}

.contact__items-loop-wrapper {
  background: #d4dbe2;
  padding: 9.3rem 4rem 0 4rem;
}

.contact__items-loop-wrapper .items-loop .items-loop__wrapper {
  align-items: flex-start;
}

.contact__items-loop-wrapper .items-loop .items-loop__right-div__card .product {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1200px) {
  .contact__items-loop-wrapper .items-loop .items-loop__right-div__card .product {
    top: 0;
    left: 0;
    transform: translateX(-20%) translateY(30%);
  }
}
.contact__items-loop-wrapper .items-loop .items-loop__left-div__card__desc {
  opacity: 0.6 !important;
  max-height: 100% !important;
}

@media (max-width: 900px) {
  .contact .banner-without-img {
    height: 65rem;
  }
}
@media (max-width: 900px) and (min-width: 455px) {
  .contact .banner-without-img {
    height: 55rem;
  }
}
@media (max-width: 900px) {
  .contact .banner-without-img::after {
    content: none;
  }
  .contact .banner-without-img .banner-without-img__content {
    padding: 0 1rem;
  }
  .contact .banner-without-img .banner-without-img__bottom_nav {
    padding: 2rem;
    flex-wrap: wrap;
  }
  .contact .banner-without-img .banner-without-img__bottom_nav .banner-without-img__bottom_nav__item h4 {
    text-align: center;
  }
  .contact__section {
    padding: 4.8rem 2rem 0;
  }
  .contact__section__wrapper {
    flex-direction: column;
    gap: 6.4rem;
  }
  .contact__section__info {
    max-width: none;
  }
  .contact__section__info__title {
    font-size: 6rem;
    line-height: 5.4rem;
  }
  .contact__section__form {
    width: 100%;
  }
  .contact__section__form__card {
    padding: 0;
  }
  .contact__section__form__field-row {
    justify-content: space-between;
  }
  .contact__section__form__grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .contact__section__form__column--message {
    padding-left: 0;
  }
  .contact__section__form__column--message::before {
    display: none;
  }
  .contact__work-with-us {
    height: 100%;
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  .contact__work-with-us {
    height: 60rem;
  }
}
@media (max-width: 900px) {
  .contact__work-with-us__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  .contact__work-with-us__wrapper {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  .contact__work-with-us__left-div {
    width: 100%;
    position: relative;
    padding: 4rem 2rem;
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  .contact__work-with-us__left-div {
    position: absolute;
  }
}
@media (max-width: 900px) {
  .contact__work-with-us__left-div__bg {
    width: 60rem;
  }
  .contact__work-with-us__right-div {
    border-bottom-right-radius: 0;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.privacy-policy {
  padding: 24.7rem 0rem 12.8rem;
  background: #ffffff;
}

.privacy-policy__title {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.56px;
  text-align: center;
  text-transform: uppercase;
}

.privacy-policy__content {
  max-width: 62rem;
  margin: 8rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 5.4rem;
}

.privacy-policy__content .title {
  color: #005cb9;
  font-family: "Uni Neue";
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.56px;
}

.privacy-policy__content .top-line {
  width: 6.3rem;
  height: 2px;
  background: #005cb9;
}

.privacy-policy__content p, .privacy-policy__content ul, .privacy-policy__content h1, .privacy-policy__content h2, .privacy-policy__content h3, .privacy-policy__content h4, .privacy-policy__content h5, .privacy-policy__content h6 {
  color: #d4dbe2;
  font-family: "Figtree";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

.lead-modal {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.lead-modal__open-lead-modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.lead-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #d4dbe2;
  padding: 7rem 9rem 10rem 9rem;
  border-radius: 1.2rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3);
}

.lead-modal__content__close-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.8rem;
  cursor: pointer;
}

.lead-modal__content__title {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 2rem;
  font-family: "Alumni Sans", sans-serif;
}

.lead-modal__content__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  font-family: Arial, sans-serif;
}

.lead-modal__content__form input[type=text],
.lead-modal__content__form input[type=email] {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.5490196078);
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  margin: 0.8rem 0;
  margin-bottom: 1.6rem;
  transition: 0.3s;
  box-shadow: none;
}

.lead-modal__content__form input[type=text]:active, .lead-modal__content__form input[type=text]:focus,
.lead-modal__content__form input[type=email]:active,
.lead-modal__content__form input[type=email]:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 0.1rem solid #005cb9;
  background-color: transparent;
}

.lead-modal__content__form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.lead-modal__content__form__checkbox input {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.2rem;
  border: 1.5px solid #949aa6;
  border-radius: 0.8rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #d4dbe2;
}

.lead-modal__content__form__checkbox input:checked {
  border-color: #005cb9;
  background: #005cb9;
}

.lead-modal__content__form__checkbox input:checked::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.5rem;
  width: 0.6rem;
  height: 1.2rem;
  border: 0.2rem solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.lead-modal__content__form__checkbox span {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.7rem;
  opacity: 0.6;
}

.lead-modal__content__form__checkbox a {
  color: #040405;
  font-family: "Uni Neue";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.7rem;
  text-decoration-line: underline;
}

.lead-modal__content__form .bottom-wrapper {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.notFound__banner {
  position: relative;
}

.notFound__banner__bg {
  position: absolute;
  inset: 0;
}

.notFound__banner__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

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

.notFound__banner__content {
  position: relative;
  z-index: 2;
  padding: 20rem 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 1024px;
  margin: auto;
  text-align: center;
}

@media (max-width: 900px) {
  .notFound__banner__content {
    padding: 10rem 2rem;
  }
}
html,
body {
  background: #d4dbe2;
}

.freeze {
  overflow: hidden;
}

strong {
  font-weight: 600;
}
