@import url(https://fonts.googleapis.com/css?family=Onest:regular,500,700&display=swap);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: "Onest";
  font-size: inherit;
  color: #fff;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  min-width: 320px;
  line-height: 1.25;
}

body {
  font-family: "Onest";
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  background-color: #000002;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

[class*=__container] {
  max-width: 74.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

.link {
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  width: 100%;
  padding: 0.3125rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 500;
  color: #000;
  border-radius: 0.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-size: 150%;
  overflow: hidden;
}

.hero {
  padding: 2rem 0;
  overflow: hidden;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 2, 0)), to(#000002));
  background: linear-gradient(180deg, rgba(0, 0, 2, 0) 0%, #000002 100%);
  z-index: -1;
}

.hero__image {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 8.125rem;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  max-width: 42.8125rem;
  width: 100%;
}

.hero__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: blur(12.5rem);
          filter: blur(12.5rem);
  background: url("../img/hero-image.webp") 100% 100%/100% 100% no-repeat;
}

.hero__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 2, 0)), to(#000002));
  background: linear-gradient(180deg, rgba(0, 0, 2, 0) 0%, #000002 100%);
}

.hero__image img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.hero__top {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 23.75rem auto 23.75rem;
  grid-template-columns: 23.75rem auto 23.75rem;
  gap: 0.625rem;
}

.hero__top:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.hero__caption {
  text-align: center;
  font-size: 1.5rem;
  color: rgba(255,255,255,.7);
  position: relative;
  z-index: 2;
  padding: 1.96875rem 1.875rem;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-column-align: center;
      justify-self: center;
}

.hero__caption span {
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.hero__items {
  align-self: end;
 display: flex;
 flex-direction: column-reverse;
 justify-content: flex-start;
  gap: 0.375rem;
  max-width: 23.75rem;
  width: 100%;
  min-height: 12.25rem;
}

.hero__items:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.hero__item {
  background: rgba(255,255,255,.1);
  border-radius: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1.4375rem 0.625rem 1.25rem;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
}




.hero__item:nth-child(4) {
  -webkit-filter: blur(0.125rem);
          filter: blur(0.125rem);
  background: rgba(255,255,255,.1);
  opacity: .3;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.hero__item:nth-child(3) {
  -webkit-filter: blur(0.0625rem);
          filter: blur(0.0625rem);
  background: rgba(255,255,255,.1);
  opacity: .5;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.hero__name {
  font-weight: 500;
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  max-width: 5.25rem;
  width: 100%;
}

.hero__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__icon img {
  max-width: 100%;
  border-radius: 0.25rem;
}

.hero__value {
  font-weight: 500;
  font-size: 0.875rem;
}

.hero__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/arrow-red.svg") center no-repeat;
}

.hero__item_sale .hero__arrow {
  background: url("../img/arrow-green.svg") center no-repeat;
}

.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
}

.hero__body:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.hero__content {
  max-width: 30rem;
  width: 100%;
}

.hero__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 104%;
  text-transform: uppercase;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.hero__title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.hero__text {
  font-weight: 500;
  opacity: .7;
}

.hero__text:not(:last-child) {
  margin-bottom: 1.875rem;
}

.hero__link {
  max-width: 11.9375rem;
  min-height: 2.75rem;
}

.hero__form {
  max-width: 23.75rem;
  width: 100%;
}

.hero__image-block {
  max-width: 9.25rem;
  margin-left: auto;
}

.hero__image-block img {
  max-width: 100%;
}

.form-hero {
  backdrop-filter: blur(1rem);
  background: rgba(0,0,2,.5);
  padding: 1.25rem;
  border-radius: 1rem;
  border: 0.0625rem solid #ddb74b;
}

.form-hero__title {
  font-weight: 700;
  font-size: 1.25rem;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.form-hero__title span {
  text-transform: uppercase;
}

.form-hero__title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.form-hero__text {
  font-weight: 500;
  opacity: .7;
}

.form-hero__text:not(:last-child) {
  margin-bottom: 1.875rem;
}

.form-hero__items {
  display: -ms-grid;
  display: grid;
  gap: 0.9375rem;
}

.form-hero__items:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.form-hero__item {
  background: rgba(255,255,255,.1);
  border-radius: 0.625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  padding: 0.375rem 0.625rem;
}

.form-hero__box {
  display: -ms-grid;
  display: grid;
  gap: 0.125rem;
  justify-items: start;
}

.form-hero__label {
  font-size: 0.875rem;
  opacity: .7;
  display: inline-block;
  cursor: pointer;
}

.form-hero__input {
  width: 100%;
  font-weight: 500;
  font-size: 1.25rem;
  background-color: rgba(0,0,0,0);
}

.form-hero__wrap {
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  padding: 0.5rem;
  background: rgba(255,255,255,.1);
  border-radius: 0.25rem;
  max-width: 7.875rem;
  width: 100%;
}

.form-hero__icon {
  position: relative;
  aspect-ratio: 20/20;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.form-hero__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.form-hero__value {
  font-weight: 500;
  padding-top: 0.1875rem;
}

.form-hero__desc {
  font-weight: 500;
  opacity: .5;
}

.form-hero__desc:not(:last-child) {
  margin-bottom: 1.875rem;
}

.form-hero__link {
  min-height: 2.75rem;
}

.form-hero__block {
  background: rgba(255,255,255,.1);
  border-radius: 0.625rem;
  padding: 0.375rem 0.625rem;
  display: -ms-grid;
  display: grid;
  justify-items: start;
  gap: 0.25rem;
}

.form-hero__block:not(:last-child) {
  margin-bottom: 1.875rem;
}

.form-hero__input-bottom {
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(0,0,0,0);
}

.form-hero__input-bottom::-webkit-input-placeholder {
  opacity: .5;
}

.form-hero__input-bottom::-moz-placeholder {
  opacity: .5;
}

.form-hero__input-bottom:-ms-input-placeholder {
  opacity: .5;
}

.form-hero__input-bottom::-ms-input-placeholder {
  opacity: .5;
}

.form-hero__input-bottom::placeholder {
  opacity: .5;
}

.why {
  padding-top: 4.0625rem;
  padding-bottom: 8.4375rem;
}

.why__body {
  max-width: 64.3125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.why__title {
  font-weight: 700;
  font-size: 1.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}

.why__items {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  padding-top: 2.0625rem;
  padding-bottom: 2.8125rem;
  max-width: 17.875rem;
  width: 100%;
  position: relative;
}

.why__items::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0.0625rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E1C167), color-stop(17.5%, #DDB74B), color-stop(71%, #FFE8A7), to(#E1C167)),-webkit-gradient(linear, left top, left bottom, from(#020104), color-stop(50%, rgba(2, 1, 4, 0)), to(#020104));
  background: linear-gradient(to bottom, #E1C167, #DDB74B 17.5%, #FFE8A7 71%, #E1C167),linear-gradient(to bottom, #020104 0%, rgba(2, 1, 4, 0) 50%, #020104 100%);
  background-blend-mode: multiply;
}

.why__item {
  display: -ms-grid;
  display: grid;
  gap: 0.125rem;
  position: relative;
  padding-left: 1.6875rem;
}

.why__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.4375rem;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
}

.why__caption {
  font-weight: 500;
  font-size: 1.25rem;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.why__text {
  opacity: .7;
}

.ready {
  padding-top: 2.8125rem;
  padding-bottom: 7.5rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 2, 0)), to(#000002));
  background: linear-gradient(180deg, rgba(0, 0, 2, 0) 0%, #000002 100%);
  position: relative;
}

.ready::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1.25rem 1.25rem 0 0;
  background: rgba(255,255,255,.05);
  z-index: -1;
}

.ready__title {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.ready__title:not(:last-child) {
  margin-bottom: 0.5625rem;
}

.ready__sub-title {
  text-align: center;
  color: #fff;
  max-width: 33.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.ready__sub-title:not(:last-child) {
  margin-bottom: 4.375rem;
}

.ready__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  max-width: 59.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ready__body:not(:last-child) {
  margin-bottom: 4.375rem;
}

.ready__column {
  max-width: 25.375rem;
  width: 100%;
}

.ready__block {
  -webkit-box-shadow: 10px 4px 4px 0 rgba(0,0,0,.25);
          box-shadow: 10px 4px 4px 0 rgba(0,0,0,.25);
  background: #19191b;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 0.4375rem 0.9375rem;
}

.ready__block:nth-child(1) {
  -webkit-filter: blur(0.25rem);
          filter: blur(0.25rem);
  background: rgba(255,255,255,.1);
  -webkit-transform: scale(0.9) rotate(-5deg);
      -ms-transform: scale(0.9) rotate(-5deg);
          transform: scale(0.9) rotate(-5deg);
  opacity: .5;
  margin-bottom: -1.25rem;
  margin-left: 0.625rem;
}

.ready__block:nth-child(1) .ready__box {
  border: none;
}

.ready__block:nth-child(2) {
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
}

.ready__content {
  display: -ms-grid;
  display: grid;
  gap: 0.125rem;
}

.ready__label {
  opacity: .7;
}

.ready__value {
  font-weight: 500;
  font-size: 1.5rem;
}

.ready__box {
  background: rgba(255,255,255,.1);
  border: 0.0625rem solid #ddb74b;
  max-width: 9.375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  padding: 0.4375rem 0.625rem;
  border-radius: 0.3125rem;
}

.ready__icon {
  position: relative;
  aspect-ratio: 24/24;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  width: 1.5rem;
}

.ready__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}

.ready__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.ready__items {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  max-width: 28.5625rem;
  width: 100%;
}

.ready__item {
  display: -ms-grid;
  display: grid;
  gap: 0.125rem;
}

.ready__caption {
  font-weight: 500;
  font-size: 1.25rem;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.ready__text {
  opacity: .7;
}

.ready__link {
  min-height: 2.75rem;
  max-width: 21.25rem;
  margin: 0 auto;
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  padding: 0.5rem 0;
  background: rgba(255,255,255,.1);
}

.marquee__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  -webkit-animation: marquee 30s infinite linear;
          animation: marquee 30s infinite linear;
}

.marquee__text {
  font-weight: 500;
  color: lime;
  white-space: nowrap;
}

.marquee__text_red {
  color: #e50d3e;
}

.exchange {
  padding-bottom: 1.875rem;
}

.exchange__caption {
  text-align: center;
  font-size: 1.5rem;
  color: rgba(255,255,255,.7);
  position: relative;
  z-index: 2;
  padding: 2.3125rem 1.875rem;
}

.exchange__caption span {
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.exchange__form {
  max-width: 23.75rem;
  margin: 0 auto;
}

.code {
  padding: 5.625rem 0;
}

.code__caption {
  text-align: center;
  font-size: 1.5rem;
  color: rgba(255,255,255,.7);
  position: relative;
  z-index: 2;
}

.code__caption:not(:last-child) {
  margin-bottom: 5.625rem;
}

.code__caption span {
  font-weight: 700;
  font-size: 1.5rem;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.code__wrap {
  max-width: 47.875rem;
  width: 100%;
  margin: 0 auto;
}

.code__block {
  background: #000002;
  border: 0.0625rem solid #ddb74b;
  border-radius: 0.75rem;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}

.code__content {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.code__box {
  display: -ms-grid;
  display: grid;
  gap: 0.125rem;
}

.code__label {
  font-size: 0.875rem;
}

.code__value {
  font-weight: 500;
  font-size: 1.25rem;
  width: 100%;
}

.code__image {
  max-width: 13.125rem;
  border-radius: 0.75rem;
  overflow: hidden;
}

.code__image img {
  max-width: 100%;
}

.code__time:not(:last-child) {
  margin-bottom: 1.875rem;
}

.code__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.25rem;
  position: relative;
}

.code__body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  top: 0.6875rem;
  background-color: rgba(255,255,255,.15);
  left: 0;
}

.code__item {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.code__item::after {
  content: "";
  position: absolute;
  top: 0.6875rem;
  height: 0.125rem;
  left: 50%;
  width: 2.8125rem;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: #000002;
}

.code__item:first-child::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  height: 0.125rem;
  right: 50%;
  width: 50%;
  background: #000002;
}

.code__item:last-child::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  height: 0.125rem;
  left: 50%;
  width: 50%;
  background: #000002;
}

.code__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.625rem;
  background-color: #000002;
  position: relative;
  z-index: 2;
  opacity: .25;
}

.code__item_active .code__icon {
  opacity: 1;
}

.code__text {
  opacity: .25;
  position: relative;
  z-index: 2;
}

.code__item_active .code__text {
  opacity: 1;
}

.time {
  background: rgba(255,255,255,.1);
  border-radius: 0 0 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  margin-top: -0.625rem;
  padding: 1.25rem 0.625rem 0.625rem 0.625rem;
}

.time__text {
  font-weight: 500;
  opacity: .5;
}

.time__value {
  font-weight: 500;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - 3.75rem));
            transform: translateX(calc(-100% - 3.75rem));
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(calc(-100% - 3.75rem));
            transform: translateX(calc(-100% - 3.75rem));
  }
}

.footer {
  padding: 1.25rem 0;
}

.footer__title {
  text-align: center;
  background: linear-gradient(45deg, #e1c167 0%, #ddb74b 37.5%, #ffe8a7 71%, #e1c167 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.footer__title:not(:last-child) {
  margin-bottom: 1.25rem;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}

.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
}

.checkbox {
  position: relative;
}

.checkbox:not(:last-child) {
  margin-bottom: 1.875rem;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked+.checkbox__label:before {
  background: url("../img/check.svg") center no-repeat;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0.625rem;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.375rem;
          flex: 0 0 1.375rem;
  border-radius: 0.25rem;
  width: 1.375rem;
  height: 1.375rem;
  background: rgba(255,255,255,.1);
  border: 0.0625rem solid rgba(255,255,255,.2);
}

.select {
  position: relative;
  width: 100%;
  max-width: 7.875rem;
  background: rgba(255,255,255,.1);
  border-radius: 0.25rem;
  height: 2.25rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select__body {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.125rem 0.5rem;
}

.select__title {
  color: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.select__value>* {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  content: "";
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.625rem;
          flex: 0 0 0.625rem;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/arrow.svg") center/100% no-repeat;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5;
}

.select__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__input {
  width: 100%;
  background-color: rgba(0,0,0,0);
  height: 100%;
}

.select__options {
  width: 100%;
  color: #000;
  position: absolute;
  top: 1.75rem;
  border-radius: 0 0 0.25rem 0.25rem;
  min-width: 100%;
  left: 0;
  background-color: #303031;
  border-top: 0;
  border-top: 0;
  padding: 0.3125rem 0 0.3125rem 0;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}

.select__option {
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  padding: 0.4375rem 0.625rem 0.1875rem 0.625rem;
  color: inherit;
  color: #fff;
}

.select__option._select-selected {
  background-color: #535353;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.select__asset {
  width: 1.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.25rem;
          flex: 0 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select__asset img {
  max-width: 100%;
}

.select._select-open {
  z-index: 5;
}

._select-tag {
  cursor: pointer;
}

@media (max-width: 74.375rem) {
  .hero__top {
    -ms-grid-columns: 1fr auto 23.75rem;
    grid-template-columns: 1fr auto 23.75rem;
  }
}

@media (max-width: 61.99875rem) {
  .hero::after {
    display: none;
  }

  .hero__title {
    font-size: 2.5rem;
  }

  .hero__image {
    top: 2.5rem;
    display: none;
  }

  .hero__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__top:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .hero__caption {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    padding: 0.625rem;
  }

  .hero__items {
    max-width: 100%;
  }

  .why {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }

  .exchange {
    padding-top: 1.875rem;
  }

  .exchange__caption {
    padding: 0.625rem;
  }

  .exchange__caption:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .code {
    padding: 1.875rem 0;
  }

  .code__caption:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .code__caption {
    padding: 0.625rem;
  }
}

@media (max-width: 47.99875rem) {
  .hero {
    padding: 1.5625rem 0;
  }

  .hero__item {
    padding: 0.625rem 0.9375rem;
  }

  .hero__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__body:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__title {
    font-size: 1.90rem;
  }

  .code__value {
    font-size: 0.7rem;
  }

  .hero__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .hero__link {
    max-width: 100%;
  }

  .hero__form {
    max-width: 100%;
  }

  .form-hero {
    padding: 0.9375rem;
  }

  .form-hero__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .form-hero__items {
    gap: 0.625rem;
  }

  .form-hero__items:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .form-hero__desc:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .why__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }

  .why__title {
    font-size: 1.625rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .why__title svg {
    width: 15rem;
  }

  .why__items {
    max-width: 100%;
  }

  .why__item {
    gap: 0;
  }

  .ready {
    padding-bottom: 3.75rem;
  }

  .ready__sub-title:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .ready__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .ready__body:not(:last-child) {
    margin-bottom: 3.125rem;
  }

  .ready__column {
    max-width: 100%;
  }

  .ready__content {
    gap: 0;
  }

  .ready__items {
    max-width: 100%;
  }

  .code__block {
    -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;
    padding: 1.25rem 0.625rem;
  }

  .code__content {
    justify-items: center;
  }

  .code__box {
    justify-items: center;
  }

  .code__item {
    gap: 0.625rem;
  }

  .code__text {
    font-size: 0.8125rem;
  }
}

@media (any-hover: hover) {
  .link:hover {
    background-position: 100% 100%;
  }

  .footer__item:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .select__option:hover {
    background: #4b4949;
  }
}