@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppmori;
  src: url('../fonts/PPMori-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  letter-spacing: .05em;
  background-color: #141414;
  font-family: Ppmori, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  overflow: visible;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  line-height: 107%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 107%;
}

h4 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.hero-bg {
  z-index: -2;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 99;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 16px;
  display: flex;
  position: fixed;
  top: 24px;
  left: 24px;
  right: 24px;
}

.nav._2nd {
  display: none;
}

.button-secondary {
  color: #171717;
  text-transform: uppercase;
  background-color: #17171700;
  border: 1px solid #000;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 100%;
  transition: all .4s;
}

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

.button-secondary.is-white {
  color: #fff;
  border-color: #fff;
  transition: all .2s;
}

.button-secondary.is-white:hover {
  color: #000;
  background-color: #fff;
}

.button-secondary.is-white.is-nav {
  display: none;
}

.button-tertiary {
  color: #171717;
  text-transform: uppercase;
  background-color: #17171700;
  border: 1px #000;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 100%;
  transition: all .4s;
}

.pr-0 {
  padding-right: 0;
}

.button-tertiary:hover {
  text-decoration: underline;
}

.section-hero {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 1;
  max-width: 1440px;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.container.align-center {
  flex-flow: column;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.all-caps {
  text-transform: uppercase;
}

.all-caps.sub-48 {
  margin-bottom: 16px;
}

.all-caps.max-width-470 {
  max-width: 473px;
}

.all-caps.max-width-470.is-subheadline {
  margin-top: 28px;
  position: absolute;
  top: 100%;
}

.all-caps.max-width-275 {
  max-width: 275px;
}

.all-caps.max-width-275.is-hero {
  align-self: flex-start;
}

.all-caps.max-width-160 {
  max-width: 140px;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 216px;
  padding-bottom: 45px;
  display: flex;
}

.hero-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-right: -40px;
  display: flex;
}

.hero-bottom-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 32px;
  display: flex;
}

.button-primary {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 16px;
  line-height: 100%;
  transition: all .4s;
  display: flex;
}

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

.button-primary.is-white {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.button-primary.is-white:hover {
  background-color: #e6e6e6;
}

.button-primary.is-absolute {
  color: #000;
  background-color: #fff;
  position: absolute;
  inset: auto auto 80px;
}

.button-primary.is-absolute:hover {
  background-color: #e6e6e6;
  transform: scale(1.15);
}

.button-primary.is-nav {
  background-color: #0000;
  border: 1px solid #fff;
}

.button-primary.is-nav.is-dark {
  background-color: #000;
  border-style: none;
  display: none;
}

.hero-bottom-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.underlined {
  display: inline-block;
  position: relative;
}

.hide {
  display: none;
}

.section {
  height: 100vh;
  overflow: hidden;
}

.section.is-dark {
  position: sticky;
  top: 0;
}

.section.is-bg {
  height: 900px;
  position: static;
}

.section.is-bg.is-relative {
  height: 100vh;
  position: relative;
}

.section.is-bg.is-faq {
  height: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.background-lines {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.line {
  border-right: 1px solid #6363634d;
  width: 100%;
  min-width: 180px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.line.last, .line.not-visible {
  border-right-style: none;
}

.heading-large {
  color: #fff;
  text-align: center;
  font-size: 112px;
  line-height: 107%;
}

.center-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-default {
  text-transform: uppercase;
}

.text-default._2ns-sec_float {
  color: #fff;
  position: absolute;
  inset: auto auto 103% 88px;
}

.text-default._2ns-sec_float--2 {
  color: #fff;
  position: absolute;
  inset: auto 41px 80px auto;
}

.text-default.float-top {
  color: #fff;
  text-align: center;
  width: 312px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 80px auto auto;
}

.shuffle-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #ff9c4c;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 96px;
}

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

.left-wrapper {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.relative {
  position: relative;
}

.relative.is-exchange {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: auto 0% 80px;
}

.numbers-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.number {
  letter-spacing: normal;
  font-size: 64px;
  font-weight: 600;
  line-height: 107%;
}

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

.section-small.is-dark {
  background-color: #141414;
}

.section-small.is-bg {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.steps-block {
  grid-column-gap: 56px;
  grid-row-gap: 96px;
  color: #ff9c4c;
  background-color: #141414;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 80px 80px 72px;
  display: grid;
}

.steps-block.is-aff {
  grid-row-gap: 32px;
  padding-bottom: 48px;
}

.top-line {
  background-color: #ff7360;
  width: 100%;
  height: 1px;
}

.text-color-white {
  color: #fff;
}

.text-color-white.is-large {
  font-size: 40px;
  line-height: 107%;
}

._2nd-sec_wrapper {
  z-index: 1;
  height: 200vh;
  margin-top: -100vh;
  position: relative;
}

.underlined-white {
  display: inline-block;
  position: relative;
}

.mockup {
  width: 439px;
  margin-bottom: 0;
  position: absolute;
  inset: auto 40px auto auto;
}

.mockup.is-left {
  left: 0%;
  right: auto;
}

.mockup.is-small {
  top: 5vh;
}

.mockup.is-mobile {
  display: none;
}

.mockup.blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 31vw;
  max-width: 439px;
}

.mockup.is-globe {
  width: 33vw;
  left: 0%;
  right: auto;
}

.text-steps-gray {
  color: #fff6;
}

.text-steps-gray.text-regular {
  font-weight: 400;
}

.top-steps-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.bottom-steps-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-top: 1px solid #ff9c4c;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.max-width-500 {
  max-width: 500px;
}

.right-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: grab;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.wrapper-carousel {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 64px;
  display: flex;
}

.swiper-slide {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff3d;
  border: 1px solid #fff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 300px;
  min-width: 300px;
  height: 50vh;
  max-height: 440px;
  padding: 32px;
  display: flex;
}

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

.body-small {
  font-size: 14px;
  line-height: 160%;
}

.body-small.all-caps.is-card {
  height: 66px;
}

.body-small.is-normal {
  font-weight: 400;
}

.body-small.is-normal.is-faq {
  padding-top: 8px;
  overflow: hidden;
}

.faq-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.faq-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #b5b5b5;
  flex-flow: column;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.faq-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-numbercount_number {
  font-size: 4rem;
  line-height: 1;
}

.number-count {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mockup-full {
  background-color: #f13f3f;
  width: 100%;
}

.max-width-700 {
  max-width: 500px;
}

.footer {
  color: #fff;
  background-color: #141414;
  height: 100vh;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 80px;
  display: flex;
}

.footer-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.logo-footer {
  height: 32px;
  position: relative;
  inset: 52px auto auto 40px;
}

.footer-top-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.is-light {
  font-weight: 400;
}

.is-light.all-caps.is-link {
  color: #fff9;
  text-decoration: none;
  transition: all .2s;
}

.is-light.all-caps.is-link:hover {
  color: #fff;
  text-decoration: underline;
}

.socials-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 107%;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #ff9c4c;
}

.footer-bottom {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  color: #fff9;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 400;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bootm-link {
  color: #fff9;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
}

.footer-bootm-link:hover {
  color: #fff;
  text-decoration: underline;
}

.mockup-hero {
  z-index: -1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  height: 58vh;
  margin-top: -80px;
  position: absolute;
}

.orange-line {
  opacity: .75;
  background-image: linear-gradient(203deg, #ff736000 27%, #ff736080 38% 48%, #ff736080 66%, #ff736000 73%);
  width: 100%;
  height: 250vh;
  position: absolute;
  top: 0%;
  bottom: 0;
}

.orange-line._2 {
  background-image: linear-gradient(193deg, #ff7a3d00 17%, #ff7a3dd9 33% 66%, #ff7a3d00 83%);
  position: static;
}

.orange-line._3 {
  background-image: linear-gradient(193deg, #ff7a3d00 25%, #ff7a3db3 33% 63%, #ff7a3d00 75%);
  position: static;
}

.orange-line._1 {
  background-image: linear-gradient(203deg, #ff7a3d00 5%, #ff7a3d 33% 67%, #ff7a3d00 95%);
  position: static;
}

.orange-line._4 {
  background-image: linear-gradient(193deg, #ff7a3d00 34%, #ff7a3d80 40% 60%, #ff7a3d00 66%);
  position: static;
}

.logo-nav {
  color: #000;
  height: 32px;
  display: block;
}

.logo-nav.light {
  display: none;
}

.nav-buttons {
  display: flex;
}

.nav-open, .icon {
  display: none;
}

.socials-hero-wrapper {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
}

.hero-social-link {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  transform: rotate(0);
}

.hero-social-link:hover {
  text-decoration: underline;
}

.socials-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
  transform: rotate(90deg);
}

.hero-logos-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.logo-white.w--current {
  display: none;
}

.logo-dark.w--current {
  display: block;
}

.swiper-container {
  width: 100%;
}

.logo-open {
  color: #000;
  height: 32px;
  display: block;
}

.logo-open.light {
  display: none;
}

.form {
  z-index: 101;
  background-color: #141414;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-form {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
}

.close-form {
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .3s;
  display: flex;
}

.close-form:hover {
  color: #000;
  background-color: #fff;
}

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

.form-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 550px;
  display: flex;
}

.heading-form {
  color: #fff;
  font-size: 64px;
  line-height: 107%;
  margin: 0.67em 0;
  font-weight: bold;
}

.link-form {
  color: #fff9;
  margin-top: 8px;
  text-decoration: none;
  display: block;
}

.submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff0;
  margin-top: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ppmori, Arial, sans-serif;
  line-height: 100%;
  transition: all .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #141414;
  border: 1px solid #fff;
}

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

.form-input {
  color: #fff;
  background-color: #202020;
  border: 1px #000;
  height: 56px;
  margin-bottom: 0;
  padding: 25.5px 16px 9.5px;
  line-height: 21px;
  transition: all .2s;
}

.form-input:hover, .form-input:focus {
  border: 2px solid #fff;
}

.form-input.is-message {
  height: 220px;
}

.form-group {
  position: relative;
}

.form-label {
  color: #a7a4b1;
  font-family: Ppmori, Arial, sans-serif;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 16px;
  left: 16px;
}

.success-message {
  padding-top: 64px;
  padding-bottom: 64px;
}

.error-message {
  color: #970000;
  font-weight: 400;
}

.hidden {
  display: none;
}

.lottie {
  aspect-ratio: 16 / 9;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: 0%;
}

.bg-section {
  z-index: 0;
  opacity: 0;
  background-color: #bbb8b8;
  height: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}

.bg-sec-wrapper {
  height: 300vh;
  position: relative;
  top: -200vh;
}

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

.currency-badge {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #fff3;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 34px;
  display: flex;
  box-shadow: inset -2px -2px 0 -1px #fff, inset 2px 2px 0 -1px #fff;
}

.logo {
  height: 32px;
}

.wrapper-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

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

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

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

@media screen and (min-width: 1280px) {
  .mockup.blur {
    width: 439px;
    max-width: none;
  }

  .mockup.is-globe {
    width: auto;
  }

  .max-width-700 {
    max-width: 700px;
  }

  .mockup-hero {
    height: 64vh;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 72px;
  }

  h3 {
    font-size: 48px;
  }

  .nav {
    top: 24px;
    left: 24px;
    right: 24px;
  }

  .button-secondary.is-white {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .button-secondary.is-white.full-size {
    flex: 1;
  }

  .button-tertiary {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-tertiary.is-white {
    color: #fff;
  }

  .container, .container.full-height {
    padding-left: 40px;
    padding-right: 40px;
  }

  .all-caps.sub-48 {
    margin-bottom: 16px;
    position: static;
  }

  .all-caps.max-width-470 {
    order: 1;
    max-width: none;
  }

  .all-caps.max-width-470.is-subheadline {
    position: static;
  }

  .all-caps.max-width-275.is-hero {
    z-index: 1;
    align-self: flex-end;
    position: relative;
  }

  .all-caps.sizing-mobile {
    flex: none;
  }

  .hero-wrapper {
    padding-top: 88px;
  }

  .hero-bottom {
    position: relative;
  }

  .hero-bottom-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-primary.is-absolute {
    position: static;
  }

  .button-primary.full-size {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-bottom-wrapper {
    flex-flow: row;
  }

  .section.is-bg {
    height: auto;
    padding-top: 80px;
  }

  .background-lines {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-large {
    font-size: 80px;
  }

  .center-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-default._2ns-sec_float {
    margin-right: 0;
    left: 0;
  }

  .text-default._2ns-sec_float--2 {
    top: 103%;
    bottom: 0%;
    right: 0;
  }

  .text-default.float-top {
    position: static;
  }

  .left-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .relative {
    order: -1;
  }

  .relative.is-exchange {
    order: 1;
  }

  .bottom-wrapper {
    flex-flow: wrap;
    position: static;
  }

  .numbers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .number {
    font-size: 1.5rem;
  }

  .number-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .steps-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 40px;
  }

  .steps-block.is-aff {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 40px;
  }

  .text-color-white.is-large {
    order: 1;
  }

  .mockup {
    z-index: -1;
    order: -1;
    align-self: center;
    max-width: none;
    height: auto;
    max-height: none;
    position: static;
    top: 40px;
    right: auto;
  }

  .mockup.is-left {
    left: auto;
  }

  .mockup.is-mobile {
    display: block;
  }

  .mockup.is-desktop {
    display: none;
  }

  .mockup.blur {
    align-self: center;
    width: auto;
  }

  .mockup.is-globe {
    width: auto;
    left: auto;
  }

  .bottom-steps-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .right-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
  }

  .wrapper-carousel {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faq-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .fs-numbercount_number {
    font-size: 1.5rem;
  }

  .footer {
    height: auto;
  }

  .footer-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-top: 200px;
  }

  .footer-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-top-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .socials-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    order: -1;
    justify-content: center;
  }

  .footer-link {
    font-size: 48px;
  }

  .footer-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .footer-bootm-link {
    flex: none;
  }

  .text-block {
    order: 1;
  }

  .mockup-hero {
    height: 50vh;
    margin-top: 132px;
  }

  .orange-line._4 {
    position: static;
    inset: 0% auto auto 0%;
  }

  .nav-buttons {
    display: none;
  }

  .nav-open {
    z-index: 100;
    background-color: #000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 96px 24px 24px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-button-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: none;
    align-self: stretch;
    display: flex;
  }

  .nav-button-wrapper-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    order: -1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .full-size {
    flex: 1;
  }

  .icon {
    color: #000;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    padding-left: 8px;
    display: block;
  }

  .socials-hero-wrapper {
    display: none;
  }

  .nav-block-open {
    justify-content: space-between;
    align-items: center;
    height: 56px;
    display: flex;
    position: absolute;
    top: 24px;
    left: 24px;
    right: 24px;
  }

  .icon-close {
    color: #fff;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    padding-left: 8px;
  }

  .nav-form {
    top: 24px;
    left: 24px;
    right: 24px;
  }

  .form-wrapper {
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .form-input {
    font-size: 16px;
  }

  .currency-wrapper {
    order: 1;
  }

  .wrapper-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

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

  h3 {
    font-size: 40px;
  }

  .nav {
    left: 8px;
    right: 8px;
  }

  .all-caps.max-width-275 {
    align-self: flex-end;
  }

  .all-caps.max-width-275.is-hero {
    max-width: 240px;
  }

  .hero-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-top: 96px;
  }

  .button-primary {
    order: 1;
  }

  .hero-bottom-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: auto;
  }

  .line {
    width: 151px;
    min-width: 151px;
  }

  .heading-large {
    font-size: 60px;
  }

  .numbers-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .number-block {
    flex: 1;
  }

  .mockup.is-globe {
    width: 100%;
  }

  .bottom-steps-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .faq-block {
    border-bottom-style: none;
  }

  .footer-top-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .nav-open {
    display: none;
  }

  .form {
    justify-content: center;
    align-items: flex-start;
    padding-top: 128px;
    padding-bottom: 96px;
    overflow: auto;
  }
}

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

  .container, .container.full-height {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-wrapper {
    padding-bottom: 40px;
  }

  .hero-bottom {
    width: 100%;
    margin-right: 0;
  }

  .hero-bottom-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom-style: none;
    align-items: stretch;
    padding-bottom: 0;
  }

  .hero-bottom-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .line {
    width: 152px;
    min-width: 152px;
  }

  .heading-large {
    font-size: 44px;
  }

  .text-default.float-top {
    order: -1;
    width: auto;
  }

  .shuffle-wrapper {
    bottom: 40px;
  }

  .relative.is-exchange, .bottom-wrapper {
    align-self: stretch;
  }

  .mockup {
    align-self: stretch;
    width: auto;
  }

  .mockup.blur {
    width: 100%;
  }

  .footer-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mockup-hero {
    max-width: 270px;
    height: auto;
    margin-top: 116px;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .currency-wrapper {
    width: 100%;
  }

  .currency-badge {
    flex: none;
  }
}

#w-node-_953b9499-7cad-723c-fd47-56fc78336840-c6f6cb73, #w-node-_953b9499-7cad-723c-fd47-56fc78336841-c6f6cb73, #w-node-_953b9499-7cad-723c-fd47-56fc78336842-c6f6cb73, #w-node-_953b9499-7cad-723c-fd47-56fc78336843-c6f6cb73, #w-node-_953b9499-7cad-723c-fd47-56fc78336844-c6f6cb73, #w-node-_953b9499-7cad-723c-fd47-56fc78336846-c6f6cb73, #w-node-_953b9499-7cad-723c-fd47-56fc78336848-c6f6cb73, #w-node-_953b9499-7cad-723c-fd47-56fc7833684a-c6f6cb73, #w-node-_25bf08f8-5870-81ae-f3af-33b6895a66dc-c6f6cb73, #w-node-_7241a2c7-6dc6-534f-8546-d8f3b1234360-c6f6cb73, #w-node-aef8401b-a9ac-3761-86b1-a6563d5c5d62-c6f6cb73, #w-node-b10b6622-0af2-76be-2a4c-c10b49043e11-c6f6cb73, #w-node-ea4f9ab9-bfc4-a62c-0d5e-8fcdef3b68a8-c6f6cb73, #w-node-e899c4cb-65c8-2350-ddd5-822354379b50-c6f6cb73, #w-node-_174dc2b7-b05d-eeb8-6d0c-b4562969240f-c6f6cb73, #w-node-ae5965f1-1e54-1a89-6071-426f40cbfefb-c6f6cb73 {
  justify-self: end;
}

#w-node-_769a967f-f4fd-65ce-da9b-903914aeb068-c6f6cb73 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_59c2c846-eb34-82ac-6d1d-7ac07efa7e2c-c6f6cb73 {
  grid-column: span 4 / span 4;
}

#w-node-_335acd65-99d8-8b9d-965b-932de7bfcc83-c6f6cb73 {
  grid-template-rows: auto 1px;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_335acd65-99d8-8b9d-965b-932de7bfcca0-c6f6cb73 {
  grid-column: span 3 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_769a967f-f4fd-65ce-da9b-903914aeb068-c6f6cb73 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_59c2c846-eb34-82ac-6d1d-7ac07efa7e2c-c6f6cb73 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_335acd65-99d8-8b9d-965b-932de7bfcc83-c6f6cb73 {
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  #w-node-_335acd65-99d8-8b9d-965b-932de7bfcc87-c6f6cb73 {
    order: 3;
    grid-row: span 2 / span 2;
  }

  #w-node-_335acd65-99d8-8b9d-965b-932de7bfcc8d-c6f6cb73 {
    order: 4;
  }

  #w-node-_335acd65-99d8-8b9d-965b-932de7bfcca0-c6f6cb73 {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_769a967f-f4fd-65ce-da9b-903914aeb068-c6f6cb73 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_769a967f-f4fd-65ce-da9b-903914aeb069-c6f6cb73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_59c2c846-eb34-82ac-6d1d-7ac07efa7e2c-c6f6cb73 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmori';
  src: url('../fonts/PPMori-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}