:root {
  --cream: #fffcf0;
  --gold: #7a6a45;
  --our-black: #1a1a1a;
  --black: black;
  --white: white;
  --vision-card-radius: 5vw;
  --text-small: 1.5rem;
  --vision-video-blur: 20px;
  --project-radius: 0rem;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  background-color: var(--cream);
  cursor: none;
}

h1 {
  text-transform: uppercase;
  font-family: "Mixta Pro 2", Times New Roman, sans-serif;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 7.5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  cursor: none;
  text-decoration: underline;
}

.sport-type {
  text-transform: uppercase;
  padding-bottom: 14px;
}

.guide {
  margin-top: 47px;
}

.button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button {
  z-index: 15;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  background-color: var(--gold);
  color: var(--cream);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 100px;
  flex-flow: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 275px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 15px rgba(122, 106, 69, .5);
}

.button.ghost-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  transition: background-color .2s;
}

.button.ghost-button:hover, .button.ghost-button.green {
  color: #d9fb52;
}

.button.ghost-button.green:hover {
  color: #fff;
}

.button.sec-button {
  box-shadow: none;
  width: 330px;
}

.event-name {
  color: var(--our-black);
  text-transform: uppercase;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 2.875rem;
  font-weight: 400;
  line-height: 2.6rem;
}

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

.text-color-white.hero-subtext {
  text-align: center;
  text-transform: uppercase;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  display: block;
}

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

.color-block.green {
  background-color: #d9fb52;
}

.color-block.purple {
  background-color: #360653;
}

.color-block.pink {
  background-color: #fb52d9;
}

.color-block.white {
  background-color: var(--white);
}

.color-block.grey {
  background-color: #7e7e7e;
  padding-top: 20px;
}

.color-block.cream {
  background-color: var(--cream);
}

.color-block.gold {
  background-color: var(--gold);
}

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

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.h2 {
  color: var(--cream);
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  font-family: "Mixta Pro 2", Times New Roman, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
}

.guide-text {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--our-black);
  color: var(--our-black);
  margin-top: 20px;
  margin-bottom: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 24px;
}

.div-block-3 {
  background-color: var(--our-black);
}

.body-text {
  color: var(--our-black);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.body-text.subhead-text {
  color: var(--gold);
  text-transform: uppercase;
}

.body-text.para-text {
  color: var(--our-black);
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 1.3rem;
  line-height: 2rem;
}

.body-text.project-head-2, .body-text.work-subtext {
  text-align: center;
}

.body-text.work-subtext.text-color-gold {
  font-size: 2.5rem;
}

.body-text.copyright {
  color: var(--cream);
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 1rem;
  line-height: 1rem;
  display: block;
}

.body-text.client-subhead {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.body-text.about-subhead {
  z-index: 5;
  color: var(--cream);
  text-align: left;
  width: 35%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.body-text.comprehensive-body-text {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
}

.button-arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.button-arrow.green {
  background-color: #d9fb52;
}

.button-highlight {
  background-color: #fff;
  width: 100%;
  height: 20px;
  position: absolute;
  left: -100%;
  transform: rotate(-47deg);
}

.button-highlight.green-highlight {
  background-color: #d9fb52;
}

.button-text {
  white-space: nowrap;
  position: relative;
}

.text-color-gold {
  color: var(--gold);
}

.text-color-gold.brm-hero {
  text-align: center;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1rem;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #7e7e7e;
  background-color: #292929;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

.text-color-black {
  color: var(--our-black);
}

.heading {
  font-size: 7.5rem;
  line-height: 7.5rem;
}

.arrow-button {
  z-index: 100;
  width: 35px;
  height: 60px;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.hero-text {
  z-index: 5;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 4.5rem;
  line-height: 5rem;
  display: block;
}

.hero-text.about-hero {
  color: var(--cream);
  text-align: left;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 10px;
  margin-bottom: 4rem;
  padding-top: 10px;
  display: flex;
}

.hero-image {
  width: 85%;
}

.navbar {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  display: block;
}

.navbar.transparent {
  position: absolute;
}

.navbar.dark {
  background-color: var(--our-black);
}

.hero-logo {
  display: block;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  display: flex;
}

.navbar-menu-line1 {
  background-color: var(--gold);
  width: 50px;
  height: 2px;
  position: static;
}

.navbar-menu-line1.dark {
  background-color: var(--cream);
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 50px;
  height: 20px;
  display: flex;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100px;
  padding: 30px;
  display: flex;
}

.hero-image-container {
  object-fit: fill;
  background-image: url('../images/heroimage-1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 90vh;
  margin-top: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section {
  width: 100vw;
  height: 100vh;
}

.black-overlay {
  z-index: 2;
  background-color: var(--black);
  opacity: .65;
  mix-blend-mode: overlay;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.overlay-text-wrapper {
  background-color: var(--black);
  opacity: .5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  overflow: visible;
}

.experience-section {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 60vh;
  margin-bottom: 50px;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: flex;
}

.content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
}

.exp-head {
  color: var(--gold);
  text-transform: uppercase;
  padding-top: 10px;
  font-family: "Mixta Pro 2", Times New Roman, sans-serif;
  font-size: 6rem;
  line-height: 6rem;
}

.image {
  align-self: center;
  width: 100px;
  height: 300px;
}

.project-section {
  width: 100vw;
  height: 280vh;
  margin-bottom: -20vh;
  display: block;
  position: relative;
}

.project-sticky {
  flex-flow: column;
  align-items: center;
  width: 100vw;
  height: 85vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
}

.project-head {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Mixta Pro, Times New Roman, sans-serif;
  font-size: 4rem;
}

.our {
  text-align: center;
  text-transform: none;
  font-family: Mixta Pro, Times New Roman, sans-serif;
  line-height: 7.5rem;
}

.our.text-color-gold {
  font-family: Mixta Pro, Times New Roman, sans-serif;
}

.our.text-color-white {
  color: var(--cream);
  font-family: Mixta Pro, Times New Roman, sans-serif;
}

.our-work-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work {
  text-transform: none;
  line-height: 7.5rem;
}

.project-assets-container {
  flex-flow: wrap;
  grid-template-rows: 35vh 35vh;
  grid-template-columns: 20vw 35vw;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 200vh;
  margin-top: -50vh;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.project-image {
  width: 20vw;
}

.project-image.vert {
  object-fit: fill;
  min-height: 40vh;
  position: static;
}

.project-image.horz {
  width: 40vw;
}

.work-portrait-display {
  width: 20vw;
}

.work-landscape-display {
  width: 30vw;
}

.assests {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.footer {
  background-color: var(--our-black);
  background-image: url('../images/bg-contact-with-us.3f17bb2a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.work-tog {
  border-bottom: 2px none var(--gold);
  color: var(--cream);
  font-family: Mixta Pro, Times New Roman, sans-serif;
  font-size: 5rem;
}

.footer-text {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.boring-line.body-text {
  color: var(--cream);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.footer-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  height: 100%;
  padding-top: 40px;
  display: flex;
}

.loop-text-line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
  display: flex;
}

.loop-text {
  color: var(--gold);
  text-transform: uppercase;
  height: 1.5rem;
  font-family: Mixta Pro, Times New Roman, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.loop-text-wrapper {
  overflow: hidden;
}

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

.contact-button {
  z-index: 15;
  background-color: var(--gold);
  color: var(--cream);
  text-align: center;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  padding-bottom: 10px;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-us {
  color: var(--cream);
  text-align: center;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-weight: 500;
}

.cursor {
  z-index: 20;
  background-color: var(--gold);
  mix-blend-mode: normal;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  transition: left .2s cubic-bezier(.25, .46, .45, .94), top .2s cubic-bezier(.25, .46, .45, .94), height .2s linear, opacity .2s linear, width .2s linear;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor.cursor-pressed {
  mix-blend-mode: normal;
  width: 10px;
  height: 10px;
}

.service-section {
  flex-flow: column;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 4rem;
  padding-bottom: 40px;
  display: flex;
}

.service-head-wrapper {
  width: 100%;
}

.service-subhead {
  color: var(--our-black);
  text-align: center;
  text-transform: none;
  font-family: Mixta Pro, Times New Roman, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.service-head {
  color: var(--our-black);
  text-align: center;
  text-transform: none;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.marquee {
  overflow: hidden;
}

.marquee-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .05;
  color: var(--our-black);
  justify-content: flex-start;
  align-items: center;
  width: 400vw;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: 10vw;
  display: flex;
  position: static;
  overflow: hidden;
}

.marquee-text {
  white-space: nowrap;
}

.stack-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
  display: flex;
  position: static;
}

.stack-card {
  border: .1rem solid var(--cream);
  background-color: var(--gold);
  border-radius: 1vw;
  width: 85vw;
  height: 25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.stack-card.card2 {
  margin-bottom: 6rem;
  top: 8rem;
}

.stack-card.card3 {
  margin-bottom: 3rem;
  top: 11rem;
}

.stack-card.card4 {
  margin-bottom: 0;
  top: 14rem;
}

.stack-card.card1 {
  margin-bottom: 9rem;
}

.service-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.services-category-head {
  color: var(--cream);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Mixta Pro 2", Times New Roman, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.service-list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 0;
  display: flex;
  position: static;
}

.services {
  color: var(--cream);
  white-space: nowrap;
  width: 30vw;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 4rem;
}

.divider {
  background-color: var(--cream);
  width: 100%;
  height: 2px;
}

.service-spacer {
  width: 20vw;
  height: 100%;
}

.need-service {
  color: var(--gold);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  display: flex;
}

.need-service-wrapper {
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: 100%;
  display: flex;
  position: relative;
}

.vision-section {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-bottom: 60px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.vision {
  color: var(--cream);
  text-transform: none;
}

.our-vision-container {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vision-slider {
  width: 100%;
  height: 100%;
}

.backup-button {
  display: none;
}

.vision-wrapper {
  border-radius: var(--vision-card-radius);
  background-color: var(--our-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.menu {
  z-index: 8;
  background-color: var(--cream);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -40px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu.bg-color-black {
  background-color: var(--our-black);
  display: none;
}

.navbar-menu-line2 {
  background-color: var(--gold);
  width: 50px;
  height: 2px;
}

.navbar-menu-line2.dark {
  background-color: var(--cream);
}

.div-block-10 {
  width: 100%;
  height: 5px;
}

.menu-item {
  z-index: 9;
  color: var(--our-black);
  text-transform: none;
  font-size: 6rem;
  line-height: 6rem;
  position: relative;
}

.menu-item.text-color-white {
  color: var(--cream);
}

.background-video {
  width: 400px;
  height: 400px;
}

.vision-video-1 {
  z-index: 1;
  aspect-ratio: 1;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.changin-world-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 20vh;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.changin-world-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 50%;
  display: flex;
}

.changin-world-text {
  color: var(--our-black);
  text-transform: uppercase;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.changin-world-text.text-small {
  font-size: var(--text-small);
  line-height: 1.5rem;
}

.changin-world-text.text-color-gold {
  color: var(--gold);
}

.bg {
  background-color: var(--our-black);
  width: 100%;
  height: 100%;
  position: absolute;
}

.vision-content-wrapper {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.vision-head {
  color: var(--cream);
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.vision-text-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vision-text-wrapper.right {
  text-align: right;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 60px;
}

.vision-body-text {
  color: var(--cream);
  width: 100%;
  margin-top: 10px;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.vision-video-2 {
  z-index: 5;
  aspect-ratio: 1;
  width: 400px;
  min-width: 400px;
  height: 400px;
  min-height: 400px;
  transform: rotate(45deg);
}

.divider-2 {
  background-color: var(--cream);
  width: 100%;
  height: 2px;
}

.vision-count {
  z-index: 4;
  opacity: .35;
  color: var(--gold);
  text-align: right;
  border-radius: 4px;
  font-family: Mixta Pro, Times New Roman, sans-serif;
  font-size: 7rem;
  line-height: 7rem;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.vision-count.left {
  padding-left: 4rem;
  padding-right: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.menu-link.w--current {
  z-index: 9;
  position: relative;
}

.body {
  cursor: none;
}

.contact-section {
  z-index: 7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
  display: flex;
}

.contact-info {
  color: var(--cream);
  word-break: keep-all;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

.contact-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.circletext {
  color: var(--cream);
  white-space: nowrap;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
}

.contact-content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 85%;
  height: 100%;
  display: flex;
  position: relative;
}

.link-underline {
  background-color: var(--cream);
  width: 100%;
  height: 3px;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.client-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 3.5rem;
  display: flex;
}

.associates {
  color: var(--our-black);
  text-transform: none;
}

.logo-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  padding: 20px;
  display: grid;
  overflow: clip;
}

.client-logo {
  object-fit: contain;
  width: 100px;
  height: 80px;
}

.client-logo.horizontal-logo {
  width: 85%;
}

.about-hero-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85vw;
  height: 100vh;
  padding-left: 60px;
  display: flex;
}

.contact-tag {
  z-index: 16;
  position: relative;
}

.about-bg-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.spline-scene {
  width: 100%;
  height: 100%;
}

.background-video-2 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.about-hero-text {
  color: var(--cream);
  text-transform: none;
  margin-bottom: 0;
  font-family: Mixta Pro, Times New Roman, sans-serif;
}

.about-hero-subtext {
  color: var(--cream);
  text-transform: none;
  margin-top: 0;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 6.5rem;
}

.comprehensive-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -20px;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: flex;
}

.comprehensive-head {
  text-align: right;
  text-transform: none;
  width: 100%;
  font-size: 5rem;
  line-height: 6rem;
}

.div-block-13 {
  background-color: var(--gold);
  width: 2px;
  height: 75%;
}

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

.meet-founders-section {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: flex;
}

.meet-head {
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
}

.meet-head.founder {
  font-size: 4rem;
  line-height: 5rem;
}

.meet-text-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.meet-content-wrapper {
  width: 50%;
  height: 75%;
  overflow: hidden;
}

.meet-body-text {
  font-family: Cabinetgrotesk Variable, sans-serif;
}

.meet-body-text.body-text {
  color: var(--cream);
  width: 50%;
  font-size: 1.5rem;
  line-height: 2rem;
}

.founder-image {
  filter: saturate(0%);
  width: 100%;
}

.logo-marquee {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.vision-section-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--our-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 120vh;
  margin-bottom: 12rem;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.vision-grid-container {
  background-color: var(--black);
  object-fit: contain;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-16 {
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.founder-hero-section {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 3vh;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
  display: flex;
  overflow: hidden;
}

.preloader {
  z-index: 20;
  background-color: var(--cream);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
}

.unsplash-image {
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.svg {
  width: 25%;
  height: 25%;
}

.founder-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 75%;
  display: flex;
  overflow: visible;
}

.founder-main-image {
  filter: saturate(0%);
  object-fit: fill;
  width: 40%;
  height: 75%;
}

.founder-head {
  color: var(--cream);
  font-family: "Mixta Pro 2", Times New Roman, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6rem;
}

.founder1-section {
  background-color: var(--gold);
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.founder2-section {
  background-color: var(--gold);
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-bottom: 5vh;
  display: flex;
}

.vision-video {
  z-index: 3;
  opacity: 0;
  mix-blend-mode: hard-light;
  width: 200px;
  height: 200px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.founder1-image.founder-image {
  width: 50%;
  height: 100%;
}

.founder1-image.fit-top {
  object-position: 50% 0%;
}

.founder1-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.founder-main-head {
  z-index: 2;
  color: var(--cream);
  font-size: 5rem;
  line-height: 5rem;
  position: relative;
}

.founder-subhead {
  z-index: 1;
  opacity: .1;
  color: var(--our-black);
  font-family: Mixta Pro, Times New Roman, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 5rem;
  position: absolute;
  top: 5%;
}

.founder-subhead.text-color-white {
  opacity: .05;
  color: var(--cream);
}

.founder-body-text {
  color: var(--cream);
  text-align: justify;
  width: 80%;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.exp-video {
  width: 85%;
  height: 85%;
}

.contact-video {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sale-section {
  background-image: url('../images/global-nav.86b1e628.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 100vh;
  margin-bottom: 5vh;
  padding: 40px 7.5vw 20px;
}

.sale-subhead {
  color: var(--cream);
  margin-bottom: 40px;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.sale-hero-text {
  color: var(--cream);
  text-transform: none;
  margin-bottom: 0;
  font-family: "Mixta Pro 2", Times New Roman, sans-serif;
  font-size: 7.5rem;
}

.sale-hero-subtext {
  color: var(--cream);
  text-transform: none;
  width: 85%;
  margin-top: 0;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 5rem;
}

.work-hero-section {
  z-index: 1;
  background-color: var(--our-black);
  flex-flow: column;
  align-items: center;
  width: 100vw;
  height: 30vh;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template: "video1 . . . ."
                 "video1 . landscape1 landscape1 video2"
                 "portrait1 . . . video2"
                 / auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  display: grid;
  overflow: hidden;
}

.work-video-portrait {
  object-fit: fill;
  height: 496px;
}

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

.work-image.fit-top {
  object-position: 50% 0%;
}

.work-image.fit-bottom {
  object-position: 50% 100%;
}

.work-image.fit-scale {
  width: 100%;
  height: 100%;
}

.work-image-landscape {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 240px;
}

.work-container {
  width: 85%;
  height: 100%;
  overflow: visible;
}

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

.column-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.column-wrapper.test {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 36% 4fr;
  grid-template-columns: 20%;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-container {
  background-color: var(--cream);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 426.667px;
  overflow: hidden;
}

.portrait-container {
  background-color: var(--gold);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 320px;
  display: flex;
  overflow: hidden;
}

.sq-container {
  background-color: var(--black);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
  overflow: hidden;
}

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

.landscaper-container {
  background-color: var(--cream);
  border-radius: 1rem;
  width: 500px;
  height: 240px;
  overflow: hidden;
}

.work2-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.work-section {
  z-index: 2;
  background-color: var(--our-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 40px;
  padding-bottom: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.our-work-text {
  color: var(--cream);
  text-align: center;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.work-video {
  z-index: 5;
  width: 100%;
  height: 100%;
}

.text-block {
  z-index: 16;
  position: relative;
}

.work3-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.need-service-text {
  white-space: nowrap;
}

.our-associate-container {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.work4-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.founder-image-wrapper {
  border-radius: 1rem;
  width: 60%;
  height: 75%;
  overflow: hidden;
}

.founder-image-wrapper-mobile {
  display: none;
}

.client-text-wrapper {
  margin-bottom: 10px;
}

.logo-container {
  width: 100%;
}

.text-block-4 {
  z-index: 16;
  position: relative;
}

.work5-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.background-video-3 {
  width: 20vw;
  height: 35.5vw;
}

.experience-vector {
  width: 50%;
  height: 100%;
}

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

.canva-text {
  float: right;
  clear: right;
  text-align: right;
  font-family: Mixta Pro, Times New Roman, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  top: auto;
  left: auto;
  right: 10%;
}

.founderhero-section {
  background-image: url('../images/global-nav.86b1e628.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100vw;
  height: 100vh;
  padding: 110px 7.5vw 20px;
}

.founder2-section-mobile {
  background-color: var(--gold);
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  margin-bottom: 5vh;
  display: none;
}

.more-work-wrapper {
  z-index: 5;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), var(--our-black) 50%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.see-more-head {
  color: var(--cream);
  text-align: center;
  text-transform: none;
  font-size: 5rem;
  line-height: 5rem;
}

.see-more-text {
  color: var(--cream);
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.meet-body-text-2 {
  color: var(--our-black);
  width: 85%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.utility-page-wrap {
  background-color: var(--our-black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.page-not-found {
  color: var(--cream);
  white-space: nowrap;
  font-family: "Mixta Pro 2", Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.page-not-found-text {
  color: var(--cream);
  white-space: normal;
  width: 85%;
  font-family: Cabinetgrotesk Variable, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.image-3 {
  width: 10vw;
}

@media screen and (min-width: 1440px) {
  .marquee {
    width: 100vw;
  }

  .marquee-wrapper {
    overflow: hidden;
  }

  .marquee-text {
    font-size: 10rem;
    line-height: 10rem;
  }

  .vision-head {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1920px) {
  .logo.w--current {
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    flex-flow: column;
    display: flex;
  }

  .body-text.subhead-text {
    font-size: 2rem;
  }

  .body-text.para-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .body-text.work-subtext.text-color-gold {
    font-size: 2rem;
    line-height: 2rem;
  }

  .body-text.copyright {
    font-size: .8rem;
  }

  .body-text.client-subhead {
    font-size: 1.2rem;
  }

  .hero-text {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .hero-section {
    margin-bottom: 0;
  }

  .hero-image-container {
    height: 80vh;
  }

  .experience-section {
    height: 50vh;
    margin-bottom: 0;
  }

  .exp-head {
    font-size: 4rem;
    line-height: 4rem;
  }

  .project-section {
    height: 200vh;
    margin-bottom: 0;
  }

  .work-portrait-display {
    width: 25vw;
  }

  .work-landscape-display {
    width: 35vw;
  }

  .footer {
    background-position: 0%;
  }

  .work-tog {
    font-size: 4rem;
    line-height: 4rem;
  }

  .boring-line.body-text {
    font-size: .8rem;
  }

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

  .cursor {
    display: none;
  }

  .service-section {
    height: auto;
    margin-bottom: 1rem;
  }

  .service-subhead {
    font-size: 3rem;
    line-height: 3rem;
  }

  .service-head {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .marquee {
    width: 100vw;
  }

  .marquee-wrapper {
    font-size: 20vw;
    line-height: 20vw;
  }

  .services-category-head {
    font-size: 1.75rem;
  }

  .services {
    font-size: 1.2rem;
  }

  .menu {
    display: none;
  }

  .changin-world-text {
    font-size: 3rem;
    line-height: 3rem;
  }

  .vision-head {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .vision-text-wrapper {
    height: 60%;
  }

  .contact-details-wrapper {
    flex-flow: column;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .link-underline {
    display: block;
  }

  .client-section {
    height: 80vh;
  }

  .logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .vision-section-2 {
    margin-bottom: 4rem;
  }

  .div-block-15 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .vision-grid-container {
    justify-content: space-between;
    padding-top: 40px;
  }

  .founder-head {
    font-size: 4rem;
    line-height: 4rem;
  }

  .need-service-text {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .experience-section {
    height: 60vh;
  }

  .service-section {
    height: auto;
  }

  .client-text-wrapper {
    width: 90%;
  }

  .see-more-head {
    font-size: 3rem;
    line-height: 3rem;
  }

  .see-more-text {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 200px;
    height: 35px;
    padding: 8px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .button.sec-button {
    padding: 8px;
  }

  .text-color-white.hero-subtext {
    font-size: 1rem;
    line-height: 1rem;
  }

  .h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .body-text.subhead-text {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .body-text.para-text {
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .body-text.work-subtext.text-color-gold {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .body-text.client-subhead {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .body-text.about-subhead {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .body-text.comprehensive-body-text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .button-text {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1rem;
  }

  .text-color-gold.brm-hero {
    font-size: 1rem;
  }

  .arrow-button {
    width: 25px;
  }

  .hero-text {
    width: 85%;
    font-size: 3rem;
    line-height: 3rem;
  }

  .hero-image-container {
    height: 50vh;
    margin-top: 10px;
  }

  .black-overlay {
    z-index: 2;
    opacity: .55;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .overlay-text-wrapper {
    padding-top: 40px;
  }

  .experience-section {
    flex-flow: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .content-wrapper {
    align-items: center;
    height: auto;
  }

  .exp-head {
    text-align: center;
    font-size: 4rem;
    line-height: 3rem;
  }

  .project-section {
    height: auto;
    margin-bottom: 0;
  }

  .our {
    font-size: 4rem;
    line-height: 4rem;
  }

  .work {
    font-size: 4rem;
    line-height: 5rem;
  }

  .work.text-color-gold {
    line-height: 4rem;
  }

  .project-assets-container {
    height: auto;
  }

  .work-portrait-display {
    width: 60vw;
    position: relative;
  }

  .work-landscape-display {
    width: 80vw;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 10%;
    right: 0%;
  }

  .assests {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
  }

  .footer {
    background-position: 0%;
    width: 100dvw;
    height: 100dvh;
  }

  .work-tog {
    text-align: center;
    font-size: 3rem;
  }

  .footer-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .contact-wrapper {
    flex-flow: column;
  }

  .contact-button {
    display: flex;
  }

  .cursor {
    display: none;
  }

  .service-section {
    height: auto;
  }

  .service-subhead {
    font-size: 2rem;
    line-height: 2rem;
  }

  .service-head {
    padding-left: 7.5%;
    padding-right: 7.5%;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .marquee {
    width: 100vw;
  }

  .marquee-wrapper {
    opacity: .1;
    width: 500vw;
  }

  .marquee-text {
    font-size: 5rem;
    line-height: 5rem;
  }

  .stack-wrapper {
    margin-top: -40px;
  }

  .stack-card {
    border-radius: 4vw;
  }

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

  .services-category-head {
    font-size: 1rem;
  }

  .service-list {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 40px;
  }

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

  .service-spacer {
    display: none;
  }

  .need-service-wrapper {
    flex-flow: column;
  }

  .vision {
    font-size: 4rem;
    line-height: 4rem;
  }

  .menu {
    padding-top: 25vh;
    padding-bottom: 25vh;
    display: none;
  }

  .menu.bg-color-black {
    overflow: hidden;
  }

  .menu-item {
    font-size: 3rem;
    line-height: 3rem;
  }

  .changin-world-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    align-items: flex-start;
    height: 35vh;
    margin-top: 20px;
  }

  .changin-world-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    height: 30%;
  }

  .changin-world-wrapper.h60 {
    height: 60%;
  }

  .changin-world-wrapper.h40 {
    height: 40%;
  }

  .changin-world-text {
    margin-top: -200px;
    margin-bottom: -200px;
    padding-top: 0;
  }

  .vision-head {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .vision-text-wrapper {
    height: 100%;
  }

  .contact-details-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 35vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact-info {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .contact-content-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .link-underline {
    height: 1.5px;
  }

  .client-section {
    height: auto;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .associates {
    margin-top: -20px;
    font-size: 4rem;
    line-height: 4rem;
  }

  .logo-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    padding: 0;
  }

  .client-logo {
    width: 40px;
    height: 60px;
  }

  .client-logo.horizontal-logo {
    width: 80%;
  }

  .about-hero-section {
    z-index: 2;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    height: 85vh;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .about-bg-video {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(3, 3, 3, .99) 100%, var(--black));
  }

  .about-hero-text, .about-hero-subtext {
    text-align: center;
    font-size: 4rem;
    line-height: 4rem;
  }

  .comprehensive-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .comprehensive-head {
    text-align: center;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-13 {
    width: 85%;
    height: 1px;
    margin-bottom: 10px;
  }

  .div-block-14 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .meet-founders-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 40px;
  }

  .meet-head {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .meet-text-wrapper {
    flex-flow: column;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .meet-content-wrapper {
    width: 100%;
    height: 50%;
    overflow: hidden;
  }

  .meet-body-text.body-text {
    text-align: left;
    width: 75%;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .logo-marquee {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vision-section-2 {
    height: auto;
  }

  .div-block-15 {
    flex-flow: column;
    align-items: center;
  }

  .vision-grid-container {
    height: 380px;
    overflow: hidden;
  }

  .founder-hero-section {
    flex-flow: column;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
    padding: 2vh 0 20px;
  }

  .preloader {
    overflow: hidden;
  }

  .founder-text-wrapper {
    align-items: flex-start;
    width: 90%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .founder-main-image.founder-image {
    border-radius: 1rem;
    width: 90%;
    height: 100%;
  }

  .founder-head {
    text-align: left;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .founder1-section {
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-bottom: 40px;
  }

  .founder2-section {
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
    display: none;
  }

  .founder1-image {
    width: 100%;
    height: 50vh;
  }

  .founder1-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    height: auto;
  }

  .founder-main-head {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .founder-subhead {
    font-size: 5rem;
    line-height: 5rem;
    top: 0%;
  }

  .founder-body-text {
    width: 90%;
    line-height: 1.2rem;
  }

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

  .sale-section {
    background-position: 80%;
    background-size: cover;
    height: 75vh;
  }

  .sale-subhead {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .sale-hero-text {
    font-size: 4rem;
    line-height: 4rem;
  }

  .sale-hero-subtext {
    width: 90%;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .work-hero-section {
    height: auto;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .work-container {
    height: auto;
  }

  .work-section {
    height: 160vh;
    padding-top: 20px;
  }

  .our-work-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .need-service-text {
    text-align: center;
    white-space: normal;
  }

  .our-associate-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .text-block-2, .text-block-3 {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1rem;
  }

  .founder-image-wrapper {
    display: none;
  }

  .founder-image-wrapper-mobile {
    border-radius: 1rem;
    width: 100%;
    height: 30vh;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
  }

  .client-text-wrapper {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }

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

  .background-video-3 {
    aspect-ratio: 9 / 16;
    object-fit: cover;
  }

  .experience-vector {
    width: 90%;
  }

  .canva-text {
    font-size: .8rem;
    line-height: .8rem;
  }

  .founderhero-section {
    background-position: 80%;
    background-size: cover;
    height: auto;
    padding-bottom: 60px;
  }

  .founder2-section-mobile {
    flex-flow: column;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .more-work-wrapper {
    height: 40vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .see-more-head {
    white-space: nowrap;
    font-size: 3rem;
  }

  .meet-body-text-2 {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

#w-node-_63f4cb10-8356-7354-0f81-70875f1986af-d88360fa, #w-node-b95d5b2b-d66d-f0b1-75a1-f89f81c3d6fc-d88360fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'), url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk Variable';
  src: url('../fonts/CabinetGrotesk-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mixta Pro 2';
  src: url('../fonts/mixta-pro-2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mixta Pro';
  src: url('../fonts/mixta-pro.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}