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

/* body {
  background-color: #000;
  font-family: Manrope, sans-serif;
  color: rgba(255, 255, 255, 0.77);
  font-size: 17px;
  line-height: 178%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #161819;
  font-size: 64px;
  line-height: 113%;
  font-weight: 800;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 28px;
  color: #161819;
  font-size: 54px;
  line-height: 114%;
  font-weight: 800;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #161819;
  font-size: 42px;
  line-height: 116%;
  font-weight: 800;
  letter-spacing: -0.015em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 22px;
  color: #161819;
  font-size: 34px;
  line-height: 118%;
  font-weight: 800;
  letter-spacing: -0.015em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #161819;
  font-size: 26px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: -0.015em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 17px;
  color: #161819;
  font-size: 20px;
  line-height: 130%;
  font-weight: 800;
  letter-spacing: -0.015em;
}

p {
  margin-bottom: 28px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #161819;
  text-decoration: underline;
}

a:hover {
  color: #2cc1ff;
}

ul {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 36px;
}

ol {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

strong {
  color: #161819;
  font-weight: 700;
}

em {
  color: #161819;
  font-style: italic;
}

blockquote {
  margin-bottom: 28px;
  margin-left: 18px;
  padding: 0px 24px;
  border-left: 2px solid #2cc1ff;
  color: #161819;
  font-size: 19px;
  line-height: 178%;
} */

