@font-face {
  font-family: Roboto Slab;
  src: url('../fonts/RobotoSlab-Bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium-webfont.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --teal: #078079;
}

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

body {
  color: #111c;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Slab, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Slab, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Slab, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 10px;
}

a {
  color: #111c;
  text-decoration: none;
}

.navigation {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding: 32px 48px;
  display: flex;
  position: relative;
}

.nav__link {
  padding: 8px 20px;
  font-size: 14px;
  transition: color .15s;
  display: inline-block;
}

.nav__link:hover {
  color: var(--teal);
}

.nav__link.nav__link--featured {
  border-left: 2px solid var(--teal);
  color: var(--teal);
  margin-left: 20px;
  padding-left: 40px;
}

.nav__link.nav__link--featured:hover {
  color: #066661;
}

.hero {
  background-color: #0780791a;
  background-image: radial-gradient(circle at 75% 75%, #07807933, #07807900);
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 800px;
  padding-top: 104px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.navigation__menu {
  z-index: 2;
  flex: none;
  width: 48px;
  height: 48px;
  display: none;
  position: relative;
}

.brand {
  z-index: 2;
  padding-left: 0;
}

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

.button {
  background-color: var(--teal);
  color: #fff;
  border-radius: 8px;
  padding: 12px 60px;
  font-weight: 500;
  transition: background-color .15s;
  display: inline-block;
}

.button:hover {
  background-color: #159089;
}

.button.button--icon {
  background-image: url('../images/chev-down.svg');
  background-position: 32px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 68px;
  padding-right: 48px;
}

.hero__info {
  max-width: 472px;
  margin-bottom: 128px;
}

.hero__p {
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-size: 18px;
}

.hero__gdpr {
  position: absolute;
  bottom: 60px;
}

.hero__illustration {
  width: 1040px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -25%);
}

.hero__illustration.hero__illustration--tablet {
  display: none;
}

.what {
  padding-top: 136px;
  padding-bottom: 136px;
}

.what__info {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  margin-top: 68px;
  display: flex;
}

.what__info--item {
  width: 100%;
}

.what__h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.how {
  padding-top: 136px;
  padding-bottom: 136px;
}

.col--100 {
  width: 100%;
  position: relative;
}

.col--100.col--case-title {
  width: 33%;
}

.columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.columns.col--case-title {
  width: 67%;
}

.step {
  align-items: flex-start;
  margin-top: 52px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.step__info {
  width: 100%;
  padding-top: 5px;
  padding-left: 20px;
}

.caption {
  color: var(--teal);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.step__desc {
  margin-top: -6px;
  font-size: 18px;
}

.step__line {
  z-index: -1;
  background-color: var(--teal);
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: -44px;
  left: 16px;
}

.container--large {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.case {
  padding-top: 136px;
  padding-bottom: 136px;
}

.case-story {
  background-color: #0780791a;
  background-image: radial-gradient(circle at 50% 56%, #0780791a, #07807900);
  border-radius: 70px;
  padding: 24px;
}

.case__top-row {
  margin-top: 64px;
  margin-bottom: 72px;
}

.case__cta {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff;
  border-radius: 46px;
  justify-content: center;
  align-items: center;
  padding: 36px 48px;
  display: flex;
}

.h--h1 {
  font-size: 40px;
}

.h--h1.m-bottom-24 {
  margin-bottom: 24px;
}

.case__time {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  height: 100%;
  padding: 40px 32px;
  position: relative;
}

.case__time--h {
  color: #111;
  letter-spacing: .065em;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: Roboto Slab, Times New Roman, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

.case__time--line {
  z-index: -1;
  position: absolute;
  inset: 8px;
}

.color--red {
  color: #e85353;
}

.case__table {
  margin-bottom: 72px;
  overflow: hidden;
}

.case__row {
  padding-top: 28px;
  padding-bottom: 28px;
  box-shadow: 0 1px #07807926;
}

.case__row.case__row--mobile {
  display: none;
}

.col--v-center {
  align-items: center;
  display: flex;
}

.col--h-center {
  justify-content: center;
  display: flex;
}

.features {
  padding-top: 136px;
  padding-bottom: 0;
}

.features__title {
  max-width: 800px;
  margin-bottom: 64px;
}

.feature__heading {
  margin-top: -4px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.active-line {
  background-color: #078079;
  flex: none;
  width: 3px;
  height: 100%;
  transition: height .3s cubic-bezier(.455, .03, .515, .955);
}

.active-line.active-line--inactive {
  opacity: 0;
  height: 0%;
  transition: height .25s cubic-bezier(.645, .045, .355, 1), opacity .5s;
}

.feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.feature.feature--last {
  margin-bottom: 0;
}

.feature.feature--first {
  margin-top: 0;
}

.features__col {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.features__img-col {
  width: 100%;
  position: relative;
}

.features__img__container {
  margin-top: 25%;
  margin-bottom: -75%;
  padding-top: 100%;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}

.features__img {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.features__img.features__img--hidden {
  z-index: -999;
  opacity: 0;
}

.features__columns {
  margin-top: 192px;
  padding-top: 0;
  padding-bottom: 25vh;
  display: flex;
}

.top-sections {
  margin-top: -104px;
  overflow: hidden;
}

.signup {
  padding-top: 96px;
  padding-bottom: 136px;
}

.singup__base {
  background-color: #0780791a;
  background-image: radial-gradient(circle at 72% 25%, #07807933, #07807900);
  border-radius: 70px;
  margin-bottom: 96px;
  padding: 96px 0;
}

.col--signup {
  width: 100%;
  max-width: 416px;
}

.columns--signup {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  display: flex;
}

.form-block {
  background-color: #fff;
  border-radius: 32px;
  margin-bottom: 0;
  padding: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 26px 30px #0766610f;
}

.field-label {
  color: #72797c;
}

.text-field {
  border: 1px solid #dee3e8;
  border-radius: 8px;
  height: 52px;
  margin-top: 7px;
  margin-bottom: 16px;
  padding: 14px 18px;
  transition: border-color .15s;
}

.text-field:hover {
  border-color: #bbc6cb;
}

.text-field:focus {
  border-color: #078079;
}

.text-field::placeholder {
  color: #bbc6cb;
}

.regular {
  font-weight: 400;
}

.submit-button {
  background-color: #078079;
  border-radius: 8px;
  width: 100%;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color .15s;
}

.submit-button:hover {
  background-color: #159089;
}

.error-message {
  color: #e85353;
  text-align: center;
  background-color: #e853531a;
  border-radius: 8px;
  margin-bottom: -24px;
  padding: 12px 24px;
}

.success-message {
  background-color: #0780791a;
  border-radius: 8px;
  padding-top: 32px;
  padding-bottom: 20px;
}

.text-block {
  color: #111;
  margin-bottom: 8px;
  font-family: Roboto Slab, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}

.footer {
  padding-bottom: 96px;
}

.footer__signup {
  color: #11111180;
  width: 100%;
  max-width: 288px;
}

.footer-link {
  color: var(--teal);
  background-image: url('../images/arrow-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
  padding-right: 28px;
  transition: padding .15s;
  display: inline-block;
}

.footer-link:hover {
  padding-right: 32px;
}

.columns--footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer__info {
  color: #11111180;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer__logos {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  margin-top: 3px;
  display: flex;
}

.get-involved {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  margin-top: -104px;
  padding-top: 104px;
  display: flex;
}

.checkbox {
  cursor: pointer;
  border-color: #dee3e8;
  border-radius: 5px;
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: border-color .2s, background-color .2s;
}

.checkbox:hover {
  border-color: #bbc6cb;
}

.checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--teal);
  background-color: var(--teal);
  background-image: url('../images/Check-Thin.svg');
  background-size: auto;
}

.checkbox-field {
  color: #72797c;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-left: 0;
  transition: border-color .15s, color .15s;
  display: flex;
}

.checkbox-field:hover {
  color: #111c;
}

.checkbox__link {
  color: #72797c;
  text-decoration: underline;
  transition: color .2s;
}

.checkbox__link:hover {
  color: var(--teal);
}

.privacy {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 128px;
}

.centered {
  text-align: center;
}

.privacy--richtxt {
  margin-top: 72px;
}

.privacy--richtxt h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 24px;
}

.privacy--richtxt p {
  margin-bottom: 30px;
}

.privacy--richtxt a {
  color: var(--teal);
  border-bottom: 1px solid #ebeff1;
}

.feature__desc {
  grid-column-gap: 20px;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.feature__desc.feature--inactive {
  opacity: .5;
}

.feature__mob-img {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
    height: auto;
  }

  .container.container--case {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__info {
    text-align: center;
    max-width: 568px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero__gdpr {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .hero__illustration {
    display: none;
  }

  .hero__illustration.hero__illustration--tablet {
    width: 100%;
    max-width: 768px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    transform: none;
  }

  .what__info {
    grid-column-gap: 48px;
  }

  .col--100.col--case-title {
    width: 100%;
  }

  .columns.columns--case {
    flex-direction: column;
  }

  .columns.col--case-title {
    width: 100%;
    margin-top: 32px;
  }

  .case-story {
    border-radius: 48px;
  }

  .case__top-row {
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .case__cta {
    border-radius: 24px;
  }

  .case__table {
    margin-bottom: 64px;
  }

  .case__row.case__row--mobile {
    display: block;
  }

  .features__columns {
    margin-top: 144px;
    padding-bottom: 15vh;
  }

  .singup__base {
    border-radius: 48px;
    padding-top: 72px;
  }

  .col--signup {
    max-width: 568px;
  }

  .columns--signup {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-wrap: wrap;
  }

  .form-block {
    margin-bottom: -192px;
    position: static;
  }

  .no-margins {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .navigation {
    padding: 16px 20px;
  }

  .nav__link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .nav__link.nav__link--featured {
    border-top: 2px solid #0780791a;
    border-left-style: none;
    width: 50%;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .hero {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding-top: 80px;
  }

  .nav {
    z-index: 0;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 98px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 8px 32px #0766613d;
  }

  .navigation__menu {
    cursor: pointer;
    display: block;
  }

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

  .container.container--case {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button {
    padding-left: 48px;
    padding-right: 48px;
  }

  .what {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .what__info {
    flex-direction: column;
    margin-top: 40px;
  }

  .what__info--item {
    grid-column-gap: 24px;
    align-items: flex-start;
    display: flex;
  }

  .what__h3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .how {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .col--100.col--v-center.col--case {
    width: 200%;
  }

  .col--100.col--100---how {
    text-align: center;
  }

  .columns.columns--how {
    flex-direction: column;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
  }

  .columns.col--case-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    margin-top: 16px;
  }

  .step {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 44px;
  }

  .step__info {
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .step__desc {
    margin-top: -12px;
    font-size: 16px;
  }

  .step__line {
    height: 40px;
    bottom: -32px;
    left: auto;
  }

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

  .case {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .case-story {
    border-radius: 20px;
    padding: 12px;
  }

  .case__top-row {
    margin-top: 40px;
    margin-bottom: 32px;
  }

  .case__cta {
    grid-row-gap: 16px;
    border-radius: 8px;
    flex-direction: column;
  }

  .h--h1 {
    font-size: 32px;
  }

  .case__time {
    padding: 32px 20px;
  }

  .case__time--h {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 40px;
  }

  .case__row {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .features {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .active-line {
    display: none;
  }

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

  .features__img-col {
    display: none;
  }

  .features__columns {
    margin-top: 64px;
    padding-bottom: 0;
  }

  .top-sections {
    margin-top: -80px;
  }

  .signup {
    padding-top: 48px;
    padding-bottom: 112px;
  }

  .singup__base {
    border-radius: 20px;
    margin-bottom: 32px;
    padding: 40px 12px 32px;
  }

  .col--signup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns--signup {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .form-block {
    border-radius: 20px;
    margin-bottom: -96px;
    padding: 32px;
  }

  .footer {
    padding-bottom: 48px;
  }

  .footer-link {
    margin-top: 12px;
  }

  .columns--footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer__info {
    text-align: center;
    align-items: center;
  }

  .footer__logos {
    width: 100%;
  }

  .feature__desc {
    text-align: center;
    max-width: 568px;
  }

  .feature__mob-img {
    width: 100%;
    max-width: 320px;
    display: block;
  }

  .how--img {
    width: 100%;
    max-width: 480px;
  }

  .table--icons {
    width: 32px;
  }

  .case__time--p {
    font-size: 12px;
    line-height: 150%;
  }
}

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

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

  .what__info--item {
    flex-direction: column;
  }

  .what__h3 {
    margin-top: 32px;
  }

  .columns.columns--how {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns.col--case-title {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .container--large {
    padding-left: 0;
    padding-right: 0;
  }

  .case__cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .case__time {
    grid-column-gap: 16px;
    text-align: left;
    border-radius: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .case__time--h {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .case__time--line {
    display: none;
  }

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

  .form-block {
    border-radius: 20px;
    padding: 24px 20px 20px;
  }

  .footer__logos {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
}


@font-face {
  font-family: 'Roboto Slab';
  src: url('../fonts/RobotoSlab-Bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}