:root {
  --white-smoke: #e9eaec;
  --black: #212530;
  --page-width: 1200px;
  --dim-grey: #63666d;
}

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

.button-underline {
  color: #63666d;
  text-align: left;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.button-underline:hover {
  color: #212530;
}

.first-element {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-direction: row;
  order: -1;
  align-items: center;
  display: flex;
}

.email-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.flex-nav-button {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.underline {
  background-color: #212530;
  width: 100%;
  height: 100%;
}

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

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: grid;
}

.line-animation {
  background-color: #c7c7c7;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  overflow: hidden;
}

.nav-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 3% 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Inter, sans-serif;
}

.hero {
  background-image: url('../images/New-landing.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  justify-content: center;
  align-items: center;
  min-height: 90svh;
  padding: 100px 5% 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: var(--page-width);
  flex: 1;
}

.main-display {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
}

.main-display.for-fade.small {
  font-weight: 600;
}

.main-display.for-fade.small.spaced {
  margin-bottom: .5em;
  font-size: 32px;
}

.main-display.for-fade.white-smaller {
  color: #fff;
  font-size: 58px;
}

.main-display.gap {
  color: var(--white-smoke);
  margin-bottom: .5em;
}

.gray-text {
  color: #63666d;
  font-size: 66px;
}

.margin-30px {
  margin-top: 30px;
}

.subhead {
  color: var(--dim-grey);
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

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

.button-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

.phone-flex {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--dim-grey);
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.phone-flex:hover {
  filter: contrast(83%);
}

.phone-circle {
  background-color: #63666d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.top-text {
  margin-bottom: 0;
}

.other-color {
  color: #63666dad;
}

.other-color.white-color {
  color: #fff;
}

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

.container-5 {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: 7.5%;
  padding-right: 4%;
  display: flex;
}

.role-2 {
  color: #63666d;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.ceo-name {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 26px;
}

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

.image-2 {
  border-radius: 5px;
}

.section-2 {
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
}

.text-container {
  width: 80%;
}

.space-divider {
  width: 100%;
  min-height: 17px;
}

.faq-title {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.faq-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.section-3 {
  padding: 140px 5%;
  position: relative;
}

.container-4 {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block {
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.container-6 {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-7 {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.service-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: -25px;
  display: grid;
  position: relative;
}

.feautes-item {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  padding: 15px 25px 10px;
  display: flex;
}

.icon-main {
  flex: none;
  align-self: flex-start;
}

.icon-outline {
  background-color: var(--white-smoke);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 10%;
  display: flex;
  position: relative;
}

.main-icon {
  z-index: 1;
  width: 48px;
  position: relative;
}

.first-title {
  letter-spacing: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.code-embed {
  width: 40px;
}

.feautes-item-2 {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: column;
  padding: 45px 45px 40px;
  display: flex;
}

.icon-main-2 {
  flex: none;
  align-self: flex-start;
  margin-bottom: 15px;
}

.icon-outline-2 {
  justify-content: flex-start;
  align-items: center;
  width: 90px;
  display: flex;
  position: relative;
}

.phone-flex-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.phone-flex-2:hover {
  filter: contrast(83%);
}

.section {
  padding: 140px 5%;
  position: relative;
}

.section.cta {
  background-color: #212530;
  background-image: url('../images/New-Footer.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 55%;
}

.margin-25px {
  margin-top: 25px;
}

.container-8 {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.top-text-2 {
  margin-bottom: 0;
}

.top-text-2.make-whiter {
  color: #ffffffb3;
}

.margin-50px {
  margin-top: 50px;
}

.margin-50px.make-15px.right {
  color: var(--black);
  text-align: right;
  width: 100%;
  text-decoration: none;
}

.subhead-2 {
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.subhead-2.transparent {
  color: #ffffff7d;
}

.footer-link-main {
  color: #63666d;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-main:hover {
  color: #212530;
}

.footer-logo-link {
  margin-bottom: 20px;
}

.social-grid {
  grid-column-gap: 18px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.social-icon {
  width: 19px;
}

.social-icon.no-invert {
  width: 22px;
}

.footer-main-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .7fr minmax(auto, 1fr);
  align-items: start;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: #63666d;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}

.social-link-main {
  opacity: .4;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link-main:hover {
  opacity: .8;
}

.copyright-2 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.footer {
  z-index: 2;
  padding: 70px 5% 30px;
  position: relative;
}

.foorer-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.container-2 {
  z-index: 10;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subhead-3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 26px;
}

.subhead-3.smaller {
  font-size: 17px;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.6fr 1fr;
  align-items: start;
}

.promo {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.link-block {
  color: var(--black);
  font-weight: 300;
  text-decoration: none;
}

.paragraph-2 {
  margin-bottom: 10px;
  font-size: 13px;
}

.paragraph-2.no-margin {
  margin-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .first-element {
    display: block;
  }

  .flex-center {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .3fr 1fr;
    max-width: 1100px;
  }

  .main-display.for-fade.small.spaced {
    margin-bottom: .75em;
    font-size: 36px;
  }

  .main-display.gap {
    margin-bottom: .5em;
    line-height: 1.6em;
  }

  .gray-text {
    font-size: 68px;
  }

  .subhead {
    color: var(--dim-grey);
  }

  .top-text {
    color: var(--dim-grey);
    font-size: 16px;
  }

  .founder-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .container-5 {
    flex: 1;
    display: flex;
  }

  .image-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 17.5%;
    padding-top: 7.5%;
    padding-right: 3%;
    display: flex;
  }

  .paragraph {
    text-align: left;
    font-size: 18px;
  }

  .image-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 5px;
  }

  .section-2 {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3%;
    padding-bottom: 3%;
    display: flex;
  }

  .text-container {
    width: 80%;
  }

  .faq-title.fix-height {
    margin-top: 1rem;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .container-6, .container-7 {
    flex: 1;
  }

  .service-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    display: grid;
  }

  .collection-item {
    width: 100%;
  }

  .feautes-item {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .main-icon {
    background-color: #e9eaec;
    border-radius: 50%;
    width: 64px;
    margin-top: -15%;
    margin-bottom: -15%;
    padding: 10%;
  }

  .first-title {
    color: #212530;
  }

  .feautes-item-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section.cta {
    background-image: url('../images/New-Footer.jpg');
    background-position: 100% 0;
  }

  .container-8 {
    flex: 1;
  }

  .footer-main-grid {
    grid-row-gap: 0px;
  }

  .subhead-3.smaller.faded {
    font-weight: 400;
  }

  .promo {
    text-align: right;
    font-weight: 400;
  }

  .link-block {
    color: var(--black);
    width: 100%;
    font-weight: 300;
    text-decoration: none;
  }

  .bold-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    order: 1;
  }

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

  .flex-nav-button {
    order: 1;
  }

  .nav-container {
    grid-template-columns: .3fr 1fr;
    display: flex;
  }

  .nav-component {
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .invert-hamburger {
    filter: invert();
  }

  .brand {
    padding-left: 0;
  }

  .hero {
    min-height: 100svh;
  }

  .container {
    margin-bottom: 100px;
  }

  .main-display {
    font-size: 42px;
  }

  .main-display.for-fade {
    font-size: 29px;
  }

  .main-display.for-fade.small {
    font-size: 30px;
  }

  .main-display.for-fade.white-smaller {
    font-size: 50px;
  }

  .gray-text {
    font-size: 42px;
  }

  .faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-7, .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.cta {
    padding-top: 89px;
    padding-bottom: 89px;
  }

  .margin-50px.make-15px, .margin-50px.make-15px.right {
    width: 50%;
  }

  .subhead-2.transparent {
    width: 75%;
  }

  .footer-main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-left-wrapper {
    width: 100%;
    max-width: 70%;
  }

  .copyright-2 {
    width: 50%;
  }

  .footer-grid.hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-display {
    font-size: 33px;
  }

  .main-display.for-fade.small {
    font-size: 23px;
  }

  .main-display.for-fade.white-smaller {
    font-size: 40px;
  }

  .container-5 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .image-container {
    width: 80%;
  }

  .ceo-name {
    font-size: 16px;
  }

  .faq-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .container-7 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
    margin-top: -8px;
  }

  .first-title {
    font-size: 1.25rem;
  }

  .section.cta {
    background-size: 45%;
  }

  .margin-50px.make-15px {
    width: 100%;
  }

  .margin-50px.make-15px.right {
    text-align: left;
    width: 100%;
    margin-top: 5px;
  }

  .footer-link-main:hover {
    color: #667085;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-main-grid {
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .footer-left-wrapper {
    max-width: 90%;
  }

  .footer-grid {
    grid-column-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .button-underline.hide {
    display: none;
  }

  .menu-button {
    justify-content: flex-end;
    align-self: flex-end;
    padding: 0;
  }

  .first-element {
    grid-row-gap: 0px;
  }

  .flex-nav-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-container {
    flex-flow: row;
    flex: 1;
    grid-template-columns: 1fr 1fr;
  }

  .nav-component {
    padding: 19px 0%;
  }

  .invert-hamburger {
    width: 30px;
  }

  .brand {
    width: 130px;
    position: relative;
    top: 2px;
  }

  .main-display {
    line-height: 1.2;
  }

  .main-display.for-fade {
    font-size: 24px;
  }

  .main-display.for-fade.small {
    font-size: 22px;
  }

  .gray-text {
    font-size: 33px;
  }

  .subhead {
    font-size: 18px;
  }

  .button-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .founder-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .image-container {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0%;
  }

  .flex-button {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-grid, .service-grid {
    grid-template-columns: 1fr;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-50px.make-15px {
    margin-top: 15px;
  }

  .subhead-2 {
    font-size: 18px;
  }

  .footer-main-grid {
    grid-row-gap: 48px;
  }

  .footer {
    padding-top: 50px;
  }

  .subhead-3 {
    font-size: 18px;
  }

  .subhead-3.smaller {
    font-size: 15px;
  }

  .subhead-3.smaller.faded {
    font-size: 13px;
  }

  .footer-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

#w-node-_82143a13-7b37-5f6e-2f51-0e2a3dc6010e-8e2272bd {
  grid-area: 1 / 1 / 2 / 2;
}