figure {
  margin-top: 38px;
  margin-bottom: 38px;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

figcaption {
  margin-top: 0px;
  padding: 12px 15px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #fff;
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
  font-size: 14px;
  line-height: 176%;
  font-weight: 600;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

/* .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

/* .nav-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

/* .logo {
  height: 19px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.logo.new {
  height: 43px;
  -webkit-filter: none;
  filter: none;
} */

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  background-color: transparent;
  box-shadow: 0 20px 30px 0 rgba(55, 103, 126, 0.05);
}

.nav-link {
  padding: 11px 20px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.nav-link:hover {
  color: #2cc1ff;
}

.nav-link.w--current {
  color: #161819;
}

.nav-button {
  margin-left: 15px;
  padding: 11px 22px;
  border-radius: 50px;
  background-color: #34383a;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.nav-button:hover {
  background-color: #2cc1ff;
  box-shadow: 0 10px 30px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 170px 25px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.section-hero.single-page {
  padding-bottom: 0px;
}

.overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

.block-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-hero {
  max-width: 1060px;
  color: #fff;
  font-size: 100px;
  font-weight: 800;
}

.grid-button {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  padding: 16px 32px;
  border-radius: 50px;
  background-color: #161819;
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #2cc1ff;
  box-shadow: 0 15px 50px -10px #2cc1ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
}

.button.submit {
  margin-top: 12px;
}

.button.submit-copy {
  margin-top: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 5px;
  background-color: #535353;
  font-size: 15px;
  line-height: 15px;
}

.button.submit-copy:hover {
  border-color: #2cc1ff;
  background-color: #2cc1ff;
}

.button.submit-copy.whi {
  background-color: #fff;
  color: #000;
}

.button.whiteover {
  background-color: #fff;
  color: #000;
}

.icon-lightbox {
  width: 24px;
  height: 24px;
}

.text-lightbox {
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}

.lightbox-link {
  display: none;
  padding: 15px 32px 15px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(55, 103, 126, 0.05);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  text-decoration: none;
}

.lightbox-link:hover {
  box-shadow: 0 15px 50px -10px rgba(55, 103, 126, 0.05);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #161819;
}

.hero-img {
  width: 100%;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  box-shadow: 0 15px 50px -5px rgba(55, 103, 126, 0.05);
}

.block-hero-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.blurred {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.blurred-blue---hero {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -48%;
  margin-left: 7%;
}

.blurred-red---hero {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -41%;
  margin-left: -42%;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  max-width: 750px;
  color: #fff;
}

.blurred-hero {
  position: relative;
  margin-top: 150px;
}

.blurred-blue---grid {
  position: absolute;
  width: 180%;
  max-width: none;
  margin-top: -61%;
  margin-left: -28%;
}

.blurred-red---grid {
  position: absolute;
  width: 200%;
  max-width: none;
  margin-top: -52%;
  margin-left: -84%;
}

.banner {
  position: relative;
  width: 100%;
}

.blurred-red---banner {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -37%;
  margin-left: -56%;
}

.blurred-blue---banner {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -41%;
  margin-left: -28%;
}

.grid-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
}

.text-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 20px 70px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img-banner {
  width: 100%;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  background-image: url('../images/Banner.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.paragraph-banner {
  max-width: 420px;
}

.form-block-banner {
  width: 100%;
  max-width: 400px;
}

.form-banner {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  height: 55px;
  margin-bottom: 0px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(32, 59, 83, 0.18);
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #161819;
  font-size: 17px;
  line-height: 130%;
}

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

.text-field::-webkit-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.text-field:-ms-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.text-field::-ms-input-placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.text-field::placeholder {
  color: rgba(32, 59, 83, 0.5);
}

.success-message {
  padding: 15px 25px;
  border-style: dashed;
  border-width: 2px;
  border-color: #161819;
  border-radius: 12px;
  background-color: transparent;
  text-align: left;
}

.success-text {
  color: #161819;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.error-message {
  padding: 15px 25px;
  border-style: dashed;
  border-width: 2px;
  border-color: #fe6c66;
  border-radius: 12px;
  background-color: transparent;
}

.error-text {
  color: #fe6c66;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 100px 25px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.77);
}

.grid-footer {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 3fr 1fr 1fr 1fr;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-footer {
  height: 19px;
  margin-bottom: 35px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.paragraph-footer {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 178%;
}

.icon-footer {
  width: 26px;
  height: 26px;
  max-width: none;
  margin-right: 6px;
}

.icon-link-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #161819;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  text-decoration: none;
}

.icon-link-footer:hover {
  color: #2cc1ff;
}

.text-footer {
  color: #fff;
}

.footer-down {
  width: 100%;
  margin-top: 100px;
}

.text-footer-down {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
}

.link-footer-down {
  color: rgba(255, 255, 255, 0.77);
  text-decoration: none;
}

.link-footer-down:hover {
  color: #161819;
}

.block-single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-single-page {
  max-width: 1020px;
}

.accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.image-blog-main {
  width: 100%;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.date-blog-large {
  margin-bottom: 5px;
  color: rgba(32, 59, 83, 0.5);
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
}

.rich-text-block {
  width: 100%;
  max-width: 740px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.blurred-blog {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}

.blurred-red---blog {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -39%;
  margin-left: -33%;
}

.blurred-blue---blog {
  position: absolute;
  width: 120%;
  max-width: none;
  margin-top: -41%;
  margin-left: 11%;
}

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

.form-started {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 120px 25px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 430px;
  margin-bottom: 0px;
  padding: 50px 60px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: rgba(230, 241, 250, 0.5);
  text-align: center;
}

.utility-page-form {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-blurred {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -100;
}

.text-span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #fe6c66), to(#302cff));
  background-image: linear-gradient(180deg, #fe6c66 47%, #302cff);
  color: #fe6c66;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-large-copy {
  max-width: 550px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 26px;
  line-height: 178%;
}

.heading-form-copy {
  margin-bottom: 10px;
  color: #fff;
  font-size: 23px;
}

.paragraph-form-copy {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.77);
}

.text-field-copy {
  height: 40px;
  margin-bottom: 0px;
  padding: 11px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 16.8;
}

.text-field-copy:focus {
  border-color: #2cc1ff;
}

.text-field-copy::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.text-field-copy:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.text-field-copy::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.text-field-copy::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.div-block-925 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-926 {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.09);
}

.text-block-50-copy {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-block-50-copy.cent {
  margin: 0px 14px;
  font-size: 15px;
}

.button-8 {
  margin-right: 0px;
  padding: 15px 26px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #55efc4;
  color: #007961;
  font-size: 16px;
  font-weight: 500;
}

.button-8:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.button-8.whcb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 11px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.11);
  border-radius: 205px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.77);
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-decoration: none;
}

.button-8.whcb:hover {
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.button-8.whcb-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 58.7%, 0.55);
  border-radius: 6px;
  background-color: #5d65fc;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-decoration: none;
}

.button-8.whcb-copy:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.11)), to(hsla(0, 0%, 100%, 0.11)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.11), hsla(0, 0%, 100%, 0.11));
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image-295 {
  margin-right: 10px;
}

.te-copy {
  padding: 104px 104px 68px;
  border: 1px solid #262a2e;
  border-radius: 12px;
  background-color: rgba(27, 29, 33, 0.85);
  box-shadow: none;
}

.get-started-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-herod-copy-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.content-copylogin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blurred-hero-copylogin {
  position: relative;
  margin-top: 150px;
}

.blurred-copylogin {
  position: absolute;
  z-index: -100;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.te-copy-copy {
  padding: 104px 104px 68px;
  border: 1px none #262a2e;
  border-radius: 12px;
  background-color: transparent;
  box-shadow: none;
}

.body {
  background-color: #1b1c21;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

@media screen and (max-width: 991px) {
  /* h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 37px;
  }

  h4 {
    font-size: 29px;
  }

  h5 {
    font-size: 24px;
  }

  .nav-link {
    text-align: left;
  } */

  .menu-button {
    margin-left: 6px;
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(55, 103, 126, 0.05);
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #161819;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #2cc1ff;
  }

  .menu-icon {
    font-size: 22px;
    line-height: 100%;
  }

  .nav-menu {
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    background-color: #2b2b2b;
    box-shadow: 0 20px 30px 0 rgba(55, 103, 126, 0.05);
  }

  .section-hero {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .heading-hero {
    font-size: 54px;
  }

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

  .blurred-hero {
    margin-top: 130px;
  }

  .text-banner {
    padding: 50px 10px 50px 50px;
  }

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

  .footer-down {
    margin-top: 80px;
  }

  .rich-text-block {
    margin-top: 30px;
    margin-bottom: 20px;
  }

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

  .paragraph-large-copy {
    font-size: 19px;
  }

  .te-copy {
    padding: 69px;
    border-color: transparent;
    background-color: transparent;
  }

  .section-herod-copy-login {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: rgba(27, 29, 33, 0.85);
  }

  .blurred-hero-copylogin {
    margin-top: 130px;
  }

  .blurred-copylogin {
    display: none;
  }

  .te-copy-copy {
    padding: 69px;
    border-color: transparent;
    background-color: transparent;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 19px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-hero {
    padding-right: 15px;
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .block-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-hero {
    font-size: 46px;
  }

  .section {
    padding: 60px 15px;
  }

  .blurred-hero {
    margin-top: 100px;
  }

  .grid-banner {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
  }

  .img-banner {
    min-height: 340px;
  }

  .section-footer {
    padding: 60px 35px 40px;
  }

  .grid-footer {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .block-single-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rich-text-block {
    margin-top: 20px;
  }

  .blurred-blog {
    margin-top: 20px;
  }

  .utility-page-wrap {
    padding: 100px 15px 60px;
  }

  .paragraph-large-copy {
    font-size: 18px;
  }

  .te-copy {
    border-style: none;
    background-color: transparent;
  }

  .section-herod-copy-login {
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    background-color: rgba(27, 29, 33, 0.85);
  }

  .blurred-hero-copylogin {
    margin-top: 100px;
  }

  .blurred-copylogin {
    display: none;
  }

  .te-copy-copy {
    border-style: none;
    background-color: transparent;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .nav-button {
    display: none;
  }

  .section-hero {
    padding-top: 125px;
    padding-bottom: 40px;
  }

  .heading-hero {
    font-size: 40px;
  }

  .grid-button {
    grid-auto-flow: row;
  }

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

  .blurred-hero {
    margin-top: 70px;
  }

  .grid-banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-banner {
    padding: 30px 30px 0px;
  }

  .img-banner {
    min-height: 380px;
    background-position: 0% 0%;
  }

  .form-banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-footer {
    padding-top: 40px;
  }

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

  .accordion-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rich-text-block {
    margin-top: 15px;
  }

  .blurred-blog {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .form-started {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .utility-page-wrap {
    padding-bottom: 40px;
  }

  .utility-page-content {
    padding: 40px 20px;
  }

  .te-copy {
    padding: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
    background-color: transparent;
  }

  .get-started-copy {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-herod-copy-login {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(27, 29, 33, 0.85);
  }

  .content-copylogin {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .blurred-hero-copylogin {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .blurred-copylogin {
    display: none;
  }

  .te-copy-copy {
    padding: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
    background-color: transparent;
  }
}

#Email-2.w-node-cba6cee5-487b-935c-5668-db5f2f0c653a-868b5c25 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cba6cee5-487b-935c-5668-db5f2f0c653b-868b5c25 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Email-2.w-node-cba6cee5-487b-935c-5668-db5f2f0c653a-0303b2f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cba6cee5-487b-935c-5668-db5f2f0c653b-0303b2f0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_2b89f38d-417d-b761-09ed-84893bf9cd2d-3bf9cd2a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b89f38d-417d-b761-09ed-84893bf9cd2d-3bf9cd2a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Email-2.w-node-cba6cee5-487b-935c-5668-db5f2f0c653a-868b5c25 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cba6cee5-487b-935c-5668-db5f2f0c653b-868b5c25 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Email-2.w-node-cba6cee5-487b-935c-5668-db5f2f0c653a-0303b2f0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cba6cee5-487b-935c-5668-db5f2f0c653b-0303b2f0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

