:root {
  --black: black;
  --white: white;
  --4040c3: #4040c3;
  --light-green: #75eb9f;
  --red: #ff453a;
  --0566f4: #0566f4;
}

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

label {
  font-weight: 700;
  display: block;
}

.body-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 430px;
  height: 100vh;
  display: flex;
  position: relative;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: #0000;
  width: 100%;
  min-width: 320px;
  max-width: 430px;
}

.body-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.result-block {
  display: none;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-block {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-collection {
  width: 100%;
  height: 100%;
  display: flex;
}

.security-ref-web-to-app {
  width: 100%;
  height: 100%;
  position: relative;
}

.srw2a---1 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.bar-lfrom-progress {
  opacity: .2;
  background-color: #4040c3;
  border-radius: 20px;
  width: 100%;
  height: 5px;
}

.bar-lfrom-progress.active {
  opacity: 1;
}

.bar-lfrom-progress.active.white, .bar-lfrom-progress.white {
  background-color: var(--white);
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-400-20-28--0 {
  font-size: 20px;
  line-height: 28px;
}

.text-400-20-28--0.center {
  text-align: center;
}

.text-400-20-28--0.center._500 {
  font-weight: 500;
}

.text-400-20-28--0.center._500._4040c3 {
  color: #4040c3;
}

.text-400-20-28--0.center._500.white {
  color: var(--white);
}

.text-400-20-28--0._600 {
  font-weight: 600;
}

.text-400-20-28--0._600.center {
  position: static;
}

.text-400-20-28--0._600.center.white {
  color: var(--white);
}

.text-400-20-28--0._600.center.absalute {
  position: absolute;
}

.text-400-20-28--0._600.center.absalute.div-button {
  margin: 16px 12px;
}

.text-400-20-28--0._700 {
  font-weight: 700;
}

.text-400-20-28--0._700.purple {
  color: var(--4040c3);
}

.text-400-20-28--0._700.aa {
  text-transform: uppercase;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-5.no20 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2f2fa;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  margin-top: 24px;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.div-block-7 {
  background-color: #d9d9d9;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 170px;
}

.div-block-8, .div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 143px;
  display: flex;
}

.text-400-24-32--0 {
  font-size: 24px;
  line-height: 32px;
}

.text-400-24-32--0._700 {
  font-weight: 700;
}

.text-400-24-32--0._700.center {
  text-align: center;
}

.text-400-24-32--0._600 {
  font-weight: 600;
}

.text-400-24-32--0._600.center {
  text-align: center;
}

.radio-button-field {
  background-color: #f8f8f8;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.radio-button-field:active {
  color: var(--white);
  background-color: #4040c3;
}

.q1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hidden {
  background-color: #f8f8f8;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.hidden.w--redirected-checked {
  background-color: var(--4040c3);
  border-width: 0;
  border-color: #0000;
  border-radius: 0;
}

.hidden.radio-button-field {
  border: 0 solid #000;
}

.q2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding: 16px 20px 24px;
  display: none;
  position: absolute;
  inset: 0%;
}

.q4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
}

.q5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding: 16px 20px 24px;
  display: none;
  position: absolute;
}

.q6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  display: none;
  position: absolute;
}

.q8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  display: none;
}

.q9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding: 16px 20px 24px;
  display: none;
  position: absolute;
}

.srw2a---2 {
  z-index: -1;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  width: auto;
  height: 161px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.div-block-11 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.radio-button {
  display: none;
}

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.srw2a---3 {
  z-index: -1;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5bebe;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  padding: 12px 16px;
  display: flex;
  position: fixed;
  inset: auto 16px 24px;
}

.srw2a---4 {
  z-index: -1;
  flex-flow: column;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-15, .div-block-16 {
  width: 100%;
}

.srw2a---5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-400-15-20--0._500 {
  font-weight: 500;
}

.text-400-15-20--0._500.center {
  text-align: center;
}

.text-400-15-20--0._500.center._55 {
  opacity: .55;
}

.text-400-15-20--0.white {
  color: var(--white);
}

.div-block-17 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.checkbox {
  z-index: 0;
  background-color: #0000;
  border: 1px solid #c6c6c8;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  border: 1px solid var(--4040c3);
  background-color: #0000;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 4px;
}

.checkbox-field {
  background-color: #f8f8f8;
  border: 1px solid #c6c6c8;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  position: relative;
}

.div-block-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.text-400-16-22--0 {
  font-size: 16px;
  line-height: 22px;
}

.text-400-16-22--0._600 {
  font-weight: 600;
}

.text-400-16-22--0._600.center {
  text-align: center;
}

.text-400-16-22--0._600.center._55 {
  opacity: .55;
}

.text-400-16-22--0._700 {
  font-weight: 700;
}

.text-400-16-22--0._700._55 {
  opacity: .55;
}

.text-400-16-22--0._500 {
  font-weight: 500;
}

.text-400-16-22--0._55 {
  opacity: .55;
}

.text-400-16-22--0._55.center {
  text-align: center;
}

.spacer {
  height: 44px;
}

.div-block-20 {
  z-index: 10;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 8px;
  padding: 24px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  height: 100vh;
  margin-bottom: 116px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-22 {
  background-color: var(--4040c3);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.srw2a---8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.srw2a---7 {
  flex-flow: column;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.radio-container {
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.radio-container.big {
  height: 86px;
}

.intermediate-collection {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.intermediate-1 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  display: flex;
  position: absolute;
}

.text-400-32-40--0 {
  font-size: 32px;
  line-height: 40px;
}

.text-400-32-40--0._700 {
  font-weight: 700;
}

.text-400-32-40--0._700.white {
  color: var(--white);
}

.bg-color {
  z-index: -1;
  background-color: #7b40c3;
  position: absolute;
  inset: 0% 0% 50%;
}

.content-conteiner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.text-400-14-20--0.white {
  color: var(--white);
}

.text-400-14-20--0.white._500 {
  font-weight: 500;
}

.text-400-14-20--0._700 {
  font-weight: 700;
}

.text-400-14-20--0._55 {
  opacity: .55;
}

.text-400-14-20--0._55.center {
  text-align: center;
}

.text-400-14-20--0._600 {
  font-weight: 600;
}

.text-400-14-20--0._500 {
  font-weight: 500;
}

.text-400-14-20--0._500.green {
  color: var(--light-green);
}

.ic {
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 24px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-25 {
  background-color: var(--white);
  border-radius: 48px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.div-block-26 {
  height: auto;
  margin-top: 24px;
  margin-left: 60px;
  margin-right: 60px;
  overflow: hidden;
}

.q3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-27._16top {
  padding-top: 16px;
}

.intermediate-2 {
  z-index: -1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 130px;
  display: flex;
  position: absolute;
}

.q7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f2fa;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-400-12-16--0 {
  font-size: 12px;
  line-height: 16px;
}

.text-400-12-16--0._600 {
  font-weight: 600;
}

.text-400-12-16--0._600.center {
  text-align: center;
}

.text-400-12-16--0._600.white {
  color: var(--white);
}

.text-400-12-16--0._600.red {
  color: var(--red);
}

.text-400-12-16--0._500 {
  font-weight: 500;
}

.text-400-12-16--0._55 {
  opacity: .55;
}

.text-400-12-16--0._700 {
  font-weight: 700;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.q10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  padding: 16px 20px 24px;
  display: none;
  position: absolute;
}

.srw2a---10 {
  width: 100%;
}

.emeail {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-30 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.email_field_click {
  opacity: 1;
  color: var(--black);
  border-radius: 12px;
  height: 59px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-32 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f2fa;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 12px;
  display: flex;
}

.checkbox-2 {
  opacity: .55;
  border-radius: 4px;
  width: 24px;
  height: 22px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox-2.w--redirected-checked {
  opacity: 1;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.submit-button {
  background-color: var(--4040c3);
  border-radius: 12px;
  width: 100%;
  height: 59px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.div-block-34 {
  z-index: 10;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 24px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.body-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-35 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 320px;
  max-width: 430px;
  height: 100vh;
  display: flex;
}

._1st-scr {
  flex-flow: column;
  width: 100%;
  padding-bottom: 116px;
  padding-left: 0;
  display: none;
  position: absolute;
}

.red-bg {
  z-index: -1;
  background-color: var(--4040c3);
  width: 100%;
  height: 28%;
  position: absolute;
}

.red-bg.red {
  background-color: var(--red);
}

.text-400-30-42--0 {
  font-size: 30px;
  line-height: 42px;
}

.text-400-30-42--0._700 {
  font-weight: 700;
}

.text-400-30-42--0._700.white {
  color: var(--white);
}

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

.div-block-37 {
  margin-bottom: 22px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-37._100-h {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.div-block-38.invis {
  opacity: 0;
}

.div-block-39 {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 256px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-40 {
  border: 1px dashed #000;
}

.div-block-41 {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: -16px;
  display: flex;
  position: relative;
}

.div-block-42 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f2fa;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  display: flex;
}

.div-block-43 {
  z-index: 10;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 24px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-44 {
  background-color: var(--4040c3);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

._2nd-scr {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  padding-bottom: 52px;
  display: none;
}

.first-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.count-bar {
  z-index: 100;
  background-color: #f2f2fa;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.count-bar.inviz {
  opacity: 0;
  position: static;
}

.div-block-45 {
  background-color: var(--4040c3);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-weight: 500;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.div-block-50 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f8f8f8;
  border: 1px solid #4040c333;
  border-radius: 0 16px 16px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  display: flex;
  overflow: hidden;
}

.div-block-51 {
  background-color: var(--4040c3);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px;
  display: flex;
}

.div-block-51.red {
  background-color: var(--red);
}

.div-block-52 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-54 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 18px;
  display: flex;
}

.div-block-55 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-56 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-57 {
  background-color: var(--4040c3);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.div-block-58 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 12px;
  padding-right: 16px;
  display: flex;
}

.div-block-59 {
  background-color: #f8f8f8;
  border: 1px solid #4040c333;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  min-height: 55px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-60 {
  background-color: var(--4040c3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px;
  display: flex;
  position: absolute;
}

.div-block-60.red {
  background-color: var(--red);
}

.div-block-61 {
  padding: 12px 16px 12px 68px;
}

.second-cont {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.therd-cont {
  flex-flow: column;
  display: flex;
}

.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-63 {
  z-index: 1;
  background-color: var(--white);
  border: 1px solid #0000004d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  display: flex;
  position: absolute;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f8f8f8;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.fouth-cont {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  margin-bottom: -72px;
  display: flex;
}

.div-block-66 {
  flex-flow: column;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

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

.div-block-69 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.div-block-71 {
  background-color: var(--4040c3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90px;
  display: flex;
}

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

.fiveth-cont {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f2f2fa;
  flex-flow: column;
  padding: 32px 20px 48px;
  display: flex;
}

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

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

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

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

.div-block-78 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-79 {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.buy_click {
  background-color: var(--4040c3);
  text-align: center;
  border-radius: 16px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-81 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.text-400-10-14--0 {
  font-size: 10px;
  line-height: 14px;
}

.text-400-10-14--0._55 {
  opacity: .55;
}

.text-400-10-14--0._600 {
  font-weight: 600;
}

.text-400-10-14--0._600.no-line {
  text-decoration: none;
}

.div-block-84 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #79c079;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 12px;
  display: flex;
  position: relative;
}

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

.div-block-86 {
  position: absolute;
  inset: auto 24px -16px auto;
}

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

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

.div-block-89 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-90 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  opacity: .6;
  flex-flow: column;
  align-items: center;
  display: flex;
}

._6th-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-91 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f8f8f8;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  border-radius: 12px;
  height: 108px;
  position: static;
}

.div-block-93 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

._7th-cont {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.right-arrow, .left-arrow {
  opacity: 0;
}

.slide {
  background-color: #0000;
  width: 100%;
}

.slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.image-3 {
  border-radius: 25px;
  box-shadow: 0 4px 70px #0000003d;
}

.mask {
  width: 100%;
}

.slide-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loader-wrap {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.div-block-96 {
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 56px;
}

.text-span {
  color: var(--light-green);
}

.div-block-97 {
  width: 314px;
}

.div-block-98 {
  width: 100%;
}

.div-block-99 {
  z-index: 100;
  position: absolute;
}

.pay-load {
  display: flex;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 20px;
  display: none;
  position: absolute;
}

.div-block-102 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-103 {
  background-color: #c6c6c8;
  width: 100%;
  height: 1px;
}

.text-span-2 {
  color: var(--4040c3);
}

.div-block-104 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-105 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-107 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #79c07933;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.div-block-108 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-109 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-3 {
  color: #5f44f8;
}

.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(152deg, #b4adff, #5f44f8);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-111 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-5 {
  opacity: 0;
}

.image-6 {
  margin-left: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.text-field-2 {
  display: none;
}

.lottie-animation {
  width: 193px;
}

.lottie-animation-2 {
  height: 83px;
}

.hidden-field {
  display: none;
}

.text-400-64-66---0-44px {
  letter-spacing: -.44px;
  font-size: 64px;
  line-height: 66px;
}

.text-400-64-66---0-44px._600 {
  font-weight: 600;
}

.text-400-64-66---0-44px._600.white {
  color: #fff;
}

.text-400-64-66---0-44px._600.white.center, .text-400-64-66---0-44px._600.center {
  text-align: center;
}

.div-block-112 {
  z-index: 100;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-113 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
  position: relative;
}

.div-block {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 180px;
  display: flex;
  position: relative;
}

.paralaks {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 20px);
}

.div-block-114 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1082px;
  margin-top: 380px;
  margin-bottom: 160px;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1082px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1082px;
  display: flex;
}

.div-block-116 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.text-400-20-24---0-44px {
  font-size: 20px;
  line-height: 24px;
}

.text-400-20-24---0-44px._600 {
  font-weight: 600;
}

.text-400-20-24---0-44px._600.white {
  color: #fff;
}

.text-400-20-24---0-44px._600.white.u {
  text-decoration: none;
}

.text-400-20-24---0-44px._600.black {
  color: var(--black);
}

.link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.image-7 {
  max-width: 360px;
}

.div-block-117 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-400-36-40---0-44px {
  letter-spacing: -.44px;
  font-size: 36px;
  line-height: 40px;
}

.text-400-36-40---0-44px._500 {
  font-weight: 500;
}

.text-400-36-40---0-44px._500.white {
  color: #fff;
}

.div-block-118 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-119 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1082px;
  margin-top: 160px;
  display: flex;
}

.menu-button {
  letter-spacing: -.24px;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

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

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

.div-block-120 {
  background-image: url('../images/Rectangle-3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 873px;
}

.text-400-12-16--0px {
  font-size: 12px;
  line-height: 16px;
}

.text-400-12-16--0px._500 {
  font-weight: 500;
}

.text-400-12-16--0px._500.white.no-limk {
  text-decoration: none;
}

.text-400-12-16--0px._500.center {
  text-align: center;
}

.text-400-12-16--0px._500.center.white {
  color: #fff;
}

.div-block-121 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 160px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

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

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

.div-block-124 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 500px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-125 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.cta-main {
  color: #000;
  letter-spacing: .44px;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  padding: 16px 92px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.div-block-126 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.div-block-128 {
  z-index: -1;
  background-color: #000;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #110c37, #574ce8 57%, #000);
  width: 100%;
  position: absolute;
  inset: 873px 0% 0%;
}

.div-block-129 {
  z-index: -1;
  background-image: radial-gradient(circle at 50% 100%, #110c37, #574ce8);
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 18%;
}

.div-block-130 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff12;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 14px #00000040;
}

.text-400-42-58---0-44px {
  letter-spacing: -.44px;
  font-size: 42px;
  line-height: 58px;
}

.text-400-42-58---0-44px._700 {
  font-weight: 700;
}

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

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

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

.div-block-134 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-400-16-18---0-24px {
  letter-spacing: -.24px;
  font-size: 16px;
  line-height: 18px;
}

.text-400-16-18---0-24px._500 {
  font-weight: 500;
}

.text-400-16-18---0-24px._500.white {
  color: #fff;
}

.text-400-16-18---0-24px._500.white.center, .text-400-16-18---0-24px._500.center {
  text-align: center;
}

.text-400-16-18---0-24px.no-link {
  text-decoration: none;
}

.text-400-16-18---0-24px.no-link.white {
  color: #fff;
}

.text-400-16-18---0-24px.no-link.white._500 {
  font-weight: 500;
}

.div-block-135 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 160px;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1082px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.div-block-138 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 630px;
  display: flex;
}

.div-block-139 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1515150f;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 428px;
  padding: 40px 40px 20px;
  display: flex;
}

.div-block-140 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.blue {
  color: #472ffd;
}

.div-block-141 {
  z-index: 100;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-142 {
  background-color: #000;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.div-block-143 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.div-block-144 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.div-block-146 {
  background-image: radial-gradient(circle farthest-side at 50% 350%, #110c37, #574ce8);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-147 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.white {
  color: #fff;
}

.white._50 {
  opacity: .5;
}

.div-block-148 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.home-logo.w--current {
  text-decoration: none;
}

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

.div-block-150 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-151 {
  background-color: var(--0566f4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-152 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 630px;
  display: flex;
}

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

.div-block-154 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-155 {
  z-index: 100;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 40px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-156 {
  background-color: #000;
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.div-block-157 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  display: flex;
}

.div-block-158 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.div-block-160 {
  background-image: radial-gradient(circle farthest-side at 50% 350%, #110c37, #574ce8);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-161 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-162 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

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

.div-block-164 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-165 {
  background-color: var(--0566f4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-166 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 630px;
  display: flex;
}

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

.div-block-169 {
  background-image: linear-gradient(135deg, #b4adff, #5f44fb);
}

.div-block-170 {
  flex-flow: column;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-171 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.div-block-172 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

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

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  display: flex;
}

.link-block-4.w--current {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 479px) {
  .text-400-64-66---0-44px._600.white.center.mobile-header {
    font-size: 32px;
    line-height: 36px;
  }

  .text-400-64-66---0-44px._600.white.center.mobile-header.mwhite {
    color: var(--white);
  }

  .text-400-64-66---0-44px._600.center.white.mobile-header {
    color: var(--black);
  }

  .text-400-64-66---0-44px._600.center.mobile-header {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-114 {
    width: 100%;
    margin-top: 120px;
    margin-bottom: 80px;
  }

  .div-block-24 {
    margin-bottom: 80px;
  }

  .div-block-116 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-7 {
    width: 100%;
  }

  .image-7.none {
    display: none;
  }

  .text-400-36-40---0-44px._500.white.mobile-cta {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-119 {
    width: 100%;
    margin-top: 80px;
  }

  .image-8.mobile-image {
    aspect-ratio: auto;
    object-fit: cover;
    height: 500px;
  }

  .div-block-121 {
    padding-bottom: 40px;
  }

  .div-block-123 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: none;
  }

  .div-block-124 {
    flex-flow: column;
    display: flex;
  }

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

  .cta-main {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-127 {
    flex-flow: column;
  }

  .div-block-131 {
    padding-bottom: 0;
    transform: rotate(90deg);
  }

  .div-block-134 {
    flex-flow: column;
  }

  .text-400-16-18---0-24px._500.white.center.mwhite {
    color: var(--white);
  }

  .text-400-16-18---0-24px._500.center.white {
    color: var(--black);
  }

  .text-400-16-18---0-24px.no-link.white._500 {
    display: none;
  }

  .text-400-16-18---0-24px.no-link.white._500.w--current {
    display: flex;
  }

  .div-block-135 {
    margin-bottom: 80px;
  }

  .div-block-136 {
    width: 100%;
  }

  .div-block-138 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-141 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-143 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-146, .div-block-147 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-148 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-152 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-157 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-160, .div-block-161 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-162 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-166 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-168 {
    display: none;
  }

  .div-block-171 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }
}


