.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #222;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  cursor: default;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 3.157rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.369rem;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.777rem;
  line-height: 1.2;
  font-weight: 300;
}

h4 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1.333em;
  line-height: 1.3;
  font-weight: 400;
}

h5 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h6 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
  font-size: 1rem;
}

a {
  transition: all 200ms ease;
  color: #9733ee;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 2;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 2;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 12px;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  border-left: 5px solid #9733ee;
  font-size: 1.5em;
  line-height: 1.3;
}

figure {
  margin: 20px auto;
}

figcaption {
  margin-top: 12px;
  color: #222;
  font-size: 0.75rem;
  text-align: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: -13px;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #14161f;
  color: #14161f;
}

.container.in-navbar {
  max-width: 1920px;
}

.brand {
  padding-left: 0px;
}

.navbar-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  padding: 20px;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
}

.nav-link:hover {
  color: #222;
  text-decoration: underline;
}

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

.nav-menu {
  display: flex;
  align-items: center;
}

.button {
  margin-left: 0px;
  padding: 16px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
  background-color: #ffdd18;
  box-shadow: 1px 1px 13px 1px #000;
  filter: brightness(100%);
  transition: all 200ms ease;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #f3da4c;
  box-shadow: 0 0 0 0 #ffdd18;
}

.button.login {
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.footer {
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid #222;
}

.section._404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.section.no-paddings {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.ribbon {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #faf5fe;
}

.section.hero {
  padding-top: 120px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #14161f;
  background-color: #14161f;
}

.section.roadmap {
  display: none;
}

.section.faq {
  display: block;
}

.section.featured {
  display: block;
}

.section.ribbon {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #14161f;
}

.section.team {
  display: none;
}

.hero-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.play-icon {
  position: absolute;
  width: 45px;
  flex: 0 0 auto;
}

.hero-image-wrap {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 50%;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

._3-columns-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-columns-grid.bottom-margin-80px {
  margin-bottom: 80px;
}

.card {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #faf5fe;
  text-align: center;
}

.card-icon {
  max-height: 120px;
  max-width: 120px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.paragraph-smaller {
  color: #a2a7ba;
  font-size: 0.75rem;
}

.paragraph-smaller.max-35ch {
  max-width: 35ch;
  color: #c4c4c4;
}

.flex {
  display: flex;
}

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

.absolute-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.absolute-image.radius-20 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.49);
  background-image: linear-gradient(0deg, #000, #fff 93%);
  opacity: 1;
  mix-blend-mode: darken;
}

.absolute-image.house {
  width: 60%;
  margin-left: 100px;
}

.ratio-56-25 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
}

.no-top-margin {
  margin-top: 0px;
  color: #fff;
}

._2-column-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrap {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  justify-content: space-between;
  align-items: stretch;
  font-size: 0.75rem;
}

.footer-links-wrap {
  display: -ms-grid;
  display: grid;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer-link.auto-margin {
  margin-top: auto;
}

.subheading {
  max-width: 50ch;
  margin-bottom: 30px;
  color: #a2a7ba;
}

.style-guide-wrap {
  width: 100%;
  margin-top: 60px;
}

.style-guide-block {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.label {
  margin-bottom: 12px;
  color: #222;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-block {
  width: 100%;
}

.text-field {
  width: 100%;
  min-height: 44px;
  margin-bottom: 24px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #222;
  border-radius: 4px;
  background-color: #fff;
  transition: all 200ms ease;
  color: #222;
}

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

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

.text-field::-moz-placeholder {
  color: rgba(34, 34, 34, 0.65);
  font-size: 0.75rem;
}

.text-field::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.65);
  font-size: 0.75rem;
}

.text-field::placeholder {
  color: rgba(34, 34, 34, 0.65);
  font-size: 0.75rem;
}

.text-field.text-area {
  min-height: 88px;
}

.text-field.in-newsletter {
  margin-bottom: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.checkbox-field {
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  align-items: center;
  line-height: 1.5;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 0px;
  flex: 0 0 auto;
  border-color: #222;
  transition: all 200ms ease;
}

.checkbox:hover {
  border-color: #9733ee;
}

.checkbox.w--redirected-checked {
  border-color: #9733ee;
  background-color: #9733ee;
}

.checkbox.w--redirected-focus {
  border-color: #9733ee;
  box-shadow: 0 0 3px 1px #9733ee;
}

.checkbox-label {
  margin-bottom: 0px;
}

.radio-button-field {
  display: flex;
  margin-bottom: 20px;
  padding-left: 0px;
  align-items: center;
  line-height: 1.5;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 12px;
  margin-left: 0px;
  flex: 0 0 auto;
  border-color: #222;
  transition: all 200ms ease;
}

.radio-button:hover {
  border-color: #9733ee;
}

.radio-button.w--redirected-checked {
  border-color: #9733ee;
}

.radio-button.w--redirected-focus {
  border-color: #9733ee;
  box-shadow: 0 0 3px 1px #9733ee;
}

.radio-button-label {
  margin-bottom: 0px;
}

.select-field {
  width: 100%;
  min-height: 44px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #222;
  border-radius: 4px;
  background-color: #fff;
  transition: all 200ms ease;
}

.select-field:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #9733ee;
}

.select-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #9733ee;
}

.success-message {
  padding: 20px;
  background-color: #faf5fe;
  color: #222;
}

.error-message {
  margin-top: 20px;
  padding: 12px 20px;
  background-color: #faf5fe;
  color: #9733ee;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.social-link {
  padding: 4px;
  flex: 0 0 auto;
  color: #222;
  font-weight: 500;
  text-decoration: none;
}

.social-link:hover {
  transform: scale(1.1);
  text-decoration: none;
}

.social-link.display-flex {
  display: flex;
  align-items: center;
}

.social-icon {
  width: 20px;
  color: #fff;
}

.social-icon.margin-right {
  margin-right: 4px;
}

.newsletter-wrap {
  display: flex;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
}

.newsletter-form {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.newsletter-submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: #222;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #222;
  transition: all 200ms ease;
}

.newsletter-submit-button:hover {
  background-color: #9733ee;
}

.newsletter-form-block {
  width: 100%;
}

.social-links-wrap {
  display: -ms-grid;
  display: grid;
  margin-right: 20px;
  margin-left: 20px;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-links-wrap.in-footer {
  margin-right: 0px;
  margin-left: 0px;
  flex-direction: column;
  grid-auto-flow: row;
  grid-row-gap: 4px;
}

.font-align-center {
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
  text-align: center;
}

.black-box {
  width: 100%;
  padding: 60px;
  border-radius: 20px;
  background-color: #171a24;
  color: #fff;
}

.black-box.comingsoon {
  margin-top: 153px;
  margin-bottom: 78px;
}

.black-box-contenter {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.black-box-image {
  width: 100%;
  max-width: 45%;
  border-radius: 20px;
  background-color: #000;
  background-image: linear-gradient(180deg, #000 50%, #fff);
  opacity: 1;
}

.black-box-content {
  width: 100%;
  max-width: 45%;
}

.absolute-lightbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.carousel {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #faf5fe;
  background-image: url('../images/Vector-2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #faf5fe;
  background-image: url('../images/Vector-2-2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.mask {
  width: 100%;
}

.slide {
  width: 33.33%;
  padding: 20px;
}

.slide-nav {
  bottom: -60px;
  background-color: transparent;
  color: #ffdd18;
}

.ratio-125 {
  position: relative;
  padding-top: 125%;
}

.roadmap-wrap {
  display: flex;
  width: 100%;
  margin-top: 60px;
  flex-direction: row;
  align-items: center;
}

.roadmap-left-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.roadmap-progress-bar-wrap {
  position: relative;
  display: flex;
  width: 2px;
  height: auto;
  margin-right: 60px;
  margin-left: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: #c4c4c4;
}

.roadmap-right-column {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  text-align: left;
}

.roadmap-step-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  align-items: center;
}

.roadmap-step-wrap.left-and-last {
  margin-bottom: 0px;
}

.roadmap-content-wrap {
  width: 100%;
}

.roadmap-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 158px;
  flex: 0 0 auto;
}

.roadmap-image.margin-left {
  margin-left: 30px;
}

.roadmap-image.margin-right {
  margin-right: 30px;
}

.announce-label {
  display: inline-block;
  margin-left: 12px;
  padding: 4px 12px;
  flex: 0 0 auto;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.announce-label.completed {
  border-color: #9733ee;
  background-color: #9733ee;
  color: #fff;
}

.roadmap-step-heading-wrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.roadmap-step-heading-wrap.justify-left {
  justify-content: flex-start;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.team-avatar {
  width: 100%;
  max-width: 158px;
  flex: 0 0 auto;
}

.twitter-link-wrap {
  display: flex;
  align-items: center;
}

.violet-text {
  color: #fff;
}

.violet-text.in-cta-ribbon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.faq-wrap {
  position: static;
  display: block;
  width: 100%;
}

.faq-dropdown {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffdd18;
  border-radius: 10px;
  color: #222;
}

.dropdown-toggle {
  display: inline-block;
  width: 100%;
  min-height: 72px;
  padding: 12px 60px 12px 30px;
  white-space: normal;
}

.dropdown-list {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.dropdown-list-wrap {
  padding: 0px 30px 12px;
}

.dropdown-icon {
  color: #ffdd18;
}

.faq-title {
  color: #fff;
}

.content-box {
  width: 100%;
}

.progress-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #222;
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #222;
}

.hero-image {
  width: 100%;
  border-radius: 20px;
}

.hero-content-wrap {
  width: 100%;
  max-width: 50%;
  padding-right: 60px;
}

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

._3-columns-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-2 {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #171a24;
  color: #14161f;
  text-align: center;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #faf5fe;
  background-image: url('../images/Vector-2-2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.left-arrow-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #faf5fe;
  background-image: url('../images/Vector-2.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.body {
  background-color: #14161f;
}

.text-block {
  color: #c4c4c4;
}

.text-block-2 {
  color: #c4c4c4;
}

.heading {
  color: #fff;
}

.heading-2 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.heading-4 {
  color: #fff;
}

.heading-5 {
  color: #fff;
}

.container-2 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.violet-text-2 {
  color: #9733ee;
}

.violet-text-2.in-cta-ribbon {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.button-2 {
  padding: 16px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #ffdd18;
  border-radius: 50px;
  background-color: #ffdd18;
  box-shadow: 1px 1px 0 1px #ffdd18;
  filter: brightness(100%);
  transition: all 200ms ease;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.button-2:hover {
  background-color: #fff;
  box-shadow: 0 0 0 0 #9733ee;
  text-decoration: none;
}

.body-2 {
  background-color: #14161f;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }

  .left-arrow {
    transition: all 200ms ease;
  }

  .left-arrow:hover {
    background-color: #f2e1ff;
  }

  .right-arrow {
    transition: all 200ms ease;
  }

  .right-arrow:hover {
    background-color: #f2e1ff;
  }

  .right-arrow-2 {
    transition: all 200ms ease;
  }

  .right-arrow-2:hover {
    background-color: #f2e1ff;
  }

  .left-arrow-2 {
    transition: all 200ms ease;
  }

  .left-arrow-2:hover {
    background-color: #f2e1ff;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    background-color: #14161f;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: #14161f;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.in-navbar {
    padding-right: 20px;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu {
    width: 100%;
    padding: 0px 20px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .hero-wrap {
    align-items: flex-start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._3-columns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .card {
    flex-direction: column;
  }

  ._2-column-grid {
    align-items: start;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
  }

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

  .lottie-animation {
    width: 100%;
    height: 100%;
  }

  .social-links-wrap {
    margin-right: 0px;
    margin-bottom: 32px;
    margin-left: 0px;
    justify-content: center;
  }

  .roadmap-wrap {
    margin-top: 40px;
  }

  .roadmap-step-wrap {
    flex-direction: column;
  }

  .roadmap-step-wrap.left {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .roadmap-step-wrap.left-and-last {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  ._3-columns-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .card-2 {
    flex-direction: column;
  }

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

@media screen and (max-width: 767px) {
  .hero-wrap {
    flex-direction: column;
  }

  .hero-image-wrap {
    max-width: 100%;
  }

  ._3-columns-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-wrap {
    flex-direction: column;
  }

  .footer-links-wrap {
    margin-top: 20px;
  }

  .newsletter-wrap {
    margin-top: 40px;
  }

  .black-box {
    padding: 40px;
  }

  .black-box-contenter {
    flex-direction: column;
  }

  .black-box-image {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .black-box-content {
    max-width: 100%;
  }

  .violet-text.in-cta-ribbon {
    text-align: center;
  }

  .hero-content-wrap {
    max-width: 100%;
    margin-bottom: 60px;
    padding-right: 0px;
  }

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

  .violet-text-2.in-cta-ribbon {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container.in-navbar {
    padding-right: 4px;
  }

  .container.no-padding-on-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    width: 100%;
  }

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

  .section.hero {
    padding-top: 60px;
  }

  .hero-wrap {
    grid-row-gap: 0px;
  }

  .hero-image-wrap {
    opacity: 1;
  }

  ._3-columns-grid {
    grid-row-gap: 20px;
  }

  .absolute-image.radius-20 {
    border-radius: 10px;
  }

  .absolute-image.house {
    margin-left: 50px;
  }

  .no-top-margin {
    text-align: center;
  }

  .footer-wrap {
    text-align: center;
  }

  .footer-links-wrap {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%;
  }

  .subheading {
    text-align: center;
  }

  .social-links-wrap.in-footer {
    grid-auto-flow: column;
  }

  .black-box {
    padding: 60px 16px;
    border-radius: 0px;
  }

  .carousel {
    padding-right: 0px;
    padding-left: 12px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide {
    width: 45%;
    margin-right: 12px;
    padding: 0px;
  }

  .roadmap-progress-bar-wrap {
    margin-right: 20px;
    margin-left: 20px;
  }

  .roadmap-image {
    max-width: 79px;
  }

  .announce-label {
    width: 100%;
    margin-left: 0px;
  }

  .roadmap-step-heading-wrap {
    margin-bottom: 12px;
    flex-direction: column;
    align-items: center;
  }

  .violet-text {
    text-align: center;
  }

  .faq-dropdown {
    margin-bottom: 12px;
  }

  .dropdown-toggle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dropdown-list-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .faq-title {
    font-size: 1em;
  }

  .content-box {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  ._3-columns-grid-2 {
    grid-row-gap: 20px;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow-2 {
    display: none;
  }

  .container-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-2 {
    width: 100%;
  }
}

#w-node-_18096eac-96cc-1414-0ebb-fe8633391a2c-53763ba6 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_5ca50a38-c1bd-452a-00d1-5e79b792ae02-53763ba6 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-ba330fda-b5f7-d6d8-63fc-fc70beb74b73-53763ba6 {
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: end;
      justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-ba330fda-b5f7-d6d8-63fc-fc70beb74b73-53763ba6 {
    -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5ca50a38-c1bd-452a-00d1-5e79b792ae02-53763ba6 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ccb4aa76-b80f-caa8-b0f5-b4763fd3d19f-53763ba6 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ba330fda-b5f7-d6d8-63fc-fc70beb74b71-53763ba6 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ba330fda-b5f7-d6d8-63fc-fc70beb74b73-53763ba6 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_12492340-55d1-b78b-cd8e-6f02545b9402-9ea95ec4 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

