
.step__box-height {
  height: 650px !important;
}

/* POPUP */
#popup-discount {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;

}

#popup-inner-one {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.closepp {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: #555;
}

.popup-button-first {
  display: inline-block;
  padding: 10px 20px;
  background-color: #03af06;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-weight: bold;
}

a.popup-button-first:hover {
  background-color: black !important;
  transition: 0.2s ease-in-out !important;
}
/* END POPUP */

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.korting-web {
  display: block;
}
.korting-mobile {
  display: none;
}

.reviews__badges {
  gap: 1.2rem !important;
  margin-top: 1.2rem;
}
.reviews__badge-logo {
  height: 6rem;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
.reviews__external-btn {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .korting-web {
    display: none;
  }
  .korting-mobile {
    display: block;
  }

  .support__item {
    padding: 2rem !important;
  }
  .support__item-title {
    margin-bottom: 0.75rem !important;
  }
}

/* =============== VARIABLES ===============  */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  /* Primary */
  --clr-primary-300: #DCE5DD;
  --clr-primary-400: #5DF25E;
  --clr-primary-500: #5EF461;
  /* Neutral */
  --clr-neutral-100: #ffffff;
  --clr-neutral-200: #F4F9F4;
  --clr-neutral-300: #F0F5F0;
  --clr-neutral-400: #E1E5E1;
  --clr-neutral-500: #313531;
  --clr-neutral-600: #030F03;
  --clr-neutral-700: #010501;
  --clr-neutral-800: #000000;
  /* Secondary */
  --clr-secondary-200: #FFDA9B;
  --clr-secondary-400: #FFAE22;
  --clr-secondary-500: #E09616;
  --clr-danger-400: #FF001A;
  --clr-info-400: #141B34;
  --border-color: var(--clr-neutral-400);
  --gd-neutral-400: linear-gradient(70.98deg, #FFFFFF 7.12%, rgba(255, 255, 255, 0.9) 34.01%, rgba(255, 255, 255, 0) 67.49%);
  /* Font family */
  --ff-primary: "Inter", sans-serif;
  /* letter spacing */
  --ls-400: -0.04em;
  --fs-50: 1.2rem;
  --fs-100: 1.4rem;
  --fs-200: 1.6rem;
  --fs-300: 1.8rem;
  --fs-400: 2rem;
  --fs-500: 2.4rem;
  --fs-600: 2.8rem;
  --fs-700: 3.2rem;
  --fs-750: 3.6rem;
  --fs-800: 4rem;
  --fs-850: 5.6rem;
  --fs-900: 7.2rem;
  --radisu-100: 8px --radius-200: 1rem;
  --radius-300: 1.2rem;
  --radius-400: 1.6rem;
  --lh-100: 1.1;
  --lh-200: 1.2;
  --lh-300: 1.3;
  --lh-400: 1.4;
  --lh-500: 1.5;
  --main-heading: clamp(var(--fs-750), 5vw, var(--fs-900));
  --secondary-heading: clamp(var(--fs-600), 4vw, var(--fs-850));
  --sub-heading: clamp(var(--fs-400), 4vw, var(--fs-800));
  --size-100: 1.2rem;
  --size-200: 1.8rem;
  --size-300: 2rem;
  --size-400: 2.4rem;
  --size-500: 3rem;
  --size-600: 4.8rem;
  --size-700: 6.2rem;
  --size-800: 7rem;
  --size-900: 9rem;
  --section-gap: clamp(7rem, 6vw, 14rem);
}

@keyframes zoomOut {
  0% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.zoom-out {
  animation: zoomOut 4s ease forwards;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}
/* box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*reset font sizes of all tags*/
* {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* reset font size 1rem to 10px */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body,
html {
  height: 100%;
}

/* remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  line-height: 1.4 !important;
}

/* remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

/* set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* set core body defaults */
body {
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--clr-neutral-100);
}

/* a elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* make images easier to work with */
img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

/* avoid text overflows */
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-size: inherit;
}

/* remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: var(--fs-200);
  line-height: 1.6 !important;
  font-weight: 400;
  font-family: var(--ff-primary);
  color: var(--clr-neutral-500);
  justify-content: space-between;
  letter-spacing: var(--ls-400);
}

/* title */
.main-title {
  font-size: var(--fs-300);
  text-transform: uppercase;
}

.sub-title {
  font-size: var(--fs-300);
  font-family: var(--ff-primary);
  text-transform: uppercase;
}

/* Heading */
.main-heading {
  font-family: var(--ff-primary);
  font-size: var(--main-heading);
  color: var(--clr-neutral-700);
  font-weight: 600;
}

.secondary-heading {
  font-size: var(--secondary-heading);
  font-weight: 700;
  color: var(--clr-neutral-700);
}

.sub-heading {
  font-size: var(--sub-heading);
  font-weight: 600;
  color: var(--clr-neutral-700);
}

.main-desc {
  font-size: var(--fs-400);
}

@media (max-width: 991px) {
  .main-title {
    font-size: var(--fs-100);
  }
}
/* Desc */
.main-desc {
  font-size: var(--fs-200);
  line-height: var(--lh-200);
}

@media (min-width: 1025px) {
  .main-desc {
    font-size: var(--fs-400);
    line-height: var(--lh-400);
    margin-top: 0.6rem;
  }
}
.text-neutral-100 {
  color: var(--clr-neutral-100) !important;
}

.bg-neutral-100 {
  background-color: var(--clr-neutral-100) !important;
}

.text-neutral-200 {
  color: var(--clr-neutral-200) !important;
}

.bg-neutral-200 {
  background-color: var(--clr-neutral-200) !important;
}

.text-neutral-300 {
  color: var(--clr-neutral-300) !important;
}

.bg-neutral-300 {
  background-color: var(--clr-neutral-300) !important;
}

.text-neutral-400 {
  color: var(--clr-neutral-400) !important;
}

.bg-neutral-400 {
  background-color: var(--clr-neutral-400) !important;
}

.text-neutral-500 {
  color: var(--clr-neutral-500) !important;
}

.bg-neutral-500 {
  background-color: var(--clr-neutral-500) !important;
}

.text-neutral-600 {
  color: var(--clr-neutral-600) !important;
}

.bg-neutral-600 {
  background-color: var(--clr-neutral-600) !important;
}

.text-neutral-700 {
  color: var(--clr-neutral-700) !important;
}

.bg-neutral-700 {
  background-color: var(--clr-neutral-700) !important;
}

.text-primary-300 {
  color: var(--clr-primary-300) !important;
}

.bg-primary-300 {
  background-color: var(--clr-primary-300) !important;
}

.text-primary-400 {
  color: var(--clr-primary-400) !important;
}

.bg-primary-400 {
  background-color: var(--clr-primary-400) !important;
}

.text-primary-500 {
  color: var(--clr-primary-500) !important;
}

.bg-primary-500 {
  background-color: var(--clr-primary-500) !important;
}

.text-secondary-400 {
  color: var(--clr-secondary-400) !important;
}

.bg-secondary-400 {
  background-color: var(--clr-secondary-400) !important;
}

.text-danger-400 {
  color: var(--clr-danger-400) !important;
}

.bg-danger-400 {
  background-color: var(--clr-danger-400) !important;
}

.fs-50 {
  font-size: var(--fs-50) !important;
}

@media (min-width: 1200px) {
  .fs-xl-50 {
    font-size: var(--fs-50) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-50 {
    font-size: var(--fs-50) !important;
  }
}
.fs-100 {
  font-size: var(--fs-100) !important;
}

@media (min-width: 1200px) {
  .fs-xl-100 {
    font-size: var(--fs-100) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-100 {
    font-size: var(--fs-100) !important;
  }
}
.fs-200 {
  font-size: var(--fs-200) !important;
}

@media (min-width: 1200px) {
  .fs-xl-200 {
    font-size: var(--fs-200) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-200 {
    font-size: var(--fs-200) !important;
  }
}
.fs-300 {
  font-size: var(--fs-300) !important;
}

@media (min-width: 1200px) {
  .fs-xl-300 {
    font-size: var(--fs-300) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-300 {
    font-size: var(--fs-300) !important;
  }
}
.fs-400 {
  font-size: var(--fs-400) !important;
}

@media (min-width: 1200px) {
  .fs-xl-400 {
    font-size: var(--fs-400) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-400 {
    font-size: var(--fs-400) !important;
  }
}
.fs-500 {
  font-size: var(--fs-500) !important;
}

@media (min-width: 1200px) {
  .fs-xl-500 {
    font-size: var(--fs-500) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-500 {
    font-size: var(--fs-500) !important;
  }
}
.fs-600 {
  font-size: var(--fs-600) !important;
}

@media (min-width: 1200px) {
  .fs-xl-600 {
    font-size: var(--fs-600) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-600 {
    font-size: var(--fs-600) !important;
  }
}
.fs-700 {
  font-size: var(--fs-700) !important;
}

@media (min-width: 1200px) {
  .fs-xl-700 {
    font-size: var(--fs-700) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-700 {
    font-size: var(--fs-700) !important;
  }
}
.fs-800 {
  font-size: var(--fs-800) !important;
}

@media (min-width: 1200px) {
  .fs-xl-800 {
    font-size: var(--fs-800) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-800 {
    font-size: var(--fs-800) !important;
  }
}
.fs-900 {
  font-size: var(--fs-900) !important;
}

@media (min-width: 1200px) {
  .fs-xl-900 {
    font-size: var(--fs-900) !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-900 {
    font-size: var(--fs-900) !important;
  }
}
.m-100 {
  margin: var(--size-100);
}

.mt-100 {
  margin-top: var(--size-100);
}

.mr-100 {
  margin-right: var(--size-100);
}

.mb-100 {
  margin-bottom: var(--size-100);
}

.ml-100 {
  margin-left: var(--size-100);
}

.mx-100 {
  margin-left: var(--size-100);
  margin-right: var(--size-100);
}

.my-100 {
  margin-top: var(--size-100);
  margin-bottom: var(--size-100);
}

.p-100 {
  padding: var(--size-100);
}

.pt-100 {
  padding-top: var(--size-100);
}

.pr-100 {
  padding-right: var(--size-100);
}

.pb-100 {
  padding-bottom: var(--size-100);
}

.pl-100 {
  padding-left: var(--size-100);
}

.px-100 {
  padding-left: var(--size-100);
  padding-right: var(--size-100);
}

.py-100 {
  padding-top: var(--size-100);
  padding-bottom: var(--size-100);
}

.gap-100 {
  gap: var(--size-100);
}

.gap-x-100 {
  -moz-column-gap: var(--size-100);
       column-gap: var(--size-100);
}

.gap-y-100 {
  row-gap: var(--size-100);
}

@media (min-width: 992px) {
  .m-lg-100 {
    margin: var(--size-100);
  }
  .mt-lg-100 {
    margin-top: var(--size-100);
  }
  .mr-lg-100 {
    margin-right: var(--size-100);
  }
  .mb-lg-100 {
    margin-bottom: var(--size-100);
  }
  .ml-lg-100 {
    margin-left: var(--size-100);
  }
  .mx-lg-100 {
    margin-left: var(--size-100);
    margin-right: var(--size-100);
  }
  .my-lg-100 {
    margin-top: var(--size-100);
    margin-bottom: var(--size-100);
  }
  .p-lg-100 {
    padding: var(--size-100);
  }
  .pt-lg-100 {
    padding-top: var(--size-100);
  }
  .pr-lg-100 {
    padding-right: var(--size-100);
  }
  .pb-lg-100 {
    padding-bottom: var(--size-100);
  }
  .pl-lg-100 {
    padding-left: var(--size-100);
  }
  .px-lg-100 {
    padding-left: var(--size-100);
    padding-right: var(--size-100);
  }
  .py-lg-100 {
    padding-top: var(--size-100);
    padding-bottom: var(--size-100);
  }
  .gap-lg-100 {
    gap: var(--size-100);
  }
  .gap-x-lg-100 {
    -moz-column-gap: var(--size-100);
         column-gap: var(--size-100);
  }
  .gap-y-lg-100 {
    row-gap: var(--size-100);
  }
}
@media (min-width: 1200px) {
  .m-xl-100 {
    margin: var(--size-100);
  }
  .mt-xl-100 {
    margin-top: var(--size-100);
  }
  .mr-xl-100 {
    margin-right: var(--size-100);
  }
  .mb-xl-100 {
    margin-bottom: var(--size-100);
  }
  .ml-xl-100 {
    margin-left: var(--size-100);
  }
  .mx-xl-100 {
    margin-left: var(--size-100);
    margin-right: var(--size-100);
  }
  .my-xl-100 {
    margin-top: var(--size-100);
    margin-bottom: var(--size-100);
  }
  .p-xl-100 {
    padding: var(--size-100);
  }
  .pt-xl-100 {
    padding-top: var(--size-100);
  }
  .pr-xl-100 {
    padding-right: var(--size-100);
  }
  .pb-xl-100 {
    padding-bottom: var(--size-100);
  }
  .pl-xl-100 {
    padding-left: var(--size-100);
  }
  .px-xl-100 {
    padding-left: var(--size-100);
    padding-right: var(--size-100);
  }
  .py-xl-100 {
    padding-top: var(--size-100);
    padding-bottom: var(--size-100);
  }
  .gap-xl-100 {
    gap: var(--size-100);
  }
  .gap-x-xl-100 {
    -moz-column-gap: var(--size-100);
         column-gap: var(--size-100);
  }
  .gap-y-xl-100 {
    row-gap: var(--size-100);
  }
}
.m-200 {
  margin: var(--size-200);
}

.mt-200 {
  margin-top: var(--size-200);
}

.mr-200 {
  margin-right: var(--size-200);
}

.mb-200 {
  margin-bottom: var(--size-200);
}

.ml-200 {
  margin-left: var(--size-200);
}

.mx-200 {
  margin-left: var(--size-200);
  margin-right: var(--size-200);
}

.my-200 {
  margin-top: var(--size-200);
  margin-bottom: var(--size-200);
}

.p-200 {
  padding: var(--size-200);
}

.pt-200 {
  padding-top: var(--size-200);
}

.pr-200 {
  padding-right: var(--size-200);
}

.pb-200 {
  padding-bottom: var(--size-200);
}

.pl-200 {
  padding-left: var(--size-200);
}

.px-200 {
  padding-left: var(--size-200);
  padding-right: var(--size-200);
}

.py-200 {
  padding-top: var(--size-200);
  padding-bottom: var(--size-200);
}

.gap-200 {
  gap: var(--size-200);
}

.gap-x-200 {
  -moz-column-gap: var(--size-200);
       column-gap: var(--size-200);
}

.gap-y-200 {
  row-gap: var(--size-200);
}

@media (min-width: 992px) {
  .m-lg-200 {
    margin: var(--size-200);
  }
  .mt-lg-200 {
    margin-top: var(--size-200);
  }
  .mr-lg-200 {
    margin-right: var(--size-200);
  }
  .mb-lg-200 {
    margin-bottom: var(--size-200);
  }
  .ml-lg-200 {
    margin-left: var(--size-200);
  }
  .mx-lg-200 {
    margin-left: var(--size-200);
    margin-right: var(--size-200);
  }
  .my-lg-200 {
    margin-top: var(--size-200);
    margin-bottom: var(--size-200);
  }
  .p-lg-200 {
    padding: var(--size-200);
  }
  .pt-lg-200 {
    padding-top: var(--size-200);
  }
  .pr-lg-200 {
    padding-right: var(--size-200);
  }
  .pb-lg-200 {
    padding-bottom: var(--size-200);
  }
  .pl-lg-200 {
    padding-left: var(--size-200);
  }
  .px-lg-200 {
    padding-left: var(--size-200);
    padding-right: var(--size-200);
  }
  .py-lg-200 {
    padding-top: var(--size-200);
    padding-bottom: var(--size-200);
  }
  .gap-lg-200 {
    gap: var(--size-200);
  }
  .gap-x-lg-200 {
    -moz-column-gap: var(--size-200);
         column-gap: var(--size-200);
  }
  .gap-y-lg-200 {
    row-gap: var(--size-200);
  }
}
@media (min-width: 1200px) {
  .m-xl-200 {
    margin: var(--size-200);
  }
  .mt-xl-200 {
    margin-top: var(--size-200);
  }
  .mr-xl-200 {
    margin-right: var(--size-200);
  }
  .mb-xl-200 {
    margin-bottom: var(--size-200);
  }
  .ml-xl-200 {
    margin-left: var(--size-200);
  }
  .mx-xl-200 {
    margin-left: var(--size-200);
    margin-right: var(--size-200);
  }
  .my-xl-200 {
    margin-top: var(--size-200);
    margin-bottom: var(--size-200);
  }
  .p-xl-200 {
    padding: var(--size-200);
  }
  .pt-xl-200 {
    padding-top: var(--size-200);
  }
  .pr-xl-200 {
    padding-right: var(--size-200);
  }
  .pb-xl-200 {
    padding-bottom: var(--size-200);
  }
  .pl-xl-200 {
    padding-left: var(--size-200);
  }
  .px-xl-200 {
    padding-left: var(--size-200);
    padding-right: var(--size-200);
  }
  .py-xl-200 {
    padding-top: var(--size-200);
    padding-bottom: var(--size-200);
  }
  .gap-xl-200 {
    gap: var(--size-200);
  }
  .gap-x-xl-200 {
    -moz-column-gap: var(--size-200);
         column-gap: var(--size-200);
  }
  .gap-y-xl-200 {
    row-gap: var(--size-200);
  }
}
.m-300 {
  margin: var(--size-300);
}

.mt-300 {
  margin-top: var(--size-300);
}

.mr-300 {
  margin-right: var(--size-300);
}

.mb-300 {
  margin-bottom: var(--size-300);
}

.ml-300 {
  margin-left: var(--size-300);
}

.mx-300 {
  margin-left: var(--size-300);
  margin-right: var(--size-300);
}

.my-300 {
  margin-top: var(--size-300);
  margin-bottom: var(--size-300);
}

.p-300 {
  padding: var(--size-300);
}

.pt-300 {
  padding-top: var(--size-300);
}

.pr-300 {
  padding-right: var(--size-300);
}

.pb-300 {
  padding-bottom: var(--size-300);
}

.pl-300 {
  padding-left: var(--size-300);
}

.px-300 {
  padding-left: var(--size-300);
  padding-right: var(--size-300);
}

.py-300 {
  padding-top: var(--size-300);
  padding-bottom: var(--size-300);
}

.gap-300 {
  gap: var(--size-300);
}

.gap-x-300 {
  -moz-column-gap: var(--size-300);
       column-gap: var(--size-300);
}

.gap-y-300 {
  row-gap: var(--size-300);
}

@media (min-width: 992px) {
  .m-lg-300 {
    margin: var(--size-300);
  }
  .mt-lg-300 {
    margin-top: var(--size-300);
  }
  .mr-lg-300 {
    margin-right: var(--size-300);
  }
  .mb-lg-300 {
    margin-bottom: var(--size-300);
  }
  .ml-lg-300 {
    margin-left: var(--size-300);
  }
  .mx-lg-300 {
    margin-left: var(--size-300);
    margin-right: var(--size-300);
  }
  .my-lg-300 {
    margin-top: var(--size-300);
    margin-bottom: var(--size-300);
  }
  .p-lg-300 {
    padding: var(--size-300);
  }
  .pt-lg-300 {
    padding-top: var(--size-300);
  }
  .pr-lg-300 {
    padding-right: var(--size-300);
  }
  .pb-lg-300 {
    padding-bottom: var(--size-300);
  }
  .pl-lg-300 {
    padding-left: var(--size-300);
  }
  .px-lg-300 {
    padding-left: var(--size-300);
    padding-right: var(--size-300);
  }
  .py-lg-300 {
    padding-top: var(--size-300);
    padding-bottom: var(--size-300);
  }
  .gap-lg-300 {
    gap: var(--size-300);
  }
  .gap-x-lg-300 {
    -moz-column-gap: var(--size-300);
         column-gap: var(--size-300);
  }
  .gap-y-lg-300 {
    row-gap: var(--size-300);
  }
}
@media (min-width: 1200px) {
  .m-xl-300 {
    margin: var(--size-300);
  }
  .mt-xl-300 {
    margin-top: var(--size-300);
  }
  .mr-xl-300 {
    margin-right: var(--size-300);
  }
  .mb-xl-300 {
    margin-bottom: var(--size-300);
  }
  .ml-xl-300 {
    margin-left: var(--size-300);
  }
  .mx-xl-300 {
    margin-left: var(--size-300);
    margin-right: var(--size-300);
  }
  .my-xl-300 {
    margin-top: var(--size-300);
    margin-bottom: var(--size-300);
  }
  .p-xl-300 {
    padding: var(--size-300);
  }
  .pt-xl-300 {
    padding-top: var(--size-300);
  }
  .pr-xl-300 {
    padding-right: var(--size-300);
  }
  .pb-xl-300 {
    padding-bottom: var(--size-300);
  }
  .pl-xl-300 {
    padding-left: var(--size-300);
  }
  .px-xl-300 {
    padding-left: var(--size-300);
    padding-right: var(--size-300);
  }
  .py-xl-300 {
    padding-top: var(--size-300);
    padding-bottom: var(--size-300);
  }
  .gap-xl-300 {
    gap: var(--size-300);
  }
  .gap-x-xl-300 {
    -moz-column-gap: var(--size-300);
         column-gap: var(--size-300);
  }
  .gap-y-xl-300 {
    row-gap: var(--size-300);
  }
}
.m-400 {
  margin: var(--size-400);
}

.mt-400 {
  margin-top: var(--size-400);
}

.mr-400 {
  margin-right: var(--size-400);
}

.mb-400 {
  margin-bottom: var(--size-400);
}

.ml-400 {
  margin-left: var(--size-400);
}

.mx-400 {
  margin-left: var(--size-400);
  margin-right: var(--size-400);
}

.my-400 {
  margin-top: var(--size-400);
  margin-bottom: var(--size-400);
}

.p-400 {
  padding: var(--size-400);
}

.pt-400 {
  padding-top: var(--size-400);
}

.pr-400 {
  padding-right: var(--size-400);
}

.pb-400 {
  padding-bottom: var(--size-400);
}

.pl-400 {
  padding-left: var(--size-400);
}

.px-400 {
  padding-left: var(--size-400);
  padding-right: var(--size-400);
}

.py-400 {
  padding-top: var(--size-400);
  padding-bottom: var(--size-400);
}

.gap-400 {
  gap: var(--size-400);
}

.gap-x-400 {
  -moz-column-gap: var(--size-400);
       column-gap: var(--size-400);
}

.gap-y-400 {
  row-gap: var(--size-400);
}

@media (min-width: 992px) {
  .m-lg-400 {
    margin: var(--size-400);
  }
  .mt-lg-400 {
    margin-top: var(--size-400);
  }
  .mr-lg-400 {
    margin-right: var(--size-400);
  }
  .mb-lg-400 {
    margin-bottom: var(--size-400);
  }
  .ml-lg-400 {
    margin-left: var(--size-400);
  }
  .mx-lg-400 {
    margin-left: var(--size-400);
    margin-right: var(--size-400);
  }
  .my-lg-400 {
    margin-top: var(--size-400);
    margin-bottom: var(--size-400);
  }
  .p-lg-400 {
    padding: var(--size-400);
  }
  .pt-lg-400 {
    padding-top: var(--size-400);
  }
  .pr-lg-400 {
    padding-right: var(--size-400);
  }
  .pb-lg-400 {
    padding-bottom: var(--size-400);
  }
  .pl-lg-400 {
    padding-left: var(--size-400);
  }
  .px-lg-400 {
    padding-left: var(--size-400);
    padding-right: var(--size-400);
  }
  .py-lg-400 {
    padding-top: var(--size-400);
    padding-bottom: var(--size-400);
  }
  .gap-lg-400 {
    gap: var(--size-400);
  }
  .gap-x-lg-400 {
    -moz-column-gap: var(--size-400);
         column-gap: var(--size-400);
  }
  .gap-y-lg-400 {
    row-gap: var(--size-400);
  }
}
@media (min-width: 1200px) {
  .m-xl-400 {
    margin: var(--size-400);
  }
  .mt-xl-400 {
    margin-top: var(--size-400);
  }
  .mr-xl-400 {
    margin-right: var(--size-400);
  }
  .mb-xl-400 {
    margin-bottom: var(--size-400);
  }
  .ml-xl-400 {
    margin-left: var(--size-400);
  }
  .mx-xl-400 {
    margin-left: var(--size-400);
    margin-right: var(--size-400);
  }
  .my-xl-400 {
    margin-top: var(--size-400);
    margin-bottom: var(--size-400);
  }
  .p-xl-400 {
    padding: var(--size-400);
  }
  .pt-xl-400 {
    padding-top: var(--size-400);
  }
  .pr-xl-400 {
    padding-right: var(--size-400);
  }
  .pb-xl-400 {
    padding-bottom: var(--size-400);
  }
  .pl-xl-400 {
    padding-left: var(--size-400);
  }
  .px-xl-400 {
    padding-left: var(--size-400);
    padding-right: var(--size-400);
  }
  .py-xl-400 {
    padding-top: var(--size-400);
    padding-bottom: var(--size-400);
  }
  .gap-xl-400 {
    gap: var(--size-400);
  }
  .gap-x-xl-400 {
    -moz-column-gap: var(--size-400);
         column-gap: var(--size-400);
  }
  .gap-y-xl-400 {
    row-gap: var(--size-400);
  }
}
.m-500 {
  margin: var(--size-500);
}

.mt-500 {
  margin-top: var(--size-500);
}

.mr-500 {
  margin-right: var(--size-500);
}

.mb-500 {
  margin-bottom: var(--size-500);
}

.ml-500 {
  margin-left: var(--size-500);
}

.mx-500 {
  margin-left: var(--size-500);
  margin-right: var(--size-500);
}

.my-500 {
  margin-top: var(--size-500);
  margin-bottom: var(--size-500);
}

.p-500 {
  padding: var(--size-500);
}

.pt-500 {
  padding-top: var(--size-500);
}

.pr-500 {
  padding-right: var(--size-500);
}

.pb-500 {
  padding-bottom: var(--size-500);
}

.pl-500 {
  padding-left: var(--size-500);
}

.px-500 {
  padding-left: var(--size-500);
  padding-right: var(--size-500);
}

.py-500 {
  padding-top: var(--size-500);
  padding-bottom: var(--size-500);
}

.gap-500 {
  gap: var(--size-500);
}

.gap-x-500 {
  -moz-column-gap: var(--size-500);
       column-gap: var(--size-500);
}

.gap-y-500 {
  row-gap: var(--size-500);
}

@media (min-width: 992px) {
  .m-lg-500 {
    margin: var(--size-500);
  }
  .mt-lg-500 {
    margin-top: var(--size-500);
  }
  .mr-lg-500 {
    margin-right: var(--size-500);
  }
  .mb-lg-500 {
    margin-bottom: var(--size-500);
  }
  .ml-lg-500 {
    margin-left: var(--size-500);
  }
  .mx-lg-500 {
    margin-left: var(--size-500);
    margin-right: var(--size-500);
  }
  .my-lg-500 {
    margin-top: var(--size-500);
    margin-bottom: var(--size-500);
  }
  .p-lg-500 {
    padding: var(--size-500);
  }
  .pt-lg-500 {
    padding-top: var(--size-500);
  }
  .pr-lg-500 {
    padding-right: var(--size-500);
  }
  .pb-lg-500 {
    padding-bottom: var(--size-500);
  }
  .pl-lg-500 {
    padding-left: var(--size-500);
  }
  .px-lg-500 {
    padding-left: var(--size-500);
    padding-right: var(--size-500);
  }
  .py-lg-500 {
    padding-top: var(--size-500);
    padding-bottom: var(--size-500);
  }
  .gap-lg-500 {
    gap: var(--size-500);
  }
  .gap-x-lg-500 {
    -moz-column-gap: var(--size-500);
         column-gap: var(--size-500);
  }
  .gap-y-lg-500 {
    row-gap: var(--size-500);
  }
}
@media (min-width: 1200px) {
  .m-xl-500 {
    margin: var(--size-500);
  }
  .mt-xl-500 {
    margin-top: var(--size-500);
  }
  .mr-xl-500 {
    margin-right: var(--size-500);
  }
  .mb-xl-500 {
    margin-bottom: var(--size-500);
  }
  .ml-xl-500 {
    margin-left: var(--size-500);
  }
  .mx-xl-500 {
    margin-left: var(--size-500);
    margin-right: var(--size-500);
  }
  .my-xl-500 {
    margin-top: var(--size-500);
    margin-bottom: var(--size-500);
  }
  .p-xl-500 {
    padding: var(--size-500);
  }
  .pt-xl-500 {
    padding-top: var(--size-500);
  }
  .pr-xl-500 {
    padding-right: var(--size-500);
  }
  .pb-xl-500 {
    padding-bottom: var(--size-500);
  }
  .pl-xl-500 {
    padding-left: var(--size-500);
  }
  .px-xl-500 {
    padding-left: var(--size-500);
    padding-right: var(--size-500);
  }
  .py-xl-500 {
    padding-top: var(--size-500);
    padding-bottom: var(--size-500);
  }
  .gap-xl-500 {
    gap: var(--size-500);
  }
  .gap-x-xl-500 {
    -moz-column-gap: var(--size-500);
         column-gap: var(--size-500);
  }
  .gap-y-xl-500 {
    row-gap: var(--size-500);
  }
}
.m-600 {
  margin: var(--size-600);
}

.mt-600 {
  margin-top: var(--size-600);
}

.mr-600 {
  margin-right: var(--size-600);
}

.mb-600 {
  margin-bottom: var(--size-600);
}

.ml-600 {
  margin-left: var(--size-600);
}

.mx-600 {
  margin-left: var(--size-600);
  margin-right: var(--size-600);
}

.my-600 {
  margin-top: var(--size-600);
  margin-bottom: var(--size-600);
}

.p-600 {
  padding: var(--size-600);
}

.pt-600 {
  padding-top: var(--size-600);
}

.pr-600 {
  padding-right: var(--size-600);
}

.pb-600 {
  padding-bottom: var(--size-600);
}

.pl-600 {
  padding-left: var(--size-600);
}

.px-600 {
  padding-left: var(--size-600);
  padding-right: var(--size-600);
}

.py-600 {
  padding-top: var(--size-600);
  padding-bottom: var(--size-600);
}

.gap-600 {
  gap: var(--size-600);
}

.gap-x-600 {
  -moz-column-gap: var(--size-600);
       column-gap: var(--size-600);
}

.gap-y-600 {
  row-gap: var(--size-600);
}

@media (min-width: 992px) {
  .m-lg-600 {
    margin: var(--size-600);
  }
  .mt-lg-600 {
    margin-top: var(--size-600);
  }
  .mr-lg-600 {
    margin-right: var(--size-600);
  }
  .mb-lg-600 {
    margin-bottom: var(--size-600);
  }
  .ml-lg-600 {
    margin-left: var(--size-600);
  }
  .mx-lg-600 {
    margin-left: var(--size-600);
    margin-right: var(--size-600);
  }
  .my-lg-600 {
    margin-top: var(--size-600);
    margin-bottom: var(--size-600);
  }
  .p-lg-600 {
    padding: var(--size-600);
  }
  .pt-lg-600 {
    padding-top: var(--size-600);
  }
  .pr-lg-600 {
    padding-right: var(--size-600);
  }
  .pb-lg-600 {
    padding-bottom: var(--size-600);
  }
  .pl-lg-600 {
    padding-left: var(--size-600);
  }
  .px-lg-600 {
    padding-left: var(--size-600);
    padding-right: var(--size-600);
  }
  .py-lg-600 {
    padding-top: var(--size-600);
    padding-bottom: var(--size-600);
  }
  .gap-lg-600 {
    gap: var(--size-600);
  }
  .gap-x-lg-600 {
    -moz-column-gap: var(--size-600);
         column-gap: var(--size-600);
  }
  .gap-y-lg-600 {
    row-gap: var(--size-600);
  }
}
@media (min-width: 1200px) {
  .m-xl-600 {
    margin: var(--size-600);
  }
  .mt-xl-600 {
    margin-top: var(--size-600);
  }
  .mr-xl-600 {
    margin-right: var(--size-600);
  }
  .mb-xl-600 {
    margin-bottom: var(--size-600);
  }
  .ml-xl-600 {
    margin-left: var(--size-600);
  }
  .mx-xl-600 {
    margin-left: var(--size-600);
    margin-right: var(--size-600);
  }
  .my-xl-600 {
    margin-top: var(--size-600);
    margin-bottom: var(--size-600);
  }
  .p-xl-600 {
    padding: var(--size-600);
  }
  .pt-xl-600 {
    padding-top: var(--size-600);
  }
  .pr-xl-600 {
    padding-right: var(--size-600);
  }
  .pb-xl-600 {
    padding-bottom: var(--size-600);
  }
  .pl-xl-600 {
    padding-left: var(--size-600);
  }
  .px-xl-600 {
    padding-left: var(--size-600);
    padding-right: var(--size-600);
  }
  .py-xl-600 {
    padding-top: var(--size-600);
    padding-bottom: var(--size-600);
  }
  .gap-xl-600 {
    gap: var(--size-600);
  }
  .gap-x-xl-600 {
    -moz-column-gap: var(--size-600);
         column-gap: var(--size-600);
  }
  .gap-y-xl-600 {
    row-gap: var(--size-600);
  }
}
.m-700 {
  margin: var(--size-700);
}

.mt-700 {
  margin-top: var(--size-700);
}

.mr-700 {
  margin-right: var(--size-700);
}

.mb-700 {
  margin-bottom: var(--size-700);
}

.ml-700 {
  margin-left: var(--size-700);
}

.mx-700 {
  margin-left: var(--size-700);
  margin-right: var(--size-700);
}

.my-700 {
  margin-top: var(--size-700);
  margin-bottom: var(--size-700);
}

.p-700 {
  padding: var(--size-700);
}

.pt-700 {
  padding-top: var(--size-700);
}

.pr-700 {
  padding-right: var(--size-700);
}

.pb-700 {
  padding-bottom: var(--size-700);
}

.pl-700 {
  padding-left: var(--size-700);
}

.px-700 {
  padding-left: var(--size-700);
  padding-right: var(--size-700);
}

.py-700 {
  padding-top: var(--size-700);
  padding-bottom: var(--size-700);
}

.gap-700 {
  gap: var(--size-700);
}

.gap-x-700 {
  -moz-column-gap: var(--size-700);
       column-gap: var(--size-700);
}

.gap-y-700 {
  row-gap: var(--size-700);
}

@media (min-width: 992px) {
  .m-lg-700 {
    margin: var(--size-700);
  }
  .mt-lg-700 {
    margin-top: var(--size-700);
  }
  .mr-lg-700 {
    margin-right: var(--size-700);
  }
  .mb-lg-700 {
    margin-bottom: var(--size-700);
  }
  .ml-lg-700 {
    margin-left: var(--size-700);
  }
  .mx-lg-700 {
    margin-left: var(--size-700);
    margin-right: var(--size-700);
  }
  .my-lg-700 {
    margin-top: var(--size-700);
    margin-bottom: var(--size-700);
  }
  .p-lg-700 {
    padding: var(--size-700);
  }
  .pt-lg-700 {
    padding-top: var(--size-700);
  }
  .pr-lg-700 {
    padding-right: var(--size-700);
  }
  .pb-lg-700 {
    padding-bottom: var(--size-700);
  }
  .pl-lg-700 {
    padding-left: var(--size-700);
  }
  .px-lg-700 {
    padding-left: var(--size-700);
    padding-right: var(--size-700);
  }
  .py-lg-700 {
    padding-top: var(--size-700);
    padding-bottom: var(--size-700);
  }
  .gap-lg-700 {
    gap: var(--size-700);
  }
  .gap-x-lg-700 {
    -moz-column-gap: var(--size-700);
         column-gap: var(--size-700);
  }
  .gap-y-lg-700 {
    row-gap: var(--size-700);
  }
}
@media (min-width: 1200px) {
  .m-xl-700 {
    margin: var(--size-700);
  }
  .mt-xl-700 {
    margin-top: var(--size-700);
  }
  .mr-xl-700 {
    margin-right: var(--size-700);
  }
  .mb-xl-700 {
    margin-bottom: var(--size-700);
  }
  .ml-xl-700 {
    margin-left: var(--size-700);
  }
  .mx-xl-700 {
    margin-left: var(--size-700);
    margin-right: var(--size-700);
  }
  .my-xl-700 {
    margin-top: var(--size-700);
    margin-bottom: var(--size-700);
  }
  .p-xl-700 {
    padding: var(--size-700);
  }
  .pt-xl-700 {
    padding-top: var(--size-700);
  }
  .pr-xl-700 {
    padding-right: var(--size-700);
  }
  .pb-xl-700 {
    padding-bottom: var(--size-700);
  }
  .pl-xl-700 {
    padding-left: var(--size-700);
  }
  .px-xl-700 {
    padding-left: var(--size-700);
    padding-right: var(--size-700);
  }
  .py-xl-700 {
    padding-top: var(--size-700);
    padding-bottom: var(--size-700);
  }
  .gap-xl-700 {
    gap: var(--size-700);
  }
  .gap-x-xl-700 {
    -moz-column-gap: var(--size-700);
         column-gap: var(--size-700);
  }
  .gap-y-xl-700 {
    row-gap: var(--size-700);
  }
}
.m-800 {
  margin: var(--size-800);
}

.mt-800 {
  margin-top: var(--size-800);
}

.mr-800 {
  margin-right: var(--size-800);
}

.mb-800 {
  margin-bottom: var(--size-800);
}

.ml-800 {
  margin-left: var(--size-800);
}

.mx-800 {
  margin-left: var(--size-800);
  margin-right: var(--size-800);
}

.my-800 {
  margin-top: var(--size-800);
  margin-bottom: var(--size-800);
}

.p-800 {
  padding: var(--size-800);
}

.pt-800 {
  padding-top: var(--size-800);
}

.pr-800 {
  padding-right: var(--size-800);
}

.pb-800 {
  padding-bottom: var(--size-800);
}

.pl-800 {
  padding-left: var(--size-800);
}

.px-800 {
  padding-left: var(--size-800);
  padding-right: var(--size-800);
}

.py-800 {
  padding-top: var(--size-800);
  padding-bottom: var(--size-800);
}

.gap-800 {
  gap: var(--size-800);
}

.gap-x-800 {
  -moz-column-gap: var(--size-800);
       column-gap: var(--size-800);
}

.gap-y-800 {
  row-gap: var(--size-800);
}

@media (min-width: 992px) {
  .m-lg-800 {
    margin: var(--size-800);
  }
  .mt-lg-800 {
    margin-top: var(--size-800);
  }
  .mr-lg-800 {
    margin-right: var(--size-800);
  }
  .mb-lg-800 {
    margin-bottom: var(--size-800);
  }
  .ml-lg-800 {
    margin-left: var(--size-800);
  }
  .mx-lg-800 {
    margin-left: var(--size-800);
    margin-right: var(--size-800);
  }
  .my-lg-800 {
    margin-top: var(--size-800);
    margin-bottom: var(--size-800);
  }
  .p-lg-800 {
    padding: var(--size-800);
  }
  .pt-lg-800 {
    padding-top: var(--size-800);
  }
  .pr-lg-800 {
    padding-right: var(--size-800);
  }
  .pb-lg-800 {
    padding-bottom: var(--size-800);
  }
  .pl-lg-800 {
    padding-left: var(--size-800);
  }
  .px-lg-800 {
    padding-left: var(--size-800);
    padding-right: var(--size-800);
  }
  .py-lg-800 {
    padding-top: var(--size-800);
    padding-bottom: var(--size-800);
  }
  .gap-lg-800 {
    gap: var(--size-800);
  }
  .gap-x-lg-800 {
    -moz-column-gap: var(--size-800);
         column-gap: var(--size-800);
  }
  .gap-y-lg-800 {
    row-gap: var(--size-800);
  }
}
@media (min-width: 1200px) {
  .m-xl-800 {
    margin: var(--size-800);
  }
  .mt-xl-800 {
    margin-top: var(--size-800);
  }
  .mr-xl-800 {
    margin-right: var(--size-800);
  }
  .mb-xl-800 {
    margin-bottom: var(--size-800);
  }
  .ml-xl-800 {
    margin-left: var(--size-800);
  }
  .mx-xl-800 {
    margin-left: var(--size-800);
    margin-right: var(--size-800);
  }
  .my-xl-800 {
    margin-top: var(--size-800);
    margin-bottom: var(--size-800);
  }
  .p-xl-800 {
    padding: var(--size-800);
  }
  .pt-xl-800 {
    padding-top: var(--size-800);
  }
  .pr-xl-800 {
    padding-right: var(--size-800);
  }
  .pb-xl-800 {
    padding-bottom: var(--size-800);
  }
  .pl-xl-800 {
    padding-left: var(--size-800);
  }
  .px-xl-800 {
    padding-left: var(--size-800);
    padding-right: var(--size-800);
  }
  .py-xl-800 {
    padding-top: var(--size-800);
    padding-bottom: var(--size-800);
  }
  .gap-xl-800 {
    gap: var(--size-800);
  }
  .gap-x-xl-800 {
    -moz-column-gap: var(--size-800);
         column-gap: var(--size-800);
  }
  .gap-y-xl-800 {
    row-gap: var(--size-800);
  }
}
.m-900 {
  margin: var(--size-900);
}

.mt-900 {
  margin-top: var(--size-900);
}

.mr-900 {
  margin-right: var(--size-900);
}

.mb-900 {
  margin-bottom: var(--size-900);
}

.ml-900 {
  margin-left: var(--size-900);
}

.mx-900 {
  margin-left: var(--size-900);
  margin-right: var(--size-900);
}

.my-900 {
  margin-top: var(--size-900);
  margin-bottom: var(--size-900);
}

.p-900 {
  padding: var(--size-900);
}

.pt-900 {
  padding-top: var(--size-900);
}

.pr-900 {
  padding-right: var(--size-900);
}

.pb-900 {
  padding-bottom: var(--size-900);
}

.pl-900 {
  padding-left: var(--size-900);
}

.px-900 {
  padding-left: var(--size-900);
  padding-right: var(--size-900);
}

.py-900 {
  padding-top: var(--size-900);
  padding-bottom: var(--size-900);
}

.gap-900 {
  gap: var(--size-900);
}

.gap-x-900 {
  -moz-column-gap: var(--size-900);
       column-gap: var(--size-900);
}

.gap-y-900 {
  row-gap: var(--size-900);
}

@media (min-width: 992px) {
  .m-lg-900 {
    margin: var(--size-900);
  }
  .mt-lg-900 {
    margin-top: var(--size-900);
  }
  .mr-lg-900 {
    margin-right: var(--size-900);
  }
  .mb-lg-900 {
    margin-bottom: var(--size-900);
  }
  .ml-lg-900 {
    margin-left: var(--size-900);
  }
  .mx-lg-900 {
    margin-left: var(--size-900);
    margin-right: var(--size-900);
  }
  .my-lg-900 {
    margin-top: var(--size-900);
    margin-bottom: var(--size-900);
  }
  .p-lg-900 {
    padding: var(--size-900);
  }
  .pt-lg-900 {
    padding-top: var(--size-900);
  }
  .pr-lg-900 {
    padding-right: var(--size-900);
  }
  .pb-lg-900 {
    padding-bottom: var(--size-900);
  }
  .pl-lg-900 {
    padding-left: var(--size-900);
  }
  .px-lg-900 {
    padding-left: var(--size-900);
    padding-right: var(--size-900);
  }
  .py-lg-900 {
    padding-top: var(--size-900);
    padding-bottom: var(--size-900);
  }
  .gap-lg-900 {
    gap: var(--size-900);
  }
  .gap-x-lg-900 {
    -moz-column-gap: var(--size-900);
         column-gap: var(--size-900);
  }
  .gap-y-lg-900 {
    row-gap: var(--size-900);
  }
}
@media (min-width: 1200px) {
  .m-xl-900 {
    margin: var(--size-900);
  }
  .mt-xl-900 {
    margin-top: var(--size-900);
  }
  .mr-xl-900 {
    margin-right: var(--size-900);
  }
  .mb-xl-900 {
    margin-bottom: var(--size-900);
  }
  .ml-xl-900 {
    margin-left: var(--size-900);
  }
  .mx-xl-900 {
    margin-left: var(--size-900);
    margin-right: var(--size-900);
  }
  .my-xl-900 {
    margin-top: var(--size-900);
    margin-bottom: var(--size-900);
  }
  .p-xl-900 {
    padding: var(--size-900);
  }
  .pt-xl-900 {
    padding-top: var(--size-900);
  }
  .pr-xl-900 {
    padding-right: var(--size-900);
  }
  .pb-xl-900 {
    padding-bottom: var(--size-900);
  }
  .pl-xl-900 {
    padding-left: var(--size-900);
  }
  .px-xl-900 {
    padding-left: var(--size-900);
    padding-right: var(--size-900);
  }
  .py-xl-900 {
    padding-top: var(--size-900);
    padding-bottom: var(--size-900);
  }
  .gap-xl-900 {
    gap: var(--size-900);
  }
  .gap-x-xl-900 {
    -moz-column-gap: var(--size-900);
         column-gap: var(--size-900);
  }
  .gap-y-xl-900 {
    row-gap: var(--size-900);
  }
}
.lh-100 {
  line-height: var(--lh-100) !important;
}

.lh-200 {
  line-height: var(--lh-200) !important;
}

.lh-300 {
  line-height: var(--lh-300) !important;
}

.lh-400 {
  line-height: var(--lh-400) !important;
}

.lh-500 {
  line-height: var(--lh-50) !important;
}

.grid {
  display: grid;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 768px) {
  .grid--md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 992px) {
  .lh-lg-100 {
    line-height: var(--lh-100) !important;
  }
  .lh-lg-200 {
    line-height: var(--lh-200) !important;
  }
  .lh-lg-300 {
    line-height: var(--lh-300) !important;
  }
  .lh-lg-400 {
    line-height: var(--lh-400) !important;
  }
  .lh-lg-500 {
    line-height: var(--lh-50) !important;
  }
  .grid--lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid--lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1025px) {
  .grid-xl {
    display: grid;
  }
  .grid--xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-xxl {
    display: grid;
  }
  .grid--xxl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--xxl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--xxl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--xxl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.mybtn {
  font-size: var(--fs-200);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  padding: 1.1rem 1.2rem 1.1rem 2.4rem;
  transition: all 0.4s;
  border: 1px solid transparent;
  color: var(--clr-neutral-700);
  border-radius: 4.4rem;
  transition: all 0.4s;
}
.mybtn:hover {
  background-color: var(--clr-neutral-700);
  color: var(--clr-neutral-100);
}
.mybtn:hover .mybtn__square {
  background-color: var(--clr-neutral-100);
  rotate: 45deg;
}
.mybtn:hover .mybtn__square .myicon {
  color: var(--clr-neutral-700);
}
.mybtn:hover .mybtn__square svg path {
  stroke: var(--clr-neutral-700);
}
.mybtn--primary {
  background-color: var(--clr-primary-400);
}
.mybtn--outline {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
}
.mybtn--outline .mybtn__square {
  background-color: #000;
}
.mybtn__square {
  background-color: var(--clr-neutral-800);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  transition: all 0.4s;
}
.mybtn__icon {
  color: var(--clr-neutral-100);
  width: 1.2rem !important;
  height: 1.2rem !important;
  transition: all 0.4s;
}
.mybtn--padding {
  padding: 1.8rem 2.8rem;
}
.mybtn:hover .mybtn__squar {
  scale: 1.2;
}

@media (max-width: 992px) {
  .mybtn {
    padding: 8px 8px 8px 1.6rem;
    font-size: var(--fs-100);
  }
  .mybtn__square {
    width: 3rem;
    height: 3rem;
  }
  .mybtn__icon {
    width: 1rem !important;
    height: 1rem !important;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .mybtn {
    font-size: var(--fs-50);
  }
}
.mybox {
  background: var(--clr-neutral-200);
  border: 1px solid var(--clr-neutral-400);
  border-radius: var(--radius-400);
}

.swiper-pagination {
  bottom: 1.8rem !important;
  top: unset !important;
  line-height: 0 !important;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--clr-neutral-400);
  border-radius: 3.2rem;
  transition: all 0.3s;
  opacity: 9 !important;
}
.swiper-pagination-bullet-active {
  width: 2.8rem;
  background-color: var(--clr-neutral-700);
}

.swiper-button-prev,
.swiper-button-next {
  width: 4rem;
  height: 4rem;
  background-color: var(--clr-primary-500);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: var(--clr-neutral-700);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 2rem;
  height: 2rem;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-next {
  right: -16px !important;
}

.swiper-button-prev {
  left: -16px !important;
}

.swiper-button-disabled {
  opacity: 9 !important;
}

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

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .swiper-button-next {
    right: -5px !important;
  }
  .swiper-button-prev {
    left: -5px !important;
  }
}
.accordion {
  border: 0;
}
.accordion .accordion-item {
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin-bottom: 2px;
  border-color: var(--clr-neutral-400) !important;
}
.accordion .accordion-item:first-child {
  border-width: 1px 0 1px 0;
}
.accordion .accordion-item:first-of-type, .accordion .accordion-item:last-of-type {
  border-radius: 0;
}
.accordion .accordion-button {
  padding: 2.4rem 0;
  font-size: var(--fs-200);
  font-weight: 600;
  color: var(--clr-neutral-700);
  background-color: var(--clr-neutral-100);
  border: none;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: var(--clr-neutral-100);
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23010501' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14'/%3E%3C/svg%3E");
}
.accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion .accordion-button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23010501' stroke-dasharray='16' stroke-dashoffset='16' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M5 12h14' stroke-dashoffset='0'/%3E%3Cpath d='M12 5v14' stroke-dashoffset='0'/%3E%3C/g%3E%3C/svg%3E");
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: unset !important;
}
@media (max-width: 768px) {
  .accordion .accordion-button {
    font-size: 14px;
    padding: 16px 20px;
  }
  .accordion .accordion-button::after {
    font-size: 20px;
  }
}
.accordion .accordion-body {
  padding: 0 0 2.6rem 0;
  font-size: var(--fs-200);
  color: var(--clr-neutral-500);
}

@media (max-width: 767px) {
  .accordion {
    border: 0;
  }
  .accordion .accordion-item {
    margin-bottom: 0;
  }
  .accordion .accordion-button {
    padding: 1.6rem 0;
    font-size: var(--fs-100);
    align-items: flex-start;
  }
  .accordion .accordion-body {
    padding: 1rem 0 1.6rem 0;
    font-size: var(--fs-100);
  }
}
.myicon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: all 0.3s;
}
.myicon--sm {
  width: 1.2rem !important;
  height: 1.2rem !important;
}
.myicon--md {
  width: 2rem !important;
  height: 2rem !important;
}
.myicon--lg {
  width: 2.4rem;
  height: 2.4rem;
}
.myicon--share {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m13.12 17.023l-4.199-2.29a4 4 0 1 1 0-5.465l4.2-2.29a4 4 0 1 1 .958 1.755l-4.2 2.29a4 4 0 0 1 0 1.954l4.2 2.29a4 4 0 1 1-.959 1.755M6 14a2 2 0 1 0 0-4a2 2 0 0 0 0 4m11-6a2 2 0 1 0 0-4a2 2 0 0 0 0 4m0 12a2 2 0 1 0 0-4a2 2 0 0 0 0 4'/%3E%3C/svg%3E");
}
.myicon--btn-arrow {
  --svg: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5833 1.41667L1 11M2.66667 1H11V9.33333' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.myicon--slide-right {
  --svg: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6667 10.4997H3.33337M16.6667 10.4997C16.6667 11.598 12.5 14.6663 12.5 14.6663M16.6667 10.4997C16.6667 9.40134 12.5 6.33301 12.5 6.33301' stroke='%23010501' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.myicon--slide-left {
  --svg: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33329 10.4997H16.6666M3.33329 10.4997C3.33329 11.598 7.49996 14.6663 7.49996 14.6663M3.33329 10.4997C3.33329 9.40134 7.49996 6.33301 7.49996 6.33301' stroke='%23010501' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.myicon--call {
  --svg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 2.99805C15.1217 2.99805 17.1566 3.8409 18.6569 5.34119C20.1571 6.84148 21 8.87631 21 10.998M13.5 6.49805C14.5609 6.49805 15.5783 6.91947 16.3284 7.66962C17.0786 8.41977 17.5 9.43718 17.5 10.498' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.15756 5.71005L8.75556 4.80405C8.49156 4.21205 8.36056 3.91605 8.16356 3.68905C7.9171 3.40476 7.59545 3.19576 7.23556 3.08605C6.94856 2.99805 6.62356 2.99805 5.97556 2.99805C5.02756 2.99805 4.55356 2.99805 4.15556 3.18005C3.66458 3.41859 3.28454 3.83732 3.09456 4.34905C2.95156 4.76205 2.99256 5.18705 3.07456 6.03805C3.94789 15.088 8.90956 20.0497 17.9596 20.923C18.8096 21.005 19.2356 21.046 19.6496 20.903C20.1607 20.7131 20.579 20.3335 20.8176 19.843C20.9996 19.444 20.9996 18.97 20.9996 18.022C20.9996 17.373 20.9996 17.049 20.9116 16.762C20.8016 16.402 20.5926 16.081 20.3086 15.834C20.0816 15.637 19.7856 15.506 19.1936 15.242L18.2876 14.84C17.6456 14.555 17.3256 14.412 16.9996 14.381C16.6874 14.3511 16.3726 14.3949 16.0806 14.509C15.7756 14.628 15.5056 14.852 14.9666 15.302C14.4296 15.749 14.1616 15.972 13.8336 16.092C13.5184 16.2011 13.1823 16.2356 12.8516 16.193C12.5066 16.143 12.2416 16.001 11.7126 15.718C10.0666 14.838 9.15956 13.931 8.27956 12.285C7.99656 11.755 7.85556 11.491 7.80456 11.145C7.76196 10.815 7.79618 10.4797 7.90456 10.165C8.02456 9.83605 8.24856 9.56805 8.69556 9.03105C9.14556 8.49105 9.36956 8.22205 9.48856 7.91705C9.60256 7.62505 9.64656 7.31005 9.61656 6.99805C9.58556 6.67305 9.44256 6.35205 9.15756 5.71005Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.myicon--mail {
  --svg: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.16701 6.99805L3.94901 7.81105C3.07501 8.39305 2.63801 8.68405 2.40101 9.12805C2.16401 9.57305 2.16601 10.095 2.17001 11.138C2.17401 12.396 2.18601 13.676 2.21801 14.972C2.29501 18.047 2.33301 19.584 3.46401 20.714C4.59401 21.844 6.15201 21.884 9.26801 21.962C11.2007 22.0104 13.1343 22.0104 15.067 21.962C18.183 21.884 19.741 21.845 20.871 20.714C22.001 19.584 22.04 18.047 22.117 14.972C22.149 13.676 22.161 12.396 22.165 11.139C22.168 10.095 22.17 9.57305 21.933 9.12905C21.697 8.68405 21.26 8.39305 20.386 7.81105L19.167 6.99805' stroke='%23fff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M2.16699 9.99805L9.07999 14.146C10.584 15.048 11.336 15.498 12.167 15.498C12.998 15.498 13.75 15.048 15.254 14.145L22.167 9.99805' stroke='%23fff' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M5.16699 11.998V5.99805C5.16699 4.11205 5.16699 3.17005 5.75299 2.58405C6.33899 1.99805 7.28099 1.99805 9.16699 1.99805H15.167C17.053 1.99805 17.995 1.99805 18.581 2.58405C19.167 3.17005 19.167 4.11205 19.167 5.99805V11.998' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='M10.167 9.99805H14.167M10.167 5.99805H14.167' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.myicon--location {
  --svg: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9491 21.365C13.5094 21.7733 12.9312 21.9995 12.3311 21.998C11.7315 21.9992 11.1536 21.773 10.7141 21.365C6.74314 17.624 1.42114 13.445 4.01614 7.37805C5.42114 4.09805 8.78914 1.99805 12.3321 1.99805C15.8751 1.99805 19.2441 4.09805 20.6471 7.37805C23.2391 13.438 17.9301 17.637 13.9491 21.365Z' stroke='%23fff' stroke-width='1.5'/%3E%3Cpath d='M15.832 10.998C15.832 11.4577 15.7415 11.9128 15.5656 12.3374C15.3897 12.7621 15.1319 13.1479 14.8069 13.4729C14.4819 13.7979 14.0961 14.0557 13.6714 14.2316C13.2468 14.4075 12.7917 14.498 12.332 14.498C11.8724 14.498 11.4173 14.4075 10.9926 14.2316C10.568 14.0557 10.1822 13.7979 9.85716 13.4729C9.53215 13.1479 9.27434 12.7621 9.09845 12.3374C8.92256 11.9128 8.83203 11.4577 8.83203 10.998C8.83203 10.0698 9.20078 9.17955 9.85716 8.52317C10.5135 7.8668 11.4038 7.49805 12.332 7.49805C13.2603 7.49805 14.1505 7.8668 14.8069 8.52317C15.4633 9.17955 15.832 10.0698 15.832 10.998Z' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.myicon--insta {
  --svg: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.75 11.998C2.75 7.4022 2.75 5.10326 4.17761 3.67565C5.60521 2.24805 7.90313 2.24805 12.5 2.24805C17.0958 2.24805 19.3948 2.24805 20.8224 3.67565C22.25 5.10326 22.25 7.40118 22.25 11.998C22.25 16.5939 22.25 18.8928 20.8224 20.3204C19.3948 21.748 17.0969 21.748 12.5 21.748C7.90416 21.748 5.60521 21.748 4.17761 20.3204C2.75 18.8928 2.75 16.5949 2.75 11.998Z' stroke='%23010501' stroke-width='1.875' stroke-linejoin='round'/%3E%3Cpath d='M17.1138 11.9993C17.1138 13.2242 16.6272 14.3989 15.7611 15.265C14.895 16.1311 13.7203 16.6177 12.4954 16.6177C11.2705 16.6177 10.0958 16.1311 9.22966 15.265C8.36354 14.3989 7.87695 13.2242 7.87695 11.9993C7.87695 10.7744 8.36354 9.59969 9.22966 8.73356C10.0958 7.86744 11.2705 7.38086 12.4954 7.38086C13.7203 7.38086 14.895 7.86744 15.7611 8.73356C16.6272 9.59969 17.1138 10.7744 17.1138 11.9993Z' stroke='%23010501' stroke-width='1.875'/%3E%3Cpath d='M18.1517 6.35352H18.1426' stroke='%23010501' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.myicon--facebook {
  --svg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 13.498H17L18 9.49805H13V7.49805C13 6.46805 13 5.49805 15 5.49805H18V1.99805H13.643C10.928 1.99805 9 3.65505 9 6.69805V9.49805H5V13.498H9V21.998H13V13.498Z' stroke='%23010501' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.myicon--linkedin {
  --svg: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.625 9.37305H3.1C2.10985 9.37305 1.6153 9.37305 1.30765 9.6807C1 9.98835 1 10.4829 1 11.473V20.398C1 21.3882 1 21.8827 1.30765 22.1904C1.6153 22.498 2.10985 22.498 3.1 22.498H3.625C4.61515 22.498 5.1097 22.498 5.41735 22.1904C5.725 21.8827 5.725 21.3882 5.725 20.398V11.473C5.725 10.482 5.725 9.98835 5.41735 9.6807C5.1097 9.37305 4.61515 9.37305 3.625 9.37305ZM5.725 3.86055C5.725 4.48712 5.47609 5.08803 5.03304 5.53109C4.58998 5.97414 3.98907 6.22305 3.3625 6.22305C2.73593 6.22305 2.13501 5.97414 1.69196 5.53109C1.24891 5.08803 1 4.48712 1 3.86055C1 3.23397 1.24891 2.63306 1.69196 2.19001C2.13501 1.74695 2.73593 1.49805 3.3625 1.49805C3.98907 1.49805 4.58998 1.74695 5.03304 2.19001C5.47609 2.63306 5.725 3.23397 5.725 3.86055Z' stroke='%23010501' stroke-width='1.5'/%3E%3Cpath d='M11.8423 9.37214H10.975C9.98485 9.37214 9.4903 9.37214 9.18265 9.67979C8.875 9.98744 8.875 10.482 8.875 11.4721V20.3971C8.875 21.3873 8.875 21.8818 9.18265 22.1895C9.4903 22.4971 9.98485 22.4971 10.975 22.4971H11.5C12.4901 22.4971 12.9847 22.4971 13.2923 22.1895C13.6 21.8818 13.6 21.3873 13.6 20.3971V16.7221C13.6 14.9823 14.1544 13.5721 15.7924 13.5721C16.6114 13.5721 17.275 14.2777 17.275 15.1471V19.8721C17.275 20.8623 17.275 21.3568 17.5826 21.6645C17.8903 21.9721 18.3848 21.9721 19.375 21.9721H19.899C20.8881 21.9721 21.3836 21.9721 21.6913 21.6645C21.9979 21.3568 21.9989 20.8623 21.9989 19.8732L22 14.0971C22 11.4868 19.5178 9.37214 17.0619 9.37214C15.6633 9.37214 14.4158 10.0567 13.6 11.1288C13.6 10.4673 13.6 10.1365 13.4561 9.89084C13.3652 9.73537 13.2357 9.60593 13.0802 9.51494C12.8345 9.37109 12.5038 9.37109 11.8423 9.37109V9.37214Z' stroke='%23010501' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.myicon--star {
  --svg: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.11669 1.96901C7.55336 1.12101 8.77669 1.12101 9.21402 1.96901L10.6847 4.82767C10.7094 4.87501 10.7554 4.90834 10.808 4.91701L14.006 5.42101C14.954 5.57034 15.3327 6.72101 14.654 7.39501L12.3647 9.66834C12.3462 9.68689 12.3323 9.70953 12.3242 9.73443C12.3161 9.75933 12.314 9.7858 12.318 9.81167L12.822 12.9837C12.972 13.9237 11.982 14.6357 11.126 14.2037L8.24202 12.7483C8.21833 12.7361 8.19204 12.7297 8.16536 12.7297C8.13867 12.7297 8.11238 12.7361 8.08869 12.7483L5.20536 14.2037C4.34869 14.6357 3.35869 13.9237 3.50869 12.9837L4.01269 9.81167C4.01683 9.78569 4.01476 9.7591 4.00665 9.73407C3.99854 9.70904 3.98462 9.68629 3.96602 9.66767L1.67669 7.39501C0.998691 6.72167 1.37669 5.57034 2.32469 5.42101L5.52269 4.91701C5.54887 4.91299 5.57371 4.90279 5.59516 4.88725C5.61661 4.87172 5.63404 4.85129 5.64602 4.82767L7.11669 1.96901Z' fill='%23010501'/%3E%3C/svg%3E");
}

.icsquar {
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--clr-primary-400);
  display: inline-block;
}

@media (max-width: 767px) {
  .myicon {
    width: 22px;
    height: 22px;
  }
  .icsquar {
    width: 1.3rem;
    height: 1.3rem;
    background-color: var(--clr-primary-400);
    display: inline-block;
  }
}
.content-box {
  position: relative;
  z-index: 1;
}
.content-box__head {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.content-box__btn {
  margin-top: 2.4rem;
}
.content-box__desc {
  display: grid;
  gap: 3rem;
}

@media (min-width: 7689px) {
  .content-box__head {
    gap: 1.1rem;
    margin-bottom: 1.6rem;
  }
  .content-box__btn {
    margin-top: 3.6rem;
  }
}
.table {
  background: transparent;
}
.table tr th,
.table tr td {
  background: transparent;
  border: 0;
}
.table thead tr th {
  padding: 0 0 1.6rem !important;
}
.table tbody th,
.table tbody td {
  color: var(--clr-neutral-500) !important;
  font-weight: 400 !important;
  padding: 1rem 0;
}

@media (max-width: 767px) {
  table tr th,
  table tr td {
    font-size: var(--fs-100) !important;
    text-wrap: balance;
  }
  table thead tr th {
    font-size: var(--fs-100) !important;
    padding: 0 0 1rem !important;
  }
  table tbody th,
  table tbody td {
    padding: 8px 0;
  }
}
.step {
  margin: 0 auto;
  padding: 0 0 var(--section-gap);
}
.step__wrapper {
  margin-top: 6rem;
  padding: 9rem 9rem 15rem;
  min-height: 65vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.step__content-box {
  margin-bottom: 40px;
}
.step__content-box--centered {
  text-align: center;
}
.step__box {
  display: none;
  animation: fadeIn 0.4s ease;
}
.step__box--active {
  display: block;
}
.step__options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
.step__option-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.step__option-card {
  background: var(--clr-neutral-100);
  border: 3px solid var(--clr-neutral-400);
  border-radius: 3.6rem;
  padding: 3rem;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.step__option-card--padding {
  padding: 2.2rem;
  border-radius: 2.5rem;
}
.step__option-card--padding .step__option-card-label {
  margin-top: 2.2rem;
}
.step__option-card--padding img {
  border-radius: 1.1rem;
}
.step__option-card-h {
  min-height: 52rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
}
.step__option-card-h img {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 auto;
}
.step__option-card:hover {
  border-color: var(--clr-neutral-700);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.step__option-card--selected {
  border-color: var(--clr-neutral-700);
  background: #fafafa;
}
.step__option-card-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-400);
  max-height: 50rem;
  display: block;
}
.step__option-card-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 27px;
  gap: 18px;
  background: #5EF461;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 6rem;
  box-shadow: 13.5px 15.75px 63px -9px rgba(94, 244, 97, 0.5), inset 0px 9px 9px rgba(255, 255, 255, 0.4);
}
.step__option-card-badge {
  padding: 1.4rem 2.7rem;
  font-size: var(--fs-100);
  border-radius: 10rem;
  font-weight: 500;
  color: var(--clr-neutral-700);
  background: #5EF461;
  box-shadow: 13.5px 15.75px 63px -9px rgba(94, 244, 97, 0.5), inset 0px 9px 9px rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 6.4rem;
  left: 50%;
  translate: -50% 0;
  display: inline-block;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.badge-b2b {
  top: 60%;
}


.step__option-card-badge.fase {
  top: 50%;
  translate: -50% -50%;
}
.step__option-select-btn {
  display: inline-block;
  padding: 1.6rem 2.8rem;
  border: 1px solid var(--clr-neutral-400);
  border-radius: 6.4rem;
  background: white;
  color: var(--clr-neutral-700);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.step__option-select-btn:hover {
  transform: translateY(-2px);
}
.step__option-select-btn--selected {
  background: var(--clr-neutral-700);
  border-color: var(--clr-neutral-700);
  color: var(--clr-primary-500);
}
.step__option-select-btn--selected:hover {
  background: var(--clr-neutral-700);
  border-color: var(--clr-neutral-700);
  color: var(--clr-primary-500);
}
.step__option-btn-group {
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.step__button-group {
  gap: 15px;
  margin-top: 30px;
  position: absolute;
  right: 5rem;
  bottom: 5rem;
}
.step__form-group {
  margin-bottom: 2.8rem;
}
.step__form-label {
  font-weight: 500;
  color: var(--clr-neutral-700);
  margin-bottom: 1rem;
  display: block;
}
.step__form-control {
  border: 1px solid var(--clr-neutral-400);
  border-radius: 8px;
  padding: 1.1rem 1rem;
  font-size: var(--fs-200);
  background: transparent;
  transition: border-color 0.3s ease;
  width: 100%;
}
.step__form-control:focus {
  border-color: var(--clr-neutral-700);
  outline: 0;
  box-shadow: none;
}
.step__submit-button {
  padding: 1.8rem 2.8rem;
}
.step__submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.step__neft-logo {
  max-width: 100%;
  border-radius: 3.2rem;
  margin: 20px 0;
  padding-left: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.step__form-note {
  color: var(--clr-neutral-700);
  margin-top: 3rem;
  padding-left: 2rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .step {
    margin: 0 auto;
  }
  .step__wrapper {
    margin-top: 3rem;
    padding: 0;
    min-height: auto;
    background: transparent;
    border: 0;
  }
  .step__content-box {
    margin-bottom: 3rem;
  }
  .step__box {
    display: none;
    animation: fadeIn 0.4s ease;
  }
  .step__box--active {
    display: block;
  }

  .step__box-height {
    height: 500px !important;
  }


  .step__options-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 2.3rem;
  }
  /* Step 1 (B2B/B2C selection) - single column on mobile */
  .step__box[data-step="1"] .step__options-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .step__box[data-step="1"] .step__options-grid .step__option-card{
    width: 75%;
  }
  

  .step__option-container {
    gap: 1rem;
  }
  .step__option-card {
    border: 2px solid var(--clr-neutral-400);
    border-radius: var(--radius-400);
    padding: 1.2rem;
  }
  .step__option-card--padding {
    padding: 9px;
    border-radius: 1.6rem;
  }
  .step__option-card--padding .step__option-card-label {
    margin-top: 1rem;
  }
  .step__option-card--padding img {
    border-radius: 7px;
  }
  .step__option-card-h {
    gap: 2rem;
    min-height: 32rem;
    height: 100%;
  }
  .step__option-card-label {
    padding: 4px 8px;
    font-weight: 500;
    margin: 0 auto;
    font-size: var(--fs-50);
  }
  .step__option-card-image {
    border-radius: 8px;
  }
  .step__option-card-badge {
    padding: 5px 1.8rem;
    font-size: var(--fs-50);
    border-radius: 8rem;
    font-weight: 500;
    color: var(--clr-neutral-700);
    top: 3.6rem;
    display: inline-block;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
  }

  .badge-b2b {
    top: 65%;
  }
  

  .step__option-card-badge.fase {
    top: 50%;
    translate: -50% -50%;
    font-size: var(--fs-100);
    padding: 5px 1rem;
    width: auto;
    white-space: nowrap;
  }
  .step__option-select-btn {
    display: inline-block;
    padding: 1rem 1.8rem;
    font-size: var(--fs-100);
    font-weight: 400;
  }
  .step__option-btn-group {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 1rem;
  }
  .step__button-group {
    gap: 15px;
    margin: 1.6rem auto 0;
    position: relative;
    right: unset;
    bottom: unset;
  }
  .step__form-group {
    margin-bottom: 2.8rem;
  }
  .step__form-label {
    font-weight: 500;
    color: var(--clr-neutral-700);
    margin-bottom: 1rem;
    display: block;
  }
  .step__form-control {
    padding: 1.1rem 1rem;
    font-size: var(--fs-100);
  }
  .step__submit-button {
    padding: 1.2rem 2.6rem;
    font-weight: 500;
  }
  .step__submit-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .step__neft-logo {
    border-radius: 2.4rem;
    margin: 0;
    padding-left: 0;
  }
  .step__form-note {
    text-align: center;
    margin-top: 1rem;
    padding-left: 0;
    font-size: var(--fs-100);
  }
}
.footer {
  padding: 11rem 0 2.4rem;
  position: relative;
  overflow: hidden;
}
.footer::before {
  position: absolute;
  content: "";
  top: -6rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: 0% top/cover no-repeat url("../img/skybg.webp");
  z-index: -1;
}
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0rem;
  background: top/cover no-repeat url("../img/skybg-shape.svg");
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
  z-index: 9;
  padding-bottom: 7rem;
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.footer__contact-ic {
  width: 4.8rem;
  height: 4.8rem;
  background-color: var(--clr-neutral-700);
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: var(--clr-neutral-100);
}
.footer__contact-link {
  color: var(--clr-neutral-700);
  font-weight: 500;
  line-height: var(--lh-500);
  margin-top: 8px;
  display: block;
}
.footer__contact-link.under {
  text-decoration-thickness: 2px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.3rem 0 0;
  border-top: 1px solid var(--clr-neutral-400);
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__copyright {
  font-size: var(--fs-200);
  color: var(--clr-neutral-700);
  margin: 0;
}
.footer__list {
  flex-basis: 55%;
  justify-content: space-between;
}
.footer__social {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.footer__social-link {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  text-decoration: none;
  transition: color 0.2s;
}
.footer__links {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.footer__link {
  font-size: var(--fs-200);
  color: var(--fs-200);
  text-decoration: none;
  transition: color 0.2s;
}

@media (max-width: 767px) {
  #offerte {
    padding-top: 6rem;
    margin-bottom: 3rem;
    background: var(--clr-primary-300);
  }
}

@media (max-width: 991.98px) {
  /* Ensure form fields are readable on green background */
  #offerte .step__form-control {
    border-color: var(--clr-neutral-600) !important;
    background: rgba(255, 255, 255, 0.2) !important;
    color: var(--clr-neutral-800) !important;
  }
  #offerte .step__form-control::placeholder {
    color: var(--clr-neutral-700) !important;
  }

  /* Stack form first, then price estimation under it */
  #offerte .step__form-container .row {
    flex-wrap: wrap !important;
  }

  /* Price text adjustments: small inline note next to base price */
  #offerte #priceValue {
    display: inline-block !important;
  }
  #offerte #priceNote {
    display: inline-block !important;
    margin-left: 0.5rem !important;
    font-size: var(--fs-50) !important;
    line-height: var(--lh-200) !important;
    color: var(--clr-neutral-600) !important;
  }

  /* Make selected image cards clearly visible on mobile */
  #offerte .step__option-card--selected {
    border-color: var(--clr-neutral-800) !important;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.15);
  }
}

/* Small inline "incl. 21% BTW" next to base price */
#offerte #priceValue .price__incl {
  font-size: var(--fs-100);
  margin-left: 0.4rem;
  color: var(--clr-neutral-700);
}

@media (max-width: 991.98px) {
  #offerte #priceValue .price__incl {
    font-size: var(--fs-50);
    color: var(--clr-neutral-600);
  }
}

@media (max-width: 1199px) {
  .footer::before {
    top: -2rem;
    background-position: top;
  }
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.3rem 0 0;
    border-top: 1px solid var(--clr-neutral-400);
    gap: 1rem;
    flex-wrap: wrap-reverse;
  }
  .footer__list {
    flex-basis: 100%;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 6rem 0 1.6rem;
  }
  .footer::before {
    top: -2rem;
    background-position: 115% -55px;
    width: 1440px;
    height: 700px;
  }
  .footer__content {
    gap: 2rem;
    padding-bottom: 3rem;
  }
  .footer__contact {
    gap: 1.6rem;
    font-size: var(--fs-50);
  }
  .footer__contact-ic {
    width: 4rem;
    height: 4rem;
    border-radius: 0.8rem;
  }
  .footer__contact-link {
    font-weight: 500;
    margin-top: 5px;
    font-size: var(--fs-100);
  }
  .footer__contact-link.under {
    text-underline-offset: 2px;
  }
  .footer__list {
    align-items: flex-start !important;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--clr-neutral-400);
  }
  .footer__links {
    flex-direction: column;
    gap: 1.4rem;
    align-items: flex-start;
  }
  .footer__link {
    font-size: var(--fs-100);
  }
  .footer__social {
    gap: 1.2rem;
  }
  .footer__social-link {
    width: 2.4rem;
    height: 2.4rem;
  }
  .footer__social-link .myicon {
    width: 1.7rem;
    height: 1.7rem;
  }
  .footer__bottom {
    padding: 2rem 0 0;
    gap: 2rem;
  }
  .footer__list {
    flex-basis: 100%;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: row-reverse;
  }
  .footer__copyright {
    font-size: var(--fs-100);
  }
}
.header {
  position: fixed;
  left: 0;
  top: 8rem;
  z-index: 999;
  width: 100% !important;
  transition: all 0.26s ease;
  transform: translateY(0);
  /* Mobile */
}
.header.active .header__navbar {
  border-color: rgba(255, 255, 255, 0.2);
}
.header.active .header__navbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.header.active .header__navbar .header__nav-link {
  background: var(--clr-neutral-100);
}
.header.header--pinned {
  top: 5rem !important;
}
.header.header--hidden {
  top: 5rem !important;
}
.header__navbar {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 1rem 2rem;
  position: relative;
  background: transparent;
  transition: all 0.3s;
  border-radius: 3rem;
  border: 1px solid transparent;
}
.header__logo-box {
  display: inline-block;
}
.header__logo {
  width: 11rem;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__toggle {
  display: none;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex: 1;
}
.header__nav {
  display: flex;
  list-style: none;
  align-items: center;
  position: relative;
  margin: auto;
}
.header__nav-item {
  position: relative;
}
.header__nav-link {
  text-decoration: none;
  color: var(--clr-neutral-700);
  padding: 1.1rem 2.4rem;
  font-weight: 500;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4rem;
  line-height: 160%;
  transition: all 0.4s;
}
.header__nav-link:hover {
  background-color: var(--clr-neutral-100);
  font-weight: 500;
}
.header__btn {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--clr-neutral-100);
}
@media (max-width: 1024px) {
  .header__toggle {
    display: inline-block;
    order: 2;
  }
  .header__toggle label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    width: 3.6rem;
    height: 3.6rem;
    background-color: var(--clr-neutral-100);
    border-radius: 50%;
  }
  .header__toggle-line {
    width: 1.5rem;
    height: 2px;
    background: var(--clr-info-400);
    transition: 0.3s;
    margin: 0 auto;
    border-radius: 2rem;
  }
  .header__toggle-line:first-child, .header__toggle-line:last-child {
    width: 1.1rem;
  }
  .header__logo {
    width: 7rem;
    height: 2.6rem;
  }
  .header__menu {
    position: absolute;
    top: 120%;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    border-radius: 3REM;
    opacity: 0;
  }
  .header__menu .header__btn-box {
    margin: 20px;
    width: 100%;
  }
  .header__nav {
    padding: 3rem;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    gap: 1.8rem;
    overflow-y: auto;
  }
  .header__nav-item {
    width: 100%;
  }
  .header__nav-item::before {
    display: none;
  }
  .header__nav-link {
    width: 100%;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header__nav-link::before {
    display: none;
  }
  .header .nav__checkbox:checked ~ .header__menu {
    height: calc(55vh - 9rem);
    overflow-y: auto;
    opacity: 9;
  }
  .header .nav__checkbox:checked ~ .header__toggle label .header__toggle-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header .nav__checkbox:checked ~ .header__toggle label .header__toggle-line:nth-child(2) {
    opacity: 0;
  }
  .header .nav__checkbox:checked ~ .header__toggle label .header__toggle-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
@media (max-width: 991px) {
  .header__navbar {
    padding: 7px 1.2rem;
  }
  .header.header--pinned {
    top: 5rem !important;
  }
  .header.header--hidden {
    top: 5rem !important;
  }
  .header__btn {
    display: none;
  }
}

.topbar {
  background: var(--clr-secondary-400);
  padding: 9px 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.topbar.topbar--pinned {
  top: 0 !important;
}


.topbar.topbar--hidden {
  transform: translateY(-100%);
}
@media (max-width: 991px) {
  .topbar {
    padding: 1.1rem 0;
    font-size: var(--fs-100);
  }
}

.container {
  max-width: min(123.2rem, 100% - 7.2rem);
  padding: 0;
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding: 0 1.8rem;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .container {
    max-width: min(123.2rem, 100% - 2rem);
    padding: 0 2rem;
  }
}

.hero {
  background-image: url("../img/hero-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 14rem 0 0;
  background-position: bottom;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
}
.hero__mech {
  padding-top: 6.5rem;
}
.hero__img {
  margin-bottom: -120%;
}
.hero__time {
  display: none;
}
.hero__right {
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  translate: 0 -50%;
}
.hero__right-shap {
  width: 80%;
}

.offer {
  margin: 5rem 0 7rem;
}
.offer__heading {
  font-size: var(--fs-500);
  font-weight: 600;
  color: var(--clr-neutral-700);
}
.offer__grid {
  row-gap: 3.2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.product {
  overflow: hidden;
}
.product__badge {
  background-color: var(--clr-secondary-400);
  border-radius: 5rem;
  padding: 4px 1.2rem 4px 4px;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-100);
}
.product__badge-ic {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--clr-neutral-700);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__box {
  padding: 1.6rem;
  width: 100%;
}
.product__slider {
  background: var(--clr-neutral-100);
  border: 1px solid #E1E6E1;
  min-height: 40rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  position: relative;
}
.product__slider .swiper-wrapper {
  align-items: center;
}
.product__img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  margin: auto;
  display: block;
}
.product__item {
  margin-top: 3.2rem;
}
.product__title {
  display: flex;
  align-items: start;
  gap: 8px;
  color: var(--clr-neutral-700);
}
.product__list {
  margin: 2.8rem 0;
  border-top: 1px solid var(--clr-neutral-400);
  border-bottom: 1px solid var(--clr-neutral-400);
  padding: 2.8rem 1.6rem;
  display: grid;
  gap: 2.4rem;
}
.product__ic {
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  margin-top: 5px;
}
.product__price {
  padding: 1rem;
  background-color: var(--clr-secondary-400);
  border-radius: 1.6rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.product__price-total {
  color: var(--clr-neutral-700);
  font-size: var(--fs-800);
  font-weight: 600;
}

.install {
  padding: 9rem 0 14.4rem;
  position: relative;
}
.install::before {
  position: absolute;
  content: "";
  top: -10rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -50% top/contain no-repeat url("../img/skybg.webp");
  z-index: -1;
}
.install::after {
  content: "";
  position: absolute;
  left: 0;
  top: -10rem;
  background: top/contain no-repeat url("../img/skybg-shape.svg");
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.install__items {
  position: relative;
  z-index: 9;
  margin-top: 6rem;
}
.install__box {
  padding: 2.8rem;
}
.install__img {
  min-height: 40rem;
  border-radius: 1.2rem;
  width: 100%;
}
.install__img--lg {
  min-height: 48rem;
}
.install__body--vrtl {
  margin-top: 2.4rem;
}
.install__body-text {
  margin-top: 2rem;
}
.install__body-text strong {
  color: var(--clr-neutral-700);
}
.install__btns {
  margin-top: 4.5rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.why {
  background: var(--clr-neutral-700);
  padding: 14rem 0 8rem;
  position: relative;
  color: #ffffff;
}
.why__grid {
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 8rem;
  margin-top: 6rem;
}
.why__grid-box--span {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.why__img {
  border-radius: 1.6rem;
  min-height: 66rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.why__features {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.6rem;
  padding: 5.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.why__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  flex-grow: 1;
}
.why__item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start;
}
.why__item:last-child {
  margin-bottom: 0;
}
.why__bullet {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 8px;
}
.why__text {
  font-size: 2.2rem;
  line-height: 1.5;
}
.why__btn {
  margin-top: 4.8rem;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.why__sub-heading {
  font-size: 3.1rem;
  font-weight: 600;
  white-space: nowrap;
}
.why__flexbox {
  gap: 6rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.why__card {
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  padding-top: 3rem;
}
.why__card-badge {
  padding: 8px 12px;
  background: #FFAE22;
  box-shadow: 6px 7px 28px -4px rgba(255, 174, 34, 0.5), inset 0px 4px 4px rgba(255, 255, 255, 0.4);
  border-radius: 48px;
  color: var(--clr-neutral-700);
  font-size: 1rem;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 6px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.why__card-text {
  font-size: var(--fs-200);
  color: #B3B4B3;
  margin: 0;
}
@media (max-width: 767px) {
  .why__card-text {
    font-size: 0.75rem;
  }
}
.why__logo-box {
  text-align: right;
  margin-top: 8rem;
}
.why__logo {
  margin-left: auto;
}

.features {
  padding: var(--section-gap) 0;
  margin: 0 auto;
}
.features__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 6rem;
  padding: 0 5rem;
}
.features__item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 2.4rem;
  padding: 4rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: sticky;
  top: 15rem;
}
.features__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.features__item:nth-child(odd) {
  flex-direction: row;
}
.features__item:nth-child(even) {
  flex-direction: row-reverse;
}
.features__media {
  flex: 1.5;
  min-width: 300px;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #000;
  position: relative;
}
.features__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 30rem;
}
.features__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.features__heading {
  line-height: 1.1 !important;
}
.features__sub-txt {
  font-size: var(--fs-300);
  line-height: 1.6 !important;
}
.features__highlight {
  color: var(--clr-neutral-700);
  font-weight: 600;
}

.realiz__wrapper {
  margin-top: 6rem;
}
.realiz__main-slide {
  position: relative;
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}
.realiz__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 3s ease;
  transform: scale(1.1);
  min-height: 60rem;
}
.realiz .swiper-slide-active .realiz__main-image {
  transform: scale(1);
}
.realiz__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent); */
  padding: 8rem;
  color: #fff;
  /* background: linear-gradient(180deg, rgba(1, 5, 1, 0.3) 33.61%, #010501 100%); */
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
}
.realiz__logo {
  display: inline-block;
  background: var(--clr-neutral-100);
  padding: 1.1rem;
  border-radius: 8px;
  margin-bottom: 3rem;
  width: -moz-max-content;
  width: max-content;
}
.realiz__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: -moz-max-content;
  width: max-content;
}
.realiz__main-title {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.realiz__thumbs {
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
}
.realiz__thumbs .swiper-slide {
  cursor: pointer;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid var(--clr-neutral-700);
}
.realiz__thumbs-grid {
  transform: none !important;
  transition: none !important;
  row-gap: 1.6rem;
}
.realiz__thumb-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 36rem;
  scale: 1.01;
}

.partners {
  padding: var(--section-gap) 0;
  background-color: #fff;
  overflow: hidden;
}
.partners__slider-wrapper {
  position: relative;
  padding: 0 60px;
  margin-top: 6rem;
}
.partners__swiper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  gap: 5px;
}
.partners__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  /* transition: transform 0.3s ease; */
  /* width: 175px !important; */
}
/* .partners__slide:hover {
  transform: scale(1.1);
} */
.partners__logo {
  /* height: 3.5rem; */
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.partners__blur {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10rem;
  height: 36px;
  z-index: 5;
  pointer-events: none;
}
.partners__blur--left {
  left: 6rem;
  background: linear-gradient(90deg, #FFFFFF 3.7%, rgba(255, 255, 255, 0) 100%);
}
.partners__blur--right {
  right: 6rem;
  background: linear-gradient(90deg, #FFFFFF 3.7%, rgba(255, 255, 255, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.compatibility__grid {
  gap: 1.6rem;
}
.compatibility__card {
  text-align: center;
}
.compatibility__logos {
  border-radius: 12px;
  padding: 4.8rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 2rem;
}
.compatibility__logo {
  width: auto;
  height: 6.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 80%;
}
.compatibility__text {
  font-size: var(--fs-200);
  font-weight: 600;
  color: var(--clr-neutral-700);
}

.expertise {
  padding: var(--section-gap) 0;
}
.expertise__box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 56rem;
  display: flex;
  align-items: flex-end;
}
.expertise__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.expertise__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.expertise__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: linear-gradient(180deg, rgba(1, 5, 1, 0.3) 66.73%, #010501 90.4%);
}
.expertise__info {
  z-index: 99;
  padding: 4rem;
  color: var(--clr-neutral-100);
}
.expertise__button {
  background-color: var(--clr-secondary-400);
  color: var(--clr-neutral-700);
  padding: 1rem 2rem;
  border-radius: 1.6rem;
  line-height: 1.3;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 70%;
  top: 65%;
  translate: -50% -50%;
  z-index: 99;
}
.expertise__person {
  position: absolute;
  right: 5.5rem;
  bottom: -3rem;
  z-index: 11;
  max-width: 32rem;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.expertise__person-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.support__box {
  margin-top: 3rem;
}
.support__image {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: var(--radius-400);
}
.support__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.support__item {
  background-color: var(--clr-neutral-700);
  color: var(--clr-neutral-100);
  padding: 3rem;
  border-radius: var(--radius-400);
  text-align: center;
  /* min-height: 14rem; */
}
.support__item-title {
  font-size: var(--fs-500);
  font-weight: 700;
  line-height: var(--lh-300) !important;
  margin-bottom: 1.5rem;
}
.support__item-text {
  font-size: var(--fs-200);
  color: #B3B4B3;
  margin: 0;
  line-height: var(--lh-400) !important;
}

.reviews {
  padding: 14.4rem 0 10rem;
  background-color: var(--clr-neutral-700);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  max-height: 850px;
  margin-top: 6rem;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.reviews__grid--expanded {
  max-height: none;
}
@media (max-width: 992px) {
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .reviews__grid {
    grid-template-columns: 1fr;
  }
}
.reviews__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reviews__gradient-overlay {
  position: absolute;
  bottom: -15.5rem;
  left: 0;
  right: 0;
  height: 82%;
  width: 100%;
  background: linear-gradient(182.37deg, rgba(1, 5, 1, 0) 2.14%, #010501 75.22%);
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 10;
}
.reviews__gradient-overlay--hidden {
  opacity: 0;
}
.reviews__card {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 3.2rem;
  border: 1px solid var(--clr-neutral-400);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reviews__card:hover {
  transform: translateY(-5px);
}
.reviews__card--hidden {
  display: none;
}
.reviews__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}
.reviews__user {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.reviews__user-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.reviews__avatar {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 2.8rem;
  color: var(--clr-neutral-100);
  border-radius: 50%;
}
.reviews__avatar--pink {
  background: linear-gradient(135deg, #E91E63 0%, #C2185B 100%);
}
.reviews__avatar--pink2 {
  background: linear-gradient(135deg, #F8BBD0 0%, #F48FB1 100%);
}
.reviews__avatar--orange {
  background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
}
.reviews__avatar--teal {
  background: linear-gradient(135deg, #26A69A 0%, #00897B 100%);
}
.reviews__avatar--green {
  background: linear-gradient(135deg, #43A047 0%, #2E7D32 100%);
}
.reviews__avatar--blue {
  background: linear-gradient(135deg, #5C6BC0 0%, #3949AB 100%);
}
.reviews__avatar--purple {
  background: linear-gradient(135deg, #AB47BC 0%, #8E24AA 100%);
}
.reviews__name {
  font-size: var(--fs-200);
  font-weight: 500;
  color: var(--clr-neutral-700);
}
.reviews__badge {
  font-size: var(--fs-100);
  color: var(--clr-neutral-700);
  padding: 2px;
  font-weight: 600;
  white-space: nowrap;
}
.reviews__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 3rem;
}
.reviews__star {
  color: var(--clr-neutral-700);
  width: 1.6rem;
  height: 1.6rem;
}
.reviews__text {
  font-size: var(--fs-200);
}
.reviews__images {
  display: flex;
  gap: 8px;
  margin-top: 3rem;
}
.reviews__image {
  width: 6.2rem;
  height: 6.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.reviews__footer {
  text-align: center;
  margin-top: 0;
  position: absolute;
  z-index: 20;
  bottom: 9rem;
  left: 0;
  right: 0;
  margin: auto;
}

.cost {
  padding: 17rem 0 var(--section-gap);
}
.cost__sub-heading {
  font-size: var(--fs-750);
  font-weight: 500;
  color: var(--clr-neutral-700);
  text-align: center;
  line-height: var(--lh-300);
}
.cost__situation {
  margin: 5.6rem 0 4rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid rgba(1, 5, 1, 0.1);
}
.cost__situation-head {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: var(--lh-500);
}
.cost__situation P {
  font-size: 2.2rem;
  font-weight: 500;
}
.cost__box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cost__item {
  padding: 8rem 5rem 4.4rem;
  background-color: var(--clr-neutral-300);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cost__item-dark {
  background-color: var(--clr-primary-300);
}
.cost__cta-button {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.cost__button {
  background-color: #007bff;
  color: white;
  padding: 14px 30px;
  font-size: 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.cost__button:hover {
  background-color: #0056b3;
}
.cost__wrapper {
  margin-top: 6rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
.cost__table:not(:last-child) {
  margin-bottom: 8rem;
}
.cost__table-head {
  font-size: var(--fs-400);
  font-weight: 500;
  line-height: var(--lh-500);
  margin-bottom: 3.6rem;
  color: var(--clr-neutral-700) !important;
}
.cost__cta {
  background-color: var(--clr-secondary-400);
  padding: 4.8rem 5.6rem;
  font-size: var(--fs-500);
  font-weight: 500;
  color: var(--clr-neutral-700);
  line-height: var(--lh-400);
}
.cost__cta-dark {
  background-color: var(--clr-secondary-500);
}
.cost__footer {
  background-color: var(--clr-secondary-200);
  padding: 4rem;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: var(--lh-400);
  color: var(--clr-neutral-700);
  text-align: center;
}

.region {
  padding: var(--section-gap) 0;
  position: relative;
  overflow-x: hidden;
}
.region::before {
  position: absolute;
  content: "";
  top: -5rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: 15% top/cover no-repeat url("../img/skybg.webp");
  z-index: -1;
  pointer-events: none;
}
.region::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5.2rem;
  background: top/contain no-repeat url("../img/region-mobile-shape.svg");
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.region__wrapper {
  margin-top: 3rem;
  position: relative;
}
.region__map {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 20px;
}
.region__map-image {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.region__man-title {
  background-color: var(--clr-secondary-400);
  border-radius: 1.2rem;
  color: var(--clr-neutral-700);
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  bottom: 8rem;
  right: 6rem;
  padding: 1rem 2rem;
  text-align: center;
  top: auto;
  left: auto;
}
.region__man {
  position: absolute;
  bottom: 0;
  right: -2rem;
  width: 47%;
}
.region__text {
  background-color: var(--clr-neutral-700);
  border-radius: 2.4rem;
  padding: 2.4rem;
  font-size: var(--fs-200);
  color: var(--clr-neutral-100);
  position: relative;
  bottom: 0;
  border: 2px solid var(--clr-neutral-100);
}
.region__man-title {
  background-color: var(--clr-secondary-400);
  border-radius: 1.6rem;
  color: var(--clr-neutral-700);
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  bottom: 13rem;
  right: 6rem;
  padding: 1rem 2rem;
  text-align: center;
  top: auto;
  left: auto;
  z-index: 1;
}

.faq {
  padding: 7.2rem 0 0;
}
.faq__content {
  margin-top: 3rem;
}
.faq__category {
  margin-bottom: 5.6rem;
}
.faq__category-title {
  font-size: var(--fs-300);
  margin-bottom: 4rem;
  font-weight: 600;
  color: var(--clr-neutral-700);
  text-align: center;
}
.faq__category:last-child {
  margin-bottom: 0;
}
.faq__footer {
  text-align: center;
  margin-top: 4rem;
}

@media (min-width: 992px) {
  .hero {
    padding: 21rem 0 15.6rem;
    margin-bottom: 12rem;
  }
  .hero__mech {
    padding-top: 12rem;
  }
  .hero__time {
    padding: 1.6rem;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFEFE;
    -webkit-backdrop-filter: blur(26px);
            backdrop-filter: blur(26px);
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
  }
  .hero__time-img {
    display: block;
    width: 10rem;
    border-radius: 1.2rem;
  }
  .hero__time-link {
    font-size: var(--fs-400);
    font-weight: 500;
    color: var(--clr-neutral-700);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .hero__img {
    margin-bottom: -165%;
  }
  .hero__right {
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    translate: 0 -50%;
  }
  .offer {
    margin: 12rem 0 16rem;
  }
  .offer__heading {
    font-size: var(--fs-800);
    font-weight: 600;
    color: var(--clr-neutral-700);
  }
  .support__box {
    margin-top: 6rem;
    background: var(--clr-neutral-200);
    border: 1px solid var(--clr-neutral-400);
    border-radius: 16px;
    overflow: hidden;
  }
  .support__image {
    border-radius: 0;
  }
  .support__list {
    gap: 1.6rem;
    padding: 2.4rem;
  }
  .support__item {
    /* min-height: 14.5rem; */
  }
  .support__item-title {
    font-size: var(--fs-600);
  }
  .support__item-text {
    font-size: var(--fs-400);
  }
  .faq {
    padding: 24rem 0 5.6rem;
  }
  .faq__content {
    margin-top: 6rem;
  }
  .faq__category {
    margin-bottom: 10rem;
  }
  .faq__category-title {
    font-size: var(--fs-500);
  }
  .faq__footer {
    margin-top: 5rem;
  }
  .region::before {
    top: 0;
    left: 0;
    right: 0;
    background: -50% top/contain no-repeat url("../img/skybg.webp");
  }
  .region::after {
    left: 0;
    top: 0;
    background: top/contain no-repeat url("../img/skybg-shape.svg");
  }
  .region__wrapper {
    margin-top: 6rem;
  }
  .region__map-image {
    width: 100%;
    max-width: 800px;
    height: auto;
  }
  .region__man {
    right: -2rem;
    width: 47%;
  }
  .region__text {
    border-radius: 2.4rem;
    padding: 4rem;
    font-size: var(--fs-500);
    bottom: 3rem;
    border: 0;
  }
  .region__man-title {
    bottom: 8rem;
    right: 6rem;
    padding: 1rem 2rem;
  }
}
@media (max-width: 1024px) {
  .why {
    padding: 10rem 0 7rem;
  }
  .why__grid {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 3rem;
    margin-top: 3rem;
  }
  .why__grid-box--span {
    grid-column: span 1;
    row-gap: 5rem;
  }
  .why__img {
    min-height: auto;
  }
  .features {
    padding: var(--section-gap) 0;
    margin: 0 auto;
  }
  .features__item {
    flex-direction: column !important;
    position: static;
  }
  .features__list {
    gap: 2rem;
    margin-top: 3rem;
    padding: 0;
  }
  .features__item {
    padding: 3rem;
  }
  .features__media {
    width: 100%;
  }
  .features__video {
    max-height: 36rem;
  }
  .features__sub-txt {
    font-size: var(--fs-200);
  }
  .realiz__wrapper {
    margin-top: 4rem;
  }
  .realiz__main-slide {
    border-radius: 1.4rem;
  }
  .realiz .swiper-slide-active .realiz__main-image {
    transform: scale(1);
  }
  .realiz__main-image {
    min-height: 50rem;
  }
  .realiz__overlay {
    padding: 4rem;
  }
  .realiz__logo {
    padding: 1.2rem;
    margin-bottom: 2rem;
  }
  .realiz__logo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: -moz-max-content;
    width: max-content;
  }
  .realiz__main-title {
    font-size: 2.4rem;
  }
  .realiz__thumbs {
    width: 100%;
    height: auto;
    margin-top: 1.6rem;
  }
  .realiz__thumbs .swiper-slide {
    cursor: pointer;
    border-radius: 1.4rem;
  }
  .realiz__thumb-image {
    min-height: 30rem;
  }
}
@media (max-width: 767px) {
  .hero__right-shap {
    width: 50%;
  }
  .hero__time--mobile {
    display: flex !important;
    margin-top: 2rem;
    padding: 7rem 0rem;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #FFFEFE;
    -webkit-backdrop-filter: blur(18px);
            backdrop-filter: blur(18px);
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
  }
  .hero__time--mobile .hero__time-img {
    display: block;
    width: 8rem;
    border-radius: 1rem;
  }
  .hero__time--mobile .hero__time-link {
    font-size: var(--fs-300);
    font-weight: 600;
    color: var(--clr-neutral-700);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .product__main {
    overflow: unset !important;
  }
  .product__slider {
    max-height: 30rem;
    min-height: 30rem;
  }
  .product__slider .swiper-slide {
    display: block;
    width: 100%;
  }
  .product__img {
    aspect-ratio: 1;
    scale: 1.1;
  }
  .product__list {
    padding: 1.2rem 8px;
    gap: 1.2rem;
    margin: 1.2rem 0;
  }
  .product__title {
    font-size: var(--fs-100);
  }
  .product__logo {
    width: 12rem;
    height: 2.8rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product__price {
    color: var();
  }
  .product__price-total {
    font-size: var(--fs-500);
  }
  .install {
    padding: 2rem 0 14.4rem;
    position: relative;
  }
  .install::before {
    top: -5rem;
    left: 0;
    right: 0;
    background: 65% top/cover no-repeat url("../img/skybg.webp");
    z-index: -1;
  }
  .install::after {
    content: "";
    position: absolute;
    left: 0;
    top: -5.2rem;
    background: top/cover no-repeat url("../img/skybg-shape.svg");
    width: 100%;
    height: 50%;
    pointer-events: none;
  }
  .install__items {
    margin-top: 3rem;
  }
  .install__box {
    padding: 1.6rem;
  }
  .install__img {
    min-height: 30rem;
  }
  .install__img--lg {
    min-height: 30rem;
  }
  .install__body--vrtl {
    margin-top: 2rem;
  }
  .install__body-text {
    margin-top: 1.6rem;
    font-size: var(--fs-100);
  }
  .install__btns {
    margin-top: 3rem;
    gap: 8px;
  }
  .install__btns .mybtn__square {
    width: 2.4rem;
    height: 2.4rem;
  }
  .install__btns .mybtn__square .myicon {
    width: 8px;
    height: 8px;
  }
  .why {
    background: var(--clr-neutral-700);
    padding: 4.8rem 0;
    position: relative;
    color: #ffffff;
  }
  .why__grid {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px !important;
    margin-top: 3rem;
  }
  .why__img {
    border-radius: 8px;
    min-height: 35rem;
  }
  .why__img-box {
    padding-bottom: 2rem;
  }
  .why__features {
    padding: 3.2rem 2rem 2.4rem;
  }
  .why__list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
  }
  .why__item {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .why__bullet {
    font-size: 1rem;
    margin-top: 5px;
  }
  .why__text {
    font-size: var(--fs-100);
  }
  .why__btn {
    margin-top: 4rem;
  }
  .why__sub-heading {
    font-size: var(--fs-300);
    font-weight: 600;
    white-space: wrap;
  }
  .why__flexbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: start;
    grid-auto-rows: minmax(0, auto);
    margin: 0;
    grid-auto-flow: dense;
  }
  .why__card {
    background: rgba(255, 255, 255, 0.1);
    padding: 2.4rem 1.6rem;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: -moz-max-content;
    height: max-content;
    grid-column: 1;
    height: 100%;
    min-height: unset;
    grid-row: auto;
  }
  .why__card:first-child {
    height: 100%;
  }
  .why__card.bad1 {
    grid-column: 2;
    grid-row: 1/span 1;
  }
  .why__card.bad2 {
    grid-column: 2;
    grid-row: 2/span 2;
    height: 100%;
  }
  .why__card.bad3 {
    grid-column: 2;
    grid-row: 4/span 2;
  }
  .why__card.btns {
    grid-column: span 2;
  }
  .why__card-badge {
    padding: 6px 12px;
    margin: 0 auto 16px;
    position: relative;
    top: 0;
    left: unset;
    translate: unset;
  }
  .why__card-text {
    font-size: var(--fs-100);
    margin-top: 1rem;
  }
  .why__logo-box {
    text-align: right;
    margin-top: 3rem;
  }
  .why__logo {
    width: 9rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .features {
    padding: var(--section-gap) 0;
    margin: 0 auto;
  }
  .features__item {
    flex-direction: column !important;
    position: static;
    padding: 1.6rem;
    border-radius: 1.6rem;
    gap: 2.4rem;
  }
  .features__media {
    width: 100%;
    border-radius: 1.2rem;
  }
  .features__video {
    max-height: 30rem;
  }
  .features__content {
    gap: 1.5rem;
  }
  .features__sub-txt {
    font-size: var(--fs-100);
    margin-top: 0;
  }
  .realiz__wrapper {
    margin-top: 3rem;
  }
  .realiz__mobile-stack {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .realiz__wrapper--mobile .realiz__main-slide {
    margin-bottom: 1.2rem;
  }
  .realiz__wrapper--mobile .realiz__main-slide:last-child {
    margin-bottom: 0;
  }
  .realiz__wrapper--mobile {
    position: relative;
  }
  .realiz__mobile-stack {
    position: relative;
  }
  .realiz__show-more-wrapper {
    position: relative;
    z-index: 10;
    margin-top: 2.4rem;
  }
  .realiz__mobile-hidden {
    display: none !important;
  }
  .realiz__mobile-hidden.realiz__mobile-visible {
    display: flex !important;
  }
  .realiz__show-more-btn--hidden {
    display: none !important;
  }
  .realiz__main-slide {
    border-radius: 8px;
  }
  .realiz__main-image {
    min-height: 23rem !important;
  }
  .realiz__overlay {
    padding: 1.6rem !important;
  }
  .realiz__logo {
    padding: 4px;
    margin-bottom: 2rem;
    border-radius: 2px;
  }
  .realiz__logo img {
    height: 2rem;
  }
  .realiz__main-title {
    font-size: 1.6rem;
  }
  .realiz__thumbs {
    margin-top: 8px;
  }
  .realiz__thumbs .swiper-slide {
    border-radius: 8px;
  }
  .realiz__thumbs-grid {
    row-gap: 8px;
  }
  .realiz__thumb-image {
    min-height: 20rem;
  }
  .partners {
    padding: var(--section-gap) 0;
    background-color: #fff;
    overflow: hidden;
  }
  .partners__slider-wrapper {
    position: relative;
    padding: 0;
    margin-top: 3rem;
  }
  .partners__slider-wrapper .swiper-button-prev,
  .partners__slider-wrapper .swiper-button-next {
    display: none;
  }
  /* .partners__swiper .swiper-wrapper {
    transition: none !important;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: space-between;
  } */
  /* .partners__slide {
    height: auto;
    margin: 0 !important;
  } */
  /* .partners__logo {
    height: 3.3rem;
    max-width: 12rem;
  } */
  .partners__blur {
    display: none;
  }
  .compatibility__grid {
    gap: 3rem;
  }
  .compatibility__logos {
    padding: 4rem 3rem;
    gap: 2rem;
    margin-bottom: 1.4rem;
  }
  .compatibility__logo {
    height: 5.4rem;
    max-width: 100%;
  }
  .compatibility__text {
    font-size: var(--fs-100);
  }
  .expertise {
    padding: var(--section-gap) 0;
  }
  .expertise__box {
    min-height: 43rem;
  }
  .expertise__box .secondary-heading {
    font-size: 2.4rem;
  }
  .expertise__info {
    padding: 3rem;
  }
  .expertise__button {
    padding: 2rem;
    border-radius: 1.6rem;
    left: 70%;
    top: 65%;
    font-size: var(--fs-50);
    width: -moz-max-content;
    width: max-content;
  }
  .expertise__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 184, 54, 0.4);
  }
  .expertise__person {
    right: -2rem;
    bottom: -2rem;
    z-index: 1;
    max-width: 63%;
    display: flex;
  }
  .cost {
    padding: 8rem 0;
  }
  .cost__wrapper {
    border-radius: 0;
    margin-top: 3rem;
  }
  .cost__situation {
    margin: 2.3rem 0 1.6rem;
    padding-bottom: 1.6rem;
  }
  .cost__situation-head {
    font-size: var(--fs-200);
  }
  .cost__situation p {
    font-size: var(--fs-100);
  }
  .cost__box {
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .cost__item {
    padding: 2rem 1.7rem;
  }
  .cost__sub-heading {
    font-size: var(--fs-300);
    font-weight: 600;
  }
  .cost__table:not(:last-child) {
    margin-bottom: 3rem;
  }
  .cost__table-head {
    margin-bottom: 2.5rem;
    font-size: var(--fs-200);
  }
  .cost__cta {
    padding: 1.6rem;
    font-size: var(--fs-100);
    font-weight: 400;
    line-height: var(--lh-600);
  }
  .cost__footer {
    padding: 2.4rem;
    font-size: var(--fs-400);
    border-radius: var(--radius-400);
    margin-top: 8px;
  }
  .region__map {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    min-height: 30rem !important;
  }
  .region__man-box {
    position: relative;
  }
  .region__man {
    position: relative;
    bottom: 0px;
    right: 0;
    z-index: 1;
    width: 90%;
    margin: -25rem auto 0;
    min-height: 48rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .region__text {
    border-radius: 1.6rem;
    padding: 1.6rem;
    font-size: var(--fs-100);
    position: absolute;
    bottom: 0;
    z-index: 9;
  }
  .region__man-title {
    gap: 0;
    bottom: unset;
    right: 2rem;
    padding: 1rem 2rem;
    top: 70%;
    translate: 0 -50%;
  }
  .reviews {
    padding: 7.2rem 0 3rem;
    background-color: var(--clr-neutral-700);
  }
  .reviews__grid {
    gap: 8px;
    margin-bottom: 0;
    position: relative;
    max-height: 800px;
    margin-top: 3rem;
  }
  .reviews__grid--expanded {
    max-height: none;
  }
}
@media (max-width: 767px) and (max-width: 992px) {
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) and (max-width: 640px) {
  .reviews__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .reviews__column {
    gap: 8px;
  }
  .reviews__gradient-overlay {
    bottom: -11.5rem;
    height: 82%;
    background: linear-gradient(180.91deg, rgba(1, 5, 1, 0) 6.92%, #010501 75.49%);
  }
  .reviews__gradient-overlay--hidden {
    opacity: 0;
  }
  .reviews__badges {
    gap: 1.5rem !important;
    margin-top: 1.2rem;
    display: flex ;
    align-items: center;
    justify-content: center;
  }
  .reviews__badge-logo {
    height: 4rem;
    width: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  .reviews__external-btn {
    margin-left: 1rem;
  }
  .reviews__card {
    padding: 3rem;
  }
  .reviews__avatar {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 2.4rem;
  }
  .reviews__name {
    font-size: var(--fs-200);
    font-weight: 500;
    color: var(--clr-neutral-700);
  }
  .reviews__star {
    width: 1.2rem;
    height: 1.2rem;
  }
  .reviews__text {
    font-size: var(--fs-100);
  }
  .reviews__images {
    display: flex;
    gap: 8px;
    margin-top: 3rem;
  }
  .reviews__image {
    width: 6rem;
    height: 6rem;
  }
  .reviews__footer {
    position: absolute;
    bottom: 3rem;
  }
  .reviews__footer svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.innerpage-body {
  position: relative;
  justify-content: unset;
}
.innerpage-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/inner-page-sky.webp) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 61.9rem;
  z-index: -1;
}

.innerpage-header .topbar {
  display: none;
}
.innerpage-header .header {
  top: 4rem !important;
}

.innerpage-richtext {
  padding: 18rem 0 0;
}
.innerpage-richtext .content-box {
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 6.4rem;
}
.innerpage-richtext .content-box__head {
  margin-bottom: 0.6rem;
}
.innerpage-richtext .content-box__head h1 {
  text-align: center;
}
.innerpage-richtext .content-box__desc {
  gap: 0;
}
.innerpage-richtext .content-box__desc img {
  margin-top: 2rem;
  width: 100%;
  height: 39.4rem;
  border-radius: 1.6rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 6.4rem;
}
.innerpage-richtext .content-box__desc b {
  display: block;
  margin-bottom: 1.3rem;
  font-size: var(--fs-400);
  letter-spacing: -0.04em;
  line-height: 3.2rem;
  font-weight: 600;
}
.innerpage-richtext .content-box__desc p {
  margin-bottom: 4.6rem;
  line-height: 3.2rem;
  letter-spacing: -0.04em;
}
.innerpage-richtext .content-box__desc p:last-child {
  padding-bottom: 4.6rem;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-color);
}
.innerpage-richtext .content-box__quotes {
  margin-top: 4.6rem;
}
.innerpage-richtext .content-box__quotes-wrapper {
  margin-bottom: 4.6rem;
}
.innerpage-richtext .content-box__quotes-wrapper svg {
  margin-bottom: 2.8rem;
  height: 8rem;
  width: 8rem;
}
.innerpage-richtext .content-box__quotes-wrapper p {
  font-size: var(--fs-600);
  line-height: 4.2rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  max-width: 91%;
}
.innerpage-richtext .content-box__quotes-profile {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
.innerpage-richtext .content-box__quotes-profile img {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.innerpage-richtext .content-box__quotes-profile-name p {
  font-size: var(--fs-400);
  line-height: 4.2rem;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.innerpage-neft-proffesional .innerpage-richtext .content-box__head {
  margin-bottom: 3.4rem;
}
.innerpage-neft-proffesional .innerpage-richtext .content-box__neft {
  margin-top: 4.8rem;
}
.innerpage-neft-proffesional .innerpage-richtext .content-box__neft p {
  font-size: var(--fs-400);
  letter-spacing: -0.04em;
  line-height: 3.2rem;
  font-weight: 500;
  max-width: 85%;
}

@media (max-width: 1199px) {
  .innerpage-header .header {
    top: 2rem !important;
  }
  .innerpage-richtext {
    padding: 12rem 0 0;
  }
}
@media (max-width: 1024px) {
  .innerpage-header .header {
    top: 2rem !important;
  }
  .innerpage-richtext {
    padding: 7.6rem 0 0;
  }
  .innerpage-richtext .content-box__desc img {
    margin-top: 1rem;
    height: 32.4rem;
  }
  .innerpage-body::before {
    height: 82.9rem;
  }
}
@media (max-width: 600px) {
  .innerpage-header .header {
    top: 1.6rem !important;
  }
  .innerpage-richtext {
    padding: 7.6rem 0 0;
  }
  .innerpage-richtext .content-box {
    padding: 0 0;
  }
  .innerpage-richtext .content-box__head {
    margin-bottom: 1.4rem;
  }
  .innerpage-richtext .content-box__desc img {
    margin-top: 0;
    width: 100%;
    height: auto;
    border-radius: 0.8rem;
    margin-bottom: 2rem;
  }
  .innerpage-richtext .content-box__desc b {
    margin-bottom: 1rem;
    font-size: var(--fs-200);
    line-height: 2.4rem;
    font-weight: 500;
  }
  .innerpage-richtext .content-box__desc p {
    margin-bottom: 2.1rem;
    line-height: 2.1rem;
    font-size: var(--fs-100);
  }
  .innerpage-richtext .content-box__desc p:last-child {
    padding-bottom: 3.2rem;
    margin-bottom: 0;
  }
  .innerpage-richtext .content-box__quotes {
    margin-top: 2.4rem;
  }
  .innerpage-richtext .content-box__quotes-wrapper {
    margin-bottom: 2rem;
  }
  .innerpage-richtext .content-box__quotes-wrapper svg {
    margin-bottom: 0.8rem;
    height: 4.8rem;
    width: 4.8rem;
  }
  .innerpage-richtext .content-box__quotes-wrapper p {
    font-size: var(--fs-100);
    line-height: 2.1rem;
    max-width: 100%;
    font-weight: 500;
  }
  .innerpage-richtext .content-box__quotes-profile img {
    height: 3.2rem;
    width: 3.2rem;
  }
  .innerpage-richtext .content-box__quotes-profile-name p {
    font-size: var(--fs-100);
    line-height: 2.2rem;
    font-weight: 500;
  }
  .innerpage-body::before {
    height: 66.9rem;
  }
  .innerpage-neft-proffesional .innerpage-richtext .content-box__head {
    margin-bottom: 2rem;
  }
  .innerpage-neft-proffesional .innerpage-richtext .content-box__head h1 {
    line-height: 2.8rem !important;
  }
  .innerpage-neft-proffesional .innerpage-richtext .content-box__neft {
    margin-top: 2.4rem;
  }
  .innerpage-neft-proffesional .innerpage-richtext .content-box__neft p {
    font-size: var(--fs-100);
    line-height: 2.1rem;
    max-width: 100%;
    font-weight: 500;
  }
}

/* Price Estimation - Clean Styling */
#priceEstimationBox {
  padding: var(--size-300);
  background: var(--clr-neutral-100);
  border: 1px solid var(--clr-neutral-300);
  border-radius: var(--radius-400);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  margin: 0rem 2rem
}

#priceEstimationBox .sub-heading {
  margin-bottom: var(--size-100);
}

#priceEstimationBox p {
  color: var(--clr-neutral-700);
}

#priceEstimationBox .price__content {
  background: var(--clr-neutral-100);
  border: 1px solid var(--clr-neutral-300);
  border-radius: var(--radius-300);
  padding: var(--size-300);
  display: flex;
  flex-direction: column;
  gap: var(--size-150);
}

#priceEstimationBox .price__content .d-flex {
  gap: var(--size-100);
}

#pricePhaseLine,
#priceDistanceLine {
  font-size: var(--fs-100);
  color: var(--clr-neutral-700);
  display: inline-block;
  padding: 0.35rem 0.6rem;
  background: var(--clr-neutral-200);
  border: 1px solid var(--clr-neutral-300);
  border-radius: var(--radius-300);
}

#priceValue {
  font-size: var(--fs-600);
  line-height: var(--lh-200);
  color: var(--clr-primary-500);
  letter-spacing: 0.3px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

#priceNote {
  color: var(--clr-neutral-600);
  max-width: 60ch;
}

#priceEstimationBox .price__content .mt-3 {
  margin-top: var(--size-300) !important;
  padding-top: var(--size-200);
  border-top: 1px dashed var(--clr-neutral-300);
}

/* Accent left border for the content to give subtle emphasis */
#priceEstimationBox .price__content {
  position: relative;
}
#priceEstimationBox .price__content::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: var(--radius-300) 0 0 var(--radius-300);
  background: linear-gradient(
    180deg,
    var(--clr-primary-500) 0%,
    rgba(0,0,0,0) 100%
  );
  opacity: 0.25;
}

/* Responsive tweaks */
@media (min-width: 992px) {
  #priceEstimationBox {
    padding: var(--size-400);
  }
  #priceEstimationBox .price__content {
    padding: var(--size-400);
    gap: var(--size-200);
  }
  #priceValue {
    font-size: var(--fs-700);
  }
}

/* Remove accent border */
#priceEstimationBox .price__content::before {
  display: none;
}

/* Remove horizontal margin on mobile */
#priceEstimationBox {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: var(--size-200) !important;
}

#priceEstimationBox .price__content {
  padding: var(--size-200) !important;
  gap: var(--size-100) !important;
}

#priceValue {
  font-size: var(--fs-400) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

@media (min-width: 992px) {
  #priceEstimationBox {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
    padding: var(--size-400) !important;
  }
  #priceEstimationBox .price__content {
    padding: var(--size-400) !important;
    gap: var(--size-200) !important;
  }
  #priceValue {
    font-size: var(--fs-700) !important;
  }
}

/* Mobile adjustments: hide image and note above price box; add bottom margin */
@media (max-width: 991.98px) {
  .step__neft-logo,
  .step__form-note {
    display: none !important;
  }
  #priceEstimationBox {
    margin-bottom: var(--size-300) !important;
  }
}