:root {
  --black: black;
  --dark-turquoise: #37def5;
  --gainsboro: #e2e4e8;
  --dim-grey: rgba(86, 96, 115, .7);
  --dark-slate-grey: #133114;
  --white: white;
  --midnight-blue: #1b2d45;
  --slate-grey: #5e727d;
  --gold: #face55;
}

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

body {
  color: #333;
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  position: static;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.container-large {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.graphic-right {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.primary-cta {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
}

.section_header {
  padding-bottom: 60px;
}

.header-grid {
  grid-column-gap: 19px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.button {
  background-color: var(--dark-turquoise);
  border-radius: 100px;
  margin-top: 40px;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button:hover {
  background-color: #30cde3;
}

.section_feature {
  border-bottom: 1px solid var(--gainsboro);
}

.paragraph-basic {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 18px;
}

.feature-grid {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  align-self: stretch;
}

.feature-image-1 {
  width: 100%;
  max-width: 540px;
  display: block;
}

.heading-style-h2 {
  color: var(--dark-slate-grey);
  margin-bottom: 14px;
}

.heading-style-h2.white {
  color: var(--white);
}

.text-size-medium {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-size-medium.center {
  max-width: none;
  text-align: left;
  display: block;
}

.text-size-medium._40-bottom-margin {
  color: var(--white);
  margin-bottom: 40px;
}

.text-size-medium.white {
  color: var(--white);
  margin-bottom: 20px;
}

.feature_text-block {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
}

.gradient-div {
  height: 130px;
  background-image: linear-gradient(#f7f7f7, #f6fcff 0%, #f6fcff 0%, rgba(246, 252, 255, 0));
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.halftone-pattern {
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: -60px;
  right: auto;
}

.slide {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.section_cta {
  position: relative;
}

.cta-banner {
  width: 100%;
  max-width: 1140px;
  min-height: 285px;
  background-color: #fff;
  background-image: url('../images/CTA-Shapes2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px rgba(14, 86, 124, .16);
}

.heading-style-h3 {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.banner_text-wrapper {
  z-index: 20;
  max-width: 80%;
  position: relative;
}

.button-banner {
  background-color: var(--dark-turquoise);
  border-radius: 500px;
  padding: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .4fr .4fr 1fr;
}

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

.footer-logo {
  margin-bottom: 30px;
}

.footer-title {
  color: var(--midnight-blue);
  margin-bottom: 36px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.input-field {
  background-image: url('../images/mail-icon.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0 #000;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  box-shadow: 0 33px 84px rgba(14, 86, 124, .16);
}

.submit-button {
  width: 100%;
  background-color: var(--dark-turquoise);
  border-radius: 5px;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  width: 54px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 16px 3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown {
  color: #5e727d;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
}

.text-size-large {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 16px;
  font-family: Circularstd book, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.header-img {
  width: 100%;
}

.footer {
  padding: 20px 3% 140px;
  position: relative;
}

.heading-style-h1 {
  color: var(--white);
  letter-spacing: -1.4px;
  margin-bottom: 16px;
  font-size: 65px;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-span {
  font-size: 22px;
}

.image, .image-2 {
  max-width: 50%;
}

.button-text {
  color: var(--dark-slate-grey);
  letter-spacing: -.02em;
  margin-right: 0;
  font-size: 16px;
  font-weight: 700;
}

.purple-underline {
  position: absolute;
  top: auto;
  bottom: -8%;
  left: 0%;
  right: 0%;
}

.footer-heading-wrapper {
  max-width: 458px;
  color: var(--white);
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-weight: 500;
  display: flex;
}

.link-column {
  flex-direction: column;
  display: flex;
}

.footer-heading {
  color: var(--white);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.right-chevron {
  color: var(--dark-slate-grey);
}

.footer-section {
  padding: 56px 3% 40px;
}

.footer-section.gradient-bckg {
  padding-bottom: 100px;
}

.behance-link {
  color: #9ca3af;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-link {
  color: #9ca3af;
  margin-right: 40px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.company-logo-link {
  margin-bottom: 40px;
}

.legal-notice-wrap {
  max-width: 1160px;
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.company-logo {
  max-width: 40%;
}

.legal-notice-text {
  color: #9ca3af;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.cta-button {
  max-width: 165px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.footer-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-links-grid {
  grid-row-gap: 8px;
  grid-template-rows: auto;
  display: block;
}

.footer-link {
  color: #64748b;
  letter-spacing: -.01em;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

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

.purple-underline-wrapper {
  position: relative;
}

.heading-wrapper {
  max-width: 720px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-3 {
  color: #4255bd;
}

.form-submit-button {
  min-height: 48px;
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.contact-text-field {
  width: 100%;
  min-height: 60px;
  border: 1px solid var(--dark-slate-grey);
  color: #1a1a1a;
  border-radius: 44px;
  margin-bottom: 0;
  padding: 10px 16px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  transition: all .25s;
}

.contact-text-field:focus {
  color: #160042;
  border-color: #4255bd;
}

.contact-text-field::-ms-input-placeholder {
  color: gray;
}

.contact-text-field::placeholder {
  color: gray;
}

.heading-content {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.form-button-wrapper {
  border-top: 1px solid #e6e6e6;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 24px;
  display: flex;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.bloom {
  max-width: 50%;
}

.container-x-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-detail-section {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.grid-one-column {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-field-message {
  width: 100%;
  min-height: 180px;
  border: 1px solid var(--dark-slate-grey);
  color: #1a1a1a;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 14px 24px 14px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  transition: all .25s;
}

.text-field-message:focus {
  color: #160042;
  border-color: #4255bd;
}

.text-field-message::-ms-input-placeholder {
  color: gray;
}

.text-field-message::placeholder {
  color: gray;
}

.paragraph-large {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.text-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.checkbox {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.checkbox:hover {
  background-color: #f9fafc;
}

.checkbox.w--redirected-checked {
  background-color: #4255bd;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  outline-offset: -2px;
  outline: 2px solid #8e99d7;
}

.field-icon {
  width: 40px;
  height: 40px;
  color: var(--dark-slate-grey);
  background-color: #f4f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 10px;
  right: auto;
}

.checkbox-wrapper {
  max-width: 210px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-button-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.contact-field-label {
  color: #333;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.form-card {
  width: 100%;
  max-width: 510px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  box-shadow: 9px 34px 64px -14px rgba(77, 77, 77, .12);
}

.contact-success-message {
  color: #40bf6a;
  background-color: #f4fbf6;
}

@media screen and (max-width: 991px) {
  .header-grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }

  .header_text-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header_img-column {
    margin-top: 80px;
  }

  .feature-grid {
    grid-column-gap: 40px;
  }

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

  .heading-style-h2 {
    font-size: 42px;
  }

  .heading-style-h2.h2-centre {
    text-align: center;
  }

  .cta-banner {
    background-position: 0 0;
    background-size: cover;
    padding-left: 42px;
    padding-right: 42px;
  }

  .button-banner {
    white-space: nowrap;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    height: 85px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--dark-turquoise);
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .nav-logo {
    width: 40px;
  }

  .navigation {
    display: none;
  }

  .text-size-large {
    max-width: 500px;
    text-align: center;
  }

  .header-img {
    max-width: 560px;
  }

  .heading-style-h1 {
    max-width: 500px;
    text-align: center;
    font-size: 55px;
  }

  .cta-button {
    position: static;
  }

  .footer-grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .bloom {
    max-width: 100%;
  }

  .grid-one-column {
    grid-template-columns: 1fr;
  }

  .form-card {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .header-grid {
    grid-template-columns: 1fr;
  }

  .header_text-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

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

  .feature_img-block {
    margin-bottom: 55px;
  }

  .cta-banner {
    flex-wrap: wrap;
  }

  .footer-grid {
    grid-column-gap: 45px;
    grid-template-columns: .5fr 1fr;
  }

  .text-size-large, .heading-style-h1 {
    text-align: center;
  }

  .legal-notice-wrap {
    flex-direction: column-reverse;
  }

  .social-links-wrapper {
    margin-bottom: 20px;
  }

  .cta-button {
    position: static;
  }

  .heading-content {
    font-size: 48px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-one-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section_header {
    padding-bottom: 50px;
  }

  .feature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-style-h2.h2-centre {
    text-align: left;
  }

  .cta-banner {
    padding: 55px 28px;
  }

  .button-banner {
    margin-top: 35px;
  }

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

  .text-size-large, .heading-style-h1 {
    text-align: left;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-button {
    position: static;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-link {
    transition: color .2s;
  }

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

  .form-button-wrapper {
    flex-direction: column;
  }

  .container-x-small {
    margin-top: 20px;
  }

  .checkbox-wrapper {
    margin-bottom: 14px;
  }

  .form-card {
    padding: 32px;
  }
}

#w-node-_96611e63-f868-bab7-b4e8-a00ebf768a65-2b163059 {
  align-self: center;
  justify-self: auto;
}

#w-node-e9c9fa15-3598-e434-91bf-89459a415fb3-2b163059, #w-node-_81897d98-5728-bd56-d865-56baff40e11e-2b163059 {
  align-self: center;
}

#w-node-a39fd47a-3a83-c060-10b6-94a4efe98bb3-2b163059 {
  justify-self: auto;
}

#w-node-_633741f0-8ecb-8b78-10eb-4146fc7593cc-2b163059 {
  align-self: center;
}

#w-node-be856743-ac1b-d756-d1f7-6c7b57600bee-2b163059 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-be856743-ac1b-d756-d1f7-6c7b57600bee-2b163059 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81897d98-5728-bd56-d865-56baff40e11e-2b163059 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}