@font-face {
  font-family: Fixel;
  src: url('../fonts/FixelVariable.woff2') format('woff2'), url('../fonts/FixelVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

.nomad_header {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  max-width: 1200px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.body {
  flex-flow: column;
  font-family: Fixel, Arial, sans-serif;
  font-weight: 400;
}

.nomad_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #22c45c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-family: Fixel, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nomad_button:hover {
  background-color: #13d659;
}

.nomad_hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  margin-bottom: 64px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.nomad_hero_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.nomad_h1 {
  color: #191c1a;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

.nomad_text_gray {
  color: #9f9f9f;
  font-size: 20px;
  line-height: 120%;
}

.nomad_subheading {
  color: #191c1a;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.nomad_hero_heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
}

.nomad_about_options {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.nomad_option {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.nomad_option_text {
  color: #191c1a;
  font-size: 16px;
  line-height: 120%;
}

.nomad_hero_image {
  object-fit: cover;
  object-position: 62% 50%;
  border-radius: 32px;
}

.nomad_about {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 64px;
  display: grid;
}

.nomad_about_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 62% 50%;
  border-radius: 32px;
}

.nomad_h2 {
  color: #191c1a;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

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

.nomad_about_content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

.nomad_cta {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f7f7f7;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1072px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: visible;
}

.nomad_cta_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: -1;
  max-width: 50%;
}

.nomad_limited {
  color: #191c1a;
  text-align: center;
  background-color: #e2e2e2;
  border-radius: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nomad_cta_image {
  flex: 1;
  margin-right: -50px;
}

.nomad_green_accent {
  color: #13d659;
}

.nomad_cta_image_wrapper {
  border-radius: 32px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.nomad_testimonials {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  margin: -49px auto -20px;
  padding: 32px 64px;
  display: flex;
}

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

.nomad_testimonial {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  aspect-ratio: auto;
  background-color: #f7f7f7;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 64px;
}

.nomad_testimonial_heading {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
}

.nomad_testimonial_h4 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.nomad_testimonial_description {
  color: #9f9f9f;
  font-size: 20px;
  line-height: 120%;
  display: none;
}

.nomad_testimonial_quote {
  font-size: 28px;
  line-height: 120%;
}

.nomad_testimonial_image {
  border-radius: 50%;
  max-width: 64px;
}

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

.nomad_herowithheader {
  flex-flow: column;
  max-width: 1200px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}

.nomad_limited_wrapper {
  background-color: #13d659;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nomad_card_left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  padding-left: 16px;
  padding-right: 16px;
}

.nomad_card_counter {
  color: #fff;
  font-size: 14px;
}

.n-divider {
  background-color: #4d4d4d;
  width: 100%;
  max-width: 1200px;
  height: .5px;
}

.n-footer-left-top {
  flex-flow: column;
  display: flex;
}

.n-footer-content-left {
  color: #808682;
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.n-footer-btn-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-bottom: 8px;
  display: flex;
}

.n-footer-right-ii {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33%;
  display: flex;
}

.n-footer-content {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.n--footer-links-colum {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.n_hero_text_left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.n-footer-right-iii {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 33%;
  display: flex;
}

.nomad_n-heder-line-one {
  opacity: .3;
}

.n-footer-logo {
  width: 100%;
  display: none;
}

.n-label-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.n-header1 {
  color: #fff;
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 90%;
}

.n-footer {
  z-index: 95;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #010d05;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.n-footer-content-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  width: 58%;
  display: flex;
}

.n-footer-links-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
}

.n-label {
  color: #00000080;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.n-label.gray {
  color: #808682;
}

.n-hero-top-wrap {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.n-footer-logo-wrap {
  color: #fff;
  border-top: .5px solid #4d4d4d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.n-hero-title-wrap {
  height: 5vw;
  display: none;
  overflow: hidden;
}

.n-footer-link {
  color: #fff;
  transition: color .2s;
}

.n-footer-link:hover {
  color: #14d559;
  text-decoration: underline;
}

.n-footer-right-i {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #808682;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33%;
  display: flex;
}

.code-embed {
  text-align: center;
}

.n-btns-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.b-store-btn-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #4d4d4d66;
  border: .5px solid #74747433;
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  display: flex;
}

.n-qr-corner {
  position: absolute;
  inset: 10px 10px auto auto;
}

.n-app-btn {
  background-color: #000000b3;
  border: .5px solid #74747433;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: background-color .2s;
  display: flex;
}

.n-app-btn:hover {
  background-color: #000;
}

.n-menu-qr {
  max-width: 80%;
}

.n-btn-qr {
  color: #fff;
  text-align: center;
  background-color: #0e0e0e;
  border: .5px solid #74747429;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 12px;
  line-height: 120%;
  display: flex;
  position: relative;
}

.b-menu-content-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1a1a1a;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  padding: 10px;
  display: flex;
}

.b-menu-wrap {
  z-index: 99;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.n-label-3 {
  color: #ffffff80;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.n-close-menu {
  color: #fff;
  background-color: #000000b3;
  border: .5px solid #74747433;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  transition: background-color .2s;
}

.n-close-menu:hover {
  background-color: #000;
}

.r-header-wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.header-wrap.bitcoinmain {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.gradient-only-mob-bottom {
  display: none;
}

.b-r-hero {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.r-button-wrap-mobile {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.b-r-hero-video {
  width: 100%;
  height: 100%;
}

.b-cta {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #ffffff29;
  border-radius: 12px;
  padding: 22px 60px;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.r-hero-content-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.b-r-button-wrap-desctop {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.r-divier {
  height: 1px;
}

.r-logo-wrap {
  width: 50%;
}

.r-video-wrap {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  left: 0;
}

.gradient-only-mob-top {
  display: none;
}

.shiny-cta, .shiny-cta-mob {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.b-r-h1 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(93deg, #fff, #999 76%);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vh;
  line-height: 90%;
}

.b-r-h1.clipped {
  background-image: linear-gradient(93deg, #fff, #666 76%);
  font-family: Fixel, Arial, sans-serif;
  font-size: 6vw;
}

.r-hero-wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 70%;
  display: flex;
  position: relative;
}

.point-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #ffffff4d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.r-point-header-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.r-points-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

._w-point-text {
  color: #fff9;
  font-family: Fixel, Arial, sans-serif;
}

.text-piont {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 100%;
}

.text-piont.clipped {
  background-image: linear-gradient(90deg, #fff, #4d4d4d);
  font-family: Fixel, Arial, sans-serif;
}

.point-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.point-heder-icon {
  opacity: .3;
}

.b-r-points {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._w-image-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.point-icon {
  opacity: .7;
}

.r-b-numbers {
  color: #fff;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 90%;
  display: none;
}

.output-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.r-calc-wrap {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.b-r-calc {
  background-color: #000;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._w-num-style {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 3.9vw;
  font-family: Fixel, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

._w-num-style.first {
  height: auto;
  overflow: visible;
}

.b-calc-header {
  color: #fff;
  font-family: Fixel, Arial, sans-serif;
}

.r-input {
  background-color: #ffffff12;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  padding: 20px;
  display: flex;
}

.b-calc-header-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  width: 100%;
}

.r-million, .r-procent {
  background-color: #ffffff12;
  border-radius: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  padding: 20px;
  display: flex;
}

.r-calc-content-wrap {
  width: 50%;
}

.b-r-footer {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.r-footer-wrap {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  color: #505050;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-up {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._w-footer-link-wrrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-footer-link-soc {
  color: #e6e6e6;
  font-family: Fixel, Arial, sans-serif;
  text-decoration: none;
}

._w-footer-link-soc:hover {
  text-decoration: underline;
}

.footer-bootom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._w-footer-link {
  color: #505050;
  font-family: Fixel, Arial, sans-serif;
  text-decoration: none;
}

._w-footer-link:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

.n-btn-qr-wrap-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #4d4d4d66;
  border: .5px solid #74747433;
  border-radius: 28px;
  flex-flow: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.n-label-wrap-copy {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-bitcoin {
  background-color: #000;
  font-family: Fixel, Arial, sans-serif;
}

.b-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.b-c-header-wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.b-c-hero-content-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.b-c-hero-content-wrap.up {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
}

.c-logo-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.b-utm-form {
  text-align: center;
  background-color: #0000;
  border-radius: 12px;
  width: 400px;
  height: 60px;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.b-utm-form:active, .b-utm-form:focus, .b-utm-form:focus-visible {
  color: #fff;
}

.b-cashback-form {
  color: #d8d8d8;
  font-size: 24px;
  line-height: 100%;
}

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

.shiny-cta-form {
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.text-piont-new {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  font-weight: 600;
  line-height: 100%;
}

.text-piont-new.clipped {
  background-image: linear-gradient(90deg, #fff, #4d4d4d);
  font-family: Fixel, Arial, sans-serif;
  font-size: 2.3vw;
}

@media screen and (min-width: 1440px) {

  .r-hero-wrap {
    height: 80%;
  }
}

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

  .nomad_button, .nomad_button.hide {
    font-size: 14px;
  }

  .nomad_hero {
    flex-flow: column;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

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

  .nomad_h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .nomad_text_gray, .nomad_subheading {
    font-size: 16px;
  }

  .nomad_hero_heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nomad_option_text {
    font-size: 14px;
  }

  .nomad_hero_image {
    order: -1;
  }

  .nomad_about {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nomad_about_image {
    object-fit: contain;
    object-position: 50% 100%;
    background-color: #f7f7f7;
  }

  .nomad_h2 {
    font-size: 24px;
  }

  .nomad_cta {
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nomad_cta_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nomad_limited {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .nomad_testimonials {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nomad_testimonial {
    padding: 32px;
  }

  .nomad_testimonial_h4 {
    font-size: 20px;
  }

  .nomad_testimonial_description {
    font-size: 14px;
  }

  .nomad_testimonial_quote {
    font-size: 16px;
  }

  .nomad_herowithheader {
    padding-left: 0;
    padding-right: 0;
  }

  .nomad_card_counter {
    font-size: 15px;
  }

  .n-footer-content-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    align-items: flex-end;
    width: 100%;
  }

  .n-footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .n_hero_text_left {
    width: 100%;
  }

  .n-header1 {
    font-size: 8vw;
  }

  .n-footer-content-right {
    width: 100%;
  }

  .n-hero-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .n-hero-title-wrap {
    height: 7vw;
  }

  .b-menu-content-wrap {
    width: 70%;
  }

  .b-r-button-wrap-desctop {
    display: flex;
  }

  .r-hero-wrap {
    height: 35%;
  }

  .point-heder-icon {
    width: 30px;
  }

  .b-calc-header-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .code-embed-3 {
    width: 100%;
  }

  ._w-footer-link-wrrap {
    flex-flow: wrap;
  }

  .footer-bootom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .n-btn-qr-wrap-copy {
    display: none;
  }

  .b-utm-form {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .nomad_about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .nomad_about_image {
    aspect-ratio: 16 / 9;
  }

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

  .nomad_cta {
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 25%;
  }

  .nomad_cta_content {
    max-width: 80%;
    overflow: visible;
  }

  .nomad_testimonials {
    flex-flow: column;
    display: flex;
  }

  .n_hero_text_left {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .n-header1 {
    letter-spacing: -1px;
  }

  .n-footer-content-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .n-hero-top-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .n-footer-right-i {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .b-menu-content-wrap {
    width: 90%;
  }

  .r-header-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .b-r-hero {
    height: auto;
    padding-top: 20px;
    padding-right: 0;
  }

  .r-button-wrap-mobile {
    margin-top: 32px;
  }

  .b-r-hero-video {
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .r-hero-content-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .b-r-button-wrap-desctop {
    margin-top: 32px;
  }

  .r-logo-wrap {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .r-video-wrap {
    width: 100%;
    height: 100vw;
    position: static;
  }

  .r-hero-wrap {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .point-body {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .r-points-wrap {
    width: 100%;
  }

  .text-piont.clipped {
    font-size: 5vw;
  }

  .b-r-points {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .b-r-calc {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._w-num-style {
    height: 7.9vw;
    font-size: 8vw;
  }

  .r-input, .r-million, .r-procent {
    height: 260px;
  }

  .r-calc-content-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .b-r-footer {
    justify-content: center;
    align-items: center;
  }

  .r-footer-wrap {
    width: 100%;
  }

  .footer-up, ._w-footer-link-wrrap {
    justify-content: center;
    align-items: center;
  }

  .b-c-header-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .b-c-hero-content-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-logo-wrap {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-piont-new.clipped {
    font-size: 5vw;
  }
}

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

  .nomad_button {
    font-size: 14px;
  }

  .nomad_button.hide {
    display: none;
  }

  .nomad_hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .nomad_hero_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: stretch;
  }

  .nomad_h1 {
    font-size: 32px;
  }

  .nomad_text_gray {
    font-size: 12px;
  }

  .nomad_subheading {
    font-size: 14px;
  }

  .nomad_hero_heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nomad_option_text {
    font-size: 14px;
  }

  .nomad_hero_image {
    aspect-ratio: 1;
    order: -1;
  }

  .nomad_about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nomad_h2 {
    text-align: left;
    font-size: 24px;
  }

  .nomad_cta {
    flex-flow: column;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px 16px 0;
  }

  .nomad_cta_content {
    z-index: 1;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 100%;
    position: relative;
  }

  .nomad_limited {
    flex: 1;
    padding: 4px 16px;
    font-size: 14px;
  }

  .nomad_cta_image {
    margin-right: 0;
  }

  .nomad_cta_image_wrapper {
    width: 100%;
    position: absolute;
  }

  .nomad_testimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .nomad_testimonial_wrapper {
    display: flex;
  }

  .nomad_testimonial_h4 {
    font-size: 16px;
  }

  .nomad_testimonial_description {
    font-size: 12px;
  }

  .nomad_testimonial_quote {
    font-size: 16px;
  }

  .nomad_testimonial_image {
    max-width: 48px;
  }

  .image-4 {
    max-width: 40%;
  }

  .nomad_herowithheader {
    height: 100%;
    padding-bottom: 0;
  }

  .nomad_limited_wrapper {
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .nomad_card_left {
    flex-flow: row;
    flex: none;
  }

  .nomad_card_counter {
    text-align: left;
  }

  .n-footer-content-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .n-footer-right-ii {
    width: 100%;
  }

  .n_hero_text_left {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .n-footer-right-iii {
    width: 100%;
  }

  .n-header1 {
    margin-bottom: 10px;
    font-size: 10vw;
  }

  .n-footer-links-wrap {
    align-self: stretch;
  }

  .n-hero-top-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .n-hero-title-wrap {
    height: 9vw;
  }

  .n-footer-right-i {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
  }

  .auth-widget {
    width: 100%;
    max-width: 520px;
  }

  .b-menu-content-wrap {
    width: 95%;
  }

  .r-header-wrap {
    position: absolute;
    top: 20px;
  }

  .header-wrap.bitcoinmain {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
  }

  .gradient-only-mob-bottom {
    background-image: linear-gradient(0deg, #000, #0000);
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .b-r-hero {
    justify-content: flex-end;
    align-items: center;
    height: 100svh;
    padding-top: 0;
    padding-bottom: 20px;
    position: relative;
  }

  .r-button-wrap-mobile {
    flex-flow: column;
    display: flex;
  }

  .b-r-hero-video {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .b-cta {
    padding: 18px 36px;
  }

  .r-hero-content-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .b-r-button-wrap-desctop {
    display: none;
  }

  .r-video-wrap {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .gradient-only-mob-top {
    background-image: linear-gradient(#000, #0000);
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .shiny-cta-mob {
    display: flex;
  }

  .b-r-h1.clipped {
    font-size: 8vw;
  }

  .b-r-h1.clipped.b-form-title {
    font-size: 8.5vw;
  }

  .r-hero-wrap {
    height: 38.2313%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .point-body {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .r-point-header-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .r-points-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-piont {
    width: 100%;
    font-size: 17px;
    line-height: 100%;
  }

  .text-piont.clipped {
    font-size: 7vw;
  }

  .point-text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .point-heder-icon {
    width: 28px;
  }

  .point-icon {
    max-width: 60%;
  }

  .r-b-numbers {
    font-size: 10vw;
  }

  .b-r-calc {
    height: auto;
  }

  ._w-num-style {
    height: 6.4vw;
    font-size: 6.5vw;
  }

  .r-input, .r-million, .r-procent {
    height: 230px;
  }

  .b-r-footer {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .r-footer-wrap {
    padding-top: 40px;
  }

  .footer-bootom {
    justify-content: center;
    align-items: center;
  }

  .b-form {
    height: 100svh;
  }

  .b-c-header-wrap {
    position: absolute;
    top: 20px;
  }

  .b-c-hero-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .b-c-hero-content-wrap.up {
    padding-top: 80px;
  }

  .b-utm-form {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .b-cashback-form {
    font-size: 18px;
    line-height: 120%;
  }

  .b-form-text-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-piont-new {
    width: 100%;
    font-size: 17px;
    line-height: 100%;
  }

  .text-piont-new.clipped {
    margin-top: 16px;
    font-size: 16px;
  }
}

#w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-6282021e, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-6282021e, #w-node-_3de3fa8f-b42e-fcb8-e4ef-c48f3a78873d-6282021e, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-67e2761c, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-67e2761c, #w-node-_3de3fa8f-b42e-fcb8-e4ef-c48f3a78873d-67e2761c, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-84f072f3, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-84f072f3, #w-node-_3de3fa8f-b42e-fcb8-e4ef-c48f3a78873d-84f072f3, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-96e4d689, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-96e4d689, #w-node-_3de3fa8f-b42e-fcb8-e4ef-c48f3a78873d-96e4d689, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-8499a11d, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-8499a11d, #w-node-_3de3fa8f-b42e-fcb8-e4ef-c48f3a78873d-8499a11d, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-38ef2cd9, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-38ef2cd9, #w-node-_3de3fa8f-b42e-fcb8-e4ef-c48f3a78873d-38ef2cd9, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-f9ba50aa, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-f9ba50aa, #w-node-_3de3fa8f-b42e-fcb8-e4ef-c48f3a78873d-f9ba50aa, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-538bfccf, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-538bfccf, #w-node-_3de3fa8f-b42e-fcb8-e4ef-c48f3a78873d-538bfccf, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-8acfd45e, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-8acfd45e, #w-node-_5f2a26a8-2879-f239-1e35-b2a93529c242-8acfd45e, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-7e3d068b, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-7e3d068b, #w-node-_5f2a26a8-2879-f239-1e35-b2a93529c242-7e3d068b, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-9d78b8f4, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-9d78b8f4, #w-node-_5f2a26a8-2879-f239-1e35-b2a93529c242-9d78b8f4, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-640cea1c, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-640cea1c, #w-node-_5f2a26a8-2879-f239-1e35-b2a93529c242-640cea1c, #w-node-_75e879dd-d8d8-2310-3f0e-7a53b1bb4905-6aa4b4b5, #w-node-_5e5ab38d-b067-fe24-679c-d1ddb1d59dab-6aa4b4b5, #w-node-_5f2a26a8-2879-f239-1e35-b2a93529c242-6aa4b4b5 {
  align-self: stretch;
}


@font-face {
  font-family: 'Fixel';
  src: url('../fonts/FixelVariable.woff2') format('woff2'), url('../fonts/FixelVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}