body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.utility-page-wrap {
  background-color: #def1ff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

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

.header {
  z-index: 999;
  background-color: #fff;
  border-radius: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: 72px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 72px;
  display: block;
  position: static;
}

.image {
  max-width: 12%;
}

.navigation-bar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.logo-home {
  flex: 0 auto;
  height: auto;
  margin-right: 0%;
  padding: 0;
}

.contact {
  color: #000;
  background-color: #ffc107;
  border: 1px solid #0000;
  border-radius: 22px;
  height: auto;
  margin-top: 28px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
}

.nav-item {
  color: #00001a;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.nav-item:hover {
  border: 1px solid #fff;
}

.nav-item.w--current {
  color: #00001a;
}

.mx-symbol {
  max-width: 100%;
}

.body {
  color: #fff;
  background-color: #006642;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.image-2 {
  max-width: 100%;
  max-height: 72px;
}

.image-3 {
  border-radius: 0;
  max-height: 100%;
}

.div-block {
  width: 100%;
  max-width: 1360px;
  position: fixed;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary:active {
  background-color: #43464d;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-2 {
  background-color: #0000;
}

.item-wrapper-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.nav-item-copy {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 22px;
  width: auto;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.nav-item-copy:hover {
  border: 1px solid #fff;
}

.contact-copy {
  color: #000;
  text-align: center;
  background-color: #ffc107;
  border: 1px solid #0000;
  border-radius: 22px;
  height: auto;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
}

.nav-item-copy-copy {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 22px;
  width: auto;
  padding: 12px 24px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.nav-item-copy-copy:hover {
  border: 1px solid #fff;
}

.float-header {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  position: fixed;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 200px;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 100%;
  padding: 40px 0;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5rem;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.section {
  width: 100%;
  margin-top: 80px;
}

.hero-heading-left {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Untitled-design-8_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 1px #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 0 72px;
  display: flex;
  position: relative;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3rem;
}

.hero-split-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: 100%;
  padding: 60px 40px 40px 0;
  display: flex;
}

.exchanger {
  background-color: #050a30;
  border-radius: 22px;
  width: 100%;
  max-width: none;
  height: 433px;
  max-height: none;
}

.process-container {
  flex-flow: row;
  width: 100%;
  max-width: 1360px;
  display: block;
}

.process-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process {
  z-index: 1;
  background-color: #40ad87;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px 4px #008154;
}

.process-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 46px;
}

.process-tagline {
  text-align: center;
  max-width: 670px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
}

.process-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 28px;
  display: flex;
}

.process-steps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #00482f;
  background-color: #e3faf2;
  border-radius: 16px;
  flex-flow: column;
  max-width: 330px;
  height: 100%;
  padding: 30px;
  display: flex;
}

.step-up-half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  min-height: 72px;
  max-height: none;
  font-size: 14px;
  display: flex;
}

.step-down-half {
  max-height: none;
}

.process-step-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 32px;
}

.process-step-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.process-step-icon {
  max-width: 50px;
}

.bold-text {
  font-size: 40px;
}

.bold-text-2 {
  font-size: 1.8rem;
  line-height: 36px;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 1720px;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.currencies {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 220px 72px;
  display: flex;
  position: relative;
}

.currencies-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  flex-flow: wrap;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.currency {
  background-color: #0000;
}

.bold-text-3 {
  text-align: center;
}

.bold-text-3-copy {
  text-align: center;
  line-height: 53px;
}

.process-tagline-copy {
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
}

.process-text-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.currenciededed {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #050a30;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  padding: 30px;
  display: flex;
  position: static;
  box-shadow: 0 0 6px 3px #0003;
}

.step-up-half-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  max-height: none;
  font-size: 14px;
  display: flex;
}

.bold-text-4 {
  height: auto;
  min-height: 66.6667px;
}

.process-text-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.process-tagline-copy-copy {
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
}

.currency-big-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  padding-bottom: 28px;
  display: grid;
}

.benefits {
  background-image: url('../images/Untitled-design-6.avif');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 100px 72px;
  display: flex;
  position: relative;
}

.benefits-container {
  flex-flow: row;
  width: 100%;
  max-width: 1360px;
  display: block;
}

.benefits-wrapper {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  display: block;
}

.benefit-text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #00482f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 21px;
  display: flex;
}

.benefit-title {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 50px;
  line-height: 52px;
}

.benefit-tagline {
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
}

.benefitadados {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.process-step-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #050a30;
  border-radius: 16px;
  flex-flow: column;
  max-width: 330px;
  padding: 30px;
  display: flex;
}

.benefit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #00482f;
  background-color: #e3faf2;
  border: 1px #050a30;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 6px 3px #0003;
}

.step-up-half-benefit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  min-height: 72px;
  max-height: none;
  font-size: 14px;
  display: flex;
}

.step-down-half-benefit {
  max-height: none;
}

.process-step-icon-copy {
  max-width: 50px;
}

.benefittitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 32px;
}

.benefittagline {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.for {
  background-color: #40ad87;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 100px 72px;
  display: flex;
  position: relative;
}

.for-container {
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  display: flex;
}

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

.for-image {
  width: 100%;
  min-width: auto;
  max-width: 510px;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}

.for-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 650px;
  height: 100%;
  padding: 40px 0;
  display: flex;
}

.for-title-and-tagline {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.for-tagline-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.yacht {
  width: 100%;
  height: 100%;
}

.benefit-text-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-bottom: 0;
  line-height: 21px;
  display: flex;
}

.image-4 {
  border-radius: 16px;
  width: auto;
  box-shadow: 0 0 6px 3px #0003;
}

.for-tagline {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.45rem;
}

.for-heading {
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 50px;
  line-height: 52px;
}

.who-for-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #00482f;
  background-color: #e3faf2;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.who-for-acc {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.image-4-copy {
  border-radius: 16px;
  width: 402px;
  max-width: none;
  box-shadow: 0 0 6px 3px #0003;
}

.bold-text-5 {
  font-weight: 600;
}

.for-ikage {
  width: 35px;
  max-width: none;
}

.teste {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 110px 72px;
  display: flex;
  position: relative;
}

.slider {
  background-color: #050a30;
  border: 1px #000;
  border-radius: 19px;
  width: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.slide {
  background-color: #002417;
  border-radius: 18px;
  padding: 40px 80px;
}

.testesec {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #00482f;
  text-align: center;
  background-color: #e3faf2;
  border-radius: 18px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.image-6 {
  width: 50px;
  max-width: none;
}

.testeain {
  text-align: center;
  width: auto;
  max-width: 920px;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 18px;
}

.ali {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-7 {
  border-radius: 750px;
  width: auto;
  max-width: 70px;
  height: auto;
  max-height: none;
}

.tagali {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.acccc {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.for-title-and-tagline-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
  display: flex;
}

.for-heading-copy {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 50px;
  line-height: 52px;
}

.for-tagline-copy {
  text-align: center;
  max-width: 790px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.45rem;
  display: flex;
}

.finalcta {
  background-color: #00482f;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 110px 72px;
  display: flex;
  position: relative;
}

.finalciont {
  background-color: #0000;
  border-radius: 16px;
  padding: 20px;
}

.wrapperconts {
  max-width: 1360px;
}

.mainbih {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #e3faf2;
  border-radius: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.subbih {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #00482f;
  background-color: #e3faf2;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: auto;
  padding: 30px;
  display: flex;
}

.for-heading-copy-copy {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 50px;
  line-height: 52px;
}

.for-tagline-copy-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.45rem;
  display: flex;
}

.wassup {
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #ffc107;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 268px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.div-block-3 {
  z-index: 2147483647;
  background-color: #def1ff;
  width: 100vw;
  height: 8px;
  position: fixed;
}

.wassup-copy {
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #ffc107;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 146px;
  margin-top: 48px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #fff7ea;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  position: relative;
}

.copyriught {
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  display: flex;
}

.logo-tyshi {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.linsnshi {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 16px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: 100%;
  max-width: 1360px;
  padding-top: 20px;
  display: flex;
}

.for-tagline-copy-copy-copy {
  color: #000;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 540px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.45rem;
  display: flex;
}

.image-8 {
  max-width: 350px;
}

.footer-link, .footer-link-copy {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}

.cindemememme {
  color: #000;
  padding-left: 4px;
}

.paragraph {
  color: #000;
  max-width: 400px;
  margin-bottom: 0;
  font-size: 14px;
}

.kjbev {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  flex-flow: column;
  padding-left: 40px;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

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

.image-9 {
  max-width: 400px;
}

.heading-2 {
  font-size: 62px;
  line-height: 58px;
}

.text-block {
  font-size: 32px;
  line-height: 36px;
}

.currencies-container-copy {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.currenciededed-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #e3faf2;
  border: 1px solid #e3faf2;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  padding: 30px;
  display: flex;
  position: static;
  box-shadow: 0 0 6px 3px #008154;
}

.currenciededed-copy:hover {
  background-color: #0000;
  border: 1px solid #e3faf2;
}

.currencies-wrapper-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #000;
  flex-flow: wrap;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.currency-big-text-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  padding-bottom: 38px;
  display: grid;
}

.entirenew {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.more-show {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.more-show.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  position: static;
}

.usshow {
  width: auto;
  max-width: none;
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.currency-info-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.show-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.show-us.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.show-crypto, .show-uk, .show-eu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: none;
  position: absolute;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2 {
  text-align: left;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.paragraph-3 {
  opacity: 1;
  text-align: left;
  flex-flow: row;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.show-us-copy, .show-bit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.popuphead {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 44px;
}

.process-step-title-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 32px;
}

.bound-show, .eu-show, .yuan-show, .ir-show, .aliraq-show, .dubai-show, .turchie-show, .assetes-show {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.pinte {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-4 {
  height: 1px;
}

.proceterium {
  height: 1px;
  margin-bottom: -10px;
}

.currkeeper {
  max-width: 1360px;
}

.bgforvurt {
  z-index: -3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.test-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.acctextframe {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #00482f;
  background-color: #e3faf2;
  border-radius: 16px;
  flex-flow: column;
  max-width: 328.003px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px 3px #008154;
}

.testnamecoun {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  max-width: 70px;
  max-height: 70px;
}

.paragraph-4 {
  font-size: 18px;
  line-height: 21px;
}

.test-wrappering {
  width: 100%;
  max-width: 1360px;
}

.heading-5, .heading-6, .heading-7, .heading-8 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.section-top {
  z-index: 3;
  position: relative;
}

.angle-overlay {
  z-index: 4;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  background-color: #000;
  width: 480px;
  height: 60px;
  position: absolute;
  bottom: -1px;
  left: 0;
  rotate: none;
}

.inverted-corner {
  pointer-events: none;
  z-index: 10000;
  background-color: #e3faf2;
  border-top-right-radius: 50px;
  width: 500px;
  height: 50px;
  position: absolute;
  top: -110px;
  left: 0;
}

.btm-hero {
  pointer-events: none;
  z-index: 10;
  background-color: #40ad87;
  border-top: 1px #000;
  border-top-right-radius: 40px;
  width: 300px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sumtaing {
  z-index: 1;
  pointer-events: none;
  background-color: #40ad87;
  border-bottom-left-radius: 40px;
  width: 330px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

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

.btm-hero-copy {
  pointer-events: none;
  z-index: 10;
  background-color: #00482f;
  border-top: 1px #000;
  border-top-right-radius: 40px;
  width: 300px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btm-hero-copy-copy {
  pointer-events: none;
  pointer-events: none;
  z-index: 10;
  background-color: #006642;
  border-top: 1px #000;
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
  width: 300px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btm-hero-copy-copy-copy {
  pointer-events: none;
  z-index: 10;
  background-color: #40ad87;
  border-top: 1px #000;
  border-top-left-radius: 0;
  border-top-right-radius: 40px;
  width: 300px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}

._3devting {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

._3devtingitem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: row;
  align-items: center;
  font-size: 18px;
  display: flex;
}

._3devtingimg {
  max-width: 28px;
}

.poptxtda {
  opacity: 1;
  text-align: left;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.chriptonite-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.chriptonite-card.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.gratbritishpond-chard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.gratbritishpond-chard.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.euro-chartavshina {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.euro-chartavshina.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.chiniahni {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.chiniahni.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.iranidedsa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.iranidedsa.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.iraqwiah {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.iraqwiah.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.dubnaimai {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.dubnaimai.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.tuchie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.tuchie.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.mushmore {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 681px;
  height: auto;
  min-height: auto;
  display: flex;
  position: absolute;
}

.mushmore.info-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #00482f;
  z-index: 4;
  pointer-events: none;
  background-color: #e3faf2;
  border-radius: 22px;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding: 30px;
  display: flex;
  position: absolute;
}

.body-2 {
  color: #fff;
  background-color: #006642;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 600;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row-reverse;
  padding: 0;
  display: flex;
  position: static;
}

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

.icon-2 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.lang-choos-link {
  color: #000;
  text-align: center;
  background-color: #ffc107;
  border-radius: 22px;
  padding: 12px 24px;
  position: relative;
}

.dropdown-list {
  margin-top: 20px;
}

.dropdown-list.w--open {
  color: #000;
  background-color: #0000;
  margin-top: 88px;
}

.contact-copy {
  color: #000;
  background-color: #ffc107;
  border: 1px solid #0000;
  border-radius: 22px;
  height: auto;
  margin-top: 0;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
}

.contact-copy-copy {
  color: #000;
  text-align: center;
  text-align: center;
  background-color: #ffc107;
  border: 1px solid #0000;
  border-radius: 22px;
  height: auto;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-6 {
  text-transform: none;
  overflow-wrap: normal;
}

.div-block-5 {
  display: flex;
}

.link {
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.div-block-6 {
  background-color: #40ad87;
  border-radius: 22px;
  width: 100%;
  height: 100%;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .header {
    border-radius: 23px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-bar-wrapper {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    border-radius: 23px;
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }

  .contact {
    text-align: center;
  }

  .nav-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    padding-bottom: 12px;
  }

  .nav-item.w--current {
    pointer-events: auto;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    text-decoration-color: #000;
  }

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

  .item-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    background-color: #050a30;
    border-bottom: 0 solid #000;
    border-radius: 22px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    margin-top: 8px;
    padding-bottom: 0;
    position: absolute;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .navbar {
    border-radius: 23px;
  }

  .icon {
    color: #000;
    font-size: 60px;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
    padding: 0;
  }

  .item-wrapper-copy {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    background-color: #fff;
    border-bottom: 0 solid #000;
    border-radius: 22px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 24px 92px;
    position: absolute;
  }

  .nav-item-copy {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .contact-copy {
    text-align: center;
    width: 100%;
  }

  .nav-item-copy-copy {
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .float-header {
    border-radius: 23px;
  }

  .container-2 {
    max-width: none;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
  }

  .hero-split {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .hero-heading-left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
    display: flex;
  }

  .hero-split-copy {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 0 0 40px;
  }

  .process {
    margin-top: 0;
    padding: 140px 72px;
  }

  .process-title {
    font-size: 46px;
  }

  .process-text {
    padding-bottom: 28px;
  }

  .process-steps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .process-step {
    max-width: 100%;
    padding: 20px;
  }

  .step-up-half {
    min-height: 52px;
    max-height: none;
  }

  .process-step-title {
    font-size: 22px;
    line-height: 26px;
  }

  .process-step-description {
    font-size: 16px;
  }

  .bold-text-2 {
    line-height: 26px;
  }

  .hero-subscribe-left {
    margin-top: 390px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .currencies {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .currencies-wrapper {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-3-copy {
    line-height: 48px;
  }

  .process-tagline-copy {
    margin-bottom: 28px;
  }

  .process-text-copy {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding-bottom: 0;
  }

  .currenciededed {
    max-width: 100%;
    padding: 20px;
  }

  .step-up-half-copy {
    min-height: 52px;
    max-height: none;
  }

  .process-text-copy-copy {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding-bottom: 0;
  }

  .process-tagline-copy-copy {
    margin-bottom: 28px;
  }

  .benefits {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .benefit-text {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 100%;
    padding-bottom: 0;
  }

  .benefit-title {
    font-size: 46px;
  }

  .benefitadados {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch center;
    display: grid;
  }

  .process-step-copy {
    max-width: 100%;
    padding: 20px;
  }

  .benefit {
    max-width: 100%;
    height: 100%;
    max-height: none;
    padding: 20px;
  }

  .step-up-half-benefit {
    min-height: 52px;
    max-height: none;
  }

  .benefittitle {
    font-size: 22px;
    line-height: 26px;
  }

  .benefittagline {
    font-size: 16px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .for {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .for-wrapper {
    flex-flow: column;
    display: flex;
  }

  .for-image {
    max-width: 400px;
    padding-bottom: 0;
  }

  .for-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .for-title-and-tagline {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefit-text-copy {
    padding-bottom: 28px;
  }

  .image-4 {
    width: 100%;
    height: auto;
  }

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

  .image-4-copy {
    width: 100%;
    height: auto;
  }

  .teste {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .slide {
    padding: 30px 60px;
  }

  .testesec {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
  }

  .image-6 {
    width: 40px;
  }

  .testeain {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ali {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .for-title-and-tagline-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .for-heading-copy {
    font-size: 46px;
  }

  .finalcta {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .mainbih {
    padding: 40px;
  }

  .subbih {
    padding: 0;
  }

  .for-heading-copy-copy {
    font-size: 46px;
  }

  .div-block-2 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

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

  .footer-form-container {
    max-width: 350px;
  }

  .copyriught {
    font-size: 12px;
  }

  .for-tagline-copy-copy-copy {
    font-size: 16px;
  }

  .image-8 {
    max-width: 300px;
  }

  .footer-link, .footer-link-copy {
    font-size: 14px;
  }

  .code-embed {
    height: auto;
  }

  .currenciededed-copy {
    max-width: 100%;
    padding: 20px;
  }

  .currenciededed-copy:active {
    background-color: #0000;
  }

  .currencies-wrapper-copy {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .entirenew {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .more-show.info-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    max-width: none;
    font-size: 18px;
  }

  .currency-info-wrapper {
    height: auto;
  }

  .show-us.info-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .paragraph-2 {
    width: 100%;
    max-width: none;
    font-size: 16px;
  }

  .popuphead {
    font-size: 34px;
    line-height: 36px;
  }

  .process-step-title-copy {
    font-size: 22px;
    line-height: 26px;
  }

  .pinte {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .test-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 1fr;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: stretch stretch;
    display: grid;
  }

  .jkhgk {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .poptxtda {
    flex-flow: column;
    font-size: 18px;
    display: block;
  }

  .chriptonite-card.info-card, .gratbritishpond-chard.info-card, .euro-chartavshina.info-card, .chiniahni.info-card, .iranidedsa.info-card, .iraqwiah.info-card, .dubnaimai.info-card, .tuchie.info-card, .mushmore.info-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .lang-choos-link {
    width: auto;
  }

  .dropdown-list {
    width: 100%;
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    position: static;
  }

  .contact-copy {
    text-align: center;
    text-align: center;
  }

  .contact-copy-copy {
    text-align: center;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    padding-left: 44px;
    padding-right: 44px;
  }

  .header {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-bar-wrapper {
    padding-left: 44px;
    padding-right: 44px;
  }

  .contact {
    border-radius: 10px;
    margin-top: 0;
    padding: 8px 16px;
    font-size: 16px;
  }

  .body {
    padding: 0;
  }

  .image-3 {
    position: static;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .icon {
    color: #000;
  }

  .item-wrapper-copy, .float-header {
    padding-left: 44px;
    padding-right: 44px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-split {
    padding: 0;
  }

  .margin-bottom-24px {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-heading-left {
    margin-top: 0;
    padding: 100px 44px;
  }

  .heading {
    text-align: left;
    max-width: 470px;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .hero-split-copy {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 0 0 22px;
  }

  .exchanger {
    height: 280px;
  }

  .process {
    margin-top: 0;
    padding: 100px 44px;
  }

  .process-title {
    font-size: 28px;
  }

  .process-tagline {
    max-width: 500px;
    font-size: 16px;
    line-height: 20px;
  }

  .process-text {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-bottom: 20px;
  }

  .process-steps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .process-step {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 340px;
    height: 100%;
    padding: 20px;
  }

  .step-up-half {
    min-height: 50px;
    max-height: none;
  }

  .step-down-half {
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .process-step-title {
    justify-content: center;
    align-items: center;
    min-height: 72px;
    max-height: none;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .process-step-description {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .process-step-icon {
    max-width: 46px;
    font-size: 14px;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-subscribe-left {
    margin-top: 1360px;
    padding: 60px 15px;
  }

  .currencies {
    margin-top: 0;
    padding: 100px 44px;
  }

  .currencies-wrapper {
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr 1fr;
    place-items: stretch stretch;
  }

  .bold-text-3-copy {
    line-height: 34px;
  }

  .process-tagline-copy {
    max-width: 500px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .process-text-copy {
    padding-bottom: 0;
  }

  .currenciededed {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    max-width: none;
    height: 100%;
    padding: 20px;
  }

  .step-up-half-copy {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    min-height: auto;
    max-height: 50px;
  }

  .bold-text-4 {
    min-height: auto;
  }

  .process-text-copy-copy {
    padding-bottom: 0;
  }

  .process-tagline-copy-copy {
    max-width: 500px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .currency-big-text {
    grid-template-rows: 1fr;
    padding-bottom: 28px;
  }

  .benefits {
    margin-top: 0;
    padding: 100px 44px;
  }

  .benefit-text {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-title {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .benefit-tagline {
    width: 100%;
    max-width: 500px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .benefitadados {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .process-step-copy, .benefit {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 340px;
    height: 100%;
    padding: 20px;
  }

  .step-up-half-benefit {
    min-height: 50px;
    max-height: none;
  }

  .step-down-half-benefit {
    max-width: none;
    min-height: auto;
    max-height: none;
  }

  .process-step-icon-copy {
    max-width: 46px;
    font-size: 14px;
  }

  .benefittitle {
    justify-content: center;
    align-items: center;
    min-height: 72px;
    max-height: none;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .benefittagline {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .for {
    margin-top: 0;
    padding: 100px 44px;
  }

  .for-text {
    padding-bottom: 0;
  }

  .benefit-text-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-bottom: 20px;
  }

  .for-tagline {
    font-size: 16px;
    line-height: 20px;
  }

  .for-heading {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .teste {
    margin-top: 0;
    padding: 100px 44px;
  }

  .slider {
    height: auto;
    max-height: none;
  }

  .left-arrow, .right-arrow {
    width: 50px;
  }

  .slide {
    padding: 20px 50px;
  }

  .testesec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 10px;
  }

  .image-6 {
    width: 35px;
  }

  .testeain {
    font-size: 14px;
  }

  .ali {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

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

  .tagali {
    text-align: center;
    font-size: 26px;
    line-height: 28px;
  }

  .mask {
    min-height: auto;
  }

  .for-title-and-tagline-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-bottom: 14px;
  }

  .for-heading-copy {
    width: 100%;
    max-width: 260px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .for-tagline-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .finalcta {
    padding: 100px 44px;
  }

  .for-heading-copy-copy {
    width: 100%;
    max-width: 260px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .for-tagline-copy-copy {
    font-size: 16px;
    line-height: 20px;
  }

  .wassup, .wassup-copy {
    font-size: 16px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer {
    flex-flow: column;
    padding-left: 44px;
    padding-right: 44px;
  }

  .copyriught {
    text-align: center;
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-tyshi {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .linsnshi {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: auto;
    padding-top: 20px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .for-tagline-copy-copy-copy {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .kjbev {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .kjhg {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .image-9 {
    max-width: 300px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 48px;
  }

  .text-block {
    font-size: 24px;
    line-height: 28px;
  }

  .currenciededed-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    max-width: none;
    height: 100%;
    padding: 20px;
  }

  .currencies-wrapper-copy {
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr 1fr;
    justify-content: center;
    place-items: stretch stretch;
  }

  .currency-big-text-copy {
    grid-template-rows: 1fr;
    padding-bottom: 28px;
  }

  .popuphead {
    font-size: 28px;
  }

  .process-step-title-copy {
    justify-content: center;
    align-items: center;
    min-height: 72px;
    max-height: none;
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .acctextframe {
    padding: 10px 15px;
  }

  .testnamecoun {
    font-size: 18px;
  }

  .image-10 {
    max-width: 50px;
    max-height: 50px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-5, .heading-6, .heading-7, .heading-8 {
    font-size: 20px;
  }

  .btm-hero, .sumtaing, .btm-hero-copy, .btm-hero-copy-copy, .btm-hero-copy-copy-copy {
    width: 240px;
    height: 40px;
  }

  .poptxtda {
    font-size: 16px;
    display: block;
  }

  .chriptonite-card.info-card {
    display: flex;
  }

  .contact-copy {
    border-radius: 10px;
    margin-top: 0;
    padding: 8px 16px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    padding-left: 34px;
    padding-right: 34px;
  }

  .utility-page-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .header {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-bar-wrapper {
    padding-left: 34px;
    padding-right: 34px;
  }

  .contact {
    margin-top: 28px;
    font-size: 14px;
  }

  .nav-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-bottom: 0;
  }

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

  .image-3 {
    max-width: 100px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .icon {
    color: #000;
    font-size: 40px;
  }

  .item-wrapper-copy {
    padding-left: 34px;
    padding-right: 34px;
  }

  .float-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-split {
    padding-left: 24px;
    padding-right: 24px;
  }

  .margin-bottom-24px {
    text-align: left;
    font-size: 16px;
    line-height: 1.4rem;
  }

  .hero-heading-left {
    margin-top: 0;
    padding: 80px 0;
  }

  .heading {
    text-align: left;
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .hero-split-copy {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .exchanger {
    height: 340px;
  }

  .process {
    margin-top: 0;
    padding: 80px 24px;
  }

  .process-title {
    text-align: center;
  }

  .process-tagline {
    font-size: 16px;
    line-height: 20px;
  }

  .process-text {
    padding-bottom: 14px;
  }

  .process-steps {
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .process-step {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 100%;
    padding: 15px 20px;
  }

  .step-up-half {
    min-height: 52px;
    max-height: none;
  }

  .step-down-half {
    min-height: 0;
    max-height: none;
  }

  .process-step-title {
    min-height: auto;
    font-size: 20px;
  }

  .process-step-description {
    font-size: 16px;
    line-height: 20px;
  }

  .process-step-icon {
    max-width: 40px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .currencies {
    margin-top: 0;
    padding: 80px 24px;
  }

  .currencies-wrapper {
    grid-template-rows: 1fr 1fr 1fr auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-3-copy {
    text-align: center;
  }

  .process-text-copy {
    padding-bottom: 0;
  }

  .currenciededed {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 100%;
    padding: 15px 20px;
  }

  .step-up-half-copy {
    min-height: auto;
    max-height: none;
  }

  .process-text-copy-copy {
    padding-bottom: 0;
  }

  .process-tagline-copy-copy {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .currency-big-text {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    padding-bottom: 14px;
  }

  .benefits {
    margin-top: 0;
    padding: 40px 24px 80px;
  }

  .benefit-text {
    padding-bottom: 0;
  }

  .benefit-title {
    text-align: center;
  }

  .benefit-tagline {
    font-size: 16px;
  }

  .benefitadados {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
  }

  .process-step-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 100%;
    padding: 15px 20px;
  }

  .benefit {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
    height: auto;
    padding: 15px 20px;
  }

  .step-up-half-benefit {
    min-height: 52px;
    max-height: none;
  }

  .step-down-half-benefit {
    min-height: 0;
    max-height: none;
  }

  .process-step-icon-copy {
    max-width: 40px;
  }

  .benefittitle {
    min-height: auto;
  }

  .benefittagline {
    font-size: 16px;
    line-height: 22px;
  }

  .container-4 {
    max-width: none;
  }

  .for {
    margin-top: 0;
    padding: 80px 24px;
  }

  .for-image {
    order: 1;
    width: auto;
    max-width: none;
    padding-top: 0;
  }

  .for-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 0;
  }

  .for-title-and-tagline {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .benefit-text-copy {
    padding-bottom: 28px;
  }

  .for-tagline {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .for-heading {
    text-align: center;
  }

  .who-for-text {
    padding: 5px;
  }

  .who-for-acc {
    font-size: 16px;
    line-height: 20px;
  }

  .image-4-copy {
    width: 100%;
  }

  .for-ikage {
    width: 28px;
  }

  .teste {
    margin-top: 0;
    padding: 80px 24px;
  }

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .slide {
    padding: 20px 40px;
  }

  .ali {
    flex-flow: column;
    padding-bottom: 0;
  }

  .tagali {
    text-align: center;
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 28px;
  }

  .for-title-and-tagline-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 14px;
  }

  .for-heading-copy {
    text-align: center;
  }

  .for-tagline-copy {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .finalcta {
    padding: 80px 24px;
  }

  .mainbih {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding: 20px;
  }

  .subbih {
    padding: 20px;
  }

  .for-heading-copy-copy {
    text-align: center;
  }

  .for-tagline-copy-copy {
    text-align: left;
    font-size: 16px;
    line-height: 1.4rem;
  }

  .wassup {
    width: 111px;
    max-width: 111px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .div-block-2 {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wassup-copy {
    padding: 8px 16px;
    font-size: 16px;
  }

  .container-5 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer {
    padding-top: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .copyriught {
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .logo-tyshi {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .linsnshi {
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .for-tagline-copy-copy-copy {
    text-align: left;
    font-size: 14px;
    line-height: 1.4rem;
  }

  .image-8 {
    max-width: 250px;
    font-size: 20px;
  }

  .footer-link, .footer-link-copy, .paragraph {
    font-size: 14px;
  }

  .kjbev {
    text-align: left;
    font-size: 16px;
  }

  .kjhg {
    font-size: 16px;
  }

  .image-9 {
    max-width: 160px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 38px;
  }

  .text-block {
    font-size: 20px;
    line-height: 24px;
  }

  .currenciededed-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 100%;
    padding: 15px 20px;
  }

  .currencies-wrapper-copy {
    grid-template-rows: 1fr 1fr 1fr auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
  }

  .currency-big-text-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    padding-bottom: 14px;
  }

  .entirenew {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .currency-info-wrapper {
    height: auto;
  }

  .show-us.info-card {
    display: none;
    position: relative;
  }

  .popuphead {
    font-size: 28px;
  }

  .process-step-title-copy {
    min-height: auto;
  }

  .test-wrapper {
    grid-template-columns: auto;
  }

  .testnamecoun {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .btm-hero, .sumtaing {
    width: 140px;
    height: 40px;
  }

  .jkhgk {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btm-hero-copy, .btm-hero-copy-copy, .btm-hero-copy-copy-copy {
    width: 140px;
    height: 40px;
  }

  .poptxtda {
    font-size: 16px;
  }

  .chriptonite-card.info-card, .gratbritishpond-chard.info-card, .euro-chartavshina.info-card, .chiniahni.info-card, .iranidedsa.info-card, .iraqwiah.info-card, .dubnaimai.info-card, .tuchie.info-card, .mushmore.info-card {
    display: none;
    position: relative;
  }

  .dropdown-toggle.w--open {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .dropdown-list.w--open {
    margin-top: 0;
    position: static;
  }

  .contact-copy {
    margin-top: 0;
    font-size: 14px;
  }
}

#w-node-f79521a1-dc04-2934-6922-988fdad44119-093af3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f79521a1-dc04-2934-6922-988fdad4411d-093af3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f79521a1-dc04-2934-6922-988fdad4413f-093af3af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_371bb424-42ee-14cd-8d83-3b7dd9546413-093af3af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d032dcea-c8b2-58ed-38f8-a34eb6e2d55d-093af3af, #w-node-_6be6e4fb-b430-6ded-8886-d14d867774c8-093af3af, #w-node-a2a330d5-21ee-d2ff-b41e-d67513f145fd-093af3af, #w-node-_6038f716-8efc-eccd-487d-efb16ef82665-093af3af, #w-node-_3902749d-2780-f9d6-b460-9b213bc84790-093af3af, #w-node-d0529278-c3c8-2b07-13f8-0b22ba6170bf-093af3af, #w-node-_079fe176-2535-a023-046e-119a047303f5-6d119641 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_079fe176-2535-a023-046e-119a047303f9-6d119641 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_079fe176-2535-a023-046e-119a0473040b-6d119641 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d28337c3-e4f1-bf9a-5607-3944674e2c30-6d119641 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_366461ab-4c59-4b93-8284-741076da30e6-6d119641, #w-node-_9d6fccad-66ed-ced4-8b6b-75d3951a2d2d-6d119641, #w-node-_9d6fccad-66ed-ced4-8b6b-75d3951a2d2e-6d119641, #w-node-_9d6fccad-66ed-ced4-8b6b-75d3951a2d33-6d119641, #w-node-_9d6fccad-66ed-ced4-8b6b-75d3951a2d36-6d119641, #w-node-_9d6fccad-66ed-ced4-8b6b-75d3951a2d39-6d119641 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eb251f37-8ab4-61c5-b6d5-0538fdb80e1b-093af3af {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f79521a1-dc04-2934-6922-988fdad44121-093af3af {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_371bb424-42ee-14cd-8d83-3b7dd9546413-093af3af {
    grid-row: span 3 / span 3;
  }

  #w-node-_079fe176-2535-a023-046e-119a04730428-6d119641 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_079fe176-2535-a023-046e-119a0473043f-6d119641 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d28337c3-e4f1-bf9a-5607-3944674e2c30-6d119641 {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37d8dcec-a175-7856-eb79-3ceb9a8856e4-093af3af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_371bb424-42ee-14cd-8d83-3b7dd9546413-093af3af {
    grid-row: span 2 / span 2;
  }

  #w-node-_0ec8413d-027e-9e03-c23f-2ade3054372a-6d119641 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d28337c3-e4f1-bf9a-5607-3944674e2c30-6d119641 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f79521a1-dc04-2934-6922-988fdad44121-093af3af {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_64f7acf5-b1da-4b10-3fd3-ef3ccc655f5e-093af3af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_371bb424-42ee-14cd-8d83-3b7dd9546413-093af3af {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a2a330d5-21ee-d2ff-b41e-d67513f145fd-093af3af {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_30fe03c4-828a-e0ed-b275-4c2ffb4541eb-093af3af {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_079fe176-2535-a023-046e-119a0473043f-6d119641 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-d28337c3-e4f1-bf9a-5607-3944674e2c27-6d119641 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d28337c3-e4f1-bf9a-5607-3944674e2c30-6d119641 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9d6fccad-66ed-ced4-8b6b-75d3951a2d2e-6d119641 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9d6fccad-66ed-ced4-8b6b-75d3951a2d30-6d119641 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


