:root {
  --dim-grey: #6b6b6b;
  --white: white;
  --black: black;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section.center {
  background-color: #318e37;
  background-image: linear-gradient(135deg, #1db, #350e47);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  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: rgba(0, 0, 0, 0);
  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: 7vh;
  padding-bottom: 7vh;
  display: flex;
}

.section.wide.img {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.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.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

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

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

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

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

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, 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 {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.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 {
  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: #0a4ffc;
  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 {
  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;
}

.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('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  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 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: block;
}

.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: #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 {
  z-index: 80;
  flex: none;
  min-width: 327px;
  display: block;
  position: relative;
}

.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-menu-wrap {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.nav-link {
  color: #2dda78;
  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;
  overflow: visible;
}

.nav-link:hover {
  color: #120afc;
  box-shadow: inset 0 -5px #120afc;
}

.nav-link.w--current {
  color: #0b5931;
}

.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 {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

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

.black-text {
  color: #000;
  width: 450px;
}

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

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

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

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

.feature-wrap.icons {
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.feature-wrap.icons.numbers {
  margin-top: 5vh;
  margin-bottom: 7vh;
  display: block;
}

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

.black {
  color: #000;
}

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

.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 {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 1px #27575d;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 6px rgba(58, 40, 179, .2);
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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: rgba(255, 255, 255, .3);
  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: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: rgba(0, 0, 0, 0);
  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 {
  font-family: Exo, sans-serif;
  font-size: 60px;
  line-height: 90px;
}

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

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

.nav-menu-2 {
  float: none;
  position: relative;
}

.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 {
  flex: 1;
  max-width: 600px;
}

.image-5 {
  object-fit: scale-down;
  overflow: visible;
}

.image-6 {
  width: 300px;
  height: 300px;
}

.image-7 {
  vertical-align: baseline;
  width: 150px;
  height: auto;
  margin-top: 40px;
  display: inline-block;
}

.background-video {
  z-index: auto;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 0;
  flex: 1;
  order: 0;
  align-self: auto;
  width: auto;
  min-width: 100%;
  min-height: 552px;
  max-height: 552px;
  display: block;
  position: relative;
  overflow: hidden;
}

.container {
  background-color: rgba(0, 0, 0, 0);
  order: 0;
  width: 100%;
  max-width: 100%;
  display: block;
}

.heading-4 {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  color: #303452;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 0 rgba(0, 0, 0, .2);
  vertical-align: middle;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #fff;
  border-radius: 0;
  outline: 3px solid rgba(0, 0, 0, 0);
  flex-flow: column;
  align-content: space-around;
  justify-content: flex-end;
  align-items: center;
  min-width: 100px;
  min-height: 555px;
  margin: auto;
  padding-bottom: 40px;
  font-family: Gothic A1, sans-serif;
  font-style: normal;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate(0)translate(0);
}

.container-2 {
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  max-width: none;
}

.background-video-2 {
  z-index: auto;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 300px;
  max-height: 300px;
  display: block;
  overflow: auto;
  transform: translate(0);
}

.background-video-3 {
  z-index: 80;
  transform-style: preserve-3d;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 348px;
  max-width: none;
  max-height: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: skew(9deg, 1deg)scale3d(1.1, .9, 1.1)translate(417px, 5px)rotateX(26deg)rotateY(-39deg)rotateZ(34deg);
}

.container-3 {
  z-index: 80;
  clear: none;
  border-radius: 8px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.image-8 {
  transform-style: preserve-3d;
  order: 0;
  max-width: 384px;
  overflow: visible;
  transform: skew(9deg, 1deg)scale3d(1.1, .9, 1.1)translate(70px, 40px)rotateX(26deg)rotateY(-39deg)rotateZ(34deg);
}

.image-9 {
  width: 225px;
  max-width: none;
}

.container-4 {
  text-align: center;
}

.container-5 {
  border: 1px #000;
  border-top: 1px solid #555;
  padding-top: 20px;
  padding-bottom: 20px;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 0;
}

.footer_checkbox {
  color: #b9b9b9;
  text-align: left;
  letter-spacing: .4px;
  padding-left: 5px;
  font-size: 13px;
}

.columns-5 {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 60px;
}

.input_home_contact {
  float: none;
  color: #ececec;
  letter-spacing: 1px;
  background-color: #424040;
  border: 1px #e0e0e0;
  border-bottom-color: #b1b1b1;
  border-radius: 6px;
  max-width: 300px;
  min-height: 42px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 300;
}

.input_home_contact::placeholder {
  color: #6b6b6b;
  background-color: rgba(0, 0, 0, 0);
}

.bold-text-5 {
  color: #4390dd;
}

.div-block-13 {
  text-align: left;
  padding-top: 66px;
  padding-bottom: 17px;
}

.p_copyright-right {
  float: right;
  color: #a3a2a2;
  text-align: right;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.subscribe-input {
  float: left;
  color: #ececec;
  letter-spacing: 1px;
  background-color: #484848;
  border: 1px #e0e0e0;
  border-radius: 6px;
  max-width: 60%;
  min-height: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 300;
}

.subscribe-input::placeholder {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.h_footer {
  color: #e4e4e4;
  text-align: left;
  text-decoration: underline;
}

.img_social {
  text-align: center;
  border: 2px #575656;
  border-radius: 11px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 6px;
}

.checkbox {
  min-width: 16px;
  min-height: 16px;
}

.intakeformbutton {
  text-align: center;
  letter-spacing: 1.5px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #706f6f;
  border-radius: 6px;
  width: 100%;
  max-width: 200px;
  min-height: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 11px;
  font-weight: 700;
}

.p_footer_add {
  color: #ddd;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.p_footer_email {
  color: #ddd;
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 28px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.column-7 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.intake-form {
  margin-bottom: 0;
}

.techreferences {
  float: left;
  color: var(--dim-grey);
  text-align: left;
  letter-spacing: .05em;
  border: 1px #575757;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.link-3 {
  float: right;
  clear: both;
  text-align: left;
  margin-bottom: 5px;
  position: relative;
}

.home-contact-label {
  color: #ddd;
  text-align: left;
  margin-top: 13px;
  font-size: 14px;
  font-weight: 400;
}

.column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_heading2 {
  color: #bbb;
  text-align: center;
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

.checkbox-field {
  text-align: left;
  margin-top: 12px;
}

.bold-text-6 {
  color: #4390dd;
}

.column-8 {
  text-align: left;
}

.success-message {
  margin-top: 10px;
}

.footer_section {
  background-color: #2d2d2d;
  border-bottom: 0 #000;
  padding-top: 100px;
  padding-bottom: 0;
}

.emailintakeformbutton {
  letter-spacing: 1.5px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #706f6f;
  border-radius: 6px;
  width: 32%;
  max-width: 35%;
  min-height: 48px;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 700;
}

.image-10 {
  z-index: 82;
  clear: none;
  display: block;
  position: absolute;
  transform: translate(0, -16px);
}

.background-video-4 {
  border-radius: 20px;
  min-width: 333px;
  max-width: 400px;
}

.image-11 {
  border-radius: 20px;
  min-width: 300px;
  max-width: 475px;
}

.text-block-3 {
  color: #231eb3;
  align-self: auto;
  width: 100%;
  margin-top: 20px;
  font-size: 44px;
  font-weight: 700;
  display: block;
  position: relative;
}

.container-6 {
  box-sizing: border-box;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 200px;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.container-7 {
  clear: none;
  text-align: center;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: auto;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.address1 {
  font-size: 14px;
}

.paragraph-2 {
  color: #fff;
  min-width: 500px;
  font-size: 20px;
}

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

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

  .section.center {
    flex-direction: column;
    height: auto;
    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 {
    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 {
    font-size: 8vw;
  }
}

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

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

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

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

  .p_copyright-right {
    float: none;
    color: #c7c7c7;
    text-align: center;
  }

  .techreferences {
    float: none;
    text-align: center;
    font-size: 12px;
  }

  .column-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-8 {
    border-top: 1px solid #575757;
    margin-top: 40px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

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

  .p_copyright-right {
    color: #c7c7c7;
    letter-spacing: .5px;
    border-style: none;
    border-width: 0;
    padding-top: 20px;
    font-size: 13px;
    line-height: 24px;
  }

  .subscribe-input {
    float: none;
    width: 100%;
    max-width: none;
  }

  .intakeformbutton {
    max-width: 100%;
  }

  .p_footer_add, .p_footer_email {
    color: #ddd;
    letter-spacing: .1em;
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .techreferences {
    color: #949494;
    letter-spacing: .5px;
    border-style: none;
    border-width: 0;
    font-size: 12px;
    line-height: 24px;
  }

  .footer_heading2 {
    text-transform: none;
    font-size: 38px;
    font-weight: 900;
    line-height: 44px;
  }

  .emailintakeformbutton {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}


