:root {
  --white: #fff;
  --orange: #e96b38;
  --accent-blue: #3fe6fc;
  --bg-purple: #5f02bd;
  --purple: #4939bb;
  --bg-blue: #45c0f2;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.625rem;
  font-weight: 600;
  line-height: 5.0625rem;
}

h3 {
  opacity: .7;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 161%;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.page_wrap {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

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

.section {
  width: 100%;
  margin-top: 7.1875rem;
  padding-bottom: 7.1875rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.section.section_center {
  text-align: center;
}

.section.cta_section {
  background-color: #4939bb1a;
  margin-top: 0;
  padding-bottom: 0;
}

.body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.navbar {
  color: var(--white);
  background-color: #0000;
}

.accent_text {
  color: var(--orange);
}

.div-block {
  display: inline-block;
}

.text-block {
  display: inline;
}

.logo {
  color: var(--accent-blue);
  font-family: Della Respira, sans-serif;
  font-size: 2.25rem;
  line-height: 100%;
  display: flex;
}

.nav_link {
  color: var(--white);
  font-weight: 500;
}

.nav_link.nav_btn {
  border: 1px solid var(--white);
  background-color: #ffffff1a;
  border-radius: 2.0625rem;
  padding: .5rem 1rem;
}

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

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.2rem;
  padding-right: .625rem;
  display: flex;
}

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

.hero_contain {
  grid-column-gap: 5.25rem;
  grid-row-gap: 5.25rem;
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero_left, .hero_right {
  flex: 0 49%;
}

.hero_text {
  font-size: 1.125rem;
  font-weight: 500;
}

.u-mb {
  margin-bottom: .5rem;
}

.u-mb-2 {
  margin-bottom: 1rem;
}

.u-mb-3 {
  margin-bottom: 1.5rem;
}

.u-mb-4 {
  margin-bottom: 2rem;
}

.u-mb-5 {
  margin-bottom: 2.5rem;
}

.u-mb-6 {
  margin-bottom: 3rem;
}

.u-mb-7 {
  margin-bottom: 3.5rem;
}

.u-mb-8 {
  margin-bottom: 4rem;
}

.u-mb-9 {
  margin-bottom: 4.5rem;
}

.btn_group_wrap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  display: flex;
}

.btn {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 30rem;
  padding: .8rem 2.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.btn.btn_write {
  background-color: var(--white);
  color: var(--purple);
}

.btn.btn_purple {
  background-color: var(--purple);
  border-style: none;
}

.btn.btn_purple_outline {
  border-color: var(--purple);
  color: var(--purple);
}

.hero_wrap {
  background-image: linear-gradient(298deg, var(--accent-blue), var(--bg-purple));
}

.heading {
  margin-top: 0;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 5.0625rem;
}

.heading.cta_title {
  line-height: 3.75rem;
}

.about_text {
  max-width: 65.5vw;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  opacity: .7;
  color: #000;
  font-size: 1rem;
  line-height: 1.8rem;
}

.cta_contain {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem;
  display: flex;
}

.cta_left, .cta_right {
  flex: 0 49%;
}

.cta_right_contain {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.stars_block {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.stars_description {
  opacity: .5;
  color: var(--purple);
}

.star_icon {
  width: 2.8125rem;
}

.cta_logo-accent {
  color: var(--accent-blue);
  font-family: Della Respira, sans-serif;
}

.cta_text_link {
  color: var(--accent-blue);
  font-family: Della Respira, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer.section {
  padding-bottom: 3.125rem;
}

.footer_contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.copyright {
  opacity: .5;
  color: #000;
  margin-top: 3.125rem;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.footer_branding {
  text-align: center;
}

.footer_branding_text {
  text-align: left;
}

.footer_link {
  opacity: .5;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  line-height: 161%;
  text-decoration: none;
  display: block;
}

.image {
  text-align: center;
}

.image.footer_logo {
  width: 4.5rem;
  height: auto;
}

.image.footer_logo.u-mb-3 {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }

  .logo {
    font-size: 1.5rem;
  }

  .nav-menu {
    background-image: linear-gradient(298deg, var(--accent-blue), var(--bg-purple));
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .hero_title.u-mb-2 {
    font-size: 3rem;
    line-height: 120%;
  }

  .hero_text.u-mb-4 {
    font-size: 1rem;
  }

  .btn_group_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn {
    text-align: center;
    min-width: 11.25rem;
    font-size: .9rem;
  }

  .heading, .heading.cta_title {
    font-size: 2.1rem;
    line-height: 120%;
  }

  .about_text.paragraph.u-mb-4, .paragraph.u-mb-3 {
    font-size: .9rem;
  }

  .cta_contain.container {
    align-items: center;
  }

  .cta_right_contain {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .footer.section {
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .hero_contain {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .btn.btn_purple.u-mb-9 {
    margin-bottom: 3rem;
  }

  .cta_contain.container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .cta_right {
    order: -1;
  }

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

@media screen and (max-width: 479px) {
  .footer_contain.container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-_38208705-d7ca-314c-c7b0-a499b9cfadf5-ec130538 {
  place-self: center;
}


