:root {
  --brand-color1: #ff6a54;
  --color-2: #201d1d;
  --color: #effff2;
  --font-family: Clashgrotesk, sans-serif;
}

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

@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 {
  color: #0a0a0a;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Clashgrotesk, sans-serif;
  font-weight: 400;
  display: block;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brand-color1);
  border-bottom: 1px solid #0a0a0a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  min-height: 50vh;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.about {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  color: var(--color-2);
  background-color: #0a0a0a;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100vh;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  display: flex;
}

.div-block-45 {
  background-color: #effff2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 744px;
  height: 140px;
  padding: 29px;
  display: flex;
}

.div-block-57 {
  background-color: #ff6a5400;
  border-bottom: 1px solid #0a0a0a;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 33vh;
  display: flex;
}

.div-block-58 {
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 33vh;
  display: flex;
}

.div-block-59 {
  justify-content: flex-start;
  align-items: center;
  width: 10%;
  height: 33vh;
  display: flex;
}

.heading-40 {
  text-align: right;
  text-transform: uppercase;
  font-size: 180px;
  line-height: 180px;
}

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

.div-block-68 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 18px 71px;
  display: flex;
}

.paragraph-6 {
  margin-bottom: 0;
  line-height: 14px;
}

.paragraph-7 {
  margin-bottom: 0;
}

.paragraph-8 {
  margin-bottom: 0;
  line-height: 14px;
}

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #816363;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  height: 60%;
  padding-left: 46px;
  padding-right: 46px;
  display: flex;
}

.image-4 {
  width: 100%;
}

.worksw {
  text-align: right;
  background-color: #effff2;
  flex-flow: column;
  height: 130vh;
  display: flex;
}

.worksw.worksoldal {
  height: 135vh;
  margin-top: 54px;
}

.footer-section {
  background-color: #201d1d;
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  margin-left: 0;
  margin-right: 0;
  font-family: Clashgrotesk, sans-serif;
  display: block;
}

.jerosample {
  grid-column-gap: 34px;
  grid-row-gap: 16vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 20vw;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  overflow: hidden;
}

.hero-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.line-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-94 {
  background-color: #201d1d;
  width: 100%;
  height: 1.5vw;
}

.circle1 {
  aspect-ratio: 1;
  background-color: #201d1d;
  border-radius: 100%;
  width: 100%;
}

.line-wrapper2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-99 {
  background-color: #201d1d;
  width: 100%;
  height: 1.5vw;
}

.circle2 {
  aspect-ratio: 1;
  background-color: #201d1d;
  border-radius: 100%;
  width: 100%;
}

.linewrapper3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-101 {
  background-color: #201d1d;
  width: 100%;
  height: 1.5vw;
}

.circle3 {
  aspect-ratio: 1;
  background-color: #201d1d;
  border-radius: 100%;
  width: 100%;
}

.circle3._0 {
  width: 100%;
  height: auto;
}

.linewrapper4 {
  background-color: #201d1d00;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.scroll-line {
  background-color: #201d1d;
  width: 700%;
  height: 1.5vw;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-108 {
  background-color: #effff2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 40%;
  height: 10vh;
  margin-top: 39px;
}

.nav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 10vh;
  margin-top: 10px;
  margin-bottom: 37px;
  display: flex;
}

.sample {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 40vh;
  display: flex;
}

.herotext {
  width: 100%;
  height: 20vh;
  padding-top: 35px;
  padding-bottom: 35px;
}

.heading-41 {
  color: #201d1d;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 15vw;
  font-weight: 600;
  line-height: 8vw;
  display: block;
}

.text-span {
  color: #effff2;
  font-size: 20px;
  font-weight: 200;
}

.text-span-2 {
  color: #effff2;
  font-size: 2vw;
  font-weight: 300;
}

.div-block-109 {
  background-color: #effff2;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 10vh;
  display: flex;
}

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

.logoholder {
  padding: 14px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-111 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100vh;
  display: grid;
}

.div-block-112 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 172px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.container-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  border-radius: 100%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 43px;
  margin-right: 43px;
  display: flex;
}

.nawwrapper {
  background-color: #effff2;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 80px;
  margin: 34px 34px 34px 45px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-113 {
  padding-left: 14px;
  padding-right: 14px;
}

.image-5 {
  max-width: 80%;
}

.div-block-114 {
  width: auto;
  max-width: none;
  height: 100%;
}

.div-block-115 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-6 {
  max-width: 80%;
}

.div-block-116 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  display: flex;
}

.text-block {
  font-family: Clashgrotesk, sans-serif;
  font-weight: 100;
}

.div-block-117 {
  width: 100%;
  height: 80%;
  display: flex;
}

.div-block-118 {
  height: 20vh;
}

.image-7 {
  width: 500px;
  max-width: 1000px;
  height: 500px;
  max-height: 1000px;
}

.heading-42 {
  text-align: center;
  font-family: Clashgrotesk, sans-serif;
  font-size: 10vw;
  line-height: 25vh;
}

.text-span-3, .text-span-4 {
  text-transform: uppercase;
  font-size: 15vw;
}

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

.div-block-120 {
  grid-column-gap: 16px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20vw;
  padding-top: 29px;
  font-size: 20vw;
  display: grid;
}

.heading-43 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 20vw;
  font-weight: 600;
  line-height: 20vw;
}

.div-block-121 {
  aspect-ratio: 1;
  background-color: #4e4545;
  border-radius: 20px;
  width: 50vh;
}

.div-block-122 {
  background-color: var(--brand-color1);
  width: 20%;
  height: 20px;
}

.heading-44 {
  color: #201d1d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 8vw;
  line-height: 8vw;
}

.heading-45 {
  color: #201d1d;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 8vw;
  font-weight: 700;
  line-height: 8vw;
}

.heading-46 {
  color: #effff2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 1.5px;
}

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

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: 24vh auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-left: 43px;
  margin-right: 43px;
  display: grid;
}

.div-block-124 {
  background-color: #8d6666;
}

.div-block-125 {
  background-color: #5e4d4d;
  display: flex;
}

.sticky-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 24% 67%;
  grid-template-columns: 1fr 4.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50vh;
  display: block;
  position: relative;
}

.div-block-127 {
  aspect-ratio: 1;
  background-color: #201d1d;
  border-radius: 100%;
  width: 150px;
}

.heading-47 {
  text-transform: uppercase;
  font-size: 8vw;
  line-height: 8vw;
}

.div-block-128 {
  width: auto;
  height: 0%;
}

.div-block-129 {
  background-color: #0a0a0a;
  width: 100%;
  height: 100%;
}

.div-block-130 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 20vh 20vh 20vh;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.heading-48 {
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.heading-49 {
  text-transform: uppercase;
  font-size: 10vw;
  line-height: 10vw;
}

.c-m {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #201d1d;
  border-bottom-style: solid;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 20vh;
  display: flex;
}

.div-block-132, .div-block-133 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  height: 20vh;
  display: grid;
}

.heading-50 {
  text-transform: uppercase;
  word-break: normal;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  object-fit: fill;
  font-size: 8vw;
  font-weight: 700;
  line-height: 10vw;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.heading-51, .heading-52 {
  font-size: 1vw;
  font-weight: 200;
  line-height: 1vw;
}

.heading-53 {
  font-size: 1vw;
  font-weight: 300;
  line-height: 1vw;
}

.div-block-134 {
  justify-content: center;
  align-items: flex-end;
  height: 10vh;
  display: flex;
}

.div-block-135 {
  background-color: #201d1d;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 5vh;
  display: flex;
}

.heading-54 {
  color: #effff2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2vw;
  font-weight: 200;
}

.button {
  color: #effff2;
  text-transform: uppercase;
  background-color: #201d1d;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

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

.div-block-137 {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  order: -1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around center;
  place-items: center stretch;
  width: 100%;
  height: 100vh;
  display: grid;
}

.div-block-138 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  background-color: #856f6f00;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
  overflow: hidden;
}

.div-block-139 {
  background-color: #61434300;
}

.heading-55 {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16rem;
  font-weight: 600;
  line-height: 12rem;
  display: block;
}

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

.div-block-140 {
  background-color: #603f3f;
  width: 100%;
  height: 100%;
}

.heading-56 {
  text-transform: uppercase;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16rem;
  line-height: 2rem;
}

.linewrapper1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 10vw;
  height: 100%;
  display: flex;
}

.line {
  background-color: var(--color-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
}

.line.scroll {
  background-color: var(--color-2);
}

.div-block-142 {
  background-color: var(--color-2);
  aspect-ratio: 1;
  border-radius: 100%;
  height: 100%;
}

.div-block-143 {
  background-color: #bd9999;
}

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

.heading-57 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 16rem;
  font-weight: 600;
  line-height: 16rem;
}

.heading-58 {
  color: var(--color);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Clashgrotesk, sans-serif;
  font-weight: 400;
}

.div-block-145 {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-146 {
  height: 20px;
}

.button-2 {
  background-color: #201d1d;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 30px;
  display: flex;
}

.div-block-147 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.heading-59 {
  color: #ff6a54;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 10rem;
}

.div-block-148 {
  justify-content: space-between;
  align-items: center;
  height: 45vh;
  display: flex;
}

.div-block-149 {
  aspect-ratio: 1;
  background-color: #ff6a54;
  border-radius: 100%;
  width: 25vh;
}

.container-4 {
  width: 100%;
  height: 100%;
  margin-left: 43px;
  margin-right: 43px;
}

.container-5 {
  max-width: none;
  height: 100%;
  margin-left: 43px;
  margin-right: 43px;
}

.div-block-150 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 36vh auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

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

.heading-61 {
  text-transform: uppercase;
  font-size: 8rem;
  line-height: 8rem;
}

.div-block-151 {
  height: 20vh;
}

.heading-62 {
  color: #ff6a54;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 10rem;
}

.div-block-152 {
  border-bottom: 1px solid var(--brand-color1);
  justify-content: space-between;
  align-items: center;
  height: 25vh;
  margin-top: 60px;
  padding: 0;
  display: flex;
}

.div-block-153 {
  aspect-ratio: 1;
  background-color: #ff6a54;
  border-radius: 100%;
  height: 20vh;
}

.div-block-154 {
  color: #ff6a54;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  font-weight: 200;
  display: flex;
}

.div-block-155 {
  color: #ff6a54;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-63, .heading-64, .heading-65 {
  font-size: 1rem;
  font-weight: 200;
}

.heading-66 {
  font-size: 1rem;
}

.sticky-trigger {
  border: 5px solid #d6515100;
  border-radius: 0;
  width: auto;
  height: 300vh;
  position: relative;
}

.body-2 {
  height: 500vh;
}

.section {
  background-color: #5f2b2b;
  height: 100vh;
}

.section-2 {
  background-color: #855e5e;
  height: 100vh;
}

.section-3 {
  height: auto;
}

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

.sticky-elemenet {
  background-color: #ff6a54;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.container-6 {
  background-color: var(--color-2);
  color: var(--color);
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 250vh;
  margin-left: 43px;
  margin-right: 43px;
  display: flex;
}

.body-3 {
  background-color: var(--color-2);
  display: block;
}

.div-block-156 {
  grid-column-gap: 16px;
  grid-row-gap: 90px;
  color: var(--color);
  grid-template-rows: minmax(auto, .25fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 288px;
  display: grid;
}

.div-block-157 {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

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

.heading-67 {
  font-family: var(--font-family);
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15rem;
  font-weight: 600;
  line-height: 11rem;
}

.paragraph-9 {
  color: var(--color);
}

.div-block-159 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

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

.div-block-161 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: none;
  margin-left: 43px;
  margin-right: 43px;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-4 {
  background-color: var(--color-2);
  font-family: var(--font-family);
  color: var(--color);
  height: 250vh;
}

.container-8 {
  max-width: none;
  height: 250vh;
  margin-left: 43px;
  margin-right: 43px;
}

.div-block-162 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, .25fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-163 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  overflow: visible;
}

.heading-68 {
  color: var(--color);
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 10rem;
  line-height: 9rem;
  display: flex;
}

.image-8 {
  width: 450px;
  height: 15rem;
  display: block;
}

.div-block-164 {
  padding: 0;
}

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

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

.div-block-167 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

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

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

.gallery-scroll {
  background-color: var(--color-2);
  color: var(--color);
  border-bottom: 1px solid #e4ebf3;
  padding: 35px 0 80px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 171px;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: var(--brand-color1);
  margin-bottom: 35px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 30px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

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

.paragraph-10 {
  font-family: Clashgrotesk, sans-serif;
}

.link-block {
  background-color: #aa5b5b;
}

.link-block-2 {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.collection-item {
  height: 100vh;
}

.collection-list-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.collection-item-2 {
  width: 100%;
  height: 20vh;
  position: absolute;
}

.section-5 {
  height: 30vh;
}

.heading-69 {
  text-align: right;
  font-size: 8rem;
  line-height: 8rem;
  text-decoration: none;
}

.collection-item-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-168 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: minmax(min-content, min-content) minmax(min-content, min-content) auto auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 134px;
  display: flex;
}

.div-block-169 {
  display: flex;
}

.heading-70 {
  font-family: Clashgrotesk, sans-serif;
  font-size: 10rem;
  line-height: 10rem;
}

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

.linewrapper {
  background-color: var(--brand-color1);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-172 {
  background-color: var(--color-2);
  opacity: .74;
  object-fit: fill;
  aspect-ratio: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  display: flex;
  overflow: hidden;
}

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

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 10em;
  font-weight: 600;
  line-height: 10rem;
}

.div-block-174, .div-block-175 {
  background-color: var(--color-2);
  width: 100%;
  height: 10%;
}

.div-block-176 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end stretch;
  display: flex;
}

.heading-71 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashgrotesk, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}

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

.gallery-scroll-2 {
  background-color: var(--color-2);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky-2 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-family: Clashgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.gallery-image-wrapper-2 {
  position: relative;
}

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

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.image-10 {
  width: 500px;
}

.paragraph-11 {
  color: var(--color);
  text-align: center;
  font-family: Clashgrotesk, sans-serif;
}

.heading-72 {
  color: var(--color);
  font-family: Clashgrotesk, sans-serif;
}

.rich-text-block {
  color: var(--color);
  text-align: center;
  font-family: Clashgrotesk, sans-serif;
  font-size: 17px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-subscribe-2 {
  border-bottom: 0px solid var(--color-2);
  background-color: var(--color-2);
  color: var(--color);
  padding: 30px 10px;
  position: relative;
}

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

.footer-form-two-2 {
  border-bottom: 1px solid var(--brand-color1);
  background-color: #f5f7fa00;
  margin-bottom: 40px;
  padding: 64px 0;
}

.footer-form-container-two-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title-2 {
  color: var(--brand-color1);
  font-size: 150px;
  line-height: 32px;
}

.footer-form-block-two-2 {
  background-color: var(--brand-color1);
  aspect-ratio: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: auto;
  display: flex;
  position: relative;
}

.footer-form-input-2 {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input-2::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three-2 {
  color: var(--color);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: space-between;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three-2 {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.collection-list {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-size: 80px;
  display: block;
}

.heading-73 {
  border-bottom: 1px solid #000;
  padding-bottom: 26px;
  padding-right: 14px;
  font-size: 80px;
  line-height: 50px;
}

.image-11 {
  max-width: 20%;
}

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

.image-12 {
  max-width: 20%;
}

.heading-74 {
  color: var(--color-2);
  text-align: right;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
}

.div-block-179 {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-180 {
  background-color: var(--brand-color1);
  aspect-ratio: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.link {
  width: 100%;
  height: 100%;
}

.heading-75 {
  font-size: 100px;
  line-height: 50px;
}

.workswrapper {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.heading-76 {
  color: var(--color-2);
  justify-content: space-between;
  align-items: center;
  font-size: 100px;
  font-weight: 500;
  line-height: 80px;
  display: flex;
}

.text-block-2 {
  color: var(--color-2);
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 12px;
  display: flex;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.gallery-scroll-3 {
  background-color: var(--color-2);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-3 {
  grid-column-gap: 48px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.gallery-sticky-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-3 {
  color: var(--color);
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-3:hover {
  color: #1a1b1fcc;
}

.gallery-link-3.w--current {
  font-weight: 600;
}

.gallery-grid-3 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.gallery-image-wrapper-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-image-text-3 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.body-5 {
  background-color: var(--color-2);
  color: var(--color);
  font-family: Clashgrotesk, sans-serif;
}

.heading-77 {
  color: var(--color);
}

.paragraph-12 {
  color: var(--color);
  text-align: left;
  font-size: 16px;
}

.image-13 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  overflow: visible;
}

.image-14 {
  box-sizing: border-box;
  object-fit: cover;
}

.gallery-scroll-4 {
  border: 0px solid var(--color-2);
  background-color: var(--color-2);
  padding: 80px 30px;
  position: relative;
}

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

.gallery-sticky-4 {
  color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-4 {
  color: var(--color);
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-4:hover {
  color: #1a1b1fcc;
}

.gallery-link-4.w--current {
  font-weight: 600;
}

.gallery-image-wrapper-4 {
  box-sizing: border-box;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-13 {
  text-align: left;
  margin-top: 28px;
  font-size: 18px;
  font-weight: 300;
}

.heading-78 {
  text-align: left;
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 80px;
}

.div-block-181 {
  background-color: var(--color-2);
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 87px;
  padding-top: 0;
  display: flex;
}

.button-3 {
  background-color: var(--brand-color1);
  color: var(--color);
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.image-15 {
  width: 200px;
  height: auto;
}

.gallery-scroll-5 {
  background-color: var(--color-2);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

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

.gallery-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.gallery-sticky-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-5 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-5:hover {
  color: #1a1b1fcc;
}

.gallery-link-5.w--current {
  font-weight: 600;
}

.gallery-grid-4 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper-5 {
  position: relative;
}

.gallery-image-4 {
  width: 100%;
}

.gallery-image-text-4 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.heading-79 {
  font-size: 100px;
  font-weight: 500;
  line-height: 80px;
}

.paragraph-14 {
  font-size: 18px;
  font-weight: 300;
}

.image-16 {
  box-sizing: content-box;
  object-fit: scale-down;
}

.image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
  width: 100%;
}

.link-2, .link-3, .link-4 {
  color: var(--color);
  text-decoration: none;
}

.container-15 {
  color: var(--color);
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.navbar {
  background-color: var(--brand-color1);
  color: var(--color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  font-weight: 300;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  color: var(--color);
}

.nav-link {
  color: var(--color-2);
  text-transform: uppercase;
}

.nav-link.w--current {
  color: var(--color-2);
}

.nav-link-2 {
  color: var(--color-2);
  text-transform: uppercase;
}

.nav-link-2.w--current {
  color: var(--color);
}

.nav-link-3 {
  color: var(--color-2);
  text-transform: uppercase;
  overflow-wrap: normal;
}

.nav-link-3.w--current {
  color: var(--color-2);
}

.text-block-3 {
  color: var(--color);
  text-transform: uppercase;
  display: block;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  width: 100%;
  height: 50vh;
  position: absolute;
}

.dropdown {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 40%;
  margin-right: 40%;
  display: block;
}

.dropdown-toggle {
  background-color: var(--color-2);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 25px;
  display: block;
}

.button-4 {
  background-color: var(--color-2);
}

.body-6 {
  font-family: Clashgrotesk, sans-serif;
}

.worksw-copy {
  text-align: right;
  background-color: #effff2;
  flex-flow: column;
  height: 60vh;
  display: flex;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-image-left-2 {
  border: 0 solid #000;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four-2 {
  justify-content: space-between;
  display: flex;
}

.testimonial-left-2 {
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 64px;
  display: flex;
  overflow: hidden;
}

.testimonial-image-four-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right-2 {
  color: var(--color);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small-2.margin-bottom-32px {
  color: var(--color);
}

.testimonial-text-four-2 {
  color: var(--color);
  margin-bottom: 32px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.image-26 {
  max-width: 80%;
}

.heading-80 {
  color: var(--color);
  font-family: Clashgrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: .8rem;
}

.image-27 {
  box-sizing: border-box;
  object-fit: none;
  overflow: hidden;
}

.background-video {
  width: 200px;
  height: 200px;
  display: block;
  overflow: visible;
}

.link-block-4 {
  width: 100px;
  height: 100px;
}

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

.div-block-183 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-family: Clashgrotesk, sans-serif;
  font-size: 18px;
  display: flex;
}

.lottie-animation {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .body {
    height: 260vh;
  }

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .worksw {
    height: 120vh;
    margin-top: 91px;
    margin-bottom: 0;
  }

  .worksw.worksoldal {
    margin-top: 94px;
  }

  .jerosample {
    grid-template-columns: .5fr 1fr .5fr 1fr;
    height: 10vh;
    margin-top: 20px;
    overflow: visible;
  }

  .div-block-101, .circle3._0, .scroll-line {
    background-color: #201d1d00;
  }

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

  .heading-41 {
    text-align: center;
    font-size: 15vw;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .nawwrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    margin: 10px 0 0;
  }

  .div-block-120 {
    place-items: center stretch;
    padding-top: 129px;
  }

  .sticky-wrapper {
    grid-row-gap: 6px;
    grid-template-rows: 13% 13%;
    grid-template-columns: .25fr 1fr;
    grid-auto-rows: 69vw;
  }

  .div-block-127 {
    width: 12vw;
  }

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

  .div-block-137 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr;
    grid-auto-flow: row;
  }

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

  .heading-55 {
    font-size: 10rem;
    line-height: 8rem;
  }

  .heading-58 {
    font-size: 1rem;
    line-height: 2rem;
  }

  .button-2 {
    overflow: visible;
  }

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

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .div-block-171 {
    padding-top: 0;
    padding-bottom: 68px;
  }

  .h1 {
    line-height: 1em;
  }

  .div-block-176 {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template: "." minmax(min-content, min-content)
                   "." minmax(min-content, min-content)
                   / 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

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

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

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .heading-72 {
    font-size: 60px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-subscribe-2 {
    background-color: var(--color-2);
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-form-two-2 {
    border-bottom: 1px solid var(--color);
    padding: 40px 0;
  }

  .footer-form-title-2 {
    color: var(--brand-color1);
    margin-right: 15px;
    font-size: 100px;
  }

  .footer-form-input-2 {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three-2 {
    color: var(--color);
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-link-three-2 {
    color: var(--color);
  }

  .footer-social-block-three-2 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    color: var(--color);
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .heading-73 {
    border-bottom: 1px solid #000;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    display: flex;
  }

  .image-12 {
    max-width: 50%;
  }

  .heading-76 {
    font-size: 80px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
    padding-top: 26px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-sticky-3 {
    position: relative;
    top: 0;
  }

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

  .gallery-sticky-4 {
    position: relative;
    top: 0;
  }

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

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

  .gallery-wrapper-4 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-5 {
    position: relative;
    top: 0;
  }

  .container-15 {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .navbar {
    background-color: var(--brand-color1);
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--color-2);
    color: var(--brand-color1);
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    display: flex;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    color: var(--color);
    font-size: 100px;
    line-height: 80px;
  }

  .nav-link-3.w--current {
    color: var(--color);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--brand-color1);
  }

  .height {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 300vh;
    display: block;
  }

  .track, .track-flex {
    height: 100%;
  }

  .div-block-182 {
    width: 50%;
    height: 100%;
  }

  .worksw-copy {
    height: 55vh;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-left-2 {
    width: 40%;
    margin-right: 40px;
  }

  .design-from-the-noise {
    text-align: center;
  }

  .heading-80 {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    line-height: .8rem;
  }
}

@media screen and (max-width: 767px) {
  .body {
    height: 260vh;
  }

  .about {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 110vh;
    display: block;
    overflow: hidden;
  }

  .worksw {
    height: 80vh;
  }

  .jerosample {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .circle2 {
    background-color: #201d1d00;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .button {
    width: 25%;
  }

  .hero-heading-center, .gallery-scroll {
    padding: 60px 15px;
  }

  .div-block-171 {
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 8em;
  }

  .div-block-176 {
    flex-flow: column;
    grid-template-rows: minmax(min-content, min-content);
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 0;
    display: flex;
  }

  .gallery-scroll-2 {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-subscribe-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-form-two-2 {
    border-bottom: 1px solid var(--brand-color1);
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-container-two-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-form-title-2 {
    margin-right: 0;
    line-height: 55px;
  }

  .footer-form-block-two-2 {
    aspect-ratio: 1;
    border-radius: 100%;
    width: 20%;
    margin-top: 0;
  }

  .footer-form-input-2 {
    width: 100%;
  }

  .footer-wrapper-three-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer-block-three-2 {
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-block-three-2 {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-73 {
    font-size: 40px;
    line-height: 30px;
  }

  .heading-76 {
    font-size: 50px;
    line-height: 40px;
  }

  .features-list, .gallery-scroll-3 {
    padding: 60px 15px;
  }

  .gallery-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-scroll-4, .gallery-scroll-5 {
    padding: 60px 15px;
  }

  .worksw-copy {
    height: 40vh;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .testimonial-image-left-2 {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four-2 {
    flex-direction: column;
  }

  .testimonial-left-2 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four-2 {
    height: auto;
  }

  .heading-small-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .lottie-animation {
    height: 50%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: 260vh;
  }

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

  .about {
    height: 110vh;
    padding-left: 0%;
  }

  .worksw {
    height: 80vh;
  }

  .worksw.worksoldal {
    height: 100vh;
  }

  .jerosample {
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
  }

  .div-block-99 {
    background-color: #201d1d00;
  }

  .container {
    max-width: none;
  }

  .container-2 {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .div-block-134 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button {
    width: 40%;
  }

  .heading-62 {
    font-size: 3rem;
  }

  .div-block-152, .div-block-155 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .div-block-171 {
    padding-bottom: 108px;
  }

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

  .h1 {
    text-align: center;
    font-size: 6em;
  }

  .div-block-176 {
    justify-content: space-between;
    place-items: center stretch;
  }

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

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

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

  .heading-72 {
    text-align: center;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-subscribe-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer-form-two-2 {
    padding: 20px 0;
  }

  .footer-form-title-2 {
    font-size: 50px;
    line-height: 30px;
  }

  .footer-form-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input-2 {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-73 {
    font-size: 50px;
  }

  .div-block-178 {
    margin-top: 8px;
  }

  .workswrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
    margin-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-grid-3 {
    grid-row-gap: 5px;
  }

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

  .heading-78 {
    font-size: 50px;
    line-height: 40px;
  }

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

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

  .gallery-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .nav-link, .nav-link-2 {
    color: var(--color);
    font-size: 60px;
  }

  .nav-link-3 {
    font-size: 60px;
  }

  .body-6 {
    height: auto;
  }

  .worksw-copy {
    height: 50vh;
  }

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

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

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .heading-small-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .link-block-4 {
    aspect-ratio: 1;
    width: auto;
    height: auto;
  }

  .link-5 {
    font-size: 1rem;
    line-height: .8rem;
  }
}

#w-node-d96657ad-e8de-3359-34a3-ffd6ef765edb-27e1a655, #w-node-d7be6b1e-4e8f-4e16-c2fa-af2b4cab798e-27e1a655, #w-node-b57c1c2b-5a46-67cc-2608-bb805a0eac8f-27e1a655 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4fc38907-7455-f953-390f-02246fe1f2be-27e1a655 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_39db1def-dd78-bc3c-981f-08fffdc05118-086c1395 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39db1def-dd78-bc3c-981f-08fffdc05128-086c1395 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#virtual-booths.w-node-_39db1def-dd78-bc3c-981f-08fffdc05129-086c1395, #w-node-_39db1def-dd78-bc3c-981f-08fffdc0512a-086c1395, #access-dash.w-node-_39db1def-dd78-bc3c-981f-08fffdc0512d-086c1395, #w-node-_39db1def-dd78-bc3c-981f-08fffdc0512e-086c1395, #lead-retrieval.w-node-_39db1def-dd78-bc3c-981f-08fffdc05131-086c1395, #w-node-_39db1def-dd78-bc3c-981f-08fffdc05132-086c1395, #lead-scoring.w-node-_39db1def-dd78-bc3c-981f-08fffdc05135-086c1395, #w-node-_39db1def-dd78-bc3c-981f-08fffdc05136-086c1395, #sponsored-sections.w-node-_39db1def-dd78-bc3c-981f-08fffdc05139-086c1395, #w-node-_39db1def-dd78-bc3c-981f-08fffdc0513a-086c1395, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-52c1f1fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-52c1f1fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1e-52c1f1fe, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb22-52c1f1fe, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-52c1f1fe, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-52c1f1fe, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2e-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-47f03b60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-47f03b60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-47f03b60, #virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-47f03b60, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-47f03b60, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-47f03b60, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-47f03b60, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-47f03b60, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-8295e076 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-8295e076 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1e-8295e076, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb22-8295e076, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-8295e076, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-8295e076, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2e-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-3d56e3e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-3d56e3e7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-3d56e3e7, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-3d56e3e7, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-3d56e3e7, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-3d56e3e7, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-3d56e3e7, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-3d56e3e7, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-3d56e3e7, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb22-3d56e3e7, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-ef83d04e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-ef83d04e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-ef83d04e, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-ef83d04e, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-ef83d04e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-ef83d04e, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-ef83d04e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-ef83d04e, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-ef83d04e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2e-ef83d04e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-cd7aa17e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-cd7aa17e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-cd7aa17e, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-cd7aa17e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb22-cd7aa17e, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-cd7aa17e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-cd7aa17e, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-cd7aa17e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-cd7aa17e, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-cd7aa17e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2e-cd7aa17e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-3ff55dcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-3ff55dcd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-3ff55dcd, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-3ff55dcd, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb22-3ff55dcd, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-3ff55dcd, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-3ff55dcd, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-3ff55dcd, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-3ff55dcd, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-3ff55dcd, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2e-3ff55dcd, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-ed3f3b62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-ed3f3b62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-ed3f3b62, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-ed3f3b62, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb22-ed3f3b62, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-ed3f3b62, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-ed3f3b62, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-ed3f3b62, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-ed3f3b62, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-ed3f3b62, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-2828a83a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-2828a83a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-2828a83a, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-2828a83a, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb22-2828a83a, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-2828a83a, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-2828a83a, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-2828a83a, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-2828a83a, #sponsored-sections.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2d-2828a83a, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2e-2828a83a, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-5b038722 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-5b038722 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1d-5b038722, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1e-5b038722, #access-dash.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb21-5b038722, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb22-5b038722, #lead-retrieval.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb25-5b038722, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb26-5b038722, #lead-scoring.w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb29-5b038722, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb2a-5b038722 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_39db1def-dd78-bc3c-981f-08fffdc05118-086c1395, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-47f03b60, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-3d56e3e7, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-ef83d04e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-cd7aa17e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-3ff55dcd, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-ed3f3b62, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-2828a83a, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-5b038722 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_39db1def-dd78-bc3c-981f-08fffdc05118-086c1395, #w-node-_39db1def-dd78-bc3c-981f-08fffdc05128-086c1395, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-52c1f1fe, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-47f03b60, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-47f03b60, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-8295e076, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-3d56e3e7, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-3d56e3e7, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-ef83d04e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-ef83d04e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-cd7aa17e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-cd7aa17e, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-3ff55dcd, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-3ff55dcd, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-ed3f3b62, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-ed3f3b62, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-2828a83a, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-2828a83a, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb0c-5b038722, #w-node-_27c058e4-3491-a7f4-44a7-eb6e5334eb1c-5b038722 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}