@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.hero {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.preview {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.heading {
  text-align: center;
  font-weight: 700;
}

.body {
  color: #2d2242;
  flex-flow: column;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.baseline {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
}

.heading-2 {
  font-size: 38px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.text-field {
  background-color: #f4f3f0;
  border-radius: 100px;
  flex: 1;
  height: 48px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.submit-button {
  background-color: #2d2242;
  border-radius: 100px;
  height: 48px;
  padding: 10px 20px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.success-message {
  background-color: #e6ffaa;
  border-radius: 20px;
}

.text-block {
  color: #3a5a00;
  font-weight: 500;
}

.success-error-form {
  color: #b9291d;
  text-align: center;
}

.error-message {
  border-radius: 20px;
}

.text-small {
  text-align: center;
  margin-top: 0;
  line-height: 18.2px;
}

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

.heading-3 {
  font-size: 45px;
  line-height: 54px;
}

.image {
  transform-style: preserve-3d;
  transform: rotateX(50deg)rotateY(0)rotateZ(0);
}

.div-block-2 {
  perspective: 1000px;
  width: 80vw;
  overflow: visible;
}

.page_wrapper {
  flex-flow: column;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
}

.paragraph.scroll-highlight {
  font-size: 80px;
  line-height: 96px;
}

.section {
  margin-top: 140px;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 350px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.div-block-4 {
  width: 500px;
}

.text-block-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23.4px;
  overflow: hidden;
}

.heading-4 {
  font-size: 48px;
  line-height: 53px;
}

.heading-4.scroll-highlight {
  text-align: center;
}

.section-3 {
  margin-top: 220px;
}

.section-2-copy {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 350px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e4e3df8a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  padding: 20px;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28.8px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-2 {
  width: 30px;
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.link {
  color: #2d2242;
  font-weight: 400;
  text-decoration: underline;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section-4 {
  background-color: #2d2242;
  margin-top: 220px;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  line-height: 18.2px;
}

.link-2 {
  color: #fff;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #ffffffc9;
}

.image-3 {
  width: 60px;
}

.text-block-4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4.onlyonmobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 75vh;
  }

  .paragraph.scroll-highlight {
    font-size: 50px;
    line-height: 55px;
  }

  .section {
    margin-top: 100px;
  }

  .div-block-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .section-2 {
    margin-top: 220px;
  }

  .div-block-4 {
    align-self: stretch;
    width: auto;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .code-embed.not-on-mobile {
    flex-flow: column;
    display: flex;
  }

  .image-4.onlyonmobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 100px;
    padding-right: 100px;
  }

  .preview {
    height: 60vh;
  }

  .baseline {
    font-size: 16px;
  }

  .form {
    flex-flow: column;
    height: 90px;
  }

  .text-field {
    flex: 0 auto;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-small {
    margin-top: 10px;
    font-size: 12px;
  }

  .paragraph.scroll-highlight {
    font-size: 33px;
    line-height: 38px;
  }

  .section {
    margin-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 220px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-4 {
    width: auto;
  }

  .heading-4.scroll-highlight {
    font-size: 38px;
    line-height: 43px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .section-4 {
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .code-embed {
    text-decoration: overline;
  }

  .code-embed.not-on-mobile {
    display: none;
  }

  .image-4 {
    border: 1px solid #00000036;
    border-radius: 20px;
  }

  .image-4.onlyonmobile {
    display: inline-block;
    box-shadow: 0 2px 19px 3px #0003;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 70vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .section, .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4.scroll-highlight {
    font-size: 32px;
    line-height: 39px;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-4 {
    font-size: 22px;
    line-height: 27px;
  }
}

#w-node-dd29cdff-8b13-5797-24e8-60d0493da002-90c79757, #w-node-_9ae920bd-29e7-18b2-4263-6ff6bcc9a047-90c79757 {
  justify-self: stretch;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}