/* basic settings */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Proxima Nova Condensed", sans-serif;
  vertical-align: baseline;
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

input {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

button:active, button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  height: auto;
  font-family: "Proxima Nova Condensed", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #232323;
  background-color: #14101D;
  background-size: cover;
  margin: 0 !important;
  position: relative;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fon-top {
  position: absolute;
  top: -150px;
  left: 50%;
  width: 2400px;
  height: 1270px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .fon-top {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .fon-top {
    width: 100%;
    max-width: 1920px;
  }
}

.fon-top-mob {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .fon-top-mob {
    display: none;
  }
}

section {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  section {
    max-width: 920px;
  }
}

.action {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 321px;
  min-height: 64px;
  color: #FFF;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Proxima Nova Condensed";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding: 20px 15px 18px;
  border-radius: 16px;
  border: 1px solid rgba(232, 232, 237, 0.32);
  background: linear-gradient(264deg, #20ED4D -11.4%, #1E5B45 117.39%);
  box-shadow: 0px 3.4px 6.9875px 0px rgba(0, 0, 0, 0.08), 0px 17px 43px 0px rgba(0, 0, 0, 0.15), 0px 4px 40px 0px rgba(32, 237, 77, 0.5);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .action {
    line-height: 30px;
    padding: 18px 15px 16px;
  }
}
.action::after {
  content: "";
  position: absolute;
  top: 17px;
  left: -30px;
  background: linear-gradient(106.97deg, #FFFFFF -3.41%, rgba(255, 255, 255, 0.27) 110.14%);
  opacity: 0.1;
  transform: rotate(120deg) translateZ(0);
  width: 125px;
  height: 50px;
  animation: linear infinite ltr 5s;
  backface-visibility: hidden;
}

.section-one {
  width: 100%;
  max-width: 375px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .section-one {
    max-width: 882px;
  }
}
.section-one__header {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 16px;
}
.section-one__header .logo a svg {
  width: 104px;
}
@media screen and (min-width: 992px) {
  .section-one__header .logo a svg {
    width: 147px;
  }
}
.section-one_info-wrap {
  width: 100%;
  height: 100%;
  min-height: 507px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 32px;
  border: 0.3px solid rgba(255, 255, 255, 0.2392156863);
  background-image: url("https://imagedelivery.net/mnCJsZ3R9oW8qjHwvleOvQ/74ce78cd-6a14-46fd-35fa-3f197fe32000/public");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .section-one_info-wrap {
    min-height: 310px;
    justify-content: flex-end;
    align-items: center;
    background-image: url("https://imagedelivery.net/mnCJsZ3R9oW8qjHwvleOvQ/18aff862-5d2c-48bf-eb87-1bbf05af5400/public");
    background-position: center left;
  }
}
.section-one_content {
  width: 100%;
  padding: 20px;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 992px) {
  .section-one_content {
    max-width: 50%;
  }
}
.section-one_content .banner-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #A4FFCA;
  margin-bottom: 20px;
}
.section-one_content .banner-info p {
  font-weight: 800;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.section-one_content .banner-info p span {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 370px) {
  .section-one_content .banner-info p {
    font-size: 30px;
    line-height: 36px;
  }
  .section-one_content .banner-info p span {
    font-size: 23px;
    line-height: 33px;
  }
}
.section-one_animation {
  width: 100%;
  height: 280px;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, 0);
}
@media screen and (min-width: 992px) {
  .section-one_animation {
    width: 50%;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.section-one_animation-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-one_animation-wrap .money-big {
  position: absolute;
  top: 0;
  left: 0;
  animation-name: moneyBig;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .section-one_animation-wrap .money-big {
    top: -2px;
    left: -4px;
    width: 390px;
  }
}
.section-one_animation-wrap .money-small {
  position: absolute;
  bottom: -23px;
  right: -11px;
  width: 280px;
  transform: rotate(-4deg);
  animation-name: moneySmall;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@media screen and (min-width: 992px) {
  .section-one_animation-wrap .money-small {
    right: 19px;
    width: 295px;
  }
}

.section-two {
  padding: 32px 15px 15px;
  position: relative;
  width: 100%;
  max-width: 375px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .section-two {
    max-width: 680px;
    padding: 32px 15px;
  }
}
.section-two__first {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
.section-two__first .logo {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 15px auto;
}
.section-two__first h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
}
.section-two__first h3 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.section-two__first .big-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.75);
}
.section-two__first .small-txt {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.75);
}
.section-two__first .cryptolists {
  position: relative;
  width: 100%;
  max-width: 361px;
  height: 64px;
  margin: 20px auto 10px;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section-two__first .cryptolists {
    margin: 20px auto 40px;
    max-width: 361px;
    height: 74px;
  }
}
.section-two__first .cryptolists img {
  height: 100%;
}
.section-two__second {
  width: 90%;
  max-width: 375px;
  margin: 20px auto 0;
  overflow: hidden;
}
.section-two__second .logo-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.section-two__second .logo-wrap .item {
  width: 50%;
  padding: 5px 0;
}
.section-two__second .logo-wrap svg {
  width: auto;
  height: 27.19px;
}
@media screen and (min-width: 992px) {
  .section-two__second {
    width: 100%;
    max-width: 620px;
    margin: 10px auto 0;
  }
  .section-two__second .logo-wrap {
    justify-content: center;
  }
  .section-two__second .logo-wrap svg {
    height: 35px;
  }
  .section-two__second .logo-wrap .item {
    width: auto;
    padding: 7px 13px;
  }
}

footer {
  padding: 50px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
footer .privacy {
  display: flex;
  justify-content: center;
}
footer .privacy .item {
  margin: 0 10px;
}
footer .privacy .item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20p;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 370px) {
  footer .privacy .item a {
    font-size: 20px;
    line-height: 24p;
  }
}
footer .reserved {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
  font-family: "Proxima Nova Condensed";
}
footer .reserved p {
  color: #7A8698;
  font-weight: 700;
  font-size: 16px;
  line-height: 20p;
}
@media screen and (min-width: 370px) {
  footer p {
    font-size: 20px;
    line-height: 24p;
  }
}
@media screen and (min-width: 992px) {
  footer {
    margin: 0 auto;
  }
  footer p {
    font-size: 20px;
    line-height: 20px;
  }
}

@keyframes moneyBig {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes moneySmall {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes ltr {
  0% {
    left: -65%;
  }
  50% {
    left: 87%;
  }
  100% {
    left: -65%;
  }
}
.tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 240px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s;
}
@media screen and (min-width: 992px) {
  .tooltip {
    width: 280px;
  }
}

.tooltip.show {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=styles.css.map */