@font-face {
  font-family: Poppins Variable;
  src: url('../fonts/Poppins-Variable.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Son;
  src: url('../fonts/SON.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Anik;
  src: url('../fonts/ANIK-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Anik;
  src: url('../fonts/ANIK-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #f5f5f5;
  padding-left: 0;
}

.div-block {
  z-index: 5;
  background-image: linear-gradient(#030303e8, #03030361 35%, #000);
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  padding-left: 3.5%;
  display: flex;
  position: relative;
}

.background-video {
  justify-content: flex-start;
  align-items: center;
  width: 100svw;
  height: 100svh;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video.desktop {
  filter: saturate(90%);
}

.background-video.phone {
  display: none;
}

.nav {
  z-index: 25;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-2 {
  background-color: #f5f5f5;
  height: auto;
  padding: 9% 3% 9% 3.5%;
  position: relative;
}

.link-block {
  z-index: 26;
  height: auto;
  padding: 20px 0 0 3%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.link-block._2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  width: 70px;
}

.image._2 {
  z-index: 1;
  opacity: .16;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.image._2.g {
  z-index: 0;
}

.image-3 {
  width: 70px;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .5px;
  -webkit-text-stroke-width: 1px;
  margin-left: 8px;
  font-family: Son, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1em;
}

.div-block-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 110px;
  padding-left: 3.5%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  -webkit-text-stroke-width: 1.5px;
  text-transform: uppercase;
  font-family: Anik, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: .9em;
}

.text-block-3._2 {
  line-height: .95em;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 18px;
  padding-left: .9%;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-block-5 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
  top: 5px;
}

.text-block-5._2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  width: 90%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-5._2 {
  justify-content: flex-start;
  margin-top: 22px;
}

.div-block-5._2._5 {
  margin-top: 30px;
}

.button {
  letter-spacing: .5px;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 60px;
  padding: 18px 25px;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .3s;
}

.button:hover {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #ffe972;
}

.button._2 {
  background-image: url('../images/arrow-down-yellow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: -2px;
  padding-left: 30px;
  padding-right: 30px;
}

.button._2:hover {
  background-color: #424242;
}

.button._2._4 {
  background-color: #000;
  background-image: url('../images/Yllow-arrow-right.avif');
  background-size: 14px;
  border-color: #000;
  border-radius: 0 4px 4px 0;
}

.button._2._4._6 {
  background-size: 12px;
  border-color: #fff;
  height: 52px;
  padding: 24px;
}

.button._3 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  background-color: #ffe972;
  border-color: #ffe972;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  margin-top: 0;
}

.button._3._5 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #ffe97200;
  border-color: #fff;
  width: 60%;
  height: 52px;
  padding: 14px 0;
  font-size: 15px;
}

.button._3._5:hover {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #ffe972;
}

.button._3._5._6 {
  padding-top: 8px;
}

.button._3._5._6._7 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.button._3._5._7 {
  width: 75%;
}

.text-span-4, .text-span-5 {
  color: #e9d983;
}

.div-block-6 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button-2 {
  letter-spacing: 1px;
  background-color: #3898ec00;
  background-image: url('../images/Phone-Icon.avif');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 23px;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 35px;
  font-family: Anik, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.text-span-6 {
  float: right;
  color: #b6b6b6;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 0;
  font-size: 8px;
  font-weight: 400;
  position: relative;
}

.text-span-8 {
  color: #ffe972;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #ffe972;
}

.menu {
  z-index: 24;
  background-color: #3a3a3a;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-27 {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.div-block-26 {
  flex-flow: column;
  width: 60%;
  padding-top: 0;
  display: flex;
}

.div-block-26._2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 350px;
  padding-top: 0;
}

.button-3 {
  color: #c5c5c5;
  text-transform: none;
  background-color: #3898ec00;
  padding-left: 0;
  font-family: Anik, Arial, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1em;
  transition: color .3s;
}

.button-3:hover {
  color: #e9d983;
}

.button-3.w--current {
  font-size: 35px;
}

.button-3._5 {
  text-align: center;
  background-color: #0000;
  border: 2px solid #e9d983;
  border-radius: 5px;
  width: 310px;
  margin-top: 25px;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-right: 0;
  font-size: 29px;
}

.button-3._5:hover {
  background-color: #111;
  padding-top: 13px;
  padding-bottom: 14px;
  font-size: 29px;
}

.text-span-9 {
  color: #e9d983;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #000;
  font-size: 10px;
  position: relative;
  top: -9px;
}

.div-block-69 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-block-4 {
  filter: invert(70%);
  background-image: url('../images/59439_159439.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  border: 2px solid #000;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: relative;
  inset: 0%;
}

.div-block-30 {
  flex-flow: row;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.div-block-28 {
  width: 100%;
  max-width: 100%;
  height: 110px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}

.button-4.ggg {
  filter: invert(79%);
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  background-image: url('../images/right-arrow-black.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 88px;
  font-family: Anik, Arial, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.button-4.ggg:hover {
  width: 94px;
}

.button-4.ggg.jjkh {
  width: 51px;
  margin-left: 30px;
}

.div-block-29 {
  border-top: 1px solid #e9d983;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image-4 {
  opacity: .29;
  filter: invert() grayscale();
  width: 400px;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 5px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.div-block-70 {
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.full-width {
  padding-bottom: 60px;
  display: flex;
}

.div-block-71 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.3%;
  padding-right: 3%;
  font-size: 9px;
  font-weight: 300;
  display: flex;
}

.heading-small {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-small.text-white {
  color: #000;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #e9d983;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-family: Anik, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 500;
}

.spacer-small {
  width: 100%;
  padding-bottom: 1.5rem;
}

.footer {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.italic-link {
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  font-family: Anik, Arial, sans-serif;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.italic-link:hover {
  color: #e9d983;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 6vh;
  margin-left: auto;
  margin-right: auto;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-col.size {
  color: #fff;
  border-left: 0 solid #fff3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 22rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  position: relative;
}

.footer-bar {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer-row {
  border-bottom: 1px solid #fff3;
  width: 100%;
  margin-bottom: 20px;
  padding-top: .2rem;
  padding-bottom: .3rem;
}

.footer-row.no-border {
  border-bottom-style: none;
}

.link {
  color: #e9d983;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.3%;
  padding-right: 3%;
  position: relative;
  top: 54px;
}

.div-block-72 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-73 {
  background-color: #31313100;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 0;
  padding-right: 5%;
  position: sticky;
  top: 22vh;
}

.div-block-74 {
  width: 50%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-75 {
  background-color: #000;
  height: 2000px;
  padding-top: 9%;
  padding-left: 3.5%;
  padding-right: 3%;
}

.div-block-75._2 {
  height: auto;
  padding-top: 10%;
  padding-bottom: 5%;
  padding-right: 3.5%;
}

.text-block-33 {
  color: #000;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Anik, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: .95em;
}

.text-block-33._2 {
  color: #fff;
}

.text-block-33._2._5 {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-76 {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 500px;
  margin-bottom: 20px;
  padding: 31px 31px 31px 30px;
  display: flex;
}

.div-block-76._1 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(359deg, #000, #fff0 67%), url('../images/c_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 solid #e9d98300;
  border-radius: 5px;
  justify-content: flex-start;
  height: 500px;
  margin-bottom: 0;
  position: relative;
}

.div-block-76._1:hover {
  color: #ffe972;
}

.div-block-76._1._3 {
  text-transform: uppercase;
  background-image: linear-gradient(0deg, #000, #fff0 28%), url('../images/candid-residential_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.paragraph {
  color: #000;
  width: 597px;
  max-width: 100%;
  margin-bottom: 30px;
  padding-right: 0%;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.lottie-animation {
  opacity: .51;
  filter: drop-shadow(0 1px #000) hue-rotate(27deg) brightness(139%);
  width: 60px;
  margin-top: 62px;
  margin-right: 10%;
  position: absolute;
  inset: 0% auto auto 318px;
}

.lottie-animation.desktop {
  width: 68px;
  margin-top: 25px;
  display: block;
  left: 330px;
}

.lottie-animation.mobile {
  display: none;
}

.text-block-35 {
  letter-spacing: .5px;
  font-family: Anik, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-35._2 {
  text-transform: uppercase;
  font-size: 26px;
}

.image-6 {
  width: 22px;
  margin-left: 15px;
}

.image-6._2 {
  filter: grayscale() invert();
  width: 40px;
  margin-top: 15px;
}

.image-6._3 {
  margin-bottom: 3px;
  margin-left: 15px;
}

.text-span-11 {
  color: #000;
}

.div-block-78 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0%;
  display: flex;
}

.div-block-79 {
  width: 100%;
  padding: 0;
}

.div-block-80 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -1px;
  display: flex;
}

.div-block-86 {
  background-color: #ffe972;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.8%;
  padding-right: 5.3%;
  display: flex;
  position: relative;
}

.text-block-38 {
  color: #000;
  font-family: Anik, Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1em;
}

.div-block-93 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  width: 810.219px;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 90px;
  padding-right: 0%;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.6em;
}

.div-block-94 {
  text-align: right;
  width: 680px;
  max-width: 100%;
  margin-bottom: 51px;
  padding: 0;
}

.text-block-39 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: -7px;
  font-family: Anik, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

.div-block-96 {
  justify-content: space-between;
  align-items: flex-start;
  width: 816px;
  max-width: 100%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-96._5 {
  margin-bottom: 30px;
}

.div-block-97 {
  width: 60%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-99 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5%;
  display: flex;
}

.div-block-100 {
  color: #fff;
  background-color: #1f1f1f;
  background-image: linear-gradient(0deg, #000, #0000);
  justify-content: space-between;
  align-items: flex-end;
  width: 32%;
  height: 480px;
  padding: 18px 16px 25px 2%;
  display: flex;
}

.div-block-100:hover {
  color: #ffe972;
}

.div-block-100._1 {
  background-color: #1f1f1f00;
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/Lights_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  width: 49.5%;
  height: 500px;
  padding-bottom: 3%;
  padding-left: 2%;
  position: relative;
}

.div-block-100._1:hover {
  color: #ffe972;
}

.div-block-100._2 {
  background-color: #1f1f1f00;
  background-image: linear-gradient(0deg, #000, #00000070), url('../images/1cx.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: flex-start;
  width: 49.5%;
  height: 500px;
  padding-bottom: 3%;
  padding-left: 2%;
  position: relative;
}

.div-block-100._2:hover {
  color: #ffe972;
}

.div-block-101 {
  flex-flow: column;
  align-items: flex-end;
  width: 30%;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 130px;
}

.div-block-102 {
  background-image: url('../images/bulb.png');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 26px;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.div-block-102._1 {
  background-image: url('../images/housee.png');
  background-position: 0%;
  background-size: 35px;
  width: 39px;
}

.div-block-102._2 {
  background-image: url('../images/yellow.png');
  background-size: 37px;
}

.div-block-104 {
  background-color: #ffe972;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.8%;
  padding-right: 5.3%;
  display: flex;
}

.div-block-104._2 {
  position: relative;
}

.text-block-40 {
  color: #000;
  font-family: Anik, Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1em;
}

.lottie-animation-4 {
  width: 80%;
}

.text-span-15 {
  color: #ffe972;
  -webkit-text-stroke-color: #ffe972;
}

.div-block-107 {
  color: #fff;
  background-image: linear-gradient(0deg, #000, #fff0), url('../images/barz.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 460px;
  margin-top: 2%;
  padding: 0 18px 30px 1%;
  transition: all .3s;
  display: flex;
  position: relative;
}

.div-block-107:hover {
  border-color: #ffe972;
}

.div-block-109 {
  align-items: flex-end;
  margin-bottom: 4%;
  margin-left: 1%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.body-2 {
  background-color: #000;
}

.text-block-46 {
  color: #ffe972;
  margin-bottom: 20px;
  padding-left: 6px;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-46._2 {
  color: #fff;
  padding-left: 3px;
  font-size: 15px;
}

.div-block-343 {
  background-image: linear-gradient(#000, #00000073 50%, #000), url('../images/can_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  height: 700px;
  padding: 0 3% 1vh;
  display: flex;
  position: static;
}

.div-block-343._2 {
  background-image: linear-gradient(#000, #3126205c 50%, #000), url('../images/1cx.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-343._3 {
  background-image: linear-gradient(#000, #0009 50%, #000), url('../images/2_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-343._4 {
  background-image: linear-gradient(#000000a1, #00000047 50%, #000), url('../images/homeee.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
}

.div-block-343._5 {
  background-image: linear-gradient(#000, #00000054 50%, #000), url('../images/sz.jpg');
  background-position: 0 0, 50%;
}

.div-block-343._7 {
  background-image: linear-gradient(#000, #0000004a 50%, #000), url('../images/ca.jpg');
}

.div-block-343._8 {
  background-image: linear-gradient(#000, #0009 50%, #000), url('../images/bri.jpg');
  background-size: auto, cover;
}

.div-block-343._9 {
  background-image: linear-gradient(#000, #0000004a 50%, #000), url('../images/adsag.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
}

.div-block-343._10 {
  background-image: linear-gradient(#000, #00000073 50%, #000), url('../images/edffs.jpg');
  background-size: auto, cover;
}

.div-block-343.dgthfy {
  background-image: linear-gradient(#000, #00000073 50%, #000), url('../images/sdf.jpg');
  background-size: auto, cover;
}

.div-block-343._0 {
  background-image: linear-gradient(#000, #00000073 50%, #000), url('../images/wreat.jpg');
}

.div-block-344 {
  flex-flow: column;
  display: flex;
}

.image-11 {
  width: 40px;
  margin: 25px 25px 35px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-20 {
  opacity: 1;
  color: #ffe972;
  text-transform: capitalize;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50 {
  width: 100%;
  padding: 0%;
}

.feature5-row-wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
}

.feature5-row-wrap.s {
  margin-top: 50px;
  margin-bottom: 77px;
}

._4-col {
  width: 30%;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.div-block-337 {
  margin-top: 40px;
}

.div-block-337._5.rt {
  margin-top: 0;
}

.feature5-item-wrap {
  padding-right: 0;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.text-block-52 {
  color: #fff;
  width: 1086px;
  max-width: 100%;
  margin-top: 35px;
  margin-bottom: 80px;
  padding-right: 5%;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.7em;
  position: relative;
}

.text-block-52._5 {
  margin-bottom: 30px;
}

.text-block-52._5._7 {
  margin-bottom: 40px;
}

.text-block-52._5._7._9.trg {
  margin-bottom: 62px;
}

.div-block-350 {
  margin-top: 0;
  padding: 1px 3.8% 120px 3.3%;
}

.div-block-350.erat {
  padding-bottom: 40px;
}

.div-block-353 {
  margin-top: 0;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  color: #fff;
  letter-spacing: .2px;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.text-14.text-14-60._1 {
  letter-spacing: 0;
  width: 423px;
  max-width: 100%;
  font-size: 17px;
}

.div-block-354 {
  text-align: right;
  width: 680px;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.div-block-348 {
  width: 100%;
  margin-top: 95px;
}

.div-block-348.erth {
  background-image: linear-gradient(#0000004d, #0000004d), linear-gradient(1deg, #000, #fff0), linear-gradient(271deg, #000, #fff0), linear-gradient(#000, #fff0), url('../images/s.svg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, cover;
  margin-top: 0;
  padding-top: 86px;
}

.div-block-348.ert {
  background-image: linear-gradient(359deg, #000, #fff0), linear-gradient(83deg, #000, #fff0), linear-gradient(#000, #fff0), url('../images/s.svg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, cover;
  margin-top: 0;
  padding-top: 95px;
}

.lottie-animation-5 {
  filter: invert();
  width: 20%;
  margin: -28px 30px 30px auto;
  position: absolute;
  inset: 0% auto auto 380px;
}

.text-span-53 {
  color: #ffe972;
  letter-spacing: 1px;
}

.text-block-53 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 4%;
  margin-left: 0;
  margin-right: auto;
  font-size: 62px;
  font-weight: 500;
  line-height: .9em;
  position: relative;
}

.text-block-53._43 {
  color: #fff;
  margin-top: 120px;
  margin-bottom: 110px;
}

.text-block-53._43.erty {
  margin-top: 100px;
  margin-bottom: 90px;
  font-family: Anik, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: .9em;
}

.text-block-50 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
  top: 5px;
}

.text-block-50._2 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  width: 430px;
  max-width: 100%;
  margin-top: 7px;
  margin-bottom: 34px;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-block-54 {
  color: #ffe972;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}

.div-block-335 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-335.r {
  align-items: flex-end;
  width: 50%;
  padding-right: 0%;
  position: relative;
}

.div-block-334 {
  z-index: 1;
  background-color: #ffe972;
  background-image: url('../images/s.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 3px;
  width: 97%;
  max-width: 100%;
  height: 100%;
  margin-bottom: -220px;
  margin-left: auto;
  margin-right: 0;
  padding: 79px;
  position: absolute;
}

.div-block-334._2 {
  background-color: #000;
  background-image: url('../images/Holzman-Culvert_1Holzman Culvert.avif');
  background-position: 0%;
  background-size: cover;
  border: 0 solid #fff;
  width: 87%;
  height: 100%;
  margin-bottom: -6%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
}

.div-block-334._2._5 {
  background-image: linear-gradient(#161616, #0000 51%, #0e0e0e), url('../images/8_18.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.div-block-334._2._5.sd {
  background-image: url('../images/pl.jpg'), linear-gradient(#161616, #0000 51%, #0e0e0e);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.div-block-334._2.u {
  background-image: url('../images/s.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-336 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 3%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.div-block-336.ty {
  padding-top: 120px;
}

.div-block-336.ty.trh {
  padding-top: 80px;
}

.div-block-355 {
  margin-top: 40px;
}

.div-block-355._5 {
  margin-top: 0;
}

.div-block-356 {
  justify-content: space-between;
  align-items: flex-start;
  width: 816px;
  max-width: 100%;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-356._5 {
  margin-bottom: 30px;
}

.div-block-333 {
  background-color: #e0e0e0;
  justify-content: space-between;
  align-items: center;
  height: 120vh;
  display: block;
}

.div-block-333._3 {
  background-color: #e0e0e000;
  width: 100%;
  height: 110vh;
}

.div-block-347 {
  width: auto;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.slide--reviews {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 62px;
  display: flex;
}

.timeline__ico-title {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Anik, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.timeline__col {
  flex: 1;
  justify-content: flex-end;
}

.timeline__col.mod--4 {
  justify-content: flex-start;
  width: 100%;
  max-width: 790px;
}

.timeline__col.mod--2 {
  justify-content: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: -6px;
}

.timeline__col.mod--1 {
  flex: 0 auto;
  justify-content: flex-start;
}

.timeline__year {
  color: #ffe972;
  -webkit-text-stroke-width: 0px;
  flex: none;
  font-family: Anik, Arial, sans-serif;
  font-size: 110px;
  line-height: 1em;
  transition: all .5s;
}

.swiper-wrapper {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.timeline__sticky {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 80px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.grid.mod--timeline2 {
  line-height: 1.8em;
  overflow: hidden;
}

.grid.mod--timeline {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
}

.content {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline__txt-block {
  padding-bottom: 1px;
}

.timeline__line2 {
  filter: invert();
  background-color: #101010;
  width: 100%;
  height: 1px;
  padding: 0;
}

.btn-tag-2 {
  color: #ffe972;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #10101000;
  border-radius: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 110px;
  margin-right: 16px;
  padding: 4px 0 5px;
  font-family: Anik, Arial, sans-serif;
  font-size: 11px;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.btn-tag-2:hover, .btn-tag-2.w--current {
  color: #e1d4d5;
  background-color: #101010;
}

.section {
  padding: 64px 3%;
}

.section.section--timeline {
  min-height: 400vh;
  padding-right: 0%;
}

.page-wrap {
  background-image: linear-gradient(#0000, #00000080 50%, #0000), linear-gradient(#0000, #000), linear-gradient(#000, #fff0), url('../images/s.svg');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, contain;
}

.timeline__p {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
}

.timeline__tags {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 1px;
  display: flex;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--reviews {
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 320px;
  overflow: hidden;
}

.swiper.swiper--reviews-numb {
  width: 100%;
  overflow: visible;
}

.text-span-56 {
  color: #ffe972;
}

.div-block-358 {
  background-color: #000;
  margin-top: -13px;
  padding: 140px 0% 20px 2.3%;
  position: relative;
}

.div-block-358._33 {
  background-color: #0000;
  padding-top: 0;
  top: -55px;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #fff;
  border-radius: 6px;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  transition: all .3s;
  display: block;
}

.splide__pagination__page.is-active {
  opacity: 1;
  display: block;
}

.hidden {
  display: none;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-12 {
  width: 50px;
  position: relative;
  top: -11px;
}

.image-12._5 {
  width: 33px;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.splide__arrows {
  z-index: 10;
  opacity: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
  display: flex;
  position: relative;
  top: 365px;
}

.div-block-77 {
  z-index: 1;
  background-color: #f000;
  background-image: url('../images/zo.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 90px;
  height: 75px;
  position: relative;
  top: -1px;
  left: -3px;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  height: auto;
  padding-bottom: 150px;
}

.splide.slider1.df {
  padding-bottom: 0;
}

.splide.slider1.df.try {
  padding-top: 18px;
}

.splide__track {
  width: 100%;
}

.splide__slide {
  color: #fff;
  flex: none;
  align-self: stretch;
  width: 550px;
  max-width: 100%;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.6em;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 15px;
  font-family: Anik, Arial, sans-serif;
  font-size: 29px;
  line-height: 1em;
  position: relative;
}

.page-padding {
  padding-left: .4em;
  padding-right: 1em;
}

.splide__pagination {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 1em auto;
}

.div-block-359 {
  padding-left: 3%;
  padding-right: 3.5%;
}

.div-block-359.adfg {
  margin-bottom: 93px;
}

.text-span-57 {
  color: #ffe972;
}

.div-block-360 {
  height: 25px;
}

.div-block-360._2 {
  height: 40px;
}

.div-block-360._5 {
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.feature-card-image {
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image.d {
  width: 230px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 28px 28px 20px;
  position: relative;
  inset: auto 0% 7px -42px;
}

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section-2 {
  background-color: #000;
  padding: 0 3% 80px 2.5%;
  position: relative;
}

.section-2.sdfg {
  padding-bottom: 50px;
}

.section-2.sdfg.ewrt {
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(#0000, #000), linear-gradient(101deg, #000, #fff0), linear-gradient(#000, #fff0), url('../images/s.svg');
  background-position: 0 0, 0 0, 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  padding-top: 8vh;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.features-layout {
  grid-row-gap: 64px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout-wrapper {
  background-color: #fff0;
  border: 0 solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 32px 32px 0 0%;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  background-color: #0f0f0f00;
  border-color: #009dff;
}

.layout-wrapper.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  padding: 0 0 50px 0%;
  display: flex;
}

.div-block-114 {
  background-color: #000;
  height: auto;
}

.link-block-7 {
  position: absolute;
  inset: 0%;
}

.heading-4 {
  color: #89be40;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.text-span-59 {
  color: #fff;
}

.h2-2 {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Anik, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.h2-2.s {
  color: #ffe972;
  background-color: #009dff00;
  border-radius: 60px;
  padding: 16px 10px 16px 37px;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-6 {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.paragraph-6.max-width-40ch.df {
  width: 75%;
}

.div-block-363 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.text-span-60 {
  color: #fff;
}

.div-block-364 {
  background-color: #000;
  height: auto;
}

.heading-3 {
  color: #ffe972;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Anik, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-span-37 {
  color: #fff;
  text-transform: uppercase;
  font-family: Anik, Arial, sans-serif;
  font-size: 56px;
}

.paragraph-5 {
  color: #fff;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-5.max-width-40ch.df {
  width: 75%;
}

.div-block-113 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.text-span-61 {
  color: #fff;
  font-family: Anik, Arial, sans-serif;
}

.div-block-366 {
  background-color: #000;
  height: auto;
}

.text-span-62 {
  color: #ffe972;
}

.image-13 {
  opacity: .13;
  width: 90%;
}

.div-block-367 {
  margin-top: 0;
}

.div-block-367.retg {
  margin-top: 36px;
}

.text-block-55 {
  color: #fff;
  width: 1086px;
  max-width: 100%;
  margin-bottom: 100px;
  padding-right: 5%;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.7em;
  position: relative;
}

.text-block-55._6 {
  margin-bottom: 80px;
}

.form-block-3 {
  width: 80%;
}

.text-field-2 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #007dca00;
  border: 1px solid #ffe972;
  border-radius: 0;
  margin-bottom: -1px;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 30px;
  font-family: Anik, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field-2:hover {
  background-color: #181818;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-2.w {
  text-transform: uppercase;
  border-color: #ffe972;
  border-radius: 3px;
  padding-left: 30px;
  font-family: Anik, Arial, sans-serif;
  font-size: 15px;
}

.text-field-2.w:hover {
  color: #000;
  background-color: #181818;
}

.text-field-2._2 {
  border-color: #afa24f;
  border-radius: 0 0 3px 3px;
  padding-top: 33px;
  padding-bottom: 123px;
}

.text-field-2._5 {
  color: #fff;
  height: 70px;
  padding: 0 0 0 30px;
}

.text-field-2._5._7._77 {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.submit-button-2 {
  color: #000;
  text-transform: none;
  background-color: #ffe972;
  border-radius: 3px;
  margin-top: 37px;
  padding: 22px 30px;
  font-family: Anik, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: static;
}

.text-span-63 {
  color: #ffe972;
}

.div-block-368 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-14 {
  width: 28px;
  margin-right: 10px;
}

.section-home-process {
  background-color: #000;
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(86deg, #000, #fff0), linear-gradient(2deg, #000, #fff0), linear-gradient(#000, #fff0), url('../images/s.svg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto, cover;
  margin-bottom: 86px;
  padding-top: 101px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.heading-5 {
  color: #ffe972;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Anik, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-span-41 {
  color: #fff;
}

.process_wrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 10% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.container-medium {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-2, .padding-vertical-2.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.process_container {
  width: 100%;
  position: relative;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.process_item-description {
  z-index: 3;
  position: relative;
}

.text-color-secondary {
  color: #0b0d01a3;
}

.text-color-secondary.text-size-medium {
  color: #fff;
  width: 80%;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-span-40 {
  color: #fff;
}

.div-block-116 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.div-block-116.ssss {
  margin-bottom: 0;
  padding-left: 0;
}

.process_item-image {
  width: 100%;
  height: auto;
}

.process_item-image.step-1 {
  height: 50vh;
  inset: 0%;
  overflow: visible;
}

.process_item-indicator {
  z-index: 2;
  color: #fff;
  background-color: #ffe972;
  border-radius: 128rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 25px;
  display: flex;
  position: relative;
}

.page-padding-3 {
  z-index: 1;
  padding-left: 0%;
  padding-right: 0%;
}

.process_timeline-progress {
  z-index: -1;
  background-color: #ffe972;
  width: .1875rem;
  height: 0;
}

.h2-3 {
  color: #ffe972;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Anik, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.h2-3.s {
  color: #ffe972;
  background-color: #009dff00;
  border-radius: 60px;
  padding: 16px 10px 16px 37px;
  font-size: 20px;
  font-weight: 400;
}

.process_timeline {
  z-index: 1;
  background-color: #42f3ff00;
  width: .1875rem;
  height: 100%;
  position: absolute;
}

.process_step {
  grid-column-gap: 2rem;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  max-width: 100%;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.link-block-8 {
  position: absolute;
  inset: 0%;
}

.text-span-64, .text-span-65, .text-span-66 {
  color: #ffe972;
}

.div-block-369 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-370 {
  background-color: #ffe972;
  width: 40px;
  height: 5px;
  margin-left: 3px;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.text-span-67, .text-span-68 {
  color: #ffe972;
}

.text-field-3 {
  background-color: #fff0;
}

.fs-checkbox_toggle-dot-7 {
  z-index: 2;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.div-block-319 {
  width: 190px;
  height: 43.5px;
}

.div-block-315 {
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  width: 700px;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: 20px 8px 0 0;
  display: flex;
}

.div-block-316 {
  width: 140px;
  height: 30px;
  margin-left: 0;
  margin-right: 17%;
  display: inline-block;
}

.fs-checkbox_mask-7 {
  z-index: 1;
  background-color: #646464;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.fs-checkbox_toggle-7 {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs-checkbox_label-7 {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs-checkbox_button-7 {
  opacity: 0;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs-checkbox_button-7:focus-visible, .fs-checkbox_button-7[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.text-block-13 {
  color: #fff;
  letter-spacing: .3px;
  -webkit-text-stroke-width: .3px;
  text-transform: uppercase;
  width: 130px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -22px;
  left: 46px;
}

.submit-button-3 {
  margin-top: 40px;
}

.image-15 {
  width: 70px;
  position: absolute;
  inset: auto 3px 172px auto;
}

.form {
  position: relative;
}

.rtyh {
  margin-top: -30px;
}

.link-block-9, .link-block-10 {
  position: absolute;
  inset: 0%;
}

.text-span-69 {
  color: #ffe972;
}

.faq_question-expand {
  filter: invert(50%);
}

.faq_expand-icon {
  background-color: #ffe972;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_expand-icon:hover {
  background-color: #ffe972;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  color: #fff;
  text-transform: none;
  flex: 1;
  font-family: Anik, Arial, sans-serif;
  font-size: 22px;
  line-height: 1em;
}

.section-home-faq {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 135px;
  position: relative;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.faq_section {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq_answer-content {
  color: #fff;
  padding-bottom: 2rem;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.faq_section-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: sticky;
  top: 20%;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq_section-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 29px;
  display: flex;
}

.image-16 {
  width: 85%;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_item {
  border-bottom: .0625rem solid #fff;
}

.faq_item.last-child {
  border: 1px #000;
}

.page-padding-2 {
  z-index: 1;
  padding-left: 0%;
  padding-right: 0%;
}

.text-block-56 {
  color: #ffe972;
  letter-spacing: -10px;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 180px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-57 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: -28px;
  padding-left: 9px;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.link-block-11 {
  position: absolute;
  inset: 0%;
}

.div-block-371 {
  margin-bottom: 50px;
}

.button-5 {
  color: #fff;
  background-color: #3898ec00;
  background-image: url('../images/phone-png.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-bottom: 45px;
  margin-right: 90px;
  padding: 0 0 0 28px;
  font-family: Poppins Variable, Arial, sans-serif;
  font-size: 21px;
  line-height: 1em;
}

.button-5._2 {
  background-image: url('../images/ARSG.png');
}

.button-5._2.weg {
  background-image: url('../images/FA.png');
  background-position: 0 21%;
  background-size: 18px;
  padding-left: 22px;
}

.button-5._2.weg.sss {
  background-image: url('../images/IG.png');
  background-position: 0%;
  background-size: 20px;
  padding-left: 26px;
}

@media screen and (min-width: 1440px) {
  .menu {
    display: none;
  }

  .div-block-343 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .image-11 {
    inset: auto 0% 0% auto;
  }

  .text-20 {
    text-transform: capitalize;
  }

  .text-block-50._2 {
    width: 430px;
  }

  .div-block-347 {
    width: auto;
  }

  .content {
    max-width: 100%;
  }

  .feature-card-image {
    width: 90%;
  }

  .feature-card-image.d {
    padding-left: 21px;
  }

  .image-16 {
    width: 85%;
  }
}

@media screen and (min-width: 1920px) {
  .padding-vertical-2.padding-xhuge {
    padding-left: 0;
    padding-right: 0;
  }

  .process_step {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .background-video.desktop {
    display: flex;
  }

  .background-video.phone {
    display: none;
  }

  .text-block-3 {
    letter-spacing: -.5px;
    -webkit-text-stroke-width: 0px;
    font-size: 51px;
  }

  .menu {
    display: none;
  }

  .full-width {
    width: 100%;
  }

  .footer {
    height: auto;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-col {
    margin-bottom: 2rem;
  }

  .footer-col.size {
    border-left-style: none;
    width: 100%;
    padding-bottom: 10rem;
    padding-left: 0;
  }

  .footer-bar {
    justify-content: center;
  }

  .text-block-33 {
    font-size: 32px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 1.5em;
  }

  .lottie-animation.desktop {
    width: 60px;
    margin-top: 20px;
    left: 260px;
  }

  .text-20 {
    font-size: 3vw;
    line-height: 1em;
  }

  .wrap {
    width: 645px;
  }

  .feature5-row-wrap {
    flex-direction: column;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .feature5-item-wrap {
    text-align: left;
    padding-right: 0;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-14.text-14-60 {
    font-size: 2vw;
  }

  .text-block-53 {
    font-size: 4.5vw;
  }

  .timeline__col.mod--1 {
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .timeline__year {
    text-align: center;
    font-size: 150px;
  }

  .timeline__sticky {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid {
    grid-column-gap: 24px;
  }

  .grid.mod--timeline2 {
    grid-template-rows: auto auto;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-wrap {
    overflow: hidden;
  }

  .swiper.swiper--reviews {
    width: 100%;
    max-height: 470px;
    margin-bottom: 0;
  }

  .swiper.swiper--reviews-numb {
    max-width: 440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .splide__pagination__page {
    border-radius: 4px;
    width: 8px;
    height: 8px;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: absolute;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout-wrapper.horizontal, .layout-wrapper.vertical {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .process_step {
    justify-items: stretch;
  }

  .div-block-316 {
    width: 150px;
  }

  .text-block-13 {
    width: 80px;
    font-size: 14px;
  }

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_section {
    grid-row-gap: 5rem;
    flex-flow: column wrap;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

  .faq_section-title {
    width: 100%;
    max-width: 32rem;
    position: static;
  }

  .faq_section-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .background-video.desktop {
    display: none;
  }

  .background-video.phone {
    display: flex;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-53 {
    font-size: 4vw;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--reviews {
    flex-direction: column;
    padding-top: 32px;
  }

  .timeline__ico-title {
    font-size: 18px;
  }

  .timeline__col.mod--1 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .timeline__year {
    font-size: 80px;
  }

  .grid.mod--timeline2 {
    grid-template-rows: auto auto;
  }

  .grid.mod--timeline {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .btn-tag-2 {
    min-width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12px;
    padding-right: 16px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section--timeline {
    padding-top: 0;
    padding-bottom: 0;
  }

  .timeline__p {
    font-size: 18px;
  }

  .timeline__tags {
    margin-top: 32px;
  }

  .swiper.swiper--reviews {
    max-height: 440px;
  }

  .swiper.swiper--reviews-numb {
    max-width: 195px;
  }

  .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }

  .splide__slide {
    width: 90%;
  }

  .page-padding {
    padding-left: 1em;
  }

  .feature-card-image {
    opacity: .4;
  }

  .section-2 {
    padding: 60px 15px;
  }

  .h2-2 {
    font-size: 46px;
  }

  .heading-5 {
    color: #009dff;
    display: block;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-color-secondary.text-size-medium {
    color: #fff;
  }

  .process_item-image.step-1 {
    height: 26vh;
    transform: none;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .h2-3 {
    font-size: 46px;
  }

  .process_timeline {
    align-self: flex-start;
    margin-left: 2rem;
  }

  .process_step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-weight-medium.text-size-large {
    font-size: 3vw;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .faq_section {
    grid-row-gap: 3.5rem;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .faq_answer {
    margin-bottom: 1.25rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #f5f5f5;
  }

  .div-block {
    z-index: 1;
    height: 100svh;
  }

  .background-video {
    background-image: none;
    justify-content: flex-start;
    height: 50svh;
    padding-bottom: 8vh;
    padding-left: 3.8%;
  }

  .background-video.desktop {
    display: none;
  }

  .background-video.phone {
    filter: saturate(90%);
    height: 100svh;
    display: flex;
  }

  .nav {
    mix-blend-mode: normal;
    padding: 14px 3.5% 13px;
  }

  .div-block-2 {
    padding: 19% 4% 4%;
  }

  .link-block {
    padding-top: 14px;
    padding-left: 3.5%;
  }

  .link-block._2 {
    width: 150px;
    height: 150px;
    position: relative;
  }

  .image {
    width: 60px;
  }

  .image._2 {
    width: 150px;
    margin-left: -6px;
    padding-left: 0;
  }

  .image-3 {
    width: 60px;
  }

  .text-block-2 {
    letter-spacing: 0;
    -webkit-text-stroke-width: .8px;
    margin-left: 2px;
    font-size: 5vw;
    font-weight: 500;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 7vh;
    padding-left: 3.8%;
  }

  .text-block-3 {
    letter-spacing: .5px;
    -webkit-text-stroke-width: 1.3px;
    font-size: 9.5vw;
    font-weight: 500;
    line-height: .95em;
  }

  .text-block-3._2 {
    letter-spacing: 0;
    -webkit-text-stroke-width: .7px;
  }

  .text-block-3._2._33, .text-block-3._2._3 {
    width: 90%;
  }

  .text-block-4 {
    text-align: left;
    letter-spacing: 0;
    -webkit-text-stroke-width: 0px;
    text-transform: capitalize;
    width: auto;
    margin-top: -13vw;
    margin-bottom: 15px;
    padding-left: .7%;
    font-family: Poppins Variable, Arial, sans-serif;
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 1.3em;
  }

  .text-block-5 {
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-size: 3.6vw;
    font-weight: 500;
    line-height: 1.5em;
  }

  .text-block-5._2 {
    text-align: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 28px;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.6em;
    top: 0;
  }

  .div-block-5 {
    justify-content: flex-start;
  }

  .div-block-5._2 {
    margin-top: 0;
  }

  .div-block-5._2._5 {
    margin-top: 30px;
  }

  .button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 3.8vw;
    font-weight: 400;
  }

  .button._2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-2 {
    display: none;
  }

  .div-block-8 {
    width: 100%;
    margin-top: 1vh;
  }

  .text-span-8 {
    -webkit-text-stroke-width: 1.3px;
  }

  .menu {
    flex-flow: column;
    display: none;
  }

  .div-block-27 {
    flex-flow: column;
    padding-right: 0%;
  }

  .div-block-26 {
    padding-bottom: 0;
  }

  .div-block-26._2 {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-right: 20px;
  }

  .button-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Anik, Arial, sans-serif;
    font-size: 9vw;
    font-weight: 500;
  }

  .button-3._5 {
    width: 62vw;
    margin-top: 15px;
    font-size: 6vw;
  }

  .button-3._5:hover {
    font-size: 6vw;
  }

  .text-span-9 {
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: #e9d983;
    top: -6px;
  }

  .div-block-69 {
    flex-flow: row;
    align-items: flex-start;
    margin-right: 0;
    position: relative;
  }

  .link-block-4 {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
  }

  .div-block-30 {
    flex-flow: row;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .div-block-28 {
    height: auto;
    margin-top: 20px;
  }

  .button-4 {
    font-weight: 400;
  }

  .button-4.ggg {
    -webkit-text-stroke-width: .3px;
    width: 92px;
    font-size: 14px;
  }

  .div-block-29 {
    justify-content: space-between;
    align-items: center;
    padding: 30px 6% 50px 0%;
  }

  .image-4 {
    opacity: .07;
    width: 200px;
    margin-top: 7vh;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-parent {
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-70 {
    z-index: 2;
    filter: invert();
    mix-blend-mode: difference;
    background-color: #fff0;
    background-image: url('../images/phone-black.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px;
    border: 2px solid #000;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin: 14px 3.5% 7vh 14px;
    display: block;
  }

  .link-block-6 {
    width: 50px;
    height: 50px;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .full-width {
    height: 160px;
    margin-bottom: 0;
    padding: 0;
  }

  .div-block-71 {
    flex-flow: column;
    align-items: flex-start;
    font-size: 3vw;
  }

  .heading-small.text-white {
    letter-spacing: 0;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: .7rem;
  }

  .footer {
    height: auto;
    padding-top: 3rem;
    padding-left: 3%;
    padding-right: 1.4rem;
  }

  .italic-link {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .footer-col.size {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-bar {
    flex-flow: column;
    padding-bottom: 6.8rem;
  }

  .footer-row {
    margin-bottom: 12px;
    padding-bottom: .2rem;
  }

  .text-block-31 {
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-size: 2.4vw;
    line-height: 1.8em;
  }

  .text-block-32 {
    text-align: left;
    font-size: 2.4vw;
    line-height: 2.8em;
  }

  .container {
    padding-left: 1.5%;
  }

  .div-block-72 {
    flex-flow: column;
  }

  .div-block-73 {
    width: 100%;
    margin-bottom: 42px;
    padding-right: 0%;
    position: relative;
    top: 0;
  }

  .div-block-74 {
    width: 100%;
  }

  .div-block-75._2 {
    padding: 30% 4% 0%;
  }

  .text-block-33 {
    -webkit-text-stroke-width: 1.5px;
    margin-bottom: 20px;
    font-size: 8vw;
    font-weight: 500;
  }

  .text-block-33._2 {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    width: auto;
    margin-top: 0;
  }

  .text-block-33._2._5 {
    margin-top: -10px;
    margin-bottom: 0%;
    font-size: 7vw;
    line-height: 1em;
    display: block;
  }

  .div-block-76 {
    height: 300px;
    padding: 18px 14px 19px 16px;
  }

  .div-block-76._1 {
    background-position: 0 0, 50%;
    justify-content: flex-start;
    height: 270px;
    margin-bottom: 0%;
  }

  .div-block-76._1._3 {
    border-radius: 5px;
    margin-bottom: 4%;
  }

  .paragraph {
    width: 99%;
    margin-bottom: 30px;
    font-size: 4.5vw;
  }

  .lottie-animation {
    filter: drop-shadow(0 1px #000) hue-rotate(27deg) brightness(139%);
    width: 21%;
    margin-top: 10px;
    margin-right: 1%;
    inset: -7% 0% auto auto;
  }

  .lottie-animation.desktop {
    display: none;
  }

  .lottie-animation.mobile {
    opacity: .55;
    filter: hue-rotate(27deg) brightness(140%) drop-shadow(0 2px #000000b3);
    width: 50px;
    margin-top: 8vw;
    display: block;
    inset: 0% auto auto 67vw;
  }

  .text-block-35 {
    font-size: 6vw;
    font-weight: 500;
  }

  .text-block-35._2 {
    justify-content: flex-start;
    font-size: 5vw;
    display: flex;
  }

  .text-block-35._2._5 {
    font-size: 5vw;
    display: block;
  }

  .image-6 {
    width: 4vw;
    margin-left: 15px;
    display: block;
    position: relative;
    top: -3px;
  }

  .image-6._2 {
    width: 4.7vw;
    margin-top: 0;
    top: 2px;
  }

  .image-6.f {
    margin-left: 11px;
    top: 1px;
  }

  .image-6.f.d {
    top: -2px;
  }

  .div-block-79 {
    position: relative;
  }

  .div-block-80 {
    margin-bottom: 5px;
  }

  .div-block-86 {
    border-radius: 3px;
    width: 92%;
    height: 35vw;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 14px;
  }

  .text-block-38 {
    -webkit-text-stroke-width: .7px;
    font-size: 6.5vw;
  }

  .div-block-93 {
    flex-flow: column;
    margin-top: 0;
  }

  .paragraph-2 {
    width: 98%;
    margin-top: 14px;
    margin-bottom: 60px;
    padding-right: 0%;
    font-size: 5vw;
  }

  .div-block-94 {
    margin-bottom: 10px;
  }

  .text-block-39 {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 5vw;
    font-weight: 500;
    line-height: .8em;
  }

  .div-block-96._5 {
    margin-bottom: 80px;
  }

  .div-block-97 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-99 {
    flex-flow: column;
  }

  .div-block-100 {
    border-radius: 6px;
    width: 100%;
    height: 270px;
    margin-bottom: 6%;
    padding-bottom: 8%;
    padding-left: 4%;
  }

  .div-block-100._1 {
    background-image: linear-gradient(0deg, #000000eb, #22222247), url('../images/Lights_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 250px;
    margin-bottom: 5%;
    padding-top: 0;
    padding-bottom: 5%;
    padding-left: 3%;
  }

  .div-block-100._2 {
    background-image: linear-gradient(0deg, #000000d9, #0000005e), url('../images/1cx.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    justify-content: space-between;
    width: 100%;
    height: 260px;
    margin-bottom: 5%;
    padding-top: 0;
    padding-bottom: 5%;
    padding-left: 3%;
  }

  .div-block-101 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-102 {
    background-size: 24px;
    width: 38px;
    height: 40px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-102._1 {
    background-size: 80%;
    width: 38px;
    height: 40px;
    margin-left: 0;
  }

  .div-block-102._2 {
    background-position: 0%;
    background-size: 34px;
    width: 38px;
    height: 40px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .div-block-104 {
    border-radius: 3px;
    width: 92%;
    height: 35vw;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 14px;
  }

  .div-block-104._2 {
    margin-top: 4%;
  }

  .text-block-40 {
    -webkit-text-stroke-width: .7px;
    font-size: 6.5vw;
  }

  .lottie-animation-4 {
    width: 80%;
    position: relative;
    top: -75px;
  }

  .div-block-106 {
    background-color: #000;
    padding-top: 1px;
    padding-bottom: 7px;
  }

  .div-block-107 {
    background-position: 0 0, 45% 100%;
    background-size: auto, cover;
    border-radius: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 350px;
    margin-top: 0%;
    padding-top: 0;
    padding-bottom: 0%;
    padding-left: 3%;
    display: flex;
  }

  .div-block-109 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8%;
    margin-left: 3%;
    display: flex;
  }

  .text-block-46 {
    -webkit-text-stroke-width: .2px;
    padding-left: 1px;
    font-size: 3.2vw;
    line-height: 1em;
  }

  .div-block-343 {
    background-image: linear-gradient(#000, #00000087 50%, #000), url('../images/can_1.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
    padding-bottom: 0;
    padding-left: 4.5%;
    padding-right: 0%;
    position: relative;
  }

  .div-block-343._2 {
    background-position: 0 0, 57%;
    background-size: auto, cover;
  }

  .div-block-343._3 {
    background-position: 0 0, 20% 40%;
    background-size: auto, cover;
  }

  .div-block-343._4 {
    background-size: auto, cover;
  }

  .div-block-343._7 {
    background-position: 0 0, 80%;
  }

  .div-block-343._8 {
    background-image: linear-gradient(#000, #00000069 50%, #000), url('../images/bri.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-343._9 {
    background-position: 0 0, 20%;
  }

  .div-block-343.dgthfy {
    background-position: 0 0, 60% 0;
  }

  .image-11 {
    width: 5vw;
    margin: 15px 15px 0;
    inset: auto 0% .7vw auto;
  }

  .text-20 {
    text-align: left;
    font-size: 4.8vw;
    line-height: 1.4em;
  }

  .wrap.w80-50 {
    padding-bottom: 0;
    padding-right: 10%;
  }

  .feature5-row-wrap {
    margin-top: -30px;
  }

  .feature5-row-wrap.s {
    margin-top: 0;
    margin-bottom: 50px;
  }

  ._4-col {
    text-align: left;
    margin-bottom: 50px;
  }

  ._4-col._4-col-last {
    margin-bottom: 50px;
  }

  ._4-col._4-col-last.d {
    margin-bottom: 0;
  }

  .div-block-337._5 {
    margin-top: 20px;
  }

  .headline-6-col {
    text-align: left;
  }

  .text-block-52 {
    width: auto;
    margin-top: 0;
    margin-bottom: 100px;
    font-size: 5vw;
    line-height: 1.4em;
  }

  .text-block-52._5 {
    margin-top: 11.5vw;
  }

  .text-block-52._5._7 {
    margin-bottom: 80px;
  }

  .text-block-52._5._7._9.trg {
    margin-bottom: 50px;
  }

  .div-block-350 {
    margin-top: 15vw;
    padding-bottom: 70px;
    padding-left: 4.5%;
  }

  .div-block-353 {
    background-position: 100% 100%;
    background-size: 19px;
    margin-top: -15px;
  }

  .text-14.text-14-60 {
    text-align: left;
    letter-spacing: 0;
    font-size: 4.1vw;
    line-height: 1.5em;
  }

  .text-14.text-14-60._1 {
    width: 90%;
    font-size: 4vw;
    font-weight: 400;
  }

  .div-block-354 {
    margin-bottom: -30px;
  }

  .div-block-354.h {
    margin-bottom: -20px;
  }

  .div-block-348 {
    margin-top: 0;
  }

  .div-block-348.erth {
    background-image: linear-gradient(#0000003b, #0000003b), linear-gradient(1deg, #000, #fff0), linear-gradient(271deg, #000, #fff0), linear-gradient(#000000db, #fff0), url('../images/s.svg');
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
    background-size: auto, auto, auto, auto, 190%;
    padding-top: 0;
  }

  .div-block-348.ert {
    background-size: auto, auto, auto, 200%;
    padding-top: 0;
  }

  .lottie-animation-5 {
    background-image: none;
    width: 30%;
    margin: -50px 21px 15px 15px;
    inset: 0% 0% auto auto;
  }

  .text-block-53 {
    font-size: 8.2vw;
    font-weight: 600;
    line-height: 1.05em;
  }

  .text-block-53._43 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .text-block-53._43.erty {
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 9.5vw;
  }

  .text-block-50 {
    letter-spacing: .3px;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-size: 3.6vw;
    font-weight: 500;
    line-height: 1.5em;
  }

  .text-block-50._2 {
    text-align: left;
    width: 90%;
    margin-top: 16px;
    margin-bottom: 28px;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.6em;
    top: 0;
  }

  .text-block-54 {
    text-align: left;
    margin-bottom: 0;
    font-size: 5vw;
    line-height: .8em;
  }

  .div-block-335 {
    width: 100%;
    height: auto;
    padding-top: 13vh;
    padding-bottom: 9vw;
  }

  .div-block-335.r {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 60vw;
    padding-bottom: 20vw;
    padding-left: 0;
  }

  .div-block-335.r.dfg {
    margin-top: 41px;
  }

  .div-block-335.dfg {
    margin-top: 40px;
    padding-top: 3vh;
    padding-bottom: 62vw;
  }

  .div-block-334 {
    z-index: 1;
    width: 86%;
    height: 100vw;
    margin-bottom: 0;
    margin-right: 11px;
  }

  .div-block-334._2 {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/Holzman-Culvert_1Holzman Culvert.avif');
    background-position: 0 0, 50%;
    background-size: auto, contain;
    border-width: .5px;
    border-color: #292929;
    width: 86%;
    height: 100vw;
    margin-bottom: 21%;
    margin-left: 10%;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-334._2._5.sd {
    background-position: 45%, 0 0;
    background-size: 135%, auto;
  }

  .div-block-334._2.u {
    background-image: url('../images/s.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-336 {
    flex-flow: column;
    justify-content: space-between;
    height: auto;
    padding-top: 0;
    padding-right: 0%;
  }

  .div-block-336.ty {
    padding-top: 0;
  }

  .div-block-336.ty.trh {
    padding-top: 40px;
    padding-left: 4.5%;
  }

  .div-block-355._5 {
    margin-top: 20px;
  }

  .div-block-333, .div-block-333._3.dsfdg {
    height: auto;
  }

  .div-block-347 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .timeline__ico-title {
    margin-left: 2px;
    font-size: 15px;
  }

  .timeline__col.mod--1 {
    margin-bottom: 30px;
  }

  .timeline__year {
    font-size: 40px;
  }

  .timeline__sticky {
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    top: 200px;
  }

  .btn-tag-2 {
    margin-left: 0;
    margin-right: 16px;
    padding-left: 0;
  }

  .section.section--timeline {
    min-height: 400vh;
    padding-left: 0;
  }

  .page-wrap {
    overflow: visible;
  }

  .timeline__p {
    font-size: 4vw;
  }

  .swiper.swiper--reviews {
    width: 100%;
    max-height: 560px;
  }

  .swiper.swiper--reviews-numb {
    width: 100%;
  }

  .div-block-357 {
    margin-top: -15vh;
  }

  .div-block-358 {
    background-image: linear-gradient(#0a0a0acc, #000);
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .div-block-358._33 {
    background-image: none;
    padding-bottom: 0;
    padding-left: 0%;
    top: -33px;
  }

  .splide__pagination__page {
    margin-left: 0;
    margin-right: 8px;
  }

  .image-12 {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
  }

  .splide__list {
    width: 90%;
  }

  .splide__arrows {
    margin-top: 0;
    top: 350px;
  }

  .div-block-77 {
    background-color: #f000;
    background-size: 100px;
    display: none;
    top: -10px;
    left: 0;
  }

  .splide.slider1 {
    padding-bottom: 0;
  }

  .splide__slide {
    width: 90%;
    padding-bottom: 50px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Poppins Variable, Arial, sans-serif;
    font-size: 5.5vw;
    font-weight: 500;
    line-height: 1.4em;
  }

  .page-padding {
    padding-left: 4.5%;
  }

  .splide__pagination {
    opacity: 0;
    padding-top: 2em;
    padding-bottom: 1em;
    position: relative;
    bottom: 3em;
  }

  .div-block-359 {
    padding-left: 4.5%;
  }

  .div-block-360 {
    height: 0;
    margin-bottom: -20px;
  }

  .div-block-360._2, .div-block-360._5 {
    height: 50px;
  }

  .feature-card-image {
    z-index: -1;
  }

  .feature-card-image.d {
    display: none;
  }

  .div-block-349 {
    margin-top: 0;
  }

  .section-2 {
    margin-top: 53px;
    padding-top: 0;
  }

  .section-2.sdfg {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-2.sdfg.ewrt {
    padding-top: 0;
  }

  .container-2 {
    max-width: none;
  }

  .features-layout {
    padding-left: 5px;
  }

  .layout-wrapper {
    padding: 0 24px 24px 0;
  }

  .layout-wrapper.horizontal {
    padding-right: 24px;
  }

  .layout-wrapper.vertical {
    padding-bottom: 24px;
    padding-left: 0;
  }

  .div-block-361 {
    margin-top: 0;
  }

  .h2-2 {
    font-size: 9.5vw;
  }

  .h2-2.s {
    text-align: left;
    margin-top: 7px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    display: block;
  }

  .paragraph-6.max-width-40ch.df {
    width: auto;
  }

  .div-block-363 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-365 {
    margin-top: 0;
  }

  .paragraph-5 {
    font-size: 3.65vw;
  }

  .paragraph-5.max-width-40ch.df {
    width: auto;
  }

  .div-block-113 {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: -8px;
  }

  .image-13 {
    width: 180px;
    margin-left: -35px;
  }

  .div-block-367 {
    background-position: 100% 100%;
    background-size: 19px;
    margin-top: -15px;
  }

  .text-block-55 {
    width: auto;
    margin-bottom: 100px;
    font-size: 5vw;
    line-height: 1.4em;
  }

  .text-block-55._6 {
    margin-bottom: 50px;
  }

  .form-block-3 {
    width: auto;
  }

  .text-field-2 {
    padding-left: 15px;
  }

  .text-field-2.w {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 15px;
  }

  .text-field-2.w._33 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .text-field-2._2, .text-field-2._5 {
    padding-left: 15px;
  }

  .image-14 {
    width: 26px;
  }

  .section-home-process {
    background-image: linear-gradient(#0000, #0000), linear-gradient(86deg, #000, #fff0), linear-gradient(2deg, #000, #fff0), linear-gradient(#000, #fff0), url('../images/s.svg');
    background-size: auto, auto, auto, auto, 160%;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .heading-5 {
    color: #ffe972;
    margin-top: 176px;
    font-size: 20px;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    height: auto;
  }

  .process_item-description {
    top: -98px;
  }

  .text-color-secondary.text-size-medium {
    width: 100%;
    font-size: 4.1vw;
  }

  .div-block-116 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-116.ssss {
    margin-bottom: 47px;
    line-height: 19px;
  }

  .process_item-image.step-1 {
    height: auto;
    margin-bottom: -91px;
    position: relative;
    top: -9%;
    transform: none;
  }

  .process_item-indicator {
    width: 2rem;
    height: 2rem;
    margin-top: 10vw;
    font-size: 16px;
  }

  .page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-3 {
    font-size: 8vw;
  }

  .h2-3.s {
    text-align: left;
    margin-top: 6px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2px;
    font-size: 5vw;
    display: block;
  }

  .process_timeline {
    margin-left: 1rem;
  }

  .process_step {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-319 {
    width: 150px;
  }

  .div-block-315 {
    flex-flow: column;
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .fs-checkbox_button-7 {
    opacity: 0;
  }

  .text-block-13 {
    letter-spacing: 1px;
    width: 97%;
    font-size: 14px;
    font-weight: 400;
  }

  .text-weight-medium.text-size-large {
    font-size: 4.7vw;
    line-height: 1.1em;
  }

  .section-home-faq {
    margin-top: -96px;
    margin-bottom: 41px;
  }

  .faq_section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .faq_answer-content {
    font-size: 3.5vw;
    line-height: 1.7em;
  }

  .faq_section-content {
    padding-top: 0;
  }

  .image-16 {
    width: 100%;
  }

  .image-16.dsfg {
    width: 80%;
    margin-bottom: -118px;
    margin-left: -11%;
    display: none;
  }

  .faq_item {
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-padding-2 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-56 {
    font-size: 133px;
    display: none;
  }

  .text-block-57 {
    display: none;
  }

  .button-5 {
    background-size: 18px;
    margin-bottom: 23px;
    font-size: 17px;
    line-height: 1.4em;
  }

  .button-5._2.weg {
    background-position: -2%;
    background-size: 18px;
    padding-left: 28px;
  }

  .button-5._2.weg.sss {
    background-size: 17px;
    padding-left: 28px;
  }
}

#w-node-_625592a2-fc47-bb6f-e750-68cc3d93e89b-3d93e898, #w-node-_625592a2-fc47-bb6f-e750-68cc3d93e8b3-3d93e898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_625592a2-fc47-bb6f-e750-68cc3d93e8cb-3d93e898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fffb487-b8eb-01db-d1cd-ef236951aef2-5f3f4121 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6fffb487-b8eb-01db-d1cd-ef236951af03-5f3f4121 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fffb487-b8eb-01db-d1cd-ef236951af08-5f3f4121 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6fffb487-b8eb-01db-d1cd-ef236951af11-5f3f4121 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fffb487-b8eb-01db-d1cd-ef236951af16-5f3f4121 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6fffb487-b8eb-01db-d1cd-ef236951af1f-5f3f4121 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fffb487-b8eb-01db-d1cd-ef236951af24-5f3f4121 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d56c3241-bf55-f2b4-af17-f158ccde9759-9d8c7744 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d56c3241-bf55-f2b4-af17-f158ccde9760-9d8c7744 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-f89ff0c9, #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-85c91dfa, #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-b1da2acb, #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-1d404fde, #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-0574de40, #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-6ee4bea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_625592a2-fc47-bb6f-e750-68cc3d93e89b-3d93e898, #w-node-_625592a2-fc47-bb6f-e750-68cc3d93e8b3-3d93e898 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_625592a2-fc47-bb6f-e750-68cc3d93e8cb-3d93e898 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951aef2-5f3f4121, #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af03-5f3f4121 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af08-5f3f4121 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af11-5f3f4121 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af16-5f3f4121 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af1f-5f3f4121 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af24-5f3f4121 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d56c3241-bf55-f2b4-af17-f158ccde9759-9d8c7744 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af03-5f3f4121 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af08-5f3f4121 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af11-5f3f4121 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af16-5f3f4121 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af1f-5f3f4121 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6fffb487-b8eb-01db-d1cd-ef236951af24-5f3f4121 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d56c3241-bf55-f2b4-af17-f158ccde974d-9d8c7744, #w-node-d56c3241-bf55-f2b4-af17-f158ccde9753-9d8c7744, #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-f89ff0c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be750-f89ff0c9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-f89ff0c9 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be758-f89ff0c9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be75e-f89ff0c9 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be762-f89ff0c9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be763-f89ff0c9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-85c91dfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be750-85c91dfa {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-85c91dfa {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be758-85c91dfa {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be75e-85c91dfa {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be762-85c91dfa {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be763-85c91dfa {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-b1da2acb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be750-b1da2acb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-b1da2acb {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be758-b1da2acb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be75e-b1da2acb {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be762-b1da2acb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be763-b1da2acb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-1d404fde {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be750-1d404fde {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-1d404fde {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be758-1d404fde {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be75e-1d404fde {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be762-1d404fde {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be763-1d404fde {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-0574de40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be750-0574de40 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-0574de40 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be758-0574de40 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be75e-0574de40 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be762-0574de40 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be763-0574de40 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-6ee4bea9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be750-6ee4bea9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-6ee4bea9 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be758-6ee4bea9 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be75e-6ee4bea9 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be762-6ee4bea9 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be763-6ee4bea9 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d56c3241-bf55-f2b4-af17-f158ccde9759-9d8c7744, #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-f89ff0c9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-f89ff0c9 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-85c91dfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-85c91dfa {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-b1da2acb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-b1da2acb {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-1d404fde {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-1d404fde {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-0574de40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-0574de40 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be74f-6ee4bea9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2590575c-611c-83be-fe01-da1d0a6be751-6ee4bea9 {
    grid-area: 2 / 2 / 3 / 4;
  }
}


@font-face {
  font-family: 'Poppins Variable';
  src: url('../fonts/Poppins-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Son';
  src: url('../fonts/SON.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anik';
  src: url('../fonts/ANIK-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anik';
  src: url('../fonts/ANIK-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}