:root {
  --black: black;
  --dark-vino: #360322;
  --peach: #c1544b;
  --bg2: #201306;
  --body-bg: #150e05;
  --yellow-text: #a7895a;
  --yellow: #ebb600;
  --white: white;
  --sunset: #e27e35;
  --vino: #562944;
  --content: 1000px;
  --dim-grey: #6b6b6b;
  --plum: #8e3950;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --accent: #0037eb;
  --dark-peach: #7e2a23;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: #cf0063;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #7e2a2359, transparent 99%), linear-gradient(135deg, #302101 17%, var(--black) 100%, var(--black));
  justify-content: center;
  align-items: center;
  height: 900px;
  min-height: 100vh;
  margin-top: -80px;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: var(--dark-vino);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--peach), var(--black));
  padding-bottom: 0;
  overflow: hidden;
}

.section.wide.purple {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.wide.hide {
  display: none;
}

.section.wide.gradient-bg {
  background-color: var(--bg2);
  background-image: none;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section.graph-paper {
  background-image: linear-gradient(180deg, var(--bg2), var(--body-bg));
  background-position: 0 0;
}

.section.bg2 {
  background-color: var(--body-bg);
}

.section.dao-holder {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  padding-bottom: 80px;
  position: relative;
}

.section.sub-projects-showcase {
  background-color: var(--black);
  background-image: radial-gradient(circle at 0 0, #291b07, #0000 47%), radial-gradient(circle at 50% 0, #38160b, #0000);
  height: 33vh;
  min-height: 200px;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.navbar {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: 80px;
  padding: 0 10vw;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: var(--body-bg);
  color: var(--yellow-text);
  font-family: Poppins, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  z-index: 2;
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  position: relative;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  color: var(--yellow);
  width: 25%;
}

.feature-content.wide {
  z-index: 3;
  color: var(--white);
  text-align: center;
  mix-blend-mode: screen;
  width: 700px;
  max-width: 90vw;
}

.feature-content.wide.over-video {
  color: var(--yellow-text);
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  background-color: var(--yellow);
  background-image: linear-gradient(242deg, var(--yellow), var(--sunset));
  color: var(--dark-vino);
  text-align: center;
  border-radius: 200px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  background-image: linear-gradient(242deg, var(--peach), var(--vino));
  color: var(--white);
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.service-tile-btn {
  opacity: 0;
  transform: translate(0, 20px);
}

/* .button.hero-btn {
  background-color: var(--body-bg);
  color: var(--yellow);
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
} */

.button.hero-btn {
  background-color: var(--body-bg);
  color: var(--yellow);
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button.hero-btn:hover {
  box-shadow: 0 0 0 2px var(--yellow);
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  max-width: var(--content);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: var(--sunset);
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.title.dodge {
  mix-blend-mode: color-dodge;
}

.image-2 {
  border-radius: 20px;
  flex: none;
}

.image-2.face {
  opacity: .64;
  mix-blend-mode: screen;
}

.image-2.face.blend {
  opacity: 1;
  mix-blend-mode: normal;
}

.image-2.face.blend.runes {
  mix-blend-mode: difference;
  border-radius: 60px;
  transform: rotate(90deg);
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: var(--yellow-text);
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--yellow);
  color: var(--yellow);
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  filter: saturate(200%) hue-rotate(330deg);
  mix-blend-mode: screen;
  width: 85vh;
  max-width: 60%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: scale(1.2);
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: inherit;
}

.black-text.purple-secondary {
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.black-text.compact {
  z-index: 3;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
}

.hero-content {
  z-index: 90;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.feature-wrap {
  max-width: var(--content);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  margin: 0 auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
}

.feature-wrap.vertical-wide {
  z-index: 1;
  color: var(--white);
  flex-flow: column-reverse;
  position: relative;
}

.feature-wrap.vertical-wide.video-holder {
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: max-content;
  display: flex;
  position: relative;
}

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

.hero-subhead {
  color: var(--yellow-text);
  max-width: 80%;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.5;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  max-width: var(--content);
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  padding-top: 60px;
  display: block;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  color: var(--white);
  mix-blend-mode: overlay;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.menu-icon {
  font-size: 1.8em;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

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

.nav-menu-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000001a;
  border-radius: 10px;
  left: auto;
  right: 0;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: var(--yellow-text);
  mix-blend-mode: color-dodge;
  margin-bottom: 20px;
  font-size: 7vh;
  font-weight: 400;
  line-height: 1.1;
}

.image-5 {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: normal;
  position: relative;
}

.half-img-wrapper {
  perspective: 2000px;
  transform-style: preserve-3d;
  min-height: 500px;
  max-height: 50vh;
  position: relative;
  transform: rotateX(26deg)rotateY(28deg)rotateZ(0);
}

.image-6 {
  z-index: 2;
  opacity: .24;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-4 {
  color: var(--yellow-text);
  mix-blend-mode: normal;
}

.heading-4.dodge {
  mix-blend-mode: color-dodge;
}

.image-7 {
  opacity: .25;
}

.paragraph-2 {
  color: var(--yellow-text);
}

.div-block-13 {
  background-color: var(--yellow-text);
  opacity: .36;
  filter: blur(50px);
  mix-blend-mode: screen;
  aspect-ratio: 1;
  border-radius: 1000px;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 300px;
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
}

.image-8 {
  border-radius: 15px;
  width: 100px;
  min-width: 100px;
}

.body-container {
  justify-content: center;
  align-items: center;
  height: max-content;
  overflow: hidden auto;
}

.provider-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  margin-top: 40px;
  animation: 60s linear infinite forwards loopProviderFlex;
  display: grid;
  position: relative;
}

.provider-flex.animation-reverse {
  grid-auto-columns: 1fr;
  animation-direction: reverse;
}

.provider-tile {
  opacity: .39;
  filter: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.tile-flex-animated-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto 60px;
  padding: 20px 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.heading2 {
  z-index: 3;
  color: var(--yellow-text);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.dao-img {
  background-color: var(--plum);
  box-shadow: 0 0 0 3px var(--yellow-text), 0 0 20px -4px #000;
  filter: saturate(150%);
  border-radius: 100px;
  width: 50px;
}

.dao-flex {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  max-width: 900px;
  position: relative;
}

.dao-flex.middle {
  width: 100vw;
  max-width: 1000px;
}

.image-11 {
  aspect-ratio: 1;
  width: 50px;
}

.image-12 {
  z-index: 0;
  opacity: .28;
  filter: blur(9px);
  mix-blend-mode: screen;
  border-radius: 0;
  width: 100vw;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: 1%;
  bottom: auto;
}

.bg-overlay {
  background-image: linear-gradient(180deg, transparent, var(--bg2));
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.link-block {
  border-radius: 14px;
}

.provider-tile-img {
  width: auto;
  max-width: none;
  height: 40px;
  display: block;
}

.bakground-video {
  z-index: 1;
  filter: hue-rotate(168deg);
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bakground-video.video-overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--bg2), #24110efc 54%, var(--bg2));
  filter: none;
  mix-blend-mode: hue;
  height: 100%;
  display: block;
}

.bakground-video.video-overlay.gauze {
  opacity: .82;
  filter: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
}

.hero-content {
  max-width: var(--content);
  mix-blend-mode: screen;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: 50vh;
  min-height: 600px;
  display: flex;
}

.hero-text {
  width: 55%;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  width: 80vw;
  display: none;
  position: relative;
}

.service-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #dfb200;
  background-image: linear-gradient(180deg, var(--bg2), var(--body-bg));
  mix-blend-mode: screen;
  border-radius: 20px;
  width: 300px;
  height: 310px;
  padding: 20px;
}

.tile-image {
  opacity: .5;
  mix-blend-mode: hard-light;
  height: 30px;
}

.subtext {
  opacity: 0;
  color: var(--yellow-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  transform: translate(0, -10px);
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: max-content;
  margin-top: auto;
}

.tile-title {
  color: var(--yellow-text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 38px;
  transform: translate(0, 56px);
}

.flex-block-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
}

.separator {
  background-color: var(--body-bg);
  width: 100vw;
  height: 2px;
  padding-right: 0;
}

.footer-dark {
  background-color: #f5f7fa00;
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: var(--dim-grey);
  margin-top: 12px;
  margin-bottom: 6px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.footer-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.text-block-3 {
  color: var(--dim-grey);
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    height: auto;
    padding-top: 40px;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .button.hero-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: auto;
    display: block;
    position: absolute;
    inset: auto -10% auto auto;
    transform: scale(1.2);
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .feature-wrap.icons.numbers {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .hero-subhead {
    max-width: none;
    font-size: 24px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 7vw;
  }

  .body-container {
    width: 100vw;
    height: max-content;
    overflow: hidden auto;
  }

  .hero-content {
    width: 100%;
    height: auto;
    min-height: 600px;
  }

  .hero-text {
    width: 65%;
    max-width: 55vw;
  }

  .flex-block {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .button.service-tile-btn {
    opacity: 1;
    padding: 10px 20px;
    transform: none;
  }

  /* .button.hero-btn {
    padding-left: 20px;
    padding-right: 20px;
  } */

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    max-width: 80vw;
    margin-bottom: 0;
    position: relative;
    right: auto;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .hero-subhead {
    font-size: 22px;
    line-height: 38px;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    font-size: 4em;
    line-height: 1.3em;
  }

  .form-block {
    width: 100%;
  }

  .hero-content {
    flex-flow: column-reverse;
    height: auto;
    min-height: 500px;
  }

  .hero-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 90vw;
    display: flex;
  }

  .service-tile {
    width: 220px;
  }

  .subtext {
    opacity: 1;
    transform: none;
  }

  .tile-title {
    transform: none;
  }

  .flex-block-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    height: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .navbar {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    position: relative;
  }

  .nav-inner {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    z-index: 0;
    opacity: .17;
    mix-blend-mode: multiply;
    width: 100vw;
    max-width: none;
    position: absolute;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    max-width: 100%;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .hero-content {
    min-height: auto;
    padding-top: 0;
  }

  .hero-text {
    z-index: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .flex-block-3 {
    grid-row-gap: 1em;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .container {
    max-width: none;
  }
}

#w-node-_820fe8d6-2ab4-fc33-424a-fc8f5a00055d-8a5d9b6a, #w-node-_820fe8d6-2ab4-fc33-424a-fc8f5a000566-8a5d9b6a, #w-node-_820fe8d6-2ab4-fc33-424a-fc8f5a000571-8a5d9b6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


