:root {
    --funding-teal: #00d084;
    --funding-teal-dark: #00d084;
    --funding-mint: #00d08424;
    --funding-text: #545b62;
    --funding-text-dark: #4a4f54;
    --funding-border: #ebebeb;
}

.scale-chatbot-link.scale-chatbot-cta {
    background-color: #00d084 !important;
}

.footer-cta {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 30px 120px;
  border-radius: 5px;
  background-color: #ffffff;
}
@media (max-width: 960px) {
  .footer-cta {
    padding: 30px;
    text-align: center;
  }
}
.footer-cta .uk-grid {
  z-index: 1;
  position: relative;
}
.footer-cta h2 {
  position: relative;
  font-size: 36px;
  margin-bottom: 0px;
  color: #00d084;
  font-weight: bold;
}
.footer-cta:before {
  content: "";
  background-image: url(../images/background-4.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0.08;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family:
    -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
  font-size: 17px;
  line-height: 1.5;
  color: #222;
  word-wrap: break-word;
}

h2,
h1,
.uk-h1,
.uk-h2 {
  font-weight: bold;
}

h3 {
  font-weight: bold;
}

h2 {
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
}

.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.site-content {
  position: relative;
}

.uk-container {
  max-width: 1200px;
}

.hero-section {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 120px 0 50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9b51e0),
    to(#00d084)
  );
  background-image: linear-gradient(90deg, #9b51e0, #00d084);
  color: #ffffff;
}
.hero-section:before {
  content: "";
  background-image: url(../images/background-4.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  pointer-events: none;
  opacity: 0.05;
}
@media (max-width: 960px) {
  .hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center center;
  }
}
.hero-section h1 {
  font-size: 55px;
  font-weight: normal;
  color: #fff;
  margin-right: 5%;
}
@media (max-width: 960px) {
  .hero-section h1 {
    margin-right: 0;
    font-size: 36px;
  }
}
.hero-section h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  color: #fff;
}
.hero-section .desc {
  padding-right: 5%;
}
@media (max-width: 960px) {
  .hero-section .desc {
    padding-right: 0;
  }
}
.hero-section .hero-form {
  max-width: 444px;
}
.hero-section .iti--allow-dropdown {
  width: 100%;
}
.hero-section .hero-inner {
  position: relative;
  z-index: 1;
}
.hero-section .hero-meta {
  margin-top: -10px;
}
.hero-section .gfa {
  color: #00d084;
  text-decoration: underline;
}
.hero-section .gfa:hover {
  color: #9b51e0;
}

.bnr-section {
  padding: 60px 0 0;
  text-align: center;
}
.bnr-section h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 0;
}
.bnr-section .shape-bottom {
  bottom: 0;
}

.hero-about h1 {
  font-size: 42px;
  margin-right: 0;
}
.hero-about h3 {
  font-weight: normal;
  font-size: 35px;
}

.garbox-2 h3 {
  font-weight: bold !important;
}

.gb-shapes .gb-shape-1 {
  color: #fff;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
  left: 0;
  right: 0;
  bottom: -1px;
}

.shape {
  height: 100px;
  width: calc(100% + 1.3px);
  fill: #f7f8f9;
  position: relative;
  left: 0;
  min-width: 100%;
}

.shape80 {
  height: 30px;
}

.shape-bottom {
  bottom: -50px;
}

.shape-top {
  top: -51px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.shapew {
  fill: #fff !important;
  top: -71px;
}
@media (max-width: 960px) {
  .shapew {
    top: -41px;
  }
}

.uk-input,
.uk-select,
.uk-textarea {
  padding: 0 15px;
  background: #fff;
  color: #333;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.055);
  border: 1px solid #818a91;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.uk-input,
.uk-select {
  height: 55px;
}

* + .uk-grid-margin-small,
.uk-grid + .uk-grid-row-small,
.uk-grid + .uk-grid-small,
.uk-grid-row-small > .uk-grid-margin,
.uk-grid-small > .uk-grid-margin {
  margin-top: 20px;
}

.btn-submit {
  background-color: #9b51e0;
  color: #fff;
  border-radius: 12px;
  text-transform: uppercase;
  width: 100%;
  height: 65px;
  font-weight: bold;
  text-align: center;
  border: 0;
  outline: inherit;
  font-size: 17px;
  font-weight: 700;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.btn-submit:hover {
  background-color: #00d084;
}

.stk-block-text {
  font-size: 8.7px !important;
  color: #141313 !important;
  line-height: 1.5em !important;
  font-weight: 600 !important;
  margin-top: 10px;
}
.stk-block-text p:last-child {
  margin-bottom: 0;
}
.stk-block-text a {
  color: #5dbcc9;
  font-weight: 600;
}

a.cu-button,
button.cu-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 30px;
  background-color: #00d084;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
a.cu-button,
button.cu-button strong {
  font-weight: normal;
}
a.cu-button:hover {
  background-color: #00f69c;
  color: #fff;
}

.after-hero em {
  color: #222;
  font-size: 13px;
  word-wrap: break-word;
  position: relative;
}
.after-hero em a {
  color: #00d084;
  text-decoration: underline;
}
.after-hero em a:hover {
  color: #9b51e0;
}

.gar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border-radius: 7px;
  border-top: 1px solid #9b51e0;
  border-right: 1px solid #9b51e0;
  border-bottom: 1px solid #00d084;
  border-left: 1px solid #00d084;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.gar-box h3 {
  font-weight: normal;
  font-size: 29px;
  margin-bottom: 20px;
}
.gar-box p {
  margin: 0;
  color: #222;
}

.gar-active {
  background-image: linear-gradient(135deg, #00d084, #9b51e0);
  color: #fff;
  padding-bottom: 35px;
  padding-top: 35px;
}
.gar-active p,
.gar-active h3 {
  color: #fff;
}

.sec3 {
  position: relative;
  overflow: hidden;
  background-color: #f7f8f9;
}
.sec3 .uk-container {
  position: relative;
  z-index: 1;
}
.sec3:before {
  content: "";
  background-image: url(../images/background-5.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  pointer-events: none;
  opacity: 0.08;
}

.sec4 {
  background-image: url(../images/shape-02.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 10%;
}

.sec4-img {
  position: relative;
}
.sec4-img .img-1 {
  border-radius: 7px;
  vertical-align: middle;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.sec4-img .img-shape {
  position: absolute;
  bottom: -50px;
  left: -30px;
}
@media (max-width: 960px) {
  .sec4-img .img-shape {
    width: 80px;
    bottom: -30px;
    left: -10px;
  }
}

@media (max-width: 960px) {
  .sec3-meta {
    margin-top: 40px;
  }
}

.img-2 {
  width: 130px;
  position: absolute;
  top: -50px;
  left: -30px;
  bottom: inherit;
  z-index: -1;
}

.sec5 {
  background-color: #f7f8f9;
}
.sec5 strong {
  font-style: italic;
}

/* Security overview */
.security-overview {
  padding: 76px 20px 70px;
  background: #f7f8f9;
}

.security-overview__intro {
  max-width: 1180px;
  margin: 0 auto 42px;
  text-align: center;
}

.security-overview__intro h2 {
  margin: 0 0 16px;
  color: #222;
}

.security-overview__intro p {
  max-width: 1110px;
  margin: 0 auto;
  color: #222;
}

.security-overview__lead {
  margin-bottom: 20px !important;
  font-weight: 700;
  font-style: italic;
}

.security-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.security-overview__card {
  display: flex;
  min-height: 262px;
  flex-direction: column;
  padding: 22px 26px 26px;
  border: 1px solid #00d084;
  border-radius: 7px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  text-align: center;
}

.security-overview__card--highlight {
  border-color: #a900df;
  background: linear-gradient(135deg, #00d884 0%, #00c3ba 46%, #5a72ca 70%, #ad00df 100%);
  color: #fff;
}

.security-overview__card-heading {
  display: flex;
  min-height: 57px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.security-overview__card-heading img {
  width: 42px;
  height: 42px;
  color: #343434;
}

.security-overview__card--highlight .security-overview__card-heading img {
  filter: brightness(0) invert(1);
}

.security-overview__card h3 {
  margin: 0;
  color: #222;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.25;
}

.security-overview__card--highlight h3,
.security-overview__card--highlight p {
  color: #fff !important;
}

.security-overview__card p {
  margin: 0;
  color: #222;
  font-size: 17px;
  line-height: 1.6;
}

.security-overview__action {
  margin-top: 40px;
  text-align: center;
}

.security-overview__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 7px;
  background: #00d084;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  text-decoration: none;
  transition: background-color .25s ease, transform .25s ease;
}

.security-overview__button:hover,
.security-overview__button:focus {
  background: #00b974;
  color: #fff;
  transform: translateY(-2px);
}

/* Identity verification (KYC) */
.kyc-page {
  background: #f5f9ff;
}

.kyc-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 20px;
  background: linear-gradient(90deg, #7455c4 0%, #319bbb 50%, #67ceb9 100%);
  color: #fff;
  text-align: center;
}

.kyc-hero::before {
  position: absolute;
  inset: 0;
  background: url('../images/background-4.webp') center / cover no-repeat;
  content: '';
  opacity: .17;
}

.kyc-hero .uk-container {
  position: relative;
}

.kyc-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.kyc-content {
  padding: 70px 20px 90px;
}

.kyc-card {
  max-width: 945px;
  margin: 0 auto;
  padding: 48px 54px 22px;
  border: 1px solid #c9dff5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(78, 127, 178, .08);
  color: #506b8b;
}

.kyc-card p,
.kyc-card li {
  color: #506b8b;
  font-size: 17px;
  line-height: 1.65;
}

.kyc-intro {
  padding-bottom: 22px;
}

.kyc-intro p {
  margin: 0 0 18px;
}

.kyc-card__section {
  padding: 38px 0 34px;
  border-top: 1px solid #dbe8f5;
}

.kyc-card__section--last {
  padding-bottom: 14px;
}

.kyc-card h2 {
  margin: 0 0 24px;
  color: #2d66c4;
  font-size: 33px;
  line-height: 1.2;
}

.kyc-card h2::after {
  display: block;
  width: 45px;
  height: 3px;
  margin-top: 15px;
  background: linear-gradient(90deg, #7652d1, #54c9b1);
  content: '';
}

.kyc-card h3 {
  margin: 24px 0 8px;
  color: #2d66c4;
  font-size: 19px;
  font-weight: 700;
}

.kyc-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.kyc-card li {
  margin: 7px 0;
  padding-left: 3px;
}

.kyc-card li::marker {
  color: #43aebc;
}

@media (max-width: 767px) {
  .kyc-hero {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .kyc-hero h1 {
    font-size: 37px;
  }

  .kyc-content {
    padding-top: 36px;
    padding-bottom: 52px;
  }

  .kyc-card {
    padding: 30px 24px 10px;
  }

  .kyc-card h2 {
    font-size: 28px;
  }
}

@media (max-width: 959px) {
  .security-overview__grid {
    gap: 24px;
  }

  .security-overview__card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .security-overview__card h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .security-overview {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

  .security-overview__grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .security-overview__card {
    min-height: 0;
  }
}

.sec6 {
  background-color: #222222;
  color: #fff;
  position: relative;
}
.sec6 .uk-container {
  z-index: 1;
  position: relative;
}
.sec6 h2 {
  color: #00d084;
}
.sec6:before {
  content: "";
  background-image: url(../images/background-2.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  pointer-events: none;
  opacity: 0.3;
}

.sec7 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9b51e0),
    to(#00d084)
  );
  background-image: linear-gradient(90deg, #9b51e0, #00d084);
  color: #ffffff;
  position: relative;
}
.sec7 .uk-container {
  z-index: 1;
  position: relative;
}
.sec7 h2,
.sec7 h3 {
  color: #fff;
}
.sec7 h3 {
  font-size: 29px;
}
.sec7 h3 svg {
  margin-right: 10px;
}
.sec7:before {
  content: "";
  background-image: url(../images/background-4.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: inherit;
  transition: inherit;
  pointer-events: none;
  opacity: 0.05;
}

/* Company and trust */
.company-trust {
  padding: 72px 20px;
}

.company-trust__layout {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 100px;
  align-items: start;
}

.company-trust__intro h2 {
  margin: 0 0 20px;
  font-size: 35px;
  line-height: 1.25;
}

.company-trust__intro > p {
  margin: 0 0 24px;
  color: #fff;
}

.company-trust__contact {
  display: grid;
  gap: 3px;
  margin-top: 17px;
  color: #fff;
}

.company-trust__contact strong {
  font-weight: 700;
}

.company-trust__contact a {
  color: #fff;
  text-decoration: none;
}

.company-trust__contact a:hover {
  text-decoration: underline;
}

.company-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 56px;
}

.company-trust__card {
  min-width: 0;
  color: #fff;
}

.company-trust__card > img {
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}

.company-trust__card h3 {
  margin: 0 0 16px;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
}

.company-trust__card p {
  margin: 0 0 18px;
  color: #fff;
  line-height: 1.5;
}

.company-trust__card > a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.company-trust__card > a[href]:hover {
  text-decoration: underline;
}

.company-trust__card > a:not([href]) {
  cursor: default;
}

@media (max-width: 959px) {
  .company-trust__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .company-trust__intro {
    max-width: 620px;
  }
}

@media (max-width: 639px) {
  .company-trust {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .company-trust__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .company-trust__card h3 {
    font-size: 25px;
  }
}

.sec8 h3 {
  font-size: 29px;
  font-weight: normal;
}
.sec8 .gb-icon {
  line-height: 0;
  color: #00d084;
  margin-right: 10px;
}
.sec8 .gb-icon svg {
  width: 1em;
  height: 1em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

table {
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

.wp-block-table {
    overflow: auto;
    border-radius: 7px;
    border-top: 1px solid #9b51e0;
    border-right: 1px solid #9b51e0;
    border-bottom: 1px solid #00d084;
    border-left: 1px solid #00d084;
}

.wp-block-table table {
  margin: 0;
  border: none;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  /*background-color: #f0f0f0;*/
    color: #fff;
    background-image: linear-gradient(135deg, #00d084, #9b51e0);
}

.rank-math-total-wrapper .rank-math-total {
  border: 0;
  display: block;
  margin: 0;
  width: auto;
  float: left;
  text-align: left;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.rank-math-review-notes {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.rank-math-review-notes h4 {
  font-weight: bold;
}
.rank-math-review-notes ol,
.rank-math-review-notes ul {
  margin: 0 0 1.5em 3em;
  padding: 0;
}

.uk-text-white {
  color: #fff !important;
}

.sec6-e:before {
  opacity: 0.19;
  background-attachment: fixed;
}

.gfa a {
  color: #00d084;
  text-decoration: underline;
}
.gfa a:hover {
  color: #9b51e0;
}

.contact-info .gb-icon,
.listgreen .gb-icon,
.garbox-3 .gb-icon {
  color: #00d084;
  margin-right: 10px;
}
.contact-info .gb-icon svg,
.listgreen .gb-icon svg,
.garbox-3 .gb-icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.listgreen .gb-icon {
  margin-right: 0;
  font-size: 32px;
}

.contact-info .gb-icon {
  font-size: 21px;
}

.sec99 {
  background-image: url(../images/background-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: inherit;
  transition: inherit;
  pointer-events: none;
}

.lang-mob {
  padding: 8px 0;
}
.lang-mob .lang-btn {
  padding: 0;
}
.lang-mob .lang-menu {
  background-color: #17303b;
  width: 100% !important;
  padding: 10px 25px !important;
}
.lang-mob .lang-menu li {
  border: 0;
}
.lang-mob .lang-menu li a {
  color: #fff;
}

.lang-menu {
  top: 0 !important;
  max-height: 400px !important;
  overflow-y: scroll !important;
}

.hero-row {
  display: flex;
}

.hero-right {
  width: 40%;
  display: flex;
  align-items: flex-end;
}
.hero-left {
  width: 60%;
  padding-bottom: 40px;
}

.uk-section::before {
  min-height: inherit;
  transition: none !important;
}

.uk-navbar::before {
  content: none !important;
}

.uk-container.uk-navbar {
  min-height: 64px;
  box-sizing: border-box;
  transition: none !important;
}

.uk-inline {
  min-width: 40px;
  min-height: 40px;
}

@media (max-width: 767px) {
  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-row {
    flex-direction: column;
    gap: 20px;
  }
  .hero-left .hero-meta h1 {
    font-size: 38px;
    margin-right: 0;
  }
  .hero-section {
    min-height: auto;
  }

  .hero-section:before {
    aspect-ratio: 480 / 578;
  }
}

.offices-location {
  display: flex;
  gap: 20px;
}

.offices-location--mobile {
    display: none;
}

.offices-location .office-flags {
  display: flex;
  gap: 10px;
}

.offices-location .office-flags img {
  width: 36px;
  height: 24px;
  object-fit: cover;
  display: block;
}

.hero-section.risk-d .hero-form h3 {
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-section.risk-d {
    min-height: auto;
  }

   .offices-location {
        display: none;
    }

    .offices-location--mobile {
        display: flex;
        margin-top: 20px;
    }
}

.security-section {
  padding: 80px 20px;
  background: #f5f6f8;
}

.security-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.security-item {
  text-align: center;
}

.security-item .icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.security-item h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.security-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .security-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Advanced Table */

.advanced-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table {
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  border-radius: 16px;
  overflow: hidden;
  margin: 50px 0 !important;
}

.advanced-table th,
.advanced-table td {
  border: none;
}

.comprasion.advanced-table {
  margin-bottom: 0 !important;
}

.comprasion.advanced-table tbody tr + tr td,
.comprasion.advanced-table tbody td {
  font-size: 18px !important;
  font-weight: 500;
}

.advanced-table thead th {
  background-color: #00d084;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 20px 24px;
  border-bottom: 1px solid rgb(9 110 103 / 15%);
}

.advanced-table tbody td {
  padding: 18px 24px;
  font-size: 15px;
  color: #2f2320;
  background: transparent;
  transition: background 0.3s ease;
}

.advanced-table tbody tr + tr td {
  border-top: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table tbody tr:hover td {
  background: rgba(0, 165, 154, 0.05);
}

.advanced-table thead th:not(:first-child),
.advanced-table tbody td:not(:first-child) {
  text-align: center;
}

@media (max-width: 768px) {
  .advanced-table {
    margin-top: 40px;
  }

  .advanced-table thead th {
    font-size: 14px;
    padding: 14px 12px;
  }

  .advanced-table tbody td {
    font-size: 14px;
    padding: 14px 12px;
  }
  .comprasion.advanced-table tbody tr + tr td,
  .comprasion.advanced-table tbody td {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .advanced-table thead th {
    font-size: 12px;
    padding: 10px 8px;
  }

  .advanced-table tbody td {
    font-size: 12px;
    padding: 10px 8px;
  }
}

/* Information table */
.info-table-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.info-table-section .page-block-title {
  font-weight: 500;
  text-align: center;
}
.info-table {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
  border-radius: 16px;
  overflow: hidden;
}
.info-table__row {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid #e5e5e5;
}
.info-table__row:last-child {
  border-bottom: none;
}
.info-table__cell {
  padding: 12px 16px;
}
.info-table__cell--left {
  background: #00d084;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.info-table__cell--right {
  background: #fff;
  color: #222;
  font-size: 16px;
}

@media (max-width: 768px) {
  .info-table-section {
    padding: 50px 0;
  }
  .info-table__row {
    grid-template-columns: 1fr;
  }
  .info-table__cell--left {
    border-bottom: 1px solid #dcdcf0;
    font-size: 16px;
  }
  .info-table__cell--right {
    font-size: 16px;
  }
}

/* Row block */
.row-block {
  display: flex;
  width: 100%;
  padding: 178px 0 60px 0;
  gap: 40px;
}

.row-block h1 {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.row-block h2 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: left;
}

.row-block p {
  font-size: 18px;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}

.row-block .row-block-left {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.row-block .row-block-text p {
  font-size: 24px;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

.row-block .row-block-right {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.mission-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mission-block .row-block {
  padding: 0;
  align-items: center;
}

.mission-block .row-block-right img {
  max-width: 100%;
  min-height: 378px;
}

@media (max-width: 768px) {
  .mission-block .row-block {
    gap: 0;
  }

  .row-block .row-block-left,
  .row-block .row-block-right {
    width: 100%;
  }

  .row-block {
    padding-top: 102px;
    flex-direction: column;
  }

  .row-block h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
  }

  .row-block .row-block-text p {
    font-size: 20px;
    margin-top: 10px;
  }
}

/* User Steps Section */
.user-steps-section {
  padding-bottom: 50px;
}

.section-user-steps__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.user-steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.user-steps__item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.user-steps__head {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: max(280px, 25%);
  background-image: linear-gradient(to bottom, #e7eff8, #ecf2f3);
  border: 1px solid rgb(9 110 103 / 9%);
  border-radius: 80px;
  padding: 12px;
}
.user-steps__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  background: #00d084;
  box-shadow: 0 4px 15px rgb(129, 153, 225, 0.4);
}
.user-steps__title {
  color: #00d084;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
.user-steps__text {
  flex: 1;
  display: flex;
  align-items: center;
}
.user-steps__text p {
  font-size: 16px;
  line-height: 1.8;
  color: #2f2320;
}
.section-user-steps__btn {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 40px;
  background: #00d084;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px (129, 153, 225, 0.4);
}
.section-user-steps__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 30px (129, 153, 225, 0.4);
  background: #00d084;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .user-steps {
    gap: 8px;
  }
  .section-user-steps {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-user-steps__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .user-steps__item {
    gap: 16px;
    flex-direction: column;
    text-align: center;
  }
  .user-steps__head {
    width: 100%;
  }

  .user-steps__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .user-steps__title {
    font-size: 16px;
  }

  .user-steps__text {
    width: 100%;
  }
  .user-steps__text p {
    font-size: 13px;
  }
}

/* Roadmap */
.roadmap {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.roadmap__title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.roadmap__list {
  position: relative;
}
.roadmap__list:before {
  content: "";
  position: absolute;
  left: 137px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #00d084;
}

.roadmap__item {
  display: grid;
  grid-template-columns: 127px 40px 1fr;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
}
.roadmap__date {
  font-weight: 600;
  color: #00d084;
  font-size: 16px;
  text-align: right;
  padding-top: 2px;
}

.roadmap__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00d084;
  margin: 4px auto 0;
  position: relative;
  z-index: 2;
  left: -19px;
  top: 16px;
}

.roadmap__content {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

@media (max-width: 768px) {
  .roadmap__list:before {
    left: 10px;
  }
  .roadmap__item {
    grid-template-columns: 1fr;
    padding-left: 30px;
  }
  .roadmap__date {
    text-align: left;
    font-size: 13px;
    margin-bottom: 6px;
  }
  .roadmap__dot {
    position: absolute;
    left: 4px;
    top: 4px;
    margin: 0;
  }
}

/* Media Block */
.media-block__row {
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
}
.media__item {
  display: flex;
  flex-direction: column;
  max-width: 372px;
  padding: 50px;
  border-radius: 16px;
  border: 1px solid #dedede;
  min-height: 209px;
}
.media__item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 20px;
}
.media__item--link {
  display: block;
  margin-top: auto;
  color: #707070;
}

.media-block .page-block-title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}



.table-note {
  margin-bottom: 15px !important;
}

.table-content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 50px;
}
.address-row {
  display: flex;
  gap: 20px;
  align-items: center;
}

.address-row .box-chec {
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 4px 14px 0 #0000000d;
  border-radius: 12px;
  background: #f3f3f3;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.adr-right-side {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.adr-right-side img {
  max-height: 360px;
  width: auto;
}

@media (max-width: 767px) {
  .media__item {
    padding: 30px;
    min-height: 197px;
  }

  .address-row {
    flex-wrap: wrap;
  }

  .hero-about h1 {
    font-size: 31px;
  }

  .adr-right-side img {
    max-height: 100%;
  }
}

.gar-box img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

/*Deposit & Withdrawal Methods*/

.funding-table {
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--funding-border);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin-bottom: 2rem;
}

.funding-table__head {
    display: none;
    background: var(--funding-teal);
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #ffffff;
    user-select: none;
    align-items: center;
    gap: 1.5rem;
}

.funding-table__body {
    display: flex;
    flex-direction: column;
}

.funding-table__body > .funding-row + .funding-row {
    border-top: 1px solid var(--funding-border);
}

.funding-table__head,
.funding-row__main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

@media (min-width: 768px) {
    .funding-table__head {
        display: grid;
    }
    .funding-table__head,
    .funding-row__main {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.funding-row__main {
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
    align-items: center;
    cursor: pointer;
    background: #ffffff;
    transition: background-color 150ms;
    font-size: 14px;
    color: var(--funding-text);
    position: relative;
}

.funding-row__main:hover {
    background: #f7fafa;
}

.funding-row--active .funding-row__main,
.funding-row__main--active {
    background: var(--funding-mint);
}

.funding-row__method {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    color: var(--funding-text-dark);
    min-width: 0;
}

.funding-row__icon {
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    background: #ffffff;
    width: 38px;
    height: 24px;
    max-width: 38px;
    max-height: 24px;
    min-width: 38px;
    min-height: 24px;
}

.funding-row__icon svg {
    width: 100%;
    height: 100%;
}

.funding-row__name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

@media (min-width: 768px) {
    .funding-row__name {
        font-size: 14px;
    }
}

.funding-row__type-cell {
    display: none;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__type-cell {
        display: block;
    }
}

.funding-row__type {
    white-space: nowrap;
}

.funding-row__fee-cell {
    display: none;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__fee-cell {
        display: block;
    }
}

.funding-row__time-cell {
    text-align: right;
    color: var(--funding-text);
}

@media (min-width: 768px) {
    .funding-row__time-cell {
        text-align: left;
    }
}

.funding-row__time-cell--instant {
    color: var(--funding-teal);
    font-weight: 500;
}

.funding-row__time-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .funding-row__time-wrap {
        justify-content: space-between;
    }
}

.funding-row__chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545b62;
    transition: transform 200ms;
}

.funding-row__chevron-icon {
    width: 0.875rem;
    height: 0.875rem;
    transform: rotate(0deg);
    transition: transform 200ms;
}

.funding-row__chevron-icon--open {
    transform: rotate(180deg);
    color: var(--funding-text-dark);
}

.funding-row__details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
    background: #ffffff;
}

.funding-row__details--open {
    max-height: none;
}

.funding-row__details-inner {
    padding: 1.5rem;
    font-size: 14px;
    color: var(--funding-text);
    line-height: 1.7;
}

@media (min-width: 768px) {
    .funding-row__details-inner {
        padding-left: 74px;
    }
}

.funding-row__details-inner a {
    color: var(--funding-teal);
    text-decoration: none;
}

.funding-row__details-inner a:hover {
    text-decoration: underline;
}

.funding-page {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    padding-top: 3rem;
    min-height: 100vh;
    position: relative;
}

.funding-page__inner {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 1rem 0.5rem;
}

@media (min-width: 640px) {
    .funding-page__inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.funding-page__intro {
    max-width: 48rem;
    margin: 0 0 1.5rem;
}

.funding-page__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    color: #58606a;
}

@media (min-width: 640px) {
    .funding-page__title {
        font-size: 2rem;
    }
}

.funding-page__subtitle {
    font-size: 1rem;
    color: var(--funding-text);
    line-height: 1.6;
    margin-top: 0.5rem;
}

.funding-page__section {
    padding-top: 2rem;
}

.funding-page__section--deposits {
    padding-top: 1rem;
}

.funding-page__section--withdrawals {
    padding-top: 2.5rem;
}

.funding-page__section-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #58606a;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0 0.25rem;
    margin-bottom: 1rem;
}

.funding-page__section-marker {
    width: 0.3125rem;
    height: 1.125rem;
    border-radius: 9999px;
    background: var(--funding-teal);
}

/* --- Partners strip inside the hero --- */
.hero-section .partners-strip {
  position: relative;
  z-index: 1;
  margin-top: 56px;
}

.partners-title {
  margin: 0 0 24px;
  text-align: center;
  color: #fff;
}

.partners-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 48px;
}

.partners-logos img {
  display: block;
  max-height: 40px;
  width: auto;
}

@media (max-width: 639px) {
  .partners-logos {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    justify-items: center;
    gap: 24px 40px;
  }
}
