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

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 {
  color: #6b6b6b;
  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 {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

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

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

.section.center {
  height: 100vh;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.section.wide.img {
  padding-bottom: 0;
}

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

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

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

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

.col.padding {
  max-width: 50%;
  border-style: none;
  flex: 1;
  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;
}

.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-inner {
  width: 80vw;
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Helveticaneue, sans-serif;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1;
}

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

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

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

.feature-content {
  width: 50vw;
  max-width: 450px;
  border: 1px #000;
  flex: none;
  padding-left: 4vw;
  padding-right: 4vw;
}

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

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

.feature-content.icons.numbers {
  width: 25%;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.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 {
  background-color: #6b6b6b;
  border-radius: 8px;
  margin-top: -21px;
  margin-left: 277px;
  margin-right: 277px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Helveticaneue, sans-serif;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.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 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  width: 65%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  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 {
  width: 90%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  flex: none;
}

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

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

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

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

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

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

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

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  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: #fff;
  -webkit-text-stroke-color: white;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
}

.nav-link:hover {
  opacity: .5;
  color: #fff;
  mix-blend-mode: normal;
}

.nav-link.w--current {
  color: #fff;
  font-size: 13px;
}

.nav-menu {
  height: auto;
}

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

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

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

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

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

.field-newsletter {
  width: 340px;
  height: 80px;
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  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 {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

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

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

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

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

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

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

.black {
  color: #000;
}

.hero-subhead {
  max-width: 60%;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

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

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

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

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -29px;
  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 {
  margin-top: 38px;
  margin-left: 119px;
  margin-right: auto;
  padding-top: 29px;
  padding-bottom: 29px;
  font-family: Helveticaneue, sans-serif;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

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

.input {
  height: 70px;
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-family: Helveticaneue, sans-serif;
  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::-ms-input-placeholder {
  color: #555;
}

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

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

.quote-slider {
  width: 90vw;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

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

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

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

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

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

.number {
  font-size: 60px;
  line-height: 90px;
}

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

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

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

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

.background-video {
  opacity: 1;
  mix-blend-mode: normal;
}

.heading-4 {
  color: #6b6b6b;
  margin-left: 134px;
  margin-right: -140px;
  padding-left: 0;
  padding-right: 0;
  font-family: Pragmatica, sans-serif;
  font-size: 34px;
  line-height: 42px;
}

.paragraph-2 {
  font-family: Helveticaneue, sans-serif;
}

.heading-5 {
  text-align: center;
  text-transform: none;
  margin-top: 200px;
  padding-left: 88px;
  padding-right: 88px;
  font-family: Pragmatica, sans-serif;
  font-size: 5vh;
  font-weight: 200;
  line-height: 5vh;
}

.text-block-3 {
  text-align: center;
  margin-top: 142px;
  font-family: Pragmatica, sans-serif;
  font-size: 23px;
}

.background-video-2 {
  height: 820px;
}

.paragraph-3 {
  width: 100%;
  margin-bottom: 38px;
  padding-right: 115px;
  font-family: Pragmatica, sans-serif;
  font-size: 23px;
  line-height: 27px;
}

.column-2 {
  margin-top: 0;
  left: 140px;
}

.image-5 {
  text-align: center;
  margin-top: auto;
  margin-left: -22px;
  margin-right: auto;
  display: block;
}

.columns {
  margin-top: 60px;
  margin-bottom: 60px;
}

.company-heading {
  color: #6b6b6b;
  margin-top: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 25px;
}

.link-3 {
  max-height: 0;
  color: #fc0;
  font-family: Pragmatica, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.column-3 {
  padding-left: 42px;
  padding-right: 10px;
}

.column-4 {
  padding-left: 62px;
  padding-right: 0;
}

.image-6 {
  margin-left: 73px;
}

.column-5 {
  padding-left: 144px;
}

.container {
  margin-top: 63px;
}

.button-2 {
  text-align: center;
  background-color: #6b6b6b;
  border-radius: 6px;
  margin-left: 177px;
  margin-right: 177px;
  padding: 10px 25px;
  font-family: Pragmatica, sans-serif;
  font-size: 17px;
}

.image-7 {
  margin-left: auto;
  padding-bottom: 0;
}

.column-6 {
  padding-left: 0;
}

.image-8 {
  margin-top: auto;
  margin-left: -491px;
}

.container-2 {
  padding-left: 0;
}

.button-3 {
  letter-spacing: 0;
  background-color: #6b6b6b;
  border-radius: 8px;
  margin-top: 21px;
  margin-left: 130px;
  padding-left: 33px;
  padding-right: 33px;
  font-family: Pragmatica, sans-serif;
  font-size: 17px;
}

.columns-2 {
  margin-top: 82px;
}

.image-9 {
  margin-top: -16px;
  margin-left: 100px;
}

.image-10 {
  margin-top: 12px;
  margin-left: 220px;
}

.footer-with-logos {
  margin-top: 90px;
}

.section-3 {
  margin-top: 47px;
  margin-bottom: 57px;
}

.column-7 {
  padding-left: 161px;
}

.image-11 {
  margin-left: 141px;
}

.image-11.image-5 {
  margin-left: auto;
  margin-right: auto;
}

.image-12 {
  margin-top: 14px;
  margin-left: 160px;
}

.image-12.image-5 {
  margin-left: 29px;
  margin-right: auto;
}

.heading-7 {
  color: #787878;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 130px;
  font-family: Pragmatica, sans-serif;
  font-size: 3vh;
  line-height: 3vh;
}

.image-13 {
  margin-top: -7px;
  margin-left: 26px;
}

.image-14 {
  margin-top: -9px;
  margin-left: 14px;
}

.image-15 {
  margin-left: 97px;
}

.grid {
  grid-template-columns: .5fr;
  grid-template-areas: "Area";
  margin-left: 80px;
  margin-right: 80px;
}

.heading-8 {
  padding-left: 67px;
  font-family: Helveticaneue, sans-serif;
}

.image-16 {
  margin-left: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.container-custom {
  flex-direction: row;
  margin-top: 95px;
  display: flex;
}

.column-custom-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  display: block;
}

.company-logo {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 181px;
  margin-right: auto;
  display: block;
}

.div-block-14 {
  align-items: flex-end;
  margin-top: 49px;
  display: flex;
}

.logo-2 {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.column-logo-custom {
  margin-top: 156px;
  display: flex;
}

.div-block-18 {
  align-self: center;
  margin-top: 23px;
  margin-left: 0;
  display: flex;
}

.divider {
  margin-left: 33px;
}

.div-block-21 {
  margin-left: 53px;
}

.div-block-22 {
  margin-left: 72px;
}

.gci-logo {
  margin-left: -4px;
}

.xdi-logo {
  margin-left: 5px;
}

.stb-logo {
  margin-top: 13px;
  margin-left: 27px;
}

.div-block-24 {
  margin-left: 184px;
  margin-right: 10px;
}

.the-geengergrp {
  background-color: #000;
}

.heading-9 {
  color: #000;
  align-items: center;
  margin-top: 56px;
  margin-bottom: auto;
  font-family: Helveticaneue, sans-serif;
  font-size: 4vh;
  display: flex;
}

.paragraph-4 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  font-family: Pragmatica, sans-serif;
  font-size: 25px;
  line-height: 27px;
}

.div-block-25 {
  width: 300px;
  height: 1px;
  max-height: 0;
  min-height: 2px;
  text-align: left;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 57px;
  margin-left: -100px;
  display: flex;
  overflow: visible;
}

.columns-3 {
  margin-top: 0;
  margin-bottom: 126px;
}

.agency-details {
  background-color: #000;
}

.columns-4 {
  height: 0%;
  margin-top: 140px;
}

.div-block-26 {
  height: 2px;
  background-color: #fff;
  margin-top: 8px;
}

.div-block-27 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pragmatica, sans-serif;
  font-size: 6vh;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.heading-11 {
  font-size: 4vh;
}

.heading-12 {
  color: #fc0;
  font-size: 4vh;
  line-height: 4vh;
}

.heading-13 {
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4vh;
  line-height: 4vh;
}

.what-we-do {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}

.div-block-28 {
  margin-top: 140px;
  margin-bottom: 220px;
}

.columns-5 {
  margin-top: 10px;
}

.grid-2 {
  grid-template: "." 33px
                 "." minmax(55px, 1fr)
                 "."
                 "." minmax(55px, 1fr)
                 "."
                 "."
                 / 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 100px;
}

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

.services {
  color: #fff;
  background-color: #000;
  margin-top: -8px;
  font-family: Pragmatica, sans-serif;
  font-size: 20px;
}

.container-5 {
  margin-bottom: 140px;
}

.service-text {
  color: #fff;
}

.text-block-5 {
  font-family: Pragmatica, sans-serif;
}

.div-block-30 {
  width: 40px;
  height: 40px;
}

.image-19:hover {
  perspective: 369px;
  transform-origin: 0 0;
  transform: perspective(175px);
}

.columns-6 {
  margin-top: 220px;
  margin-bottom: 220px;
}

.paragraph-6 {
  color: #fff;
  font-family: Pragmatica, sans-serif;
  font-size: 25px;
  line-height: 28px;
}

.div-block-31 {
  background-image: url('../images/new-york-city-manhattan-skyline-aerial-view-dusk.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.column-10 {
  font-size: 17px;
}

.section-6 {
  height: 400px;
  background-image: url('../images/sigmund-Fa9b57hffnM-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph-7, .paragraph-8 {
  color: #fff;
  font-family: Pragmatica, sans-serif;
  font-size: 25px;
}

.heading-14 {
  font-family: Helveticaneue, sans-serif;
  font-size: 4vh;
}

.paragraph-9 {
  color: #fff;
  font-size: 25px;
}

.heading-19 {
  font-family: Helveticaneue, sans-serif;
  font-size: 4vh;
}

@media screen and (min-width: 1280px) {
  .footer {
    background-color: #fff;
    justify-content: flex-start;
    margin-top: auto;
    margin-left: 171px;
    display: block;
  }

  .footer-list {
    margin-top: 74px;
    margin-left: 173px;
    margin-right: auto;
  }

  .heading-4 {
    margin-left: 226px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 43px;
    line-height: 44px;
  }

  .heading-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 196px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .paragraph-3 {
    padding-right: 124px;
    font-weight: 200;
    text-decoration: none;
  }

  .image-5 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 34px;
    padding-right: 34px;
    display: block;
  }

  .company-heading {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-7 {
    margin-left: -47px;
  }

  .image-8 {
    margin-top: 285px;
    margin-left: -126px;
    padding-bottom: 23px;
  }

  .button-3 {
    border: 1px solid rgba(0, 0, 0, 0);
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
    display: inline-block;
  }

  .image-9 {
    margin-left: 311px;
  }

  .image-10 {
    margin-left: 643px;
  }

  .image-11 {
    margin-left: 129px;
  }

  .image-11.image-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-12 {
    margin-left: 145px;
  }

  .image-12.image-5 {
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-9 {
    padding-left: 164px;
  }

  .heading-7 {
    margin: 25px 65px 65px;
    padding-right: 0;
    font-size: 4vh;
    line-height: 4vh;
  }

  .image-13 {
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-14 {
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-2 {
    font-weight: 200;
  }

  .image-15 {
    margin-left: 8px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-custom {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 105px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-custom-description {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .company-logo {
    width: 40%;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 200px;
    margin-right: 105px;
    display: flex;
    overflow: visible;
  }

  .bold-text-3 {
    text-transform: none;
  }

  .containter-custom-2 {
    width: 100%;
    display: block;
  }

  .div-block-14 {
    width: 40%;
    margin-left: 126px;
    margin-right: 126px;
  }

  .logo-2 {
    width: auto;
    align-self: center;
    margin-left: 35px;
  }

  .div-block-16 {
    width: auto;
    align-self: center;
  }

  .div-block-17 {
    width: 25%;
    align-self: center;
  }

  .column-logo-custom {
    height: 200px;
    display: flex;
  }

  .div-block-18 {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-top: 62px;
    margin-left: 66px;
    margin-right: 99px;
    display: flex;
  }

  .div-block-19 {
    width: 40%;
    margin-left: 191px;
    display: block;
  }

  .div-block-20 {
    width: 100%;
    padding-left: 282px;
    padding-right: 282px;
  }

  .divider {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-21, .div-block-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .gci-logo {
    padding-left: 66px;
    padding-right: 66px;
  }

  .xdi-logo {
    padding-left: 26px;
    padding-right: 26px;
  }

  .stb-logo {
    margin-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-17 {
    flex: 1;
  }

  .div-block-24 {
    margin-left: 230px;
    margin-right: 139px;
    padding-left: 0;
  }

  .heading-9 {
    height: 184px;
    color: #000;
    margin-top: auto;
    line-height: 5vh;
  }

  .paragraph-4 {
    color: #000;
    margin-bottom: auto;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 26px;
  }

  .div-block-25 {
    margin-top: 63px;
    margin-left: -67px;
  }

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

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

  .heading-10 {
    font-size: 8vh;
  }

  .paragraph-5 {
    font-size: 13px;
  }

  .heading-13 {
    margin-top: 40px;
  }

  .what-we-do {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
  }

  .services {
    padding-top: 5px;
    font-size: 17px;
    transition: opacity .575s;
  }

  .services:hover {
    mix-blend-mode: normal;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .div-block-30 {
    width: 50px;
    height: 50px;
  }

  .image-19 {
    margin-top: -100px;
  }

  .columns-6 {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .columns-7 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .paragraph-6 {
    color: #fff;
    font-family: Pragmatica, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .container-6 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-31 {
    background-image: url('../images/new-york-city-manhattan-skyline-aerial-view-dusk.jpg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-6 {
    height: 400px;
    background-image: url('../images/sigmund-Fa9b57hffnM-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .paragraph-7, .paragraph-8 {
    color: #fff;
    font-family: Pragmatica, sans-serif;
    font-size: 25px;
  }

  .heading-14 {
    font-family: Helveticaneue, sans-serif;
    font-size: 4vh;
  }

  .heading-15 {
    font-family: Helveticaneue, sans-serif;
    font-size: 25vh;
  }

  .heading-16 {
    font-size: 4vh;
  }

  .paragraph-9 {
    color: #fff;
    margin-top: 10px;
    font-size: 25px;
  }

  .heading-17, .heading-18 {
    font-size: 4vh;
  }

  .heading-19 {
    margin-top: 10px;
    font-size: 4vh;
  }
}

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

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

  .section.center {
    height: auto;
    flex-direction: column;
    padding-top: 15vh;
  }

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

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

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

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

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

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

  .feature-icon {
    flex: none;
  }

  .footer-list {
    margin-left: 50px;
  }

  .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 {
    min-width: 240px;
    background-color: #000;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

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

  .heading-4 {
    margin-left: 60px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-5 {
    width: 601px;
    letter-spacing: 0;
    column-count: 0;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .text-block-3 {
    margin-top: 90px;
    font-size: 17px;
  }

  .background-video-2 {
    height: 375px;
    font-size: 14px;
  }

  .paragraph-3 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 86px;
    font-size: 18px;
    line-height: 25px;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .company-heading {
    width: 100%;
    margin-bottom: 6px;
    margin-left: auto;
    font-size: 21px;
  }

  .link-3 {
    margin-left: auto;
  }

  .image-6 {
    margin-left: 60px;
  }

  .button-3 {
    margin-top: 26px;
    margin-left: 60px;
  }

  .image-9, .image-10 {
    margin-left: auto;
  }

  .image-11 {
    margin-left: 105px;
  }

  .image-11.image-5 {
    margin-left: 13px;
    margin-right: auto;
  }

  .image-12 {
    margin-left: 128px;
  }

  .image-12.image-5 {
    margin-left: 33px;
    margin-right: auto;
  }

  .heading-7 {
    margin-top: 16px;
    margin-left: 64px;
    padding-right: 0;
    font-size: 3vw;
    line-height: 3vw;
  }

  .image-13 {
    margin-top: 249px;
    margin-left: 201px;
  }

  .image-14 {
    margin-top: 250px;
    margin-left: 27px;
  }

  .image-15 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 211px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px;
    display: block;
    overflow: visible;
  }

  .grid {
    grid-template-columns: 2.25fr 1fr;
    grid-template-areas: "Area";
  }

  .container-custom {
    margin-left: auto;
    margin-right: auto;
  }

  .company-logo {
    margin-left: 70px;
    margin-right: auto;
  }

  .logo-2 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .column-logo-custom {
    flex-direction: row;
    align-items: flex-start;
    margin-top: auto;
    display: flex;
  }

  .div-block-18 {
    align-self: flex-start;
    margin: -187px auto auto;
    padding-left: 17px;
    padding-right: 17px;
    display: flex;
  }

  .divider {
    margin-left: 0;
    margin-right: auto;
    padding-right: 80px;
  }

  .div-block-21 {
    margin-left: 34px;
    margin-right: auto;
    padding-right: 80px;
  }

  .div-block-22 {
    margin-left: 57px;
    margin-right: auto;
    padding-right: 80px;
  }

  .xdi-logo {
    margin-left: 16px;
  }

  .stb-logo {
    margin-top: 9px;
    margin-left: 38px;
  }

  .div-block-24 {
    margin-left: 90px;
    margin-right: 20px;
  }

  .heading-9 {
    padding-left: 60px;
    font-size: 3vh;
  }

  .paragraph-4 {
    padding-left: 60px;
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-25 {
    margin-left: -26px;
  }

  .columns-3 {
    margin-bottom: 60px;
  }

  .div-block-26 {
    width: 301px;
    margin-left: 65px;
    padding-left: 0;
  }

  .div-block-27 {
    font-size: 13px;
  }

  .heading-10 {
    text-align: center;
    font-size: 6vh;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 10px;
    line-height: 13px;
  }

  .heading-13 {
    text-align: left;
    padding-left: 60px;
  }

  .grid-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-auto-flow: row dense;
    margin-left: 60px;
    margin-right: 0;
  }

  .services {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 60px;
    font-size: 14px;
  }

  .paragraph-6 {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-7 {
    padding-right: 60px;
    font-size: 17px;
    line-height: 20px;
  }

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

  .heading-14 {
    font-size: 3vh;
  }

  .paragraph-9 {
    padding-left: 60px;
    font-size: 17px;
    line-height: 20px;
  }

  .heading-19 {
    padding-left: 60px;
    font-size: 3vh;
  }

  .container-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-20 {
    text-align: center;
    display: inline-block;
  }
}

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

  .nav {
    height: 200px;
    justify-content: center;
  }

  .nav-inner {
    align-self: flex-start;
    margin-top: 19px;
  }

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

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

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

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

  .nav-link {
    font-family: Pragmatica, sans-serif;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

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

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

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

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

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

  .footer-list {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .form-block {
    width: 100%;
  }

  .heading-4 {
    font-size: 12px;
  }

  .heading-5 {
    width: 100%;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin: auto;
    padding-left: 57px;
    padding-right: 57px;
    font-size: 3vw;
    line-height: 4vw;
    display: block;
    position: absolute;
  }

  .text-block-3 {
    flex-flow: row;
    align-content: flex-start;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: 254px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 94px;
    font-size: 16px;
    display: flex;
    position: static;
  }

  .background-video-2 {
    width: 100%;
    height: 400%;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .paragraph-3 {
    text-align: center;
    margin: auto auto 7px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Helveticaneue, sans-serif;
    line-height: 23px;
  }

  .column-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    margin: 8px auto;
    padding-bottom: 0;
    padding-left: 82px;
    padding-right: 82px;
    display: block;
    position: static;
  }

  .company-heading {
    text-align: center;
    margin: 20px auto auto;
    padding-left: 0;
    display: block;
    position: static;
  }

  .link-3 {
    margin: auto auto 82px;
    font-family: Helveticaneue, sans-serif;
  }

  .image-6 {
    margin-left: 147px;
    padding-bottom: 20px;
  }

  .button-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-8 {
    padding-left: 0;
  }

  .image-11 {
    margin-bottom: 23px;
    margin-left: 198px;
  }

  .image-11.image-5 {
    margin: 0 auto;
  }

  .image-12 {
    margin-bottom: 18px;
    margin-left: 212px;
  }

  .image-12.image-5 {
    margin: 0 auto;
    padding-bottom: 0;
  }

  .heading-7 {
    text-align: center;
    margin: auto auto 7px;
    font-family: Pragmatica, sans-serif;
    font-size: 5vw;
    line-height: 4vw;
  }

  .image-13 {
    margin-top: 110px;
    margin-left: 35px;
  }

  .image-14 {
    margin-top: 115px;
    margin-left: 37px;
  }

  .bold-text {
    margin-left: auto;
    margin-right: auto;
    font-family: Helveticaneue, sans-serif;
    font-weight: 400;
  }

  .bold-text-2 {
    font-family: Helveticaneue, sans-serif;
    font-weight: 400;
  }

  .image-15 {
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6px;
  }

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

  .container-4 {
    height: 100%;
    margin-bottom: 62px;
    font-size: 13px;
  }

  .container-custom {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-custom-description {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .company-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 92px;
    padding-right: 92px;
  }

  .containter-custom-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-14 {
    margin-top: auto;
  }

  .column-logo-custom {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-18 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-19 {
    text-align: center;
    display: block;
  }

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

  .divider {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .div-block-21, .div-block-22 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    display: block;
  }

  .section-5 {
    margin-top: 76px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .gci-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 146px;
    padding-right: 146px;
  }

  .xdi-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 52px;
    padding-right: 52px;
    display: block;
  }

  .stb-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 49px;
    padding-right: 49px;
    display: block;
  }

  .div-block-24 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 177px;
    padding-right: 177px;
  }

  .image-18 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-4 {
    padding-right: 140px;
  }

  .div-block-25 {
    margin-top: auto;
    margin-left: auto;
    display: none;
  }

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

  .heading-10 {
    text-align: left;
    font-size: 4vh;
  }

  .paragraph-5 {
    text-align: left;
  }

  .grid-2 {
    margin-left: 70px;
  }

  .div-block-29 {
    margin-right: 60px;
  }

  .services {
    padding-right: 0;
  }

  .image-19 {
    padding-top: 60px;
    padding-left: 60px;
  }

  .paragraph-7 {
    padding-right: 0;
  }

  .paragraph-9 {
    padding-right: 60px;
  }

  .div-block-32 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

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

  .nav-inner {
    width: 100vw;
    margin-top: 15px;
  }

  .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 {
    width: 90vw;
    flex-direction: column;
  }

  .nav-link {
    margin-bottom: 0;
    padding-top: 0;
    font-family: Pragmatica, sans-serif;
  }

  .hero-image {
    width: 80%;
  }

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

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

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

  .footer-link {
    text-align: left;
    margin-left: -4px;
    font-size: 12px;
  }

  .footer-list {
    text-align: center;
    margin: 34px auto 34px 20px;
    font-size: 12px;
  }

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

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

  .menu-icon {
    font-family: Pragmatica, sans-serif;
  }

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

  .heading-5 {
    text-align: center;
    margin: auto auto 67px;
    padding: 0 22px 80px;
    font-size: 7vw;
    font-weight: 200;
    line-height: 8vw;
    position: absolute;
  }

  .text-block-3 {
    margin-top: 402px;
    font-size: 13px;
    line-height: 20px;
  }

  .background-video-2 {
    height: 800px;
  }

  .paragraph-3 {
    width: 400px;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: auto auto -1px;
    padding: 2px 31px;
    font-size: 14px;
    font-weight: 200;
    line-height: 17px;
    display: flex;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .image-5 {
    max-width: 100%;
    text-align: left;
    object-fit: contain;
    margin: 20px auto auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .company-heading {
    width: 100%;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-family: Helveticaneue, sans-serif;
    font-size: 15px;
    line-height: 18px;
    display: flex;
  }

  .company-heading.heading-5 {
    margin-top: auto;
    padding-bottom: 0;
  }

  .link-3 {
    width: 100%;
    text-align: center;
    flex-flow: row;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    margin: 16px auto 34px;
    font-family: Helveticaneue, sans-serif;
    font-size: 10px;
    display: flex;
  }

  .image-6 {
    margin-left: 29px;
  }

  .container {
    margin-top: auto;
  }

  .column-6 {
    padding-right: 0;
  }

  .button-3 {
    border-radius: 10px;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 86px;
    margin-left: 142px;
    margin-right: 142px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    display: flex;
  }

  .image-11 {
    margin-left: auto;
    display: block;
  }

  .image-11.image-5 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 46px;
    padding-right: 46px;
  }

  .image-12 {
    margin-left: auto;
  }

  .image-12.image-5 {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 41px;
    padding-right: 41px;
    position: -webkit-sticky;
    position: sticky;
  }

  .heading-7 {
    width: 100%;
    justify-content: center;
    margin-top: -52px;
    margin-left: auto;
    font-size: 5vw;
    line-height: 6vw;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }

  .image-13 {
    text-align: left;
    margin-top: 45px;
    margin-left: 88px;
    display: inline-block;
  }

  .image-14 {
    margin-top: 35px;
    margin-left: 39px;
  }

  .bold-text {
    flex-direction: row;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    font-weight: 200;
    display: flex;
  }

  .container-3 {
    display: block;
  }

  .bold-text-2 {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    font-weight: 200;
    display: flex;
  }

  .image-15 {
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-custom {
    margin-top: 41px;
  }

  .divider {
    padding-bottom: 10px;
    padding-right: 0;
    display: block;
  }

  .div-block-21, .div-block-22 {
    padding-bottom: 10px;
    display: block;
  }

  .section-5 {
    margin-top: 75px;
  }

  .gci-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .xdi-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
  }

  .stb-logo {
    margin-left: auto;
    margin-right: auto;
    padding-left: 49px;
    padding-right: 49px;
  }

  .div-block-24 {
    padding-left: 41px;
    padding-right: 41px;
  }

  .image-18 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .image-19 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

#w-node-_9a064264-b281-e540-505b-cf3cbd75eb1b-cc20f82e, #w-node-a5b88c59-498c-a6ec-d79f-ccc545ceb6cb-cc20f82e, #w-node-_4ffcf0d8-7deb-9a51-af0f-94c09b99056d-cc20f82e, #w-node-_4ffcf0d8-7deb-9a51-af0f-94c09b99056e-cc20f82e, #w-node-d1a44e99-fa9d-2499-4f57-fc21a81a66d4-cc20f82e, #w-node-d1a44e99-fa9d-2499-4f57-fc21a81a66d5-cc20f82e, #w-node-_2a9b18f3-0f0a-fdda-7202-a6b83f3086c9-cc20f82e, #w-node-_21a5eaf3-d624-99fa-f33b-efa2f27561cf-cc20f82e, #w-node-_27575e0a-2d9b-02fd-53f3-4328a1b90a45-cc20f82e, #w-node-fce05377-0aa0-2f36-600b-11da262b3abd-cc20f82e, #w-node-_736b49d3-22b1-9c39-c3ff-de8905bbc347-cc20f82e, #w-node-d8d55ac0-e5aa-955e-8973-27dddaf86677-cc20f82e, #w-node-d8d55ac0-e5aa-955e-8973-27dddaf86678-cc20f82e, #w-node-da18e34b-7d10-d88d-0cf8-b09140f7d751-cc20f82e, #w-node-d4366689-454b-8791-80fd-634ab5e2d7cd-cc20f82e, #w-node-_6ab8b8c1-0c7c-d55b-71b2-7293b4ab7773-cc20f82e, #w-node-_569443de-6036-cfd8-ba0f-5323a414972a-cc20f82e, #w-node-_569443de-6036-cfd8-ba0f-5323a414972b-cc20f82e, #w-node-_0fcd9e1b-f2f8-58d8-ba4c-67c3308387e5-cc20f82e, #w-node-_33b07d95-1a3c-bcb2-e2bd-05dee9b88520-cc20f82e, #w-node-_9ec10f76-679c-333f-cf7a-9a7633386a51-cc20f82e, #w-node-_5fb65692-1669-e81c-98e9-62950f7fb83d-cc20f82e, #w-node-_39704b3c-0627-e290-ece4-14c1c341a445-cc20f82e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_2a9b18f3-0f0a-fdda-7202-a6b83f3086c9-cc20f82e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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