<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#world-map {
    padding-top: 216px;
}
#world-map .container-box h3.title {
  text-align:center;
  font-size: 48px;
  font-style: normal;
  font-weight: 1000;
  line-height: 100%; /* 48px */
  letter-spacing: -1.44px;
  color: #000;
}
#world-map .map-main {
    margin: 100px 0px;
}
#world-map .countriesListBox {
  margin-top: 30px;
}
#world-map .countriesList h3.subtitle {
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  text-align:center;
}
#world-map .countriesList {
  margin-bottom: 60px;
}
#world-map .container-box .list {
    margin: -15px -52.6px;
    flex-flow: wrap;
    justify-content: flex-start;
}
#world-map .container-box .list .list-item {
    width:221px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 52.6px;
    box-sizing: content-box;
}
@media (max-width: 991px) {
    #world-map {
        padding-top: 100px;
    }
    #world-map .container-box{
        padding: 0px 16px;
    }
    #world-map .container-box h3.title {
      text-align: center;
      font-size: 30px;
      font-style: normal;
      font-weight: 1000;
      line-height: 100%; /* 48px */
      letter-spacing: -1.44px;
      color: #000;
    }
    #world-map .countriesList h3.subtitle {
      font-size: 16px;
    }
    #world-map .countriesList {
      margin-bottom: 30px;
    }
    #world-map .map-main {
        margin: 100px 0px;
    }
    #world-map .container-box .list {
        margin: 30px 0px 30px;
        flex-flow: wrap;
        justify-content: space-between;
    }
    #world-map .container-box .list .list-item {
        width: 50%;
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 6px 8px;
        box-sizing: border-box;
        text-align: left;
    }
}
 /* ----------------------------------------------------------------- */
 .one-wallet-footer {
    background: linear-gradient(
        109.75deg,
        rgba(117, 84, 252, 0) 35.1%,
        rgba(117, 84, 252, 0.2) 99.39%
      ),
      linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0d0b33 71.13%),
      #4a21ef;
    background-position: center;
  }
  .one-wallet-footer-main {
    background: url("/assets/img/crypto-stripe1.svg") no-repeat,
      url("../img/one-wallet-footer-bg.svg") no-repeat,
      url("../img/crypto-stripe1.svg") no-repeat;
    background-position: top left, bottom, bottom right -26%;
    background-size: auto;
    animation: starFooter 5s ease-in infinite;
  }
  @media (min-width: 991px){
    @keyframes starFooter {
      0% {
        background: 
          url("../img/one-wallet-footer-bg.svg") no-repeat,
          url("/assets/img/crypto-stripe1.svg") no-repeat,
          url("../img/crypto-stripe1.svg") no-repeat;
        background-position: bottom, top left, bottom right -26%, center;
        background-size: auto;
      }
      50% {
        background: 
          url("../img/one-wallet-footer-bg2.svg") no-repeat,
          url("/assets/img/crypto-stripe1.svg") no-repeat,
          url("../img/crypto-stripe1.svg") no-repeat;
        background-position: bottom, top left, bottom right -26%, center;
        background-size: auto;
      }
      100% {
        background: 
          url("../img/one-wallet-footer-bg.svg") no-repeat,
          url("/assets/img/crypto-stripe1.svg") no-repeat,
          url("../img/crypto-stripe1.svg") no-repeat;
          background-position: bottom, top left,  bottom right -26%, center;
          background-size: auto;
      }
    } 
  }
  /* ----one-wallet---- */
  #one-wallet .one-wallet {
    text-align: center;
    max-width: 800px;
    margin: 48px auto;
  }
  #one-wallet .one-wallet .sfp-logo {
    margin-top: 30px;
  }
  #one-wallet .one-wallet .sfp-logo .logo-box {
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  #one-wallet .one-wallet .title {
    margin-bottom: 48px;
  }
  #one-wallet .one-wallet .title h3 {
    color: #ffffff;
    font-weight: 1000;
    font-size: 80px;
    line-height: 1;
    text-align: center;
  }
  #one-wallet .one-wallet .download .set-off-btn {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    background: linear-gradient(
      183.08deg,
      rgba(191, 255, 228, 0.2) 43.82%,
      rgba(191, 255, 228, 0) 111.17%
    );
    border-radius: 100px;
    padding: 10px;
  }
  #one-wallet .one-wallet .download .downloads-btn {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    color: #0d0b33;
    font-size: 18px;
    padding: 16px 24px;
    border-radius: 100px;
    background-color: #79efbd;
    line-height: 1.6;
    border: none;
  }
  @media (max-width: 991px) {
    .one-wallet-footer {
      background: 
        linear-gradient(
          109.75deg,
          rgba(117, 84, 252, 0) 35.1%,
          rgba(117, 84, 252, 0.2) 99.39%
        ),
        linear-gradient(162.15deg, rgba(13, 11, 51, 0) 1.61%, #0d0b33 71.13%),
        #4a21ef;
    }
    .one-wallet-footer-main {
      background: 
      url("/assets/img/crypto-stripe1.svg") no-repeat,
      url("../img/one-wallet-footer-bg-m.svg") no-repeat,
      url("../img/crypto-stripe1.svg") no-repeat;
      background-position: top left, bottom, bottom right 320%, center;
      background-size: auto;
    }
    #one-wallet .one-wallet {
      max-width: 100%;
      padding: 0px 16px;
    }
    #one-wallet .one-wallet .title h3 {
      font-size: 48px;
    }
    #one-wallet .one-wallet .download .downloads-btn{
      font-weight: 500;
    }
  }</pre></body></html>