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

@font-face {
  font-family: Instrumentserif;
  src: url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-BoldItalic.ttf') format("truetype"), url('../fonts/Poppins-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --base: #8a6b4e;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 78px;
  font-weight: 300;
  line-height: 84px;
}

.section {
  height: 100vh;
  position: relative;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-img {
  background-image: linear-gradient(#00000059, #00000059), url('../images/cf1d40ce0bc913e7a0cfdb2783752f3d7cfd6d46-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.slide-img.two {
  background-image: linear-gradient(#00000059, #00000059), url('../images/internal.jpeg');
  background-size: auto, cover;
}

.slide-img.three {
  background-image: linear-gradient(#0000, #0000), url('../images/Prespective-Exterior-.jpg');
}

.slide-img._4, .slide-img._5 {
  background-image: linear-gradient(#0000, #0000), url('../images/7.Pandangan-luar-kiri.JPG');
}

.slide-txt-wrap {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-image: linear-gradient(0deg, #000, #fff0);
  position: absolute;
  inset: 0%;
}

.heading {
  color: var(--base);
  font-family: Instrumentserif, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 120%;
}

.heading.short {
  font-size: 40px;
}

.heading.w {
  color: var(--white);
}

.heading.w.center {
  color: var(--base);
  text-align: center;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Poppins, Impact, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.heading-2._50px {
  font-size: 50px;
}

.heading-2._50px.gap {
  margin-bottom: 40px;
}

.button {
  border: 1px solid var(--base);
  background-color: var(--base);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, Impact, sans-serif;
  font-size: 19px;
  font-weight: 400;
  transition: transform .3s;
}

.button:hover {
  background-color: #8a6b4e00;
  transform: scale(1.05);
}

.button.light-btn {
  border-color: var(--white);
  background-color: #8a6b4e00;
}

.button.light-btn:hover {
  background-color: var(--base);
}

.button.glowing-wrapper-button {
  border-radius: 0;
}

.div-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-section {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 38px;
  margin-top: 100px;
  padding: 60px 0;
  display: flex;
}

.marquee-label {
  color: #f0eeea;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, Impact, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .28em;
  opacity: .68;
  margin: 0;
}

.marquee-section > .w-embed {
  display: none;
}

.marquee {
  grid-column-gap: 0;
  gap: 0;
  background-color: #f1714400;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 0;
  gap: 0;
  flex: 0 0 auto;
  justify-content: flex-start;
  min-width: auto;
  width: max-content;
  display: flex;
}

.marquee-content.scroll {
  animation: marquee-scroll 35s linear infinite;
}

.marquee-image {
  height: 100px;
  width: auto;
  max-width: none;
  display: block;
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.div-block-3 {
  width: 65%;
}

.container {
  max-width: 1300px;
}

.container._05 {
  padding-left: 20px;
  padding-right: 20px;
}

.container.r {
  position: relative;
}

.container._2 {
  width: 100%;
  position: relative;
}

.body {
  background-color: var(--black);
}

.heading-3 {
  color: var(--white);
  font-size: 35px;
}

.heading-3.cnt {
  text-align: center;
}

.heading-3.no-g {
  margin-top: 0;
  font-size: 30px;
}

.paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins, Impact, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.paragraph.lin {
  text-decoration: underline;
}

.paragraph.sh {
  font-size: 15px;
}

.paragraph.vl {
  color: var(--base);
  font-size: 30px;
}

.paragraph.menu {
  z-index: 1;
  color: var(--white);
  font-size: 35px;
  line-height: 35px;
  position: relative;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
}

.cell-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.div-block-4 {
  width: 100%;
  overflow: hidden;
}

.image {
  width: 99.9975%;
}

.div-block-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.section-2 {
  background-image: url('../images/Ellipse-67.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.b {
  background-image: url('../images/Ellipse-69.png'), url('../images/Ellipse-67.svg');
  background-position: 100% 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, contain;
}

.section-2.z {
  background-color: var(--black);
  position: relative;
}

.section-3 {
  background-color: var(--black);
  background-image: url('../images/Ellipse-64.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.image-2 {
  width: 30px;
}

.div-block-6 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-6.cnt {
  justify-content: center;
  align-items: center;
}

.cell-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.heading-4 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Poppins, Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-7.c, .div-block-7.m {
  justify-content: flex-start;
  align-items: center;
}

.cell-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.cell-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 20px;
}

.cell-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #d9d9d9;
  padding-bottom: 100px;
  padding-left: 20px;
}

.cell-7 {
  justify-content: center;
  align-items: flex-end;
}

.quick-stack {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 100px;
  padding-bottom: 0;
}

.slider-2 {
  color: #fff;
  background-color: #ddd0;
  width: 50%;
  height: 100%;
  font-family: Poppins, Impact, sans-serif;
}

.icon {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 0;
  top: -200px;
}

.icon.l {
  color: #0000;
  background-image: url('../images/_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.icon.r {
  color: #0000;
  background-image: url('../images/_-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-3 {
  width: 100%;
}

.image-3._02 {
  height: 500px;
}

.slide-2 {
  width: 100%;
}

.mask {
  height: 100%;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  font-family: Poppins, Impact, sans-serif;
  font-size: 25px;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.section-4 {
  color: #141414;
  background-color: #141414;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-4.n {
  background-image: url('../images/Entertaiment-room-1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section-4.n._02 {
  background-image: url('../images/IMG_2609-1.png');
  height: 70vh;
}

.section-4.con {
  position: relative;
  top: 0;
}

.section-4.blk {
  position: relative;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  z-index: 10;
  margin-bottom: 40px;
  position: absolute;
  bottom: 0;
}

.div-block-11 {
  background-image: linear-gradient(#0000, #000);
  position: absolute;
  inset: 0%;
}

.right-arrow {
  left: auto;
  right: 30px;
}

.left-arrow {
  left: 30px;
}

.section-5 {
  background-image: url('../images/Ellipse-69.png'), url('../images/Ellipse-65.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5.stk {
  z-index: 0;
  position: sticky;
  top: 5px;
}

.slider-3 {
  background-color: #ddd0;
  height: auto;
  margin-top: 40px;
}

.slide-3 {
  width: 32%;
  margin-right: 20px;
}

.form {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field {
  background-color: #141414;
  border: 1px solid #ffffff1a;
  font-family: Poppins, Impact, sans-serif;
  font-size: 18px;
}

.text-field-copy {
  background-color: #141414;
  border: 1px solid #ffffff1a;
  width: 100%;
  font-family: Poppins, Impact, sans-serif;
  font-size: 18px;
  color: #f2f2f2;
}

.text-field-copy::placeholder {
  color: #8a8a8a;
  opacity: 1;
}

.text-field-copy:focus {
  border-color: #ffffff4d;
  outline: none;
}

.text-field-copy._01 {
  height: 150px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #ae8e5f;
  font-family: Poppins, Impact, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #282828;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-family: Poppins, Impact, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-14, .div-block-15 {
  width: 100%;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, Impact, sans-serif;
  display: flex;
}

.heading-7 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
}

.image-4 {
  border-radius: 20px;
}

.image-5 {
  width: 25px;
}

.div-block-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--base);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Poppins, Impact, sans-serif;
  font-weight: 500;
  display: flex;
}

.heading-8 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-family: Poppins, Impact, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.paragraph-2 {
  color: #a1a1a1;
  font-size: 15px;
}

.paragraph-3 {
  color: #ae8e5f;
  font-size: 18px;
}

.icon-2 {
  color: #3330;
  background-image: url('../images/Group-48.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 50px;
}

.icon-3 {
  color: #3330;
  background-image: url('../images/Group-49.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 50px;
}

.left-arrow-2 {
  left: -80px;
}

.right-arrow-2 {
  right: -50px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-4 {
  height: auto;
}

.slide-4 {
  width: 300px;
}

.gx-services-section {
  background-image: url('../images/Ellipse-69.png'), url('../images/Ellipse-65.png');
  background-position: 100% 0, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gx-container {
  max-width: 1000px;
  position: relative;
}

.gx-container.ful {
  max-width: none;
}

.gx-heading-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gx-slider {
  justify-content: center;
  align-items: center;
  height: 600px;
  display: block;
  position: relative;
}

.gx-slider._1 {
  height: auto;
}

.gx-left-arrow {
  z-index: 99;
  width: auto;
  position: absolute;
  top: 50%;
  left: 100px;
}

.gx-right-arrow {
  z-index: 99;
  width: auto;
  position: absolute;
  top: 50%;
  right: 100px;
}

.gx-slide {
  color: var(--white);
  text-align: center;
  font-family: Poppins, Impact, sans-serif;
}

.gx2-slide {
  color: var(--white);
  position: relative;
}

.gx2-arrows {
  margin-top: 60px;
  padding-top: 20px;
}

.div-block-20 {
  background-image: linear-gradient(180deg, #0003, var(--black));
  width: 100%;
  padding: 20px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-6 {
  background-color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-6.blk {
  position: relative;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.div-block-21 {
  z-index: 5;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.div-block-23 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  background-color: #00000080;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.div-block-26 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28 {
  z-index: 5;
  background-color: var(--black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.div-block-29 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.image-6 {
  cursor: pointer;
  width: 50px;
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-7 {
  cursor: pointer;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.cell-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #141414;
  border: 1px solid #fff3;
  align-items: stretch;
  padding: 40px;
  transition: transform .3s;
}

.cell-8:hover {
  transform: scale(1.02);
}

.cell-8.d {
  background-color: #282828;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.quick-stack-3 {
  margin-top: 40px;
}

.div-block-31 {
  z-index: 0;
  background-image: linear-gradient(360deg, #000, #fff0);
  position: absolute;
  inset: 0%;
}

.quick-stack-4 {
  padding: 0;
}

.div-block-32 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.section-7 {
  background-color: #141414;
  padding-top: 60px;
}

.slider-5 {
  background-color: #ddd0;
  height: auto;
  padding: 0;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.icon-4 {
  background-color: var(--base);
  color: #3330;
  background-image: url('../images/_-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 2px;
}

.icon-5 {
  background-color: var(--base);
  color: #3330;
  background-image: url('../images/_-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
}

.right-arrow-3 {
  right: 0;
}

.left-arrow-3 {
  left: auto;
}

.div-block-34 {
  text-align: center;
}

.div-block-35 {
  color: var(--white);
  text-align: center;
  font-family: Poppins, Impact, sans-serif;
}

.link-block {
  color: var(--base);
  text-decoration: underline;
}

.link-block.absulate {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.list-2 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list-item {
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: none;
}

.text-block {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-9 {
  color: var(--white);
  margin-top: 10px;
  font-family: Poppins, Impact, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.text-block-2 {
  color: #ae8e5f;
  padding-top: 10px;
  font-size: 15px;
}

.text-block-3 {
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
}

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

.div-block-37 {
  padding-bottom: 20px;
}

.image-8 {
  width: 100%;
  height: 350px;
  padding-bottom: 40px;
}

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

.navbar {
  display: none;
}

.grid {
  grid-template-rows: auto;
  justify-content: space-between;
  display: flex;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .75rem 2rem;
  font-size: 1.15rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-button.button {
  border-radius: 0;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
  position: relative;
}

.cursor-wrapper {
  z-index: 99998;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #f2f2f2;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.styles---glowing-button, .page-styles {
  display: none;
}

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

.div-block-40 {
  width: 90%;
  height: 90%;
  color: var(--white);
  text-align: center;
  background-color: #0000004f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto;
}

.image-10 {
  width: 100%;
  height: 100%;
}

.project-lst {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin: 0 0 10px;
  padding: 0;
  display: flex;
}

.collection-item {
  display: block;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link:hover {
  color: var(--base);
}

.div-block-42 {
  overflow: hidden;
}

.div-block-43 {
  width: 200px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.image-11 {
  opacity: .65;
  width: 250px;
  max-width: none;
  height: auto;
  position: absolute;
  transform: scale(0);
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-cover.footer-img {
  object-position: 50% 0%;
}

.image-ratio-fill {
  height: 100%;
}

.heading-style-h1 {
  letter-spacing: -.03em;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1em;
}

.v-flex {
  grid-column-gap: 3.6rem;
  grid-row-gap: 3.6rem;
  flex-flow: column;
  display: flex;
}

.v-flex.gap-small {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: grid;
}

.button-2 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  background-color: #f0eeea;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-aside-icon-line {
  background-color: #b1a89d;
  width: 100%;
  height: 1px;
}

.cabin-slider-link {
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  position: relative;
}

.max-width-62 {
  width: 100%;
  max-width: 62ch;
}

.fullscreen-image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cabin-slider-nav {
  display: none;
}

.heading-style-h2 {
  color: var(--white);
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.text-link-wrap {
  width: 100%;
  overflow: hidden;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 16rem;
  display: grid;
  position: relative;
}

.image-ratio-square {
  aspect-ratio: 1;
}

.image-ratio-square.max-width-20 {
  max-width: 20rem;
}

.location-right-cta {
  color: #f0eeea;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.location-right-wrap {
  color: #fff;
  border-left: 1px #000;
  width: 32.3%;
  height: 100%;
  padding-right: 14%;
  overflow: hidden;
}

.location-right-column {
  aspect-ratio: 1;
  border: 1px solid #ffffff4d;
  border-top-style: none;
  min-width: 11.875rem;
  margin-top: -1px;
  transition: border-color .3s, background-color .3s;
  position: relative;
}

.location-right-column:hover {
  background-color: #fff3;
  border-bottom-color: #ffffff80;
  border-left-color: #ffffff80;
  border-right-color: #ffffff80;
}

.location-right-column.last {
  aspect-ratio: auto;
  border-width: 0;
  padding-top: 2vw;
  transition-property: none;
}

.location-right-column.last:hover {
  background-color: #fff0;
}

.footer-link-sub {
  color: #f0eeea;
}

.cabin-slider-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.horizontal-screen {
  flex: none;
  width: 100vw;
  height: 100%;
  position: static;
}

.horizontal-screen._03 {
  background-color: var(--black);
  color: #f0eeea;
  width: 60vw;
  display: flex;
}

.horizontal-screen._02 {
  background-color: #141414;
  display: flex;
}

.horizontal-screen._04 {
  background-color: #141414;
  width: auto;
  min-width: 50vw;
  padding-right: 20vw;
  display: flex;
}

.horizontal-screen._01 {
  background-color: var(--black);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-space-between {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  display: flex;
  position: relative;
}

.empty-space {
  height: 0;
}

.fullscreen-inner {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: relative;
}

.heading-style-h0 {
  text-align: center;
  font-size: 150px;
  line-height: 1;
}

.button-hover {
  background-color: #f0fe49;
  border-radius: 100vw;
  width: 101%;
  height: 6rem;
  position: absolute;
}

.grid-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-small {
  font-size: .85rem;
}

.heading-style-h4 {
  color: var(--white);
  letter-spacing: -.03em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.col {
  display: flex;
}

.col.v-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.col.v-flex.space-between {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
}

.col.v-flex.gap-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.col.v-flex-space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.col.cn {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.location-right-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -75%;
  display: grid;
  position: relative;
}

.text-link {
  text-transform: uppercase;
  line-height: 1.3;
}

.text-link.text-color-alternate {
  color: var(--white);
}

.button-text-2 {
  z-index: 2;
  position: relative;
}

.hero-image-overlay {
  background-image: linear-gradient(#0009, #0000);
  position: absolute;
}

.hero-image-overlay.bottom {
  background-image: linear-gradient(0deg, #000000b3, #0000);
  height: 35svh;
  inset: auto 0% 0%;
}

.hero-image-overlay.top {
  background-image: linear-gradient(#000000a6, #0000);
  height: 20svh;
  inset: 0% 0% auto;
}

.fullscreen-bg {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.title-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.title-center.max-width-72 {
  max-width: 72ch;
}

.navbar-aside-icon {
  z-index: 1000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 2rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.col-left-bg {
  z-index: 10;
  background-color: #141414;
  display: none;
  position: absolute;
  inset: 0%;
}

.cabin-slider-arrow-left {
  opacity: .6;
  width: 2.8rem;
  height: 2.8rem;
  transition: opacity .25s;
  inset: -9rem 0% auto auto;
  transform: translate(-120%);
}

.cabin-slider-arrow-left:hover {
  opacity: 1;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.navbar-aside-text {
  color: #b1a89d;
  transform: rotate(90deg);
}

.heading-style-h3 {
  outline-offset: 0px;
  color: var(--white);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  border-bottom: 0 solid #000;
  outline: 3px #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.hflex-space-between {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.horizontal-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.features-icon {
  width: 2.5rem;
}

.fullscreen-links-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.cabin-slider {
  background-color: #fff0;
  height: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.nav_brand {
  color: #2f3632;
  padding-left: 0;
}

.nav_brand.brand-footer.w--current {
  width: 13rem;
}

.cabin-slider-image {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.cabin-slider-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #100f0f;
  flex-flow: column;
  min-height: 11.9em;
  padding: 2rem;
  display: flex;
}

.fullscreen-menu-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cabin-slider-arrow-right {
  opacity: .6;
  width: 2.8rem;
  height: 2.8rem;
  transition: opacity .25s;
  inset: -9rem 0% auto auto;
}

.cabin-slider-arrow-right:hover {
  opacity: 1;
}

.text-number {
  color: #f0eeea;
  font-size: clamp(9.5rem, 12vw, 12rem);
  line-height: .95;
}

.track-flex {
  margin-right: -100vw;
  display: flex;
}

.fullscreen-image-overlay {
  mix-blend-mode: normal;
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #0003, #0000 75%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-8 {
  position: relative;
}

.section-8.hero {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-bottom: 6rem;
  display: flex;
}

.section-8.location {
  justify-content: space-between;
  align-items: stretch;
  height: 110svh;
  overflow: hidden;
}

.section-8.location.st {
  position: sticky;
  top: 20px;
  bottom: auto;
}

.section-8.horizontal-scroll {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100vh;
  display: block;
  position: relative;
}

.section-8.background-color-secondary {
  color: #f0eeea;
}

.section-8.background-color-secondary.overscroll-hidden {
  overflow: clip;
}

.section-8.background-color-secondary.overscroll-hidden.b {
  background-color: var(--black);
}

.section-8.fx {
  height: 100vh;
  position: sticky;
  top: 10px;
}

.footer-link-main {
  color: #f0eeea;
  font-size: 2rem;
  line-height: 1.2;
}

.padding-global {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.padding-global.navbar {
  padding-left: 1.5rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.h-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.track {
  flex: none;
  display: flex;
  position: relative;
}

.navbar-aside-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 8.7rem;
  display: flex;
  position: relative;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-28 {
  max-width: 28ch;
}

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

.padding-vertical.padding-large {
  padding-top: 9.625rem;
  padding-bottom: 9.625rem;
}

.max-width-50 {
  width: 100%;
  max-width: 50ch;
}

.max-width-50._2 {
  max-width: 60ch;
}

.cabin-slider-slide {
  margin-right: 2rem;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-aside-line {
  background-color: #b1a89d00;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cabin-slider-mask {
  width: 40%;
  overflow: visible;
}

.scroll-trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.text-size-medium.text-color-beige {
  color: #f0eeea;
  line-height: 1.3em;
}

.horizontal-half {
  width: 50%;
}

.horizontal-half._02-02 {
  border-left: 1px solid #b1a89d;
  border-radius: 1px;
  width: 40%;
  padding: 3.5rem 3.5rem 3.5rem 5.5rem;
}

.horizontal-half._02-01 {
  width: 60%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._01 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._03 {
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._04 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid #b1a89d;
  border-radius: 1px;
  flex-flow: column;
  width: 100%;
  padding: 3.5rem 3.5rem 3.5rem 5.5rem;
  display: flex;
}

.fullscreen-menu {
  z-index: 800;
  justify-content: space-between;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.footer {
  color: #f0eeea;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 9.625rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.text-link-underline {
  background-color: #222;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.text-link-underline.background-color-alternate {
  background-color: #fff;
}

.fullscreen-col-left {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 65%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-height {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 300vw;
  display: block;
}

.scroll-wrap {
  position: relative;
  overflow: hidden;
}

.fullscreen-col-right {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 35%;
  padding: 3.5rem 4.5rem 3.5rem 3.5rem;
  display: flex;
  position: relative;
}

.horizontal-sticky-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.nav_component {
  z-index: 800;
  background-color: #fff0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-aside {
  z-index: 999;
  color: #f0eeea;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  width: 4.5rem;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.fullscreen-navlink {
  color: #f0eeea;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.25rem;
  display: flex;
}

.fullscreen-navlink:hover {
  text-decoration: none;
}

.navbar-wrap {
  width: 100%;
  position: absolute;
}

.horizontal-sticky {
  position: absolute;
  inset: 0%;
}

.location-left-wrap {
  width: 30%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-12-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.grid-12-col.d {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-12 {
  z-index: 999999;
  opacity: 1;
  width: 198px;
  position: fixed;
  inset: 2% auto auto 5%;
}

.section-9 {
  width: 99.9998%;
  height: 100vh;
  position: relative;
}

.section-9._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
}

.image-13 {
  filter: blur(13px);
  background-image: linear-gradient(#000000a1, #000000a1);
  width: 100%;
  height: 100%;
}

.div-block-44 {
  z-index: 1;
  background-color: #8a6b4e00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-10 {
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 150px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  inset: 0%;
}

.heading-10._1 {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0 0% 0%;
}

.heading-10._2 {
  z-index: 1;
  display: none;
  position: absolute;
}

.heading-10._3 {
  z-index: 1;
  opacity: 0;
  display: block;
}

.div-block-45, .div-block-46 {
  position: relative;
}

.image-14 {
  z-index: 0;
  width: 95%;
  height: 90%;
  position: absolute;
  transform: scale(0);
}

.div-block-47 {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.paragraph-4, .text-block-4 {
  color: var(--white);
}

.quick-stack-5 {
  margin-bottom: 100px;
  padding: 0;
}

.heading-11 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 65px;
  line-height: 100%;
}

.heading-11.large {
  text-align: right;
  width: 140vw;
  font-size: 160px;
  overflow: hidden;
}

.stok {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  text-shadow: 0 1px 1px #0003;
}

.cell-9 {
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  font-size: 25px;
  line-height: 25px;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.heading-12._1 {
  writing-mode: vertical-rl;
}

.div-block-48 {
  text-align: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-48.f, .div-block-48.fk {
  flex-flow: column;
}

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

.div-block-49-copy {
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: none;
  overflow: hidden;
}

.image-15 {
  width: 100%;
}

.div-block-50 {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #5e5e5e00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-51 {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  font-family: Instrumentserif, Arial, sans-serif;
  font-size: 35px;
}

.marquee-list {
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.cta_img {
  z-index: 1;
  border-radius: .5rem;
  min-width: 20vw;
  max-width: 20vw;
  min-height: 20vw;
  max-height: 20vw;
  position: absolute;
  overflow: hidden;
}

.cta_img._4 {
  z-index: 2;
  transform: rotate(-.02deg);
}

.cta_img._2 {
  z-index: 4;
  transform: rotate(-2.79deg);
}

.cta_img._3 {
  z-index: 3;
  transform: rotate(0);
}

.cta_img._1 {
  z-index: 5;
  transform: rotate(3.83deg);
}

.navbar-2 {
  pointer-events: auto;
  background-color: #000000b8;
  border-radius: 20px;
  padding: 4px 4px 4px 8px;
}

.navbar-2.white {
  background-color: #fff0;
  background-image: linear-gradient(225deg, #03284f, #000);
  border: 2px solid #03284f;
  padding-right: 20px;
  box-shadow: 0 2px 5px #24476d;
}

.navbar-2.white._03 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  background-color: #0003;
  background-image: none;
  border: 0 #03284f;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section_works {
  color: #0c0e0d;
  background-color: #eee;
}

.section_works.bg-drk {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.section_hero {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.topnav-link_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.topnav_menu-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 6px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.topnav_menu-wrap.lifgt {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: stretch;
}

.horizontal_camera {
  width: 100svw;
  height: 100svh;
  position: sticky;
  top: 0;
  overflow: clip;
}

.marquee-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  position: relative;
}

.hero_component-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.div-block-52 {
  background-image: radial-gradient(circle, #24476d33, #0003);
  position: absolute;
  inset: 0%;
}

.topnav_menu-right, .topnav_menu-left {
  display: flex;
}

.div-block-53 {
  z-index: 2147483647;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.quick-stack-7 {
  padding-bottom: 0;
}

.topnav_card-img {
  border-radius: 4px;
  width: 13rem;
  height: 11rem;
  overflow: hidden;
}

.topnav_menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 1rem;
  display: flex;
}

.topnav_menu.dec-width {
  width: 80%;
}

.page-wrapper-2 {
  position: relative;
  overflow: clip;
}

.hero-visual-wrap-o {
  background-image: url('../images/Home-1-Images-01_1Home 1 Images 01.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 35%;
  height: 380px;
  position: relative;
  top: 25vh;
}

.hero-visual-wrap-o.second-left {
  background-image: url('../images/about-hero.avif');
  top: -18vh;
}

.hero-visual-wrap-o.right-side {
  background-image: url('../images/services-02_1services-02.avif');
  background-position: 100%;
  background-size: contain;
  width: 25%;
  top: -11.4vh;
  left: 85%;
}

.hero-visual-wrap-o.second-right {
  background-image: url('../images/works-grid_image23_1works-grid_image23.avif');
  background-position: 100%;
  background-size: contain;
  width: 25%;
  top: -43.6vh;
  left: 85%;
}

.button-text-3 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.footer-link_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.footer-link_wrap.cnt {
  justify-content: center;
  align-items: flex-start;
}

.credits-divider {
  opacity: .28;
  background-color: #dad3c8;
  width: 1px;
  height: 1rem;
}

.opacity-80 {
  opacity: .8;
}

.text-ani {
  color: #fbfbfb00;
  background-image: linear-gradient(270deg, #24476d4d, #03284f4d);
  border-bottom: 2px solid #03284f;
  box-shadow: 0 10px 20px #24476d9c;
}

.div-block-54 {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-54.d {
  background-color: #020403;
}

.container-4 {
  max-width: 1400px;
}

.footer_left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cta_sticky {
  height: 500svh;
}

.horizontal_item {
  margin-left: 10svw;
}

.topnav_card-link {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-section {
  background-color: #000;
  background-image: radial-gradient(circle at 0%, #03284f80, #00000080), radial-gradient(circle farthest-side at 100%, #03284f80, #000 35%);
  position: relative;
  overflow: hidden;
}

.footer-2 {
  z-index: 100;
  background-image: linear-gradient(#060607, #03284f);
  position: relative;
}

.footer-2._02 {
  background-color: #000;
  background-image: none;
  padding-top: 60px;
}

.hero_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.works-list {
  grid-column-gap: 15vh;
  grid-row-gap: 15vh;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.works_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 12rem;
  padding-bottom: 5vh;
  display: flex;
}

.footer_buttons {
  margin-top: 4rem;
  display: flex;
}

.topnav-card_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.main-wrapper-2 {
  position: relative;
}

.main-wrapper-2._03 {
  z-index: 9999;
  opacity: 0;
}

.main-wrapper-2._03._3 {
  opacity: 1;
}

.div-block-55 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.div-block-55._06 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_credits-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.marquee-wrapper {
  width: 18rem;
  overflow: hidden;
}

.lumea-title {
  font-size: 10rem;
}

.lumea-title.hero-title {
  color: #fbfbfb;
}

.footer_right {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_right.lft {
  justify-content: center;
  align-items: center;
}

.works-item {
  position: sticky;
  top: 5vh;
}

.div-block-56 {
  background-image: linear-gradient(#24476d, #24476d);
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-56._07 {
  background-image: radial-gradient(circle, #03284f, #1a1a1a);
}

.parallax_image {
  border-radius: .5rem;
  position: absolute;
  overflow: hidden;
  box-shadow: 20px -4px 38px 20px #0c0e0d54;
}

.parallax_image.is--second {
  width: 18vw;
  height: 18vw;
  bottom: 0;
  left: -6vw;
}

.parallax_image.is--third {
  width: 20vw;
  height: 18vw;
  right: -4vw;
}

.parallax_image.is--first {
  width: 18vw;
  height: 18vw;
  left: -2vw;
}

.parallax_image.is--first.no-blur {
  box-shadow: none;
}

.parallax_image.is--fourth {
  border-radius: .8vw;
  width: 20vw;
  height: 18vw;
  bottom: 0;
  right: 8vw;
}

.text-size-cta {
  font-size: 8vw;
  line-height: 1.1;
}

.nav-link {
  color: #fbfbfb;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.image-16 {
  transform: scale(.2);
}

.hero_content-2 {
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_content-2._0-opicity {
  opacity: 0;
}

.button-secondary {
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  color: #f3f2ee;
  text-align: center;
  background-color: #03284f;
  border: 1px solid #1c1c1c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  max-height: none;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  overflow: hidden;
  box-shadow: 0 2px 20px -2px #426487;
}

.button-secondary._02 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #03284f;
  border: 0 #474747cf;
  border-radius: 8px;
}

.cta_component {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
  position: sticky;
  top: 0;
}

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

.gallery-container-main {
  z-index: 2;
  max-width: 1290px;
  padding-right: 5%;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-2.full-width {
  width: 100%;
}

.topnav_title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 1rem;
}

.paragraph-6._3 {
  margin-top: 100px;
}

.paragraph-6._3.p {
  margin-top: 0;
}

.paragraph-6._3.p.liht {
  color: #eee;
}

.heading-style-h1-2 {
  letter-spacing: -.2vw;
  font-size: 13vw;
  line-height: 1;
}

.heading-style-h1-2.text-style-allcaps.text-weight-medium {
  color: #03284f;
  box-shadow: 0 2px 5px #0003;
}

.heading-style-h1-2.text-style-allcaps.text-weight-medium.glow {
  box-shadow: none;
  color: #fbfbfb;
}

.topnav_card_warp {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
}

.footer_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  min-height: 30vh;
  padding-top: 12rem;
  padding-bottom: 10rem;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-size-large-2.text-weight-medium.f-logo {
  font-size: 1.6rem;
}

.dropdown_card-img {
  flex: 1;
  width: 100%;
  height: auto;
}

.horizontal_paragraph {
  opacity: .8;
  white-space: normal;
  max-width: 40ch;
  position: absolute;
  bottom: 33vh;
  left: 10svw;
}

.image-17 {
  border-radius: 20px;
  width: 40px;
  padding: 5px;
  font-size: 1.1rem;
  box-shadow: 0 2px 5px #24476d;
}

.image-17:hover {
  transform: scale(1.09);
  box-shadow: 0 2px 5px #0003, 0 2px 5px #24476d;
}

.image-18 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-18.is--explore {
  height: auto;
}

.button-secondary_bg {
  z-index: 1;
  background-color: #24476d;
  border-radius: 4px;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.text-size-tiny {
  letter-spacing: 2px;
}

.service-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.service-card.is--second {
  transform: translate(0, 11vw);
}

.service-card.o-op {
  opacity: 0;
}

.services_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.footer-link_hover {
  position: absolute;
}

.image-19 {
  width: 80%;
  position: relative;
  transform: scale(.2);
}

.text-highlight {
  flex-flow: wrap;
  display: block;
}

.div-block-58 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.topnav-link_right {
  background-color: #6666662e;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 28rem;
  height: 100%;
  margin-right: 1rem;
  display: flex;
  overflow: hidden;
}

.background-video-copy {
  width: 100%;
  height: 100%;
}

.footer_credits-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global-2.drk {
  background-color: #000;
}

.cta_text {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 70vw;
  display: flex;
  position: relative;
}

.drk {
  color: #eee;
}

.topnav_component {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.marquee-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-20 {
  width: 100px;
}

.image-20.f-logo {
  width: 70px;
}

.container-huge {
  width: 100%;
  max-width: 95svw;
}

.div-block-59 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.button-text_hover {
  position: absolute;
}

.secion_services.bg-drk {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.logo {
  width: 100px;
}

.logo._80px {
  width: 80px;
}

.logo._80px._1 {
  width: 66px;
}

.service-card_content {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  max-width: 31ch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-small {
  width: 100%;
  max-width: 49rem;
  margin-bottom: .5rem;
}

.parallax_images-wrap {
  z-index: 1;
  opacity: .43;
  filter: blur(2px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.parallax_images-wrap.o-blur {
  filter: none;
}

.footer_credits-wrap {
  color: #f3f2ee;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.cell-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.big-large-text {
  z-index: 3;
  color: #fbfbfb;
  text-transform: uppercase;
  top: -40px;
}

.big-large-text.sec {
  top: -41vh;
}

.footer_brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.service-card_img {
  border-radius: 5px;
  height: 34vw;
  overflow: hidden;
}

.dropdown_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fbfbfb;
  background-color: #000000f7;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.horizontal_frame {
  z-index: 3;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 4vh;
  display: flex;
  position: relative;
}

.elipse {
  background-color: #24476d;
  border-radius: 50%;
  width: .3rem;
  min-width: .3rem;
  height: .3rem;
  min-height: .3rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.f {
  color: #eeeeeef5;
  text-transform: capitalize;
}

.section_horizontal {
  height: 350vh;
  position: relative;
  overflow: clip;
}

.section_horizontal.bg-drak {
  z-index: 1;
  background-color: #000;
}

.topnav-menu-link {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
}

.topnav-menu-link:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: none;
  border-radius: 0;
  padding: 20px;
}

.small-text-1-f {
  font-weight: 400;
  position: relative;
  top: -24vh;
  left: 20%;
}

.small-text-1-f.sec {
  top: -32.2vh;
  left: 65%;
}

.small-text-1-f._3rd {
  top: -45.1vh;
  left: 20%;
}

.small-text-1-f._4th {
  top: -66.6vh;
  left: 65%;
}

.heading-style-h2-2 {
  color: #fbfbfb;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.div-block-60 {
  z-index: 50;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #f3f2ee;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.background-image-copy {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.services-grid-copy {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.is--nav {
  opacity: .8;
  max-width: 27rem;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.topnav-wrapper {
  z-index: 2147483647;
  border-radius: 0;
  position: fixed;
  inset: .625rem 1rem auto;
}

.topnav-wrapper.top-margin {
  margin-top: 20px;
  position: absolute;
}

.topnav-wrapper.top-margin.fix {
  position: fixed;
}

.navigation {
  color: #2d2b27;
  background-color: #0000;
  width: auto;
  height: auto;
  padding-top: .9rem;
  overflow: hidden;
}

.section_cta.bg-drk {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.hero-wrap-copy {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

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

.dropdown_toggle {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fbfbfb;
  justify-content: center;
  align-items: center;
  padding: .7rem 1rem;
  display: flex;
}

.topnav_card-text {
  color: #f3f2ee;
  background-color: #66666629;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px .6rem;
  display: flex;
}

.footer_paragraph {
  max-width: 32ch;
  margin-bottom: 1rem;
}

.topnav_dropdown.drk {
  color: #000;
}

.services-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.sticky_gradient {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#0c0d0e, #12121200 50%, #0c0d0e);
  position: absolute;
  inset: 0%;
}

.sticky_gradient.hide-g {
  display: none;
}

.component {
  z-index: 12;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.component.hover-image {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.hover_image {
  display: none !important;
  z-index: 2;
  border-radius: 15px;
  height: 15rem;
  position: absolute;
  right: 22%;
}

.hover-parent {
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hover-parent.border-none {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.backgorund_image {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main.border-null {
  cursor: pointer;
  border-top: 1px #2e2a27;
  border-bottom: 0 #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main.image_fill {
  cursor: pointer;
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text_hover {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.n-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70rem;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  letter-spacing: 0;
  font-family: Poppins, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.secti {
  background-color: #171717;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.5rem;
  display: flex;
}

.fill_image {
  object-fit: cover;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.n-line {
  z-index: 1;
  background-color: #2e2a2770;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.n-line.bottom {
  inset: auto 0% 0%;
}

.background_image {
  opacity: 0;
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.card-content._50 {
  width: 50%;
}

.div-block-61 {
  position: absolute;
}

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

.div-block-63 {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.cell-12, .cell-13 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-8 {
  background-image: linear-gradient(#141414, #191919);
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .3s;
}

.quick-stack-8:hover {
  transform: scale(1.02);
}

.div-block-64 {
  outline-offset: 0px;
  background-color: #0c0c0c;
  outline: 1px solid #141414;
  width: 100%;
  padding: 20px;
}

.cell-14 {
  justify-content: space-between;
  align-items: stretch;
}

.div-block-65 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack-9 {
  border: 1px solid #333;
  border-width: 1px 0;
  padding: 0;
}

.cell-15 {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding-left: 40px;
}

.cell-16 {
  padding: 40px;
}

.section-10 {
  padding-top: 100px;
  padding-bottom: 0;
}

.div-block-67 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-68 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  color: var(--white);
  font-family: Poppins, Impact, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-7 {
  color: var(--white);
  font-family: Poppins, Impact, sans-serif;
}

.section-11 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-11.back-image {
  background-image: url('../images/Group-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-11.bac {
  background-image: url('../images/Group-101.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-69 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 40%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-70 {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-14 {
  font-weight: 400;
}

.heading-15 {
  text-align: left;
  letter-spacing: -7px;
  font-family: Poppins, Impact, sans-serif;
  font-size: 16vw;
  font-weight: 700;
  line-height: 100%;
}

.heading-15._06 {
  text-align: center;
}

.heading-15.g {
  font-size: 14vw;
}

.stock {
  color: var(--black);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--white);
}

.stock.transperent {
  color: #0000;
}

.image-21 {
  width: 100%;
  height: 359.787px;
  margin-bottom: 10px;
}

.div-block-71 {
  z-index: 5;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-72 {
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
}

.div-block-73 {
  color: var(--white);
  font-family: Poppins, Impact, sans-serif;
  font-weight: 400;
}

.crd {
  transition: transform .3s;
  overflow: hidden;
}

.crd:hover {
  transform: scale(1.05);
}

.section-12 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-12._4 {
  padding-top: 20px;
}

.heading-16 {
  color: var(--white);
  text-align: center;
  font-size: 50px;
  line-height: 100%;
}

.section-13 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.section-13._2 {
  background-color: var(--black);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  max-height: none;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-14 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Type-E---Living.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-74 {
  color: var(--white);
  background-color: #141414;
  padding: 60px 10px 10px;
  font-family: Poppins, Impact, sans-serif;
}

.div-block-75 {
  color: var(--white);
  border: 1px solid #313131;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-76 {
  color: var(--white);
  border: 1px solid #313131;
  padding: 100px 20px 20px;
}

.div-block-77 {
  padding-top: 100px;
}

.heading-17 {
  color: #fff;
  text-align: center;
  font-family: Poppins, Impact, sans-serif;
  font-size: 200px;
  font-weight: 600;
  line-height: 100%;
}

.heading-17._05 {
  font-size: 184px;
}

.image-22 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  max-width: 1300px;
  color: var(--white);
  flex-flow: column;
  font-family: Poppins, Impact, sans-serif;
  display: flex;
  position: relative;
}

.div-block-78 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-18 {
  font-size: 60px;
  line-height: 100%;
}

.paragraph-8 {
  font-size: 25px;
  line-height: 25px;
}

.heading-19 {
  color: var(--white);
  text-align: center;
  font-family: Poppins, Impact, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.heading-20 {
  color: var(--white);
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.short {
  font-size: 50px;
}

@media screen and (min-width: 1440px) {
  .cursor-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 50px;
  }

  .marquee-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .div-block-25.div-block-26 {
    flex-flow: row;
  }

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

  .div-block-27, .div-block-28 {
    display: none;
  }

  .icon-6 {
    color: #3330;
    background-image: url('../images/Group-62.png');
    background-position: 50%;
    background-size: cover;
    font-size: 50px;
  }

  .navbar {
    background-color: #ddd0;
    display: block;
  }

  .menu-button, .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: #000;
  }

  .cursor-wrapper {
    display: none;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .container-3, .container-space-between {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-aside-text {
    display: none;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .navbar-aside-line, .fullscreen-menu {
    display: none;
  }

  .fullscreen-col-left {
    width: 40%;
  }

  .fullscreen-col-right {
    width: 60%;
  }

  .grid-12-col {
    grid-row-gap: 3.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .cta_img {
    max-width: 40vw;
    max-height: 40vw;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .topnav-link_left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .topnav_menu-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #000000e3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }

  .topnav_menu-wrap.lifgt {
    background-color: #000;
  }

  .topnav_menu-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .topnav_menu-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .topnav_menu {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .hero-visual-wrap-o.right-side, .hero-visual-wrap-o.second-right {
    width: 35%;
    left: 70%;
  }

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

  .works_component {
    padding-top: 6rem;
  }

  .footer_right {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .parallax_image.is--second {
    width: 14rem;
    height: 14rem;
  }

  .parallax_image.is--third {
    width: 20rem;
    height: 18rem;
    right: -8rem;
  }

  .parallax_image.is--first {
    width: 18rem;
    height: 18rem;
  }

  .parallax_image.is--fourth {
    width: 15rem;
    height: 15rem;
    right: 4rem;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer_component {
    flex-flow: column;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .div-block-57 {
    background-color: #fbfbfb;
    width: 100%;
    height: 3px;
    margin-top: 10px;
    position: absolute;
    inset: 0%;
  }

  .div-block-57._02, .div-block-57._01 {
    margin-top: 30px;
    transform: none;
  }

  .div-block-57._03 {
    margin-top: 60px;
  }

  .horizontal_paragraph {
    bottom: 37.4vh;
  }

  .service-card.is--second {
    transform: translate(0, 9rem);
  }

  .services_component {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .topnav-link_right {
    display: none;
  }

  .cta_text {
    z-index: 7;
  }

  .topnav_component {
    padding-left: 0;
  }

  .icon-7 {
    color: #fbfbfb;
  }

  .icon-7.mnu {
    opacity: 0;
    color: #fbfbfb;
    background-color: #24476d;
    border-radius: 8px;
    font-size: 3rem;
    position: relative;
  }

  .div-block-59 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .topnav-button {
    color: #fbfbfb;
  }

  .topnav-button.w--open {
    background-color: #0000;
    padding: 10px;
  }

  .topnav-button.ab {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .container-5 {
    max-width: 728px;
  }

  .service-card_img {
    height: 34rem;
  }

  .dropdown_component {
    flex-flow: column;
  }

  .section_horizontal {
    height: 300vh;
  }

  .small-text-1-f {
    left: 29%;
  }

  .small-text-1-f.sec {
    left: 50%;
  }

  .small-text-1-f._3rd {
    left: 29%;
  }

  .small-text-1-f._4th {
    left: 50%;
  }

  .services-grid-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 5rem;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navigation.w--open {
    position: static;
  }

  .topnav_dropdown {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .services-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 5rem;
  }

  .component.hover-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hover_image {
    display: none;
  }

  .is-main {
    font-size: 3rem;
  }

  .n-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    display: flex;
  }

  .secti {
    height: auto;
  }

  .fill_image, .background_image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 40px;
  }

  .marquee-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .paragraph.menu {
    font-size: 35px;
    line-height: 25px;
  }

  .slide-3 {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .container-space-between {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fullscreen-inner {
    flex-flow: column-reverse wrap;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fullscreen-menu-image {
    aspect-ratio: 1;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .fullscreen-col-left, .fullscreen-col-right {
    width: 100%;
  }

  .fullscreen-navlink {
    padding-top: .25em;
    padding-bottom: .25em;
    font-size: 2rem;
  }

  .navbar-2.white._03 {
    background-image: none;
  }

  .topnav-link_left {
    width: 100%;
  }

  .topnav_card-img {
    display: none;
  }

  .hero-visual-wrap-o {
    width: 45%;
  }

  .hero-visual-wrap-o.right-side {
    width: 45%;
    top: -8.7vh;
    left: 60%;
  }

  .hero-visual-wrap-o.second-right {
    width: 45%;
    left: 60%;
  }

  .topnav_card-link {
    justify-content: center;
    align-items: center;
  }

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

  .works_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .lumea-title.hero-title {
    text-align: center;
    font-size: 100px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .parallax_image.is--second {
    display: none;
  }

  .parallax_image.is--third {
    top: -6rem;
  }

  .parallax_image.is--first {
    width: 17rem;
    height: 17rem;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .topnav_title {
    display: none;
  }

  .heading-style-h1-2 {
    font-size: 18vw;
  }

  .topnav_card_warp {
    flex-flow: column;
    width: 100%;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .div-block-57 {
    width: 61%;
  }

  .service-card.is--second {
    transform: none;
  }

  .service-card.o-op {
    display: none;
  }

  .services_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-highlight {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-58 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .icon-7.mnu {
    background-color: #24476d;
    border-radius: 8px;
    font-size: 3rem;
  }

  .topnav-button.w--open {
    padding: 10px;
  }

  .footer_credits-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .service-card_img {
    max-height: 50svh;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .dropdown_component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .small-text-1-f {
    left: 38%;
  }

  .small-text-1-f.sec {
    left: 45%;
  }

  .small-text-1-f._3rd {
    left: 38%;
  }

  .small-text-1-f._4th {
    left: 45%;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .services-grid-copy {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .topnav_card-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .6rem;
  }

  .services-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .secti {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 25px;
  }

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

  .marquee-section {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3.cnt.l {
    text-align: left;
    line-height: 35px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph.h {
    display: none;
  }

  .section-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cell-3 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .div-block-7.m {
    display: none;
  }

  .cell-6 {
    padding-bottom: 0;
  }

  .cell-7 {
    flex-flow: wrap-reverse;
    display: none;
  }

  .slider-2 {
    width: 100%;
  }

  .heading-5 {
    line-height: 35px;
  }

  .heading-5._03 {
    font-size: 20px;
    line-height: 20px;
  }

  .section-4.n {
    height: 50vh;
  }

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }

  .gx-container, .gx2-slider-track {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gx2-arrows, .gx2-arrows.d {
    display: none;
  }

  .div-block-20 {
    background-image: linear-gradient(#0006, #0003);
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-26 {
    display: none;
  }

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

  .list-2 {
    flex-flow: column;
  }

  .list-item {
    list-style-type: none;
  }

  .navbar {
    background-color: #00000080;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-9 {
    width: 200px;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: block;
  }

  .brand {
    margin-top: 10px;
  }

  .right-arrow-4, .left-arrow-4, .slide-nav, .right-arrow-5, .left-arrow-5, .right-arrow-6, .left-arrow-6, .right-arrow-7, .left-arrow-7, .right-arrow-8, .left-arrow-8, .right-arrow-9, .left-arrow-9, .right-arrow-10, .left-arrow-10, .right-arrow-11, .left-arrow-11 {
    display: none;
  }

  .grid {
    flex-flow: column;
  }

  .div-block-41 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-12-col {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .topnav_menu-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .topnav_menu-wrap.lifgt {
    border-radius: 20px;
  }

  .hero-visual-wrap-o {
    width: 50%;
  }

  .hero-visual-wrap-o.right-side, .hero-visual-wrap-o.second-right {
    width: 50%;
    left: 58%;
  }

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

  .footer_buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .marquee-wrapper {
    width: 17.5rem;
  }

  .lumea-title.hero-title {
    font-size: 70px;
  }

  .footer_right {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .footer_right.lft {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    justify-content: flex-start;
    align-items: center;
  }

  .parallax_image.is--first {
    display: none;
  }

  .paragraph-6._3 {
    margin-top: 20px;
  }

  .footer_component {
    padding-bottom: 1rem;
  }

  .text-size-large-2 {
    font-size: 1rem;
  }

  .div-block-57 {
    left: auto;
  }

  .div-block-57._01 {
    left: auto;
    right: 0;
  }

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

  .horizontal_paragraph {
    display: none;
  }

  .services_component {
    padding-bottom: 2rem;
  }

  .text-highlight {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
  }

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

  .cta_text {
    mix-blend-mode: exclusion;
    position: absolute;
  }

  .icon-7 {
    color: #fbfbfb;
  }

  .icon-7.mnu {
    border-radius: 8px;
    font-size: 2.5rem;
  }

  .topnav-button {
    padding: 10px;
  }

  .topnav-button.ab {
    align-items: flex-end;
  }

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

  .footer_credits-wrap {
    opacity: .7;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
  }

  .big-large-text {
    top: 6px;
  }

  .small-text-1-f {
    top: -21vh;
  }

  .small-text-1-f.sec {
    top: -32.9vh;
    left: 20%;
  }

  .small-text-1-f._4th {
    left: 20%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .cell-11 {
    align-items: stretch;
  }
}

#w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-1883c4b2, #w-node-e2e02a40-6185-009f-d947-e4074f9d941f-1883c4b2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-af7be2fc-a26e-67ad-27c3-18ba9f6c6ec8-9f6c6ec6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-af7be2fc-a26e-67ad-27c3-18ba9f6c6efa-9f6c6ec6, #w-node-_8156d806-b3ef-6939-5b2a-fcb652f4add1-52f4adc8, #w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-c5c4386f, #w-node-e2e02a40-6185-009f-d947-e4074f9d941f-c5c4386f, #w-node-_5204b904-0ee5-02ca-a7c7-cfea452d1c80-c5c4386f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0aa9c5d1-8e83-acb9-3141-405426779c95-c5c4386f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_09eb7f8d-9e31-51ca-4845-32a550dc5b8d-c5c4386f, #w-node-_5204b904-0ee5-02ca-a7c7-cfea452d1c80-28b0d9f2, #w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-17019985, #w-node-_7e2742f7-6857-02f7-e35a-f168bd9cba96-17019985, #w-node-_5204b904-0ee5-02ca-a7c7-cfea452d1c80-17019985, #w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-a5acf1e1, #w-node-_704a342d-fb34-ed3a-ca72-d3f825ae5f36-a5acf1e1, #w-node-_8f605a2e-261e-ce8b-af53-8fe5526fd97a-a5acf1e1, #w-node-_881f265d-04e7-9947-095a-bb3fa56bbbda-a5acf1e1, #w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-b256cca7, #w-node-_704a342d-fb34-ed3a-ca72-d3f825ae5f36-b256cca7, #w-node-_8f605a2e-261e-ce8b-af53-8fe5526fd97a-b256cca7, #w-node-_881f265d-04e7-9947-095a-bb3fa56bbbda-b256cca7, #w-node-_704a342d-fb34-ed3a-ca72-d3f825ae5f36-28064419, #w-node-d4804d01-7b28-8c12-9459-dc7d19468296-28064419, #w-node-e59ec8c8-1589-5b81-b831-57df8322aa0a-8322aa07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e59ec8c8-1589-5b81-b831-57df8322aa50-8322aa07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e59ec8c8-1589-5b81-b831-57df8322aa85-8322aa07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a791-412a3526 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a796-412a3526 {
  grid-area: span 2 / span 6 / span 2 / span 6;
  align-self: stretch;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7bf-412a3526 {
  grid-area: 2 / 8 / 4 / 13;
  align-self: stretch;
}

#w-node-_15217a8e-d3fc-1e63-793d-c0e85ac1b8b2-412a3526 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-412a3526 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a700-412a3526 {
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a70c-412a3526 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a73b-412a3526 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a73f-412a3526 {
  grid-area: 1 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a747-412a3526 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a756-412a3526 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a762-412a3526 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a778-412a3526 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-e2e02a40-6185-009f-d947-e4074f9d941f-412a3526 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7c6-412a3526, #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7ca-412a3526 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-da19d078-512e-0627-5a83-da52b4df09d9-826084a3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-da19d078-512e-0627-5a83-da52b4df09e4-826084a3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-da19d078-512e-0627-5a83-da52b4df09ea-826084a3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto center;
}

#w-node-da19d078-512e-0627-5a83-da52b4df09f6-826084a3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: auto end;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb1b-6b69bb09 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb1f-6b69bb09 {
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb2b-6b69bb09 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb5a-6b69bb09 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb5e-6b69bb09 {
  grid-area: 1 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb66-6b69bb09 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb75-6b69bb09 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb81-6b69bb09 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb97-6b69bb09 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bbb0-6b69bb09 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bbb5-6b69bb09 {
  grid-area: span 2 / span 6 / span 2 / span 6;
  align-self: stretch;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bbde-6b69bb09 {
  grid-area: 2 / 8 / 4 / 13;
  align-self: stretch;
}

#w-node-_06d750b6-c8f3-0e29-208a-2d356b69bbe5-6b69bb09, #w-node-_06d750b6-c8f3-0e29-208a-2d356b69bbe9-6b69bb09 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9c91f6cc-e7fe-9046-8b59-5a396ebd1dfa-a4d3389b {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-_8033b934-9b9f-0436-7bd3-a02a7962bcdb-3291fd89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e49a22c-67bf-5866-5ed1-c7c3d110dfe4-3291fd89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0cd2ed1-dddc-60e9-5051-8db5836177b7-3291fd89, #w-node-_95136acd-3576-c3f9-6470-ba16cde2770d-3291fd89, #w-node-_3580f1e2-c866-bcb6-6688-328a81b76525-3291fd89, #w-node-_6bbd5381-4c09-8d48-733b-7a4420011805-3291fd89, #w-node-_97a8f515-d9c3-69e8-9efe-5f24bdad11c8-3291fd89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_97a8f515-d9c3-69e8-9efe-5f24bdad11d1-3291fd89, #w-node-e1410527-5aa1-4e63-e34d-ae17b5af5633-3291fd89, #w-node-af3baec6-c7d6-4aa4-f366-1b08e7d4a712-3291fd89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a791-3291fd89 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a796-3291fd89 {
  grid-area: span 2 / span 6 / span 2 / span 6;
  align-self: stretch;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7bf-3291fd89 {
  grid-area: 2 / 8 / 4 / 13;
  align-self: stretch;
}

#w-node-_15217a8e-d3fc-1e63-793d-c0e85ac1b8b2-3291fd89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-3291fd89 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a700-3291fd89 {
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a70c-3291fd89 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a73b-3291fd89 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a73f-3291fd89 {
  grid-area: 1 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a747-3291fd89 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a756-3291fd89 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a762-3291fd89 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a778-3291fd89 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-e2e02a40-6185-009f-d947-e4074f9d941f-3291fd89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7c6-3291fd89, #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7ca-3291fd89 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c2492662-d6c7-5e23-f278-8ca8c30dc4da-c30dc4da, #w-node-c2492662-d6c7-5e23-f278-8ca8c30dc4db-c30dc4da {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c2492662-d6c7-5e23-f278-8ca8c30dc4dc-c30dc4da {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_97a8f515-d9c3-69e8-9efe-5f24bdad11c8-89cf763f, #w-node-ce682a49-0b65-4e9c-e099-7531ccfb048a-89cf763f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce682a49-0b65-4e9c-e099-7531ccfb0493-89cf763f, #w-node-ce682a49-0b65-4e9c-e099-7531ccfb049c-89cf763f, #w-node-ce682a49-0b65-4e9c-e099-7531ccfb04a5-89cf763f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8033b934-9b9f-0436-7bd3-a02a7962bcdb-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7e49a22c-67bf-5866-5ed1-c7c3d110dfe4-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0cd2ed1-dddc-60e9-5051-8db5836177b7-a42ec530, #w-node-_0a338202-6724-4521-794e-b3a02b3597bf-a42ec530, #w-node-fc329409-1cb7-c081-f23a-db96a1eb1492-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8a2cdeb8-737a-a079-4271-d8fd12c0e7bd-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_95136acd-3576-c3f9-6470-ba16cde2770d-a42ec530, #w-node-_3580f1e2-c866-bcb6-6688-328a81b76525-a42ec530, #w-node-_6bbd5381-4c09-8d48-733b-7a4420011805-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e8a4e6c7-2c43-4723-0068-5f4df46b84e2-a42ec530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_558d2712-34e5-9ce4-f1ce-e33a9826df6c-a42ec530, #w-node-_2e388585-294a-f8d6-611e-b9fb9a83449f-a42ec530 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bae2b009-3a4c-cf79-0363-9e3b58c38780-a42ec530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cab6415-8d86-32ac-9d05-69cd2aebf608-a42ec530, #w-node-_2cab6415-8d86-32ac-9d05-69cd2aebf609-a42ec530, #w-node-_2cab6415-8d86-32ac-9d05-69cd2aebf60a-a42ec530, #w-node-_97a8f515-d9c3-69e8-9efe-5f24bdad11c8-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_97a8f515-d9c3-69e8-9efe-5f24bdad11d1-a42ec530, #w-node-e1410527-5aa1-4e63-e34d-ae17b5af5633-a42ec530, #w-node-af3baec6-c7d6-4aa4-f366-1b08e7d4a712-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a791-a42ec530 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a796-a42ec530 {
  grid-area: span 2 / span 6 / span 2 / span 6;
  align-self: stretch;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7bf-a42ec530 {
  grid-area: 2 / 8 / 4 / 13;
  align-self: stretch;
}

#w-node-_15217a8e-d3fc-1e63-793d-c0e85ac1b8b2-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-a42ec530 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a700-a42ec530 {
  grid-area: 3 / 4 / 4 / 7;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a70c-a42ec530 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a73b-a42ec530 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a73f-a42ec530 {
  grid-area: 1 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a747-a42ec530 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a756-a42ec530 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a762-a42ec530 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a778-a42ec530 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-e2e02a40-6185-009f-d947-e4074f9d941f-a42ec530 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7c6-a42ec530, #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a7ca-a42ec530 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c0cd2ed1-dddc-60e9-5051-8db5836177b7-2135ce6d, #w-node-_97a8f515-d9c3-69e8-9efe-5f24bdad11c8-bfac490d, #w-node-ce682a49-0b65-4e9c-e099-7531ccfb048a-bfac490d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce682a49-0b65-4e9c-e099-7531ccfb0493-bfac490d, #w-node-ce682a49-0b65-4e9c-e099-7531ccfb049c-bfac490d, #w-node-ce682a49-0b65-4e9c-e099-7531ccfb04a5-bfac490d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_97a8f515-d9c3-69e8-9efe-5f24bdad11c8-29d117db, #w-node-a191385c-1367-4400-629f-2f762b7cb4a5-29d117db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a191385c-1367-4400-629f-2f762b7cb4ae-29d117db, #w-node-a191385c-1367-4400-629f-2f762b7cb4b7-29d117db, #w-node-a191385c-1367-4400-629f-2f762b7cb4c0-29d117db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-412a3526 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a700-412a3526, #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a70c-412a3526 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da19d078-512e-0627-5a83-da52b4df09ea-826084a3 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-da19d078-512e-0627-5a83-da52b4df09f6-826084a3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb1b-6b69bb09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb1f-6b69bb09, #w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb2b-6b69bb09 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c91f6cc-e7fe-9046-8b59-5a396ebd1dfa-a4d3389b {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-3291fd89 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a700-3291fd89, #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a70c-3291fd89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-a42ec530 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a700-a42ec530, #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a70c-a42ec530 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e2e02a40-6185-009f-d947-e4074f9d941f-1883c4b2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-af7be2fc-a26e-67ad-27c3-18ba9f6c6ec8-9f6c6ec6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8156d806-b3ef-6939-5b2a-fcb652f4add1-52f4adc8, #w-node-e59ec8c8-1589-5b81-b831-57df8322aa0a-8322aa07 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e59ec8c8-1589-5b81-b831-57df8322aa50-8322aa07 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e2e02a40-6185-009f-d947-e4074f9d941f-412a3526 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c91f6cc-e7fe-9046-8b59-5a396ebd1dfa-a4d3389b {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-e2e02a40-6185-009f-d947-e4074f9d941f-3291fd89, #w-node-e2e02a40-6185-009f-d947-e4074f9d941f-a42ec530 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-1883c4b2, #w-node-af7be2fc-a26e-67ad-27c3-18ba9f6c6ec8-9f6c6ec6, #w-node-af7be2fc-a26e-67ad-27c3-18ba9f6c6efa-9f6c6ec6, #w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-17019985, #w-node-_7e2742f7-6857-02f7-e35a-f168bd9cba96-17019985, #w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-a5acf1e1, #w-node-_8f605a2e-261e-ce8b-af53-8fe5526fd97a-a5acf1e1, #w-node-_881f265d-04e7-9947-095a-bb3fa56bbbda-a5acf1e1, #w-node-b112af25-85dd-8bd5-ca26-bdbff4450ff3-b256cca7, #w-node-_8f605a2e-261e-ce8b-af53-8fe5526fd97a-b256cca7, #w-node-_881f265d-04e7-9947-095a-bb3fa56bbbda-b256cca7, #w-node-e59ec8c8-1589-5b81-b831-57df8322aa50-8322aa07, #w-node-e59ec8c8-1589-5b81-b831-57df8322aa85-8322aa07, #w-node-_15217a8e-d3fc-1e63-793d-c0e85ac1b8b2-412a3526 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-412a3526, #w-node-_06d750b6-c8f3-0e29-208a-2d356b69bb1b-6b69bb09 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9c91f6cc-e7fe-9046-8b59-5a396ebd1dfa-a4d3389b, #w-node-_15217a8e-d3fc-1e63-793d-c0e85ac1b8b2-3291fd89 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-3291fd89 {
    grid-column: span 2 / span 2;
  }

  #w-node-_15217a8e-d3fc-1e63-793d-c0e85ac1b8b2-a42ec530 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e3d746f-acd3-a48a-ffc5-6f60af07a6fc-a42ec530 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentserif';
  src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}