.NotFoundPage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 316px;
  padding-bottom: 348px;
}
@media (max-width: 1023px) {
  .NotFoundPage {
    padding-top: 140px;
    padding-bottom: 200px;
    padding-top: 164px;
    padding-bottom: 300px;
  }
}
.NotFoundPage__inner {
  text-align: center;
}
.NotFoundPage__subtitle {
  margin-top: 12px;
  color: var(--text_light_secondary);
}
.NotFoundPage__button {
  margin-top: 16px;
}
.NewsCta {
  display: block;
  padding: 10px 24px;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
.NewsCta--bg1 {
  background: linear-gradient(90deg, #9bcfb3 -18.26%, #08c);
}
.NewsCta--bg2 {
  background: linear-gradient(90deg, #9a6dfb -7.22%, #5dc7fc 109.17%);
}

.exmpl {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exmpl img {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 1000px) {
  .NewsCta:hover .NewsCta__inner {
    opacity: 0.7;
  }
}
.NewsCta + .Header {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: -80px;
}
@media (max-width: 1279px) {
  .NewsCta + .Header {
    margin-bottom: -78px;
  }
}
@media (max-width: 1023px) {
  .NewsCta + .Header {
    margin-bottom: -77px;
  }
}
@media (max-width: 833px) {
  .NewsCta + .Header {
    margin-bottom: -77px;
  }
}
@media (max-width: 743px) {
  .NewsCta + .Header {
    margin-bottom: -77px;
  }
}
.NewsCta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
}
.NewsCta__item {
  display: inline-flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 833px) {
  .NewsCta__item:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 743px) {
  .NewsCta__item:nth-of-type(3) {
    display: none;
  }
}
.NewsCta__text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: IBMPlexMono, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--default_white);
}
.NewsCta__separator {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 12px;
  content: "";
  border-radius: 50%;
  background-color: var(--default_white);
}
.NewsCta__arrow {
  margin-top: -1px;
  margin-left: 2px;
}
.NewsCta__arrow svg {
  width: 20px;
  height: 20px;
  color: var(--default_white);
}
.Welcome {
  overflow: hidden;
  background-color: var(--background_dark_main);
}
.Welcome__container {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 72px;
}
@media (max-width: 1023px) {
  .Welcome__container {
    padding-top: 136px;
    padding-bottom: 54px;
  }
}
@media (max-width: 833px) {
  .Welcome__container {
    padding-top: 51px;
    padding-bottom: 47px;
  }
}
@media (max-width: 743px) {
  .Welcome__container {
    padding-top: 120px;
    padding-bottom: 42px;
    flex-direction: column;
  }
}
@media (max-width: 413px) {
  .Welcome__container {
    padding-top: 104px;
    padding-bottom: 168px;
  }
}
.Welcome__left {
  position: relative;
  z-index: 2;
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  max-width: 695px;
}
@media (max-width: 743px) {
  .Welcome__left {
    padding-bottom: 44px;
    margin-bottom: 20px;
  }
}
@media (max-width: 413px) {
  .Welcome__left {
    padding-bottom: 25px;
  }
}
.Welcome__right {
  display: flex;
}
@media (max-width: 743px) {
  .Welcome__right {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 413px) {
  .Welcome__right {
    min-width: 100%;
  }
}
.Welcome__title {
  color: var(--text_dark_primary);
  padding-bottom: 16px;
  font-size: 72px;
  line-height: 88px;
}
@media (max-width: 1439px) {
  .Welcome__title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 1279px) {
  .Welcome__title {
    font-size: 56px;
    line-height: 72px;
  }
}
@media (max-width: 1023px) {
  .Welcome__title {
    font-size: 48px;
    line-height: 56px;
    padding-bottom: 12px;
  }
}
@media (max-width: 833px) {
  .Welcome__title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 743px) {
  .Welcome__title {
    text-align: center;
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 413px) {
  .Welcome__title {
    font-size: 38px;
    line-height: 40px;
  }
}
.Welcome__title-highlighting {
  color: #02a8fb;
}
.Welcome__description {
  padding-bottom: 40px;
  color: var(--text_dark_secondary);
  max-width: 85%;
}
@media (max-width: 1279px) {
  .Welcome__description {
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 833px) {
  .Welcome__description {
    padding-bottom: 24px;
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .Welcome__description {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 413px) {
  .Welcome__description {
    text-align: center;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
}
.Welcome__controls {
  display: flex;
}
.Welcome__controls .Button {
  min-width: 164px;
}
@media (max-width: 1279px) {
  .Welcome__controls .Button {
    min-width: 148px;
  }
}
@media (max-width: 833px) {
  .Welcome__controls .Button {
    min-width: 138px;
    padding: 16px 20px;
  }
  .Welcome__controls .Button .Button__inner .ButtonText {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 743px) {
  .Welcome__controls .Button {
    min-width: 132px;
    padding: 12px 16px;
  }
}
.Welcome__controls .Button__before {
  margin-right: 12px;
}
.Welcome__controls .Button + .Button {
  margin-left: 24px;
}
@media (max-width: 1279px) {
  .Welcome__controls .Button + .Button {
    margin-left: 16px;
  }
}
@media (max-width: 743px) {
  .Welcome__controls {
    justify-content: center;
  }
  .Welcome__control--large {
    display: none;
  }
}
.Welcome__control--small {
  display: none;
}
@media (max-width: 743px) {
  .Welcome__control--small {
    display: block;
  }
}
.Welcome__gem {
  position: relative;
  width: 370px;
  min-width: 370px;
}
.Welcome__gem .player {
  width: 370px;
  height: 470px;
  position: absolute;
  /* top:-57px; */
  right: 0;
  z-index: 3;
}
@media (max-width: 1439px) {
  .Welcome__gem {
    width: 328px;
    min-width: 428px;
  }
  .Welcome__gem .player {
    top: 0px;
    width: 328px;
    height: 428px;
  }
}
@media (max-width: 1279px) {
  .Welcome__gem {
    width: 335px;
    min-width: 335px;
  }
  .Welcome__gem .player {
    top: -10px;
    width: 279px;
    height: 351px;
  }
  .Welcome__gem .Welcome__gem-shadow {
    top: 327px;
  }
}
@media (max-width: 1023px) {
  .Welcome__gem {
    width: 255px;
    min-width: 255px;
  }
  .Welcome__gem .player {
    top: 44px;
    width: 208px;
    height: 262px;
  }
  .Welcome__gem .Welcome__gem-shadow {
    top: 210px;
  }
  .Welcome__gem .Welcome__gem-background {
    top: -250px;
  }
}
@media (max-width: 833px) {
  .Welcome__gem {
    width: 223px;
    min-width: 223px;
  }
  .Welcome__gem .player {
    top: 0px;
    width: 223px;
    height: 323px;
  }
  .Welcome__gem .Welcome__gem-shadow {
    top: 205px;
  }
  .Welcome__gem .Welcome__gem-background {
    top: -250px;
  }
}
@media (max-width: 743px) {
  .Welcome__gem {
    height: 280px;
  }
  .Welcome__gem .player {
    left: 50%;
    width: 268px;
    height: 336px;
    margin-left: -140px;
  }
  .Welcome__gem .Welcome__gem-shadow {
    left: 50%;
    margin-left: -131px;
    top: 224px;
  }
  .Welcome__gem .Welcome__gem-background {
    top: -250px;
    left: 50%;
    margin-left: -345px;
  }
}
@media (max-width: 413px) {
  .Welcome__gem {
    height: 176px;
  }
  .Welcome__gem .player {
    left: 50%;
    width: 230px;
    height: 330px;
    margin-left: -115px;
  }
  .Welcome__gem .Welcome__gem-shadow {
    margin-left: -131px;
    top: 174px;
  }
}
.Welcome video::-internal-media-controls-overlay-cast-button {
  display: none;
}
.Welcome__gem-shadow {
  background-image: url(/_next/static/media/d_shadow.3239ad6b.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 262px;
  height: 70px;
  position: absolute;
  z-index: 2;
  top: 325px;
}
.Welcome__gem-background {
  width: 690px;
  height: 690px;
  position: absolute;
  top: -200px;
  background: radial-gradient(
    circle,
    rgba(60, 187, 251, 0.3) 0,
    rgba(60, 187, 251, 0.221) 13.11%,
    rgba(60, 187, 251, 0.162) 23.46%,
    rgba(60, 187, 251, 0.115) 32.43%,
    rgba(60, 187, 251, 0.083) 38.985%,
    rgba(60, 187, 251, 0.058) 44.85%,
    rgba(60, 187, 251, 0.038) 50.37%,
    rgba(60, 187, 251, 0.023) 55.338%,
    rgba(60, 187, 251, 0.013) 59.409%,
    rgba(60, 187, 251, 0.006) 62.79%,
    rgba(60, 187, 251, 0.002) 65.688%,
    rgba(60, 187, 251, 0.001) 67.758%,
    rgba(60, 187, 251, 0) 69%
  );
  z-index: 1;
}
.Welcome__gem-background,
.Welcome__gem-shadow {
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 743px) {
  .Welcome__gem-background,
  .Welcome__gem-shadow {
    transform: none;
  }
}
.GradientWord {
  width: 100%;
  height: 88px;
}
.GradientWord__single {
  display: block;
}
.GradientWord__couple--middle,
.GradientWord__single--middle {
  display: none;
}
@media (max-width: 1439px) {
  .GradientWord {
    height: 72px;
  }
}
@media (max-width: 1279px) {
  .GradientWord {
    height: 72px;
  }
}
@media (max-width: 1023px) {
  .GradientWord {
    height: 56px;
  }
}
@media (max-width: 833px) {
  .GradientWord {
    height: 48px;
  }
}
@media (max-width: 743px) {
  .GradientWord {
    height: 44px;
  }
  .GradientWord__single {
    display: none;
  }
  .GradientWord__single--middle {
    display: block;
  }
}
@media (max-width: 374px) {
  .GradientWord {
    height: 88px;
  }
  .GradientWord__single--middle {
    display: none;
  }
  .GradientWord__couple--middle {
    display: block;
  }
}
.TonTimeline {
  overflow: hidden;
}
.TonTimeline__inner {
  padding: 140px 0;
}
@media (max-width: 1439px) {
  .TonTimeline__inner {
    padding: 120px 0;
  }
}
@media (max-width: 1279px) {
  .TonTimeline__inner {
    padding: 64px 0 100px;
  }
}
@media (max-width: 1023px) {
  .TonTimeline__inner {
    padding-top: 84px;
  }
}
@media (max-width: 833px) {
  .TonTimeline__inner {
    padding: 80px 0;
  }
}
@media (max-width: 413px) {
  .TonTimeline__inner {
    padding: 56px 0;
  }
}
.Timeline__stages {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 76px -20px 0;
}
@media (max-width: 1279px) {
  .Timeline__stages {
    margin: 68px -10px 0;
  }
}
@media (max-width: 1023px) {
  .Timeline__stages {
    margin: 52px -8px 0;
  }
}
@media (max-width: 743px) {
  .Timeline__stages {
    margin: 40px 0 0;
    display: block;
    margin-top: 24px;
  }
}
.Timeline__stages:before {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: calc(100% - 32px);
  height: 2px;
  content: "";
  background-color: var(--background_light_blue);
}
@media (max-width: 1279px) {
  .Timeline__stages:before {
    left: 10px;
  }
}
@media (max-width: 743px) {
  .Timeline__stages:before {
    display: none;
  }
}
.Timeline__stages--with-present:before {
  width: 66.6666666667%;
}
.Timeline__stages--with-present:after {
  position: absolute;
  top: 0;
  left: calc(66.6666666667% + 20px);
  display: block;
  width: 100vw;
  height: 2px;
  margin-left: 15px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='728' height='2' viewBox='0 0 728 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M728 1L1.00002 1' stroke='%230088CC' stroke-opacity='0.1' stroke-width='2' stroke-linecap='round' stroke-dasharray='20 20'/%3E%3C/svg%3E%0A");
}
@media (max-width: 743px) {
  .Timeline__stages--with-present:after {
    display: none;
  }
}
.Timeline__stage {
  position: relative;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 36px 20px 0;
}
@media (max-width: 1279px) {
  .Timeline__stage {
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  .Timeline__stage {
    padding: 28px 20px 0 8px;
  }
}
@media (max-width: 743px) {
  .Timeline__stage {
    width: 100%;
    padding: 0 20px 0 40px;
  }
  .Timeline__stage:not(:last-of-type) {
    padding-bottom: 32px;
  }
  .Timeline__stage:not(.Timeline__stage--present):before {
    position: absolute;
    top: 12px;
    left: 11px;
    width: 2px;
    height: 100%;
    content: "";
    background-color: var(--background_light_blue);
  }
  .Timeline__stage:not(.Timeline__stage--present):last-of-type:before {
    height: calc(100% - 12px);
  }
  .Timeline__stage--present:before {
    position: absolute;
    bottom: 0;
    left: 11px;
    display: block;
    height: 100%;
    width: 2px;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='145' viewBox='0 0 2 145' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 144a1 1 0 0 0 2 0H0zM0 0v9h2V0H0zm0 27v18h2V27H0zm0 36v18h2V63H0zm0 36v18h2V99H0zm0 36v9h2v-9H0z' fill='%23E5F3FA' /%3E%3C/svg%3E");
  }
}
.Timeline__stage:after {
  position: absolute;
  top: -4px;
  left: 20px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background-color: var(--ton_blue);
}
@media (max-width: 1279px) {
  .Timeline__stage:after {
    left: 10px;
  }
}
@media (max-width: 1023px) {
  .Timeline__stage:after {
    left: 8px;
  }
}
@media (max-width: 743px) {
  .Timeline__stage:after {
    top: 10px;
  }
}
@media (max-width: 1023px) {
  .Timeline__stage--present {
    padding-left: 6px;
  }
}
@media (max-width: 743px) {
  .Timeline__stage--present {
    padding-left: 40px;
  }
}
.Timeline__stage--present .TonTimeline__stage_title {
  color: var(--ton_blue);
}
.Timeline__stage--present:after {
  box-sizing: border-box;
  top: -14px;
  left: 18px;
  width: 28px;
  height: 28px;
  border: 10px solid var(--ton_blue);
  background: var(--default_white);
}
@media (max-width: 1279px) {
  .Timeline__stage--present:after {
    left: 10px;
  }
}
@media (max-width: 1023px) {
  .Timeline__stage--present:after {
    left: 6px;
  }
}
@media (max-width: 743px) {
  .Timeline__stage--present:after {
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-width: 8px;
  }
}
.Timeline__stage_subtitle {
  margin-top: 16px;
  color: var(--text_light_secondary);
}
@media (max-width: 1279px) {
  .Timeline__stage_subtitle {
    margin-top: 12px;
  }
}
@media (max-width: 1023px) {
  .Timeline__stage_subtitle {
    margin-top: 8px;
    white-space: normal;
  }
}
.Timeline__stage_link {
  margin-top: 24px;
}
@media (max-width: 1279px) {
  .Timeline__stage_link {
    margin-top: 16px;
  }
}
@media (max-width: 1023px) {
  .Timeline__stage_link {
    margin-top: 14px;
  }
}
@media (max-width: 743px) {
  .Timeline__stage_link {
    margin-top: 8px;
  }
}
@media (max-width: 413px) {
  .Timeline__stage_link {
    margin-top: 12px;
  }
}
.ToncoinFuture {
  overflow: hidden;
}
.ToncoinFuture__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 64px 0;
}
@media (max-width: 1439px) {
  .ToncoinFuture__inner {
    max-width: 1040px;
  }
}
@media (max-width: 1023px) {
  .ToncoinFuture__inner {
    padding: 48px 0;
  }
}
@media (max-width: 743px) {
  .ToncoinFuture__inner {
    display: block;
    padding-bottom: 76px;
    padding: 40px 0;
  }
}
.ToncoinFuture__left {
  box-sizing: border-box;
  width: calc(100% - 560px);
  padding-right: 40px;
  padding-left: 75px;
}
@media (max-width: 1439px) {
  .ToncoinFuture__left {
    width: calc(100% - 500px);
    padding-right: 0;
    padding-left: 100px;
  }
}
@media (max-width: 1279px) {
  .ToncoinFuture__left {
    width: calc(100% - 462px);
    padding-left: 75px;
  }
}
@media (max-width: 1023px) {
  .ToncoinFuture__left {
    width: calc(100% - 376px);
    padding-left: 50px;
  }
}
@media (max-width: 833px) {
  .ToncoinFuture__left {
    width: calc(100% - 340px + 56px);
    padding-left: 35px;
  }
}
@media (max-width: 743px) {
  .ToncoinFuture__left {
    width: 100%;
    padding-left: 25px;
  }
}
.ToncoinFuture__subtitle {
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .ToncoinFuture__subtitle {
    margin-top: 4px;
  }
}
@media (max-width: 833px) {
  .ToncoinFuture__subtitle {
    margin-top: 12px;
  }
}
@media (max-width: 743px) {
  .ToncoinFuture__subtitle {
    margin-top: 8px;
  }
}
.ToncoinFuture__links {
  font-size: 0;
  margin: 32px -12px -4px;
}
@media (max-width: 1439px) {
  .ToncoinFuture__links {
    margin-top: 40px;
  }
}
@media (max-width: 1279px) {
  .ToncoinFuture__links {
    margin: 32px -6px 0;
  }
}
@media (max-width: 1023px) {
  .ToncoinFuture__links {
    margin: 32px -8px 0;
  }
}
@media (max-width: 833px) {
  .ToncoinFuture__links {
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .ToncoinFuture__links {
    margin-right: -6px;
    margin-left: -6px;
  }
}
.ToncoinFuture__link {
  margin: 0 12px 4px;
}
@media (max-width: 1279px) {
  .ToncoinFuture__link {
    margin-right: 6px;
    margin-left: 6px;
  }
}
@media (max-width: 1023px) {
  .ToncoinFuture__link {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (max-width: 743px) {
  .ToncoinFuture__link {
    margin-right: 6px;
    margin-left: 6px;
  }
}
.ToncoinFuture__right {
  position: relative;
  margin-top: -16px;
  width: 560px;
  height: 358px;
}
@media (max-width: 1439px) {
  .ToncoinFuture__right {
    width: 500px;
  }
}
@media (max-width: 1279px) {
  .ToncoinFuture__right {
    width: 462px;
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .ToncoinFuture__right {
    width: 376px;
    height: 240px;
  }
}
@media (max-width: 833px) {
  .ToncoinFuture__right {
    width: 340px;
    height: 229px;
  }
}
@media (max-width: 743px) {
  .ToncoinFuture__right {
    width: 86.96vw;
    height: 55.55vw;
    margin: 24px auto 0;
  }
}
@media (max-width: 413px) {
  .ToncoinFuture__right {
    width: 90vw;
  }
}
.ToncoinFuture__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 358px;
  margin-left: -4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(left-banner-img.jpeg);
}
@media (max-width: 1439px) {
  .ToncoinFuture__image {
    margin-top: 16px;
    margin-left: -64px;
  }
}
@media (max-width: 1279px) {
  .ToncoinFuture__image {
    width: 462px;
    height: 300px;
    margin-top: -12px;
    margin-left: -20px;
  }
}
@media (max-width: 1023px) {
  .ToncoinFuture__image {
    width: 376px;
    height: 240px;
    margin-top: 8px;
    margin-left: -8px;
  }
}
@media (max-width: 833px) {
  .ToncoinFuture__image {
    width: 340px;
    height: 229px;
    margin-top: 20px;
    margin-left: -48px;
  }
}
@media (max-width: 743px) {
  .ToncoinFuture__image {
    width: 86.96vw;
    height: 55.55vw;
    margin-top: 0;
    margin-left: -36px;
  }
}
@media (max-width: 413px) {
  .ToncoinFuture__image {
    width: 90vw;
    height: 57.5vw;
    margin-top: 12px;
    margin-left: -30px;
  }
}
.TonCommunity__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 140px 0;
}
@media (max-width: 1439px) {
  .TonCommunity__inner {
    padding: 120px 0;
  }
}
@media (max-width: 1279px) {
  .TonCommunity__inner {
    padding: 90px 0;
  }
}
@media (max-width: 1023px) {
  .TonCommunity__inner {
    padding: 102px 0 98px;
  }
}
@media (max-width: 833px) {
  .TonCommunity__inner {
    padding: 88px 0 80px;
  }
}
@media (max-width: 743px) {
  .TonCommunity__inner {
    display: block;
    padding: 80px 0 72px;
  }
}
@media (max-width: 413px) {
  .TonCommunity__inner {
    padding: 40px 0 64px;
  }
}
.TonCommunity__left {
  box-sizing: border-box;
  width: calc(100% - 548px);
  padding-right: 40px;
}
@media (max-width: 1439px) {
  .TonCommunity__left {
    width: calc(100% - 524px);
    margin-top: 14px;
  }
}
@media (max-width: 1279px) {
  .TonCommunity__left {
    width: calc(100% - 478px);
    margin-top: -8px;
  }
}
@media (max-width: 1023px) {
  .TonCommunity__left {
    width: calc(100% - 377px);
    padding-right: 20px;
  }
}
@media (max-width: 833px) {
  .TonCommunity__left {
    width: calc(100% - 295px);
  }
}
@media (max-width: 743px) {
  .TonCommunity__left {
    width: 100%;
    margin-top: 0;
  }
}
.TonCommunity__subtitle {
  margin-top: 16px;
  color: var(--text_light_secondary);
}
@media (max-width: 1023px) {
  .TonCommunity__subtitle {
    margin-top: 12px;
  }
}
@media (max-width: 743px) {
  .TonCommunity__subtitle {
    margin-top: 8px;
  }
}
.TonCommunity__links {
  font-size: 0;
  margin: 40px -12px 0;
}
@media (max-width: 1279px) {
  .TonCommunity__links {
    margin: 32px -8px 0;
  }
}
@media (max-width: 1023px) {
  .TonCommunity__links {
    margin-top: 24px;
  }
}
@media (max-width: 833px) {
  .TonCommunity__links {
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .TonCommunity__links {
    margin-left: -12px;
  }
}
.TonCommunity__link {
  margin: 0 12px;
}
@media (max-width: 1279px) {
  .TonCommunity__link {
    margin: 0 8px;
  }
}
.TonCommunity__link .Button__before {
  margin-right: 8px;
}
.TonCommunity__link .Button__before svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 833px) {
  .TonCommunity__link .Button__before svg {
    width: 20px;
    height: 20px;
  }
}
.TonCommunity__right {
  position: relative;
  margin-right: -3px;
  width: 548px;
  height: 444px;
}
@media (max-width: 1439px) {
  .TonCommunity__right {
    width: 524px;
  }
}
@media (max-width: 1279px) {
  .TonCommunity__right {
    width: 478px;
    height: 390px;
  }
}
@media (max-width: 1023px) {
  .TonCommunity__right {
    width: 377px;
    height: 311px;
  }
}
@media (max-width: 833px) {
  .TonCommunity__right {
    width: 295px;
    height: 239px;
  }
}
@media (max-width: 743px) {
  .TonCommunity__right {
    width: 78.99vw;
    height: 64.01vw;
    margin: 32px auto 0;
  }
}
@media (max-width: 413px) {
  .TonCommunity__right {
    width: 85.31vw;
    height: 69.96vw;
  }
}
.TonCommunity__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 548px;
  height: 444px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/_next/static/media/duck.40264b49.png);
}
@media (max-width: 1279px) {
  .TonCommunity__image {
    width: 478px;
    height: 390px;
    margin-left: 12px;
  }
}
@media (max-width: 1023px) {
  .TonCommunity__image {
    width: 377px;
    height: 311px;
    margin-top: -4px;
    margin-left: 0;
  }
}
@media (max-width: 833px) {
  .TonCommunity__image {
    width: 295px;
    height: 239px;
    margin-top: -16px;
    margin-left: 16px;
  }
}
@media (max-width: 743px) {
  .TonCommunity__image {
    width: 78.99vw;
    height: 64.01vw;
    margin-top: 0;
    margin-left: 12px;
  }
}
@media (max-width: 413px) {
  .TonCommunity__image {
    width: 85.31vw;
    height: 69.96vw;
    margin-left: 8px;
  }
}
.AppsAndServices .Container__inner {
  overflow: hidden;
}
.AppsAndServices__inner {
  position: relative;
  padding-top: 72px;
  padding-bottom: 190px;
}
@media (max-width: 1279px) {
  .AppsAndServices__inner {
    padding-top: 84px;
    padding-bottom: 216px;
  }
}
@media (max-width: 1023px) {
  .AppsAndServices__inner {
    padding-top: 56px;
    padding-bottom: 190px;
  }
}
@media (max-width: 833px) {
  .AppsAndServices__inner {
    padding-bottom: 179px;
  }
}
@media (max-width: 743px) {
  .AppsAndServices__inner {
    padding-top: 48px;
    padding-bottom: 210px;
  }
}
@media (max-width: 413px) {
  .AppsAndServices__inner {
    padding-top: 40px;
    padding-bottom: 162px;
  }
}
.AppsAndServices__info {
  z-index: 1;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.AppsAndServices__subtitle {
  margin-top: 16px;
  color: var(--text_light_secondary);
}
@media (max-width: 1023px) {
  .AppsAndServices__subtitle {
    margin-top: 12px;
  }
}
@media (max-width: 743px) {
  .AppsAndServices__subtitle {
    margin-top: 8px;
  }
}
.AppsAndServices__button {
  margin-top: 40px;
}
@media (max-width: 1279px) {
  .AppsAndServices__button {
    margin-top: 32px;
  }
}
@media (max-width: 743px) {
  .AppsAndServices__button {
    margin-top: 24px;
  }
}
@media (max-width: 413px) {
  .AppsAndServices__button {
    margin-top: 16px;
  }
}
.AppsAndServices__apps {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 227px;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .AppsAndServices__apps {
    width: 887px;
    height: 206px;
  }
}
@media (max-width: 833px) {
  .AppsAndServices__apps {
    width: 808px;
    height: 196px;
  }
}
@media (max-width: 743px) {
  .AppsAndServices__apps {
    width: 690px;
    height: 188px;
  }
}
@media (max-width: 413px) {
  .AppsAndServices__apps {
    width: 544px;
    height: 154px;
  }
}
.AppsAndServices__apps_inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 394px;
}
@media (max-width: 1023px) {
  .AppsAndServices__apps_inner {
    height: 364px;
  }
}
@media (max-width: 833px) {
  .AppsAndServices__apps_inner {
    height: 324px;
  }
}
@media (max-width: 743px) {
  .AppsAndServices__apps_inner {
    height: 312px;
  }
}
@media (max-width: 413px) {
  .AppsAndServices__apps_inner {
    height: 250px;
  }
}
.AppsAndServices__apps_col {
  position: relative;
  height: 100%;
  width: 394px;
}
@media (max-width: 1023px) {
  .AppsAndServices__apps_col {
    width: 364px;
  }
}
@media (max-width: 833px) {
  .AppsAndServices__apps_col {
    width: 324px;
  }
}
@media (max-width: 743px) {
  .AppsAndServices__apps_col {
    width: 312px;
  }
}
@media (max-width: 413px) {
  .AppsAndServices__apps_col {
    width: 250px;
  }
}
.AppsAndServices__apps_center {
  width: calc(100% - 394px * 2);
}
@media (max-width: 1023px) {
  .AppsAndServices__apps_center {
    width: calc(100% - 364px * 2);
  }
}
@media (max-width: 833px) {
  .AppsAndServices__apps_center {
    width: calc(100% - 324px * 2);
  }
}
@media (max-width: 743px) {
  .AppsAndServices__apps_center {
    width: calc(100% - 312px * 2);
  }
}
@media (max-width: 413px) {
  .AppsAndServices__apps_center {
    width: calc(100% - 250px * 2);
  }
}
.AppsAndServices__app {
  position: absolute;
  top: 0;
  left: 0;
  width: 27.92%;
  height: 27.92%;
}
.AppsAndServices__app--2 {
  top: 7.12%;
  left: calc(27.92% + 8.12%);
}
.AppsAndServices__app--3 {
  top: 22.59%;
  left: calc(27.92% * 2 + 8.12% * 2);
}
.AppsAndServices__app--4 {
  top: calc(27.92% + 7.12%);
}
.AppsAndServices__app--5 {
  top: calc(7.12% * 2 + 27.92%);
  left: calc(27.92% + 8.12%);
}
.AppsAndServices__app--6 {
  top: 22.59%;
}
.AppsAndServices__app--7 {
  top: 7.12%;
  left: calc(27.92% + 8.12%);
}
.AppsAndServices__app--8 {
  top: 22.59%;
  left: calc(27.92% * 2 + 8.12% * 2);
}
.AppsAndServices__app--9 {
  top: calc(7.12% * 2 + 27.92%);
  left: calc(27.92% + 8.12%);
}
.AppsAndServices__app:before {
  z-index: 0;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 152px;
  height: 124px;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='152' height='124' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M129.973 17.14L92.5 3 21 7l-10.5 97 31.401 5.624c1.397.25 2.813.376 4.231.376H121.5c13.255 0 24-10.745 24-24V39.595a24 24 0 0 0-15.527-22.454z' fill='url(%23paint0_linear_5157_12986)' filter='url(%23filter0_f_5157_12986)'/%3E%3Cpath d='M138.52 110.041H89L20 104l-14.5-3s6.5 9.041 18.5 13.5c4.028 1.497 8.988 3.662 12.897 5.433 4.367 1.978 9.092 3.067 13.886 3.067h87.737a6.48 6.48 0 1 0 0-12.959z' fill='url(%23paint1_linear_5157_12986)'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_5157_12986' x='7.5' y='0' width='141' height='113' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='1.5' result='effect1_foregroundBlur_5157_12986'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_5157_12986' x1='48' y1='40.5' x2='153.5' y2='64.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23728A96'/%3E%3Cstop offset='1' stop-color='%23DCE0E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5157_12986' x1='41' y1='108.5' x2='42.527' y2='120.301' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BBC4CC'/%3E%3Cstop offset='.771' stop-color='%23DCE0E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 1023px) {
  .AppsAndServices__app:before {
    width: 140px;
    height: 116px;
    background-image: url("data:image/svg+xml,%3Csvg width='140' height='116' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120.009 15.826L85.409 2.77 19.39 6.463 9.695 96.026l28.994 5.193c1.29.231 2.597.347 3.907.347h69.589c12.239 0 22.16-9.921 22.16-22.16V36.56a22.16 22.16 0 0 0-14.336-20.733z' fill='url(%23paint0_linear_5157_13050)' filter='url(%23filter0_f_5157_13050)'/%3E%3Cpath d='M127.9 101.603H82.176l-63.71-5.577-13.388-2.77s6.002 8.347 17.082 12.465c3.72 1.382 8.298 3.382 11.908 5.016 4.032 1.827 8.395 2.832 12.821 2.832H127.9a5.983 5.983 0 1 0 0-11.966z' fill='url(%23paint1_linear_5157_13050)'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_5157_13050' x='6.925' y='0' width='130.19' height='104.337' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='1.385' result='effect1_foregroundBlur_5157_13050'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_5157_13050' x1='44.32' y1='37.395' x2='141.732' y2='59.554' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23728A96'/%3E%3Cstop offset='1' stop-color='%23DCE0E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5157_13050' x1='37.856' y1='100.181' x2='39.266' y2='111.077' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BBC4CC'/%3E%3Cstop offset='.771' stop-color='%23DCE0E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media (max-width: 833px) {
  .AppsAndServices__app:before {
    width: 124px;
    height: 109px;
    background-image: url("data:image/svg+xml,%3Csvg width='124' height='109' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M107.013 15.111L76.159 3.47 17.291 6.762 8.646 86.626l25.853 4.63c1.15.207 2.316.31 3.484.31h62.053c10.913 0 19.76-8.847 19.76-19.76V33.599a19.76 19.76 0 0 0-12.783-18.487z' fill='url(%23paint0_linear_5157_13026)' filter='url(%23filter0_f_5157_13026)'/%3E%3Cpath d='M114.049 91.6H73.277l-56.81-4.974-11.939-2.47S9.88 91.6 19.76 95.271c3.317 1.233 7.4 3.016 10.619 4.474 3.595 1.628 7.485 2.525 11.433 2.525h72.237a5.335 5.335 0 1 0 0-10.67z' fill='url(%23paint1_linear_5157_13026)'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_5157_13026' x='6.175' y='.999' width='116.091' height='93.037' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='1.235' result='effect1_foregroundBlur_5157_13026'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_5157_13026' x1='39.521' y1='34.344' x2='126.383' y2='54.104' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23728A96'/%3E%3Cstop offset='1' stop-color='%23DCE0E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5157_13026' x1='33.757' y1='90.331' x2='35.014' y2='100.048' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BBC4CC'/%3E%3Cstop offset='.771' stop-color='%23DCE0E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media (max-width: 743px) {
  .AppsAndServices__app:before {
    width: 120px;
    height: 102px;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='102' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M102.328 13.495L72.825 2.36l-56.293 3.15L8.266 81.88l24.722 4.428c1.1.197 2.214.296 3.331.296h59.338c10.436 0 18.896-8.46 18.896-18.896V31.173a18.896 18.896 0 0 0-12.225-17.678z' fill='url(%23paint0_linear_5157_13034)' filter='url(%23filter0_f_5157_13034)'/%3E%3Cpath d='M109.059 86.635H70.071L15.746 81.88 4.33 79.518s5.118 7.117 14.565 10.628c3.172 1.179 7.076 2.884 10.154 4.278 3.438 1.557 7.159 2.414 10.933 2.414h69.077a5.101 5.101 0 0 0 0-10.203z' fill='url(%23paint1_linear_5157_13034)'/%3E%3Cdefs%3E%3Cfilter id='filter0_f_5157_13034' x='5.904' y='-.001' width='111.011' height='88.966' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='1.181' result='effect1_foregroundBlur_5157_13034'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_5157_13034' x1='37.79' y1='31.886' x2='120.851' y2='50.781' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23728A96'/%3E%3Cstop offset='1' stop-color='%23DCE0E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5157_13034' x1='35.429' y1='83.454' x2='36.062' y2='92.343' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D6DDE2'/%3E%3Cstop offset='.771' stop-color='%23DCE0E4' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media (max-width: 413px) {
  .AppsAndServices__app:before {
    width: 96px;
    height: 80px;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='80' width='96' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cfilter id='a' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse' height='72.41' width='90.353' x='4.805' y='-.001'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_5157_13042' stdDeviation='.961'/%3E%3C/filter%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='30.758' x2='98.362' y1='25.952' y2='41.331'%3E%3Cstop offset='0' stop-color='%23728a96'/%3E%3Cstop offset='1' stop-color='%23dce0e4' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='28.836' x2='29.351' y1='67.925' y2='75.159'%3E%3Cstop offset='0' stop-color='%23d6dde2'/%3E%3Cstop offset='.771' stop-color='%23dce0e4' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cpath d='m83.286 10.983-24.013-9.061-45.817 2.563-6.728 62.158 20.121 3.603c.895.16 1.802.241 2.712.241h48.295c8.494 0 15.38-6.885 15.38-15.379v-29.736c0-6.399-3.963-12.13-9.95-14.389z' fill='url(%23b)' filter='url(%23a)'/%3E%3Cpath d='m88.764 70.514h-31.734l-44.215-3.87-9.292-1.923s4.166 5.793 11.855 8.65c2.581.96 5.76 2.347 8.264 3.482 2.799 1.268 5.827 1.965 8.899 1.965h56.222a4.152 4.152 0 1 0 0-8.304z' fill='url(%23c)'/%3E%3C/svg%3E");
  }
}
.AppsAndServices__app_inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.Opportunities__inner {
  padding: 140px 0 120px;
}
@media (max-width: 1439px) {
  .Opportunities__inner {
    padding: 120px 0 100px;
  }
}
@media (max-width: 1279px) {
  .Opportunities__inner {
    padding: 100px 0 80px;
  }
}
@media (max-width: 833px) {
  .Opportunities__inner {
    padding-top: 70px;
  }
}
@media (max-width: 743px) {
  .Opportunities__inner {
    padding: 80px 0 40px;
  }
}
@media (max-width: 413px) {
  .Opportunities__inner {
    padding: 56px 0 16px;
  }
}
.Opportunities__info {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .Opportunities__info {
    max-width: 440px;
  }
}
.Opportunities__subtitle {
  margin-top: 16px;
  color: var(--text_light_secondary);
}
@media (max-width: 1023px) {
  .Opportunities__subtitle {
    margin-top: 12px;
  }
}
@media (max-width: 743px) {
  .Opportunities__subtitle {
    margin-top: 8px;
  }
}
.ChancesList {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 68px -20px 0;
}
@media (max-width: 1439px) {
  .ChancesList {
    margin-top: 60px;
  }
}
@media (max-width: 1279px) {
  .ChancesList {
    margin: 64px -10px 0;
  }
}
@media (max-width: 1023px) {
  .ChancesList {
    margin: 48px -8px 0;
  }
}
@media (max-width: 833px) {
  .ChancesList {
    margin-top: 40px;
  }
}
@media (max-width: 743px) {
  .ChancesList {
    display: block;
    margin: 32px 0 0;
  }
}
.ChancesList__item {
  box-sizing: border-box;
  display: block;
  width: 33.3333333333%;
  padding: 0 20px;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .ChancesList__item {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .ChancesList__item {
    padding: 0 8px;
  }
}
@media (max-width: 743px) {
  .ChancesList__item {
    width: 100%;
    padding: 0 12px;
  }
  .ChancesList__item + .ChancesList__item {
    margin-top: 24px;
  }
}
@media (max-width: 413px) {
  .ChancesList__item {
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .ChancesList__item:active .ChancesList__item_img,
  .ChancesList__item:hover .ChancesList__item_img {
    transform: scale(1.1);
  }
}
.ChancesList__item_img_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 46.67%;
  border-radius: 24px;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
@media (max-width: 1439px) {
  .ChancesList__item_img_wrap {
    padding-top: 48.125%;
  }
}
@media (max-width: 1279px) {
  .ChancesList__item_img_wrap {
    padding-top: 51.16%;
  }
}
@media (max-width: 1023px) {
  .ChancesList__item_img_wrap {
    padding-top: 63.9%;
  }
}
@media (max-width: 833px) {
  .ChancesList__item_img_wrap {
    padding-top: 72.99%;
  }
}
@media (max-width: 743px) {
  .ChancesList__item_img_wrap {
    padding-top: 47.09%;
  }
}
@media (max-width: 413px) {
  .ChancesList__item_img_wrap {
    border-radius: 16px;
    padding-top: 53.47%;
  }
}
.ChancesList__item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: transform 0.2s ease-in-out;
}
.ChancesList__item_info {
  margin-top: 24px;
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .ChancesList__item_info {
    margin-top: 20px;
    padding-right: 8px;
  }
}
@media (max-width: 833px) {
  .ChancesList__item_info {
    margin-top: 16px;
    padding-left: 12px;
  }
}
@media (max-width: 743px) {
  .ChancesList__item_info {
    margin-top: 12px;
    padding: 0 16px;
  }
}
.ChancesList__item_subtitle {
  margin-top: 4px;
  color: var(--text_light_secondary);
}
.ChancesList__item_link {
  margin-top: 12px;
}
@media (max-width: 743px) {
  .ChancesList__item_link {
    margin-top: 8px;
  }
}
.Blockchain {
  background: var(--background_dark_gradient);
}
@media (max-width: 743px) {
  .Blockchain {
    padding: 0;
  }
}
.Blockchain__inner {
  padding-top: 72px;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .Blockchain__inner {
    padding: 56px 0;
  }
}
@media (max-width: 833px) {
  .Blockchain__inner {
    padding: 48px 0;
  }
}
@media (max-width: 413px) {
  .Blockchain__inner {
    padding: 40px 0;
  }
}
.Blockchain__info {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .Blockchain__info {
    max-width: 600px;
  }
}
@media (max-width: 743px) {
  .Blockchain__info {
    padding: 0 32px;
  }
}
.Blockchain__title {
  color: var(--text_dark_primary);
}
.Blockchain__subtitle {
  max-width: 600px;
  margin: 16px auto 0;
  color: var(--text_dark_secondary);
}
@media (max-width: 1023px) {
  .Blockchain__subtitle {
    margin-top: 12px;
  }
}
@media (max-width: 743px) {
  .Blockchain__subtitle {
    margin-top: 8px;
  }
}
.Blockchain__actions {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 44px -12px 0;
}
@media (max-width: 1279px) {
  .Blockchain__actions {
    margin: 40px -8px 0;
  }
}
@media (max-width: 1023px) {
  .Blockchain__actions {
    margin-top: 32px;
  }
}
@media (max-width: 833px) {
  .Blockchain__actions {
    margin-top: 24px;
  }
}
.Blockchain__actions .Button {
  min-width: 190px;
  margin: 0 12px;
}
@media (max-width: 1279px) {
  .Blockchain__actions .Button {
    min-width: 160px;
    margin: 0 8px;
  }
}
@media (max-width: 743px) {
  .Blockchain__actions .Button {
    min-width: 140px;
  }
}
.Blockchain__actions .Button--m-secondary .Button__before {
  margin-right: 12px;
}
.Blockchain__window_inner {
  display: flex;
  align-items: stretch;
  text-align: left;
}
.Blockchain__window_sidebar {
  box-sizing: border-box;
  position: relative;
  width: 244px;
  padding-right: 2px;
  color: var(--default_white);
}
@media (max-width: 1279px) {
  .Blockchain__window_sidebar {
    width: 211px;
  }
}
@media (max-width: 833px) {
  .Blockchain__window_sidebar {
    width: 193px;
  }
}
.Blockchain__window_sidebar:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  content: "";
  border-radius: 2px;
  background-color: var(--separator_dark);
}
.Blockchain__window_sidebar_item {
  position: relative;
  padding: 10px 16px 10px 40px;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media (max-width: 1279px) {
  .Blockchain__window_sidebar_item {
    padding: 10px 16px 10px 24px;
  }
}
.Blockchain__window_sidebar_item:not(:last-of-type) {
  margin-bottom: 8px;
}
.Blockchain__window_sidebar_item:before {
  position: absolute;
  top: 0;
  right: -2px;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  opacity: 0;
  border-radius: 2px;
  background-color: var(--icon_dark_primary);
  transition: opacity 0.2s ease-in-out;
}
.Blockchain__window_sidebar_item--selected {
  background-color: var(--button_dark_secondary_pressed);
}
.Blockchain__window_sidebar_item--selected:before {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .Blockchain__window_sidebar_item:not(.Blockchain__window_sidebar_item--selected):hover {
    background-color: var(--button_dark_secondary);
  }
}
.Blockchain__window_content {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 244px);
  padding: 0 46px calc(64px + 28px);
  color: var(--default_white);
}
@media (max-width: 1279px) {
  .Blockchain__window_content {
    width: calc(100% - 211px);
    padding: 0 40px calc(60px + 28px);
  }
}
@media (max-width: 1023px) {
  .Blockchain__window_content {
    padding: 0 34px calc(72px + 24px);
  }
}
@media (max-width: 833px) {
  .Blockchain__window_content {
    width: calc(100% - 193px);
    padding: 0 34px calc(64px + 24px);
  }
}
.Blockchain__theme_text {
  position: relative;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .Blockchain__theme_text {
    margin-top: 12px;
  }
}
.Blockchain__theme:not(.Blockchain__theme--mobile)
  .Blockchain__theme_text_visible {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.Blockchain__theme_text_hidden {
  opacity: 0;
  visibility: hidden;
}
.Blockchain__theme--mobile .Blockchain__theme_text_hidden {
  display: none;
}
.Blockchain__theme_more {
  margin-top: 32px;
}
@media (max-width: 1279px) {
  .Blockchain__theme_more {
    margin-top: 24px;
  }
}
@media (max-width: 833px) {
  .Blockchain__theme_more {
    margin-top: 16px;
  }
}
@media (max-width: 743px) {
  .Blockchain__theme_more {
    margin-top: 8px;
  }
}
@media (max-width: 413px) {
  .Blockchain__theme_more {
    margin-top: 12px;
  }
}
.Blockchain__window_footer {
  font-size: 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  padding: 0 46px 0 40px;
}
@media (max-width: 1279px) {
  .Blockchain__window_footer {
    margin-top: 60px;
    padding: 0 24px 0 32px;
  }
}
@media (max-width: 1023px) {
  .Blockchain__window_footer {
    margin-top: 72px;
    padding: 0 16px 0 28px;
  }
}
.Blockchain__cards {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: -50px;
}
@media (max-width: 413px) {
  .Blockchain__cards {
    margin-top: 32px;
  }
}
.Blockchain__cards_inner {
  overflow-x: auto;
  display: flex;
  align-items: stretch;
  padding-bottom: 50px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.Blockchain__cards_inner:after,
.Blockchain__cards_inner:before {
  display: block;
  min-width: 32px;
  max-width: 32px;
  height: 100%;
  content: ".";
  opacity: 0;
}
@media (max-width: 413px) {
  .Blockchain__cards_inner:after,
  .Blockchain__cards_inner:before {
    min-width: 24px;
    max-width: 24px;
  }
}
.Blockchain__card {
  box-sizing: border-box;
  min-width: calc(100vw - 115px);
  max-width: calc(100vw - 115px);
  padding: 24px;
  color: var(--default_white);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  scroll-snap-align: center;
}
@media (max-width: 413px) {
  .Blockchain__card {
    min-width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
  }
}
.Blockchain__card + .Blockchain__card {
  margin-left: 16px;
}
.Blockchain__card .Blockchain__theme_text_visible > div {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.MacWindow {
  overflow: hidden;
  width: 100%;
  max-width: 1040px;
  margin: 64px auto 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1279px) {
  .MacWindow {
    margin-top: 56px;
  }
}
@media (max-width: 1023px) {
  .MacWindow {
    margin-top: 48px;
  }
}
@media (max-width: 833px) {
  .MacWindow {
    margin-top: 40px;
  }
}
.MacWindow__header {
  padding: 24px 40px;
  background-color: #29292e;
}
@media (max-width: 1279px) {
  .MacWindow__header {
    padding: 24px;
  }
}
.MacWindow__actions {
  font-size: 0;
  display: flex;
  align-items: flex-start;
}
.MacWindow__action {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
}
.MacWindow__action:before {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transform-origin: top left;
  border: 1px solid transparent;
  border-radius: 50%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .MacWindow__action:before {
    width: 200%;
    height: 200%;
    border-radius: 100%;
    transform: scale(0.5);
  }
}
@media (max-width: 1023px) {
  .MacWindow__action {
    width: 10px;
    height: 10px;
  }
}
.MacWindow__action + .MacWindow__action {
  margin-left: 8px;
}
@media (max-width: 1023px) {
  .MacWindow__action + .MacWindow__action {
    margin-left: 4px;
  }
}
.MacWindow__action--close {
  border-color: #ce5347;
  background-color: #ed6a5e;
}
.MacWindow__action--hide {
  border-color: #d6a243;
  background-color: #f6be4f;
}
.MacWindow__action--expand {
  border-color: #58a942;
  background-color: #62c554;
}
.MacWindow__body {
  padding: 40px 0 38px;
}
@media (max-width: 1279px) {
  .MacWindow__body {
    padding: 32px 0;
  }
}
@media (max-width: 1023px) {
  .MacWindow__body {
    padding-bottom: 40px;
  }
}
@media (max-width: 833px) {
  .MacWindow__body {
    padding: 24px 0 32px;
  }
}
.Markdown__link.Markdown__link--light {
  color: var(--button_light_primary);
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .Markdown__link.Markdown__link--light:hover {
    color: var(--button_light_primary_hover);
  }
  .Markdown__link.Markdown__link--light:active {
    color: var(--button_light_primary_pressed);
  }
}
.Markdown__link.Markdown__link--dark {
  color: var(--button_dark_text);
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .Markdown__link.Markdown__link--dark:hover {
    color: var(--button_dark_secondary_text_hover);
  }
  .Markdown__link.Markdown__link--dark:active {
    color: var(--button_dark_secondary_text_pressed);
  }
}
.Markdown__link.Markdown__link--alternative {
  color: var(--text_dark_primary);
  border-bottom: 1px solid;
  border-bottom-color: inherit;
}
.Markdown__code {
  font-family: IBMPlexMono, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.Markdown__ol,
.Markdown__ul {
  line-height: 0;
  margin: 0;
  padding-left: 22px;
}
.Markdown__ol .Markdown__ol,
.Markdown__ol .Markdown__ul,
.Markdown__ul .Markdown__ol,
.Markdown__ul .Markdown__ul {
  padding-left: 0;
}
.Markdown__li {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1279px) {
  .Markdown__li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1023px) {
  .Markdown__li {
    font-size: 16px;
    line-height: 24px;
  }
}
.Markdown__li > .Markdown__ul {
  margin-bottom: -16px;
}
.Markdown__li > .Markdown__ul > .Markdown__li {
  margin-top: 12px;
}
.Markdown__li + .Markdown__li {
  margin-top: 20px;
}
.table {
  width: 100%;
}
.table .row .Col {
  padding: 0 !important;
}
.table__head .head__title {
  font-size: 24px;
  font-weight: 800;
}
@media (max-width: 1279px) {
  .table__head .head__title {
    font-size: 18px;
  }
}
@media (max-width: 833px) {
  .table__head .head__title {
    font-size: 16px;
  }
}
.table__head .head__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: var(--text_dark_secondary);
}
@media (max-width: 1023px) {
  .table__head .head__subtitle {
    line-height: 20px;
  }
}
@media (max-width: 833px) {
  .table__head .head__subtitle {
    line-height: 15px;
    font-size: 10px;
  }
}
.table__head.fontSize-small .head__title {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .table__head.fontSize-small .head__title {
    font-size: 12px;
  }
}
@media (max-width: 833px) {
  .table__head.fontSize-small .head__title {
    font-size: 10px;
  }
}
.table__body {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 20px;
  font-size: 20px;
}
@media (max-width: 1279px) {
  .table__body {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .table__body {
    margin-top: 14px;
    grid-gap: 6px;
    gap: 6px;
  }
}
@media (max-width: 833px) {
  .table__body {
    font-size: 14px;
  }
}
.table__body .body__item {
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center !important;
}
@media (max-width: 833px) {
  .table__body .body__item {
    border-radius: 12px;
  }
}
.table__body .body__item .item__link {
  color: var(--button_dark_text);
}
.table__body .body__item .item__link .ButtonText {
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  font-size: 18px;
}
@media (max-width: 1279px) {
  .table__body .body__item .item__link .ButtonText {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .table__body .body__item .item__link .ButtonText {
    font-size: 16px;
  }
}
@media (max-width: 833px) {
  .table__body .body__item .item__link .ButtonText {
    line-height: 24px;
    font-size: 14px;
  }
}
@media (max-width: 568px) {
  .table__body .body__item .item__link .ButtonText {
    line-height: 20px;
    font-size: 14px;
  }
}
.table__body .body__item .item__link:hover:not(.notActive) {
  color: var(--button_dark_secondary_text_hover);
}
.table__body .body__item .item__link:active:not(.notActive) {
  color: var(--button_dark_secondary_text_pressed);
}
.table__body .body__item .item__link:disabled:not(.notActive) {
  opacity: 0.2;
}
.table__body.fontSize-small {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff99;
}
@media (max-width: 1279px) {
  .table__body.fontSize-small {
    font-size: 12px;
  }
}
@media (max-width: 833px) {
  .table__body.fontSize-small {
    font-size: 10px;
  }
}
.table__body.fontSize-small .body__item .item__link .ButtonText {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .table__body.fontSize-small .body__item .item__link .ButtonText {
    font-size: 12px;
  }
}
@media (max-width: 833px) {
  .table__body.fontSize-small .body__item .item__link .ButtonText {
    font-size: 10px;
  }
}
.TechnicalAnalysis {
  white-space: pre-line;
  padding-bottom: 140px;
}
.TechnicalAnalysis__title {
  text-align: center;
  padding-bottom: 16px;
}
.TechnicalAnalysis__text {
  text-align: center;
  padding: 0 64px 32px;
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__text {
    padding: 0 0 32px;
  }
}
.TechnicalAnalysis__button-container {
  display: flex;
  justify-content: center;
}
.TechnicalAnalysis .Markdown__link {
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .TechnicalAnalysis .Markdown__link:hover {
    color: var(--hovered_link) !important;
    border-bottom-color: var(--hovered_link);
    opacity: 0.8;
  }
}
.TechnicalAnalysis__link {
  vertical-align: text-bottom;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .TechnicalAnalysis__link:hover {
    color: var(--hovered_link);
    opacity: 0.8;
  }
}
.TechnicalAnalysis__link svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__link svg {
    width: 20px;
    height: 20px;
  }
}
.TechnicalAnalysis__caption {
  text-align: center;
  opacity: 0.7;
  padding: 0 64px;
  font-size: 16px;
  line-height: 20px;
  white-space: pre-line;
}
.TechnicalAnalysis__caption a {
  color: #728a96 !important;
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__caption {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    white-space: normal;
  }
}
@media (max-width: 833px) {
  .TechnicalAnalysis__caption {
    white-space: normal;
  }
}
@media (max-width: 568px) {
  .TechnicalAnalysis__caption {
    font-size: 14px;
    line-height: 18px;
  }
}
.TechnicalAnalysis__table {
  grid-gap: 32px;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 833px) {
  .TechnicalAnalysis__table {
    padding-left: 0 !important;
  }
}
.TechnicalAnalysis__table .table__body {
  grid-gap: 32px;
  gap: 32px;
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__table .table__body {
    grid-gap: 24px;
    gap: 24px;
    margin-top: 10px;
  }
}
.TechnicalAnalysis__table .table__head .head__title {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.TechnicalAnalysis__table .table__head .head__title .Title {
  padding: 10px 0;
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__table .table__head .head__title .Title {
    padding: 10px 24px;
  }
  .TechnicalAnalysis__table .table__head .head__title {
    grid-gap: 0;
    gap: 0;
  }
  .TechnicalAnalysis__table .table__head .head__title svg {
    max-width: 40px;
    max-height: 40px;
  }
}
.TechnicalAnalysis__table_container {
  position: relative;
  border-radius: 40px;
  padding: 40px 64px;
  border: 1px solid #dde3e6;
  margin: 48px 0 24px;
}
@media (max-width: 1279px) {
  .TechnicalAnalysis__table_container {
    margin: 48px 0;
    padding: 28px 24px;
    grid-gap: 32px;
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__table_container {
    margin: 48px 0 24px;
    border-radius: 24px;
    padding: 28px 24px;
  }
}
@media (max-width: 833px) {
  .TechnicalAnalysis__table_container {
    margin: 32px 0 16px;
    padding: 0;
  }
}
@media (max-width: 743px) {
  .TechnicalAnalysis__table_container {
    margin: 32px -20px 16px;
  }
}
.TechnicalAnalysis__table_container .sup {
  position: relative;
  bottom: 0.8ex;
  font-size: 60%;
  font-weight: 500;
}
.TechnicalAnalysis__table_container .mark {
  background-color: var(--background_light_main);
  position: relative;
}
.TechnicalAnalysis__table_container .mark:before {
  top: -22px;
}
.TechnicalAnalysis__table_container .mark:after,
.TechnicalAnalysis__table_container .mark:before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 22px;
  background-color: var(--background_light_main);
}
.TechnicalAnalysis__table_container .mark:after {
  bottom: -22px;
}
.TechnicalAnalysis__table_container .mark.headCol:before {
  border-radius: 32px 32px 0 0;
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__table_container .mark.headCol:before {
    border-radius: 16px 16px 0 0;
  }
}
.TechnicalAnalysis__table_container .mark.mark-last:after {
  border-radius: 0 0 32px 32px;
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__table_container .mark.mark-last:after {
    border-radius: 0 0 16px 16px;
  }
}
@media (max-width: 833px) {
  .TechnicalAnalysis {
    padding-bottom: 100px;
  }
}
@media (max-width: 743px) {
  .TechnicalAnalysis {
    padding-bottom: 70px;
  }
}
.TechnicalAnalysis__centered__first {
  margin: 0 !important;
}
.TechnicalAnalysis__centered__horizontal {
  justify-content: center;
}
.TechnicalAnalysis__centered__vertical {
  display: flex;
  align-items: center;
}
.TechnicalAnalysis__centered__vertical.first {
  padding-right: 0 !important;
}
.TechnicalAnalysis__centered__text {
  text-align: center;
}
.TechnicalAnalysis__semibold {
  font-weight: 700;
}
@media (max-width: 833px) {
  .TechnicalAnalysis__semibold {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 743px) {
  .TechnicalAnalysis__semibold {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .TechnicalAnalysis__semibold {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1279px) {
  .TechnicalAnalysis__semibold {
    font-weight: 700;
  }
}
.TechnicalAnalysis .sticky__backdrop {
  width: 64px;
  position: -webkit-sticky;
  position: sticky;
  background: var(--default_white);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  left: 0;
  height: 100%;
}
.TechnicalAnalysis__table-mobile {
  min-width: 1000px;
  position: relative;
}
.TechnicalAnalysis__table-mobile .table__body {
  grid-gap: 16px;
  gap: 16px;
}
.TechnicalAnalysis__table-mobile__wrapper {
  position: -webkit-sticky;
  position: sticky;
  overflow-x: scroll;
  padding: 24px 0 24px 8px;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.TechnicalAnalysis__table-mobile__wrapper::-webkit-scrollbar {
  display: none;
}
.TechnicalAnalysis__table-mobile__row {
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  margin-right: 8px !important;
  transition: opacity 0.2s ease-in-out;
}
.TechnicalAnalysis__table-mobile__row:first-of-type {
  padding-top: 0;
}
.TechnicalAnalysis__table-mobile__row.selected {
  border-radius: 16px;
  background-color: #f7f9fb;
}
.TechnicalAnalysis__table-mobile__row .Text {
  font-size: 14px;
  line-height: 16px;
}
.TechnicalAnalysis__table-mobile__row .centered__vertical {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.TechnicalAnalysis__table-mobile__row .sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 12px;
  z-index: 10;
}
.TechnicalAnalysis__table-mobile__row .sticky .backdrop {
  width: 64px;
  position: absolute;
  top: -38px;
  left: -22px;
  height: 296px;
  z-index: 9;
  border-radius: 47px 0 0 47px;
  background-color: var(--default_white);
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.TechnicalAnalysis__table-mobile__row .sticky .ton__wrapper {
  position: relative;
  transition: none;
}
.TechnicalAnalysis__table-mobile__row .sticky .ton__wrapper:after {
  content: "";
  width: 54px;
  height: 50px;
  position: absolute;
  top: -9px;
  left: -12px;
  border-radius: 16px 0 0 16px;
  background-color: #f7f9fb;
  z-index: -1;
}
.TechnicalAnalysis__table-mobile__row .sticky.active {
  width: 56px;
}
.TechnicalAnalysis__table-mobile__row .sticky.active .backdrop {
  opacity: 1;
}
.TechnicalAnalysis__table-mobile__row .hidden__title .Title {
  opacity: 0;
}
.TechnicalAnalysis__table-mobile__fixedColumn {
  left: 0 !important;
  top: 0 !important;
}
.TechnicalAnalysis-mobile__title {
  text-align: left;
  white-space: pre-line;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.TechnicalAnalysis-mobile__link {
  vertical-align: text-bottom;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .TechnicalAnalysis-mobile__link:hover {
    color: var(--hovered_link);
    opacity: 0.8;
  }
}
@media (max-width: 1023px) {
  .TechnicalAnalysis-mobile__link svg {
    width: 12px;
    height: 13px;
  }
}
.TechnicalAnalysis-mobile__currency {
  font-size: 16px;
  line-height: 24px;
}
.TechnicalAnalysis-mobile__currency__wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.TechnicalAnalysis-mobile__currency__wrapper .Title {
  padding-left: 12px;
  padding-right: 16px;
}
.BlockchainStatistics {
  width: 100%;
  padding: 140px 0;
}
@media (max-width: 1439px) {
  .BlockchainStatistics {
    padding: 120px 0 100px;
  }
}
@media (max-width: 1279px) {
  .BlockchainStatistics {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  .BlockchainStatistics {
    padding: 100px 0;
  }
}
@media (max-width: 833px) {
  .BlockchainStatistics {
    padding: 57px 0 80px;
  }
}
@media (max-width: 743px) {
  .BlockchainStatistics {
    padding: 80px 0;
  }
}
@media (max-width: 413px) {
  .BlockchainStatistics {
    padding: 56px 0;
  }
}
.BlockchainStatistics__card {
  overflow: hidden;
  position: relative;
}
.BlockchainStatistics__card--wallets .BlockchainStatistics__card-bg {
  right: -25px;
}
.BlockchainStatistics__card-bg {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  color: var(--icon_light_secondary);
}
@media (max-width: 1279px) {
  .BlockchainStatistics__card-bg {
    right: -30px;
  }
}
@media (max-width: 743px) {
  .BlockchainStatistics__card-bg {
    right: -25px;
  }
}
@media (max-width: 1279px) {
  .BlockchainStatistics__card-bg svg {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 743px) {
  .BlockchainStatistics__card-bg svg {
    width: 80px;
    height: 80px;
  }
}
.BlockchainStatistics__card-inner {
  position: relative;
}
.BlockchainStatistics__card-title {
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 1279px) {
  .BlockchainStatistics__card-title {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .BlockchainStatistics__card-title {
    padding-bottom: 6px;
    font-size: 17px;
    line-height: 17px;
  }
}
@media (max-width: 743px) {
  .BlockchainStatistics__card-title {
    padding-bottom: 12px;
  }
}
@media (max-width: 413px) {
  .BlockchainStatistics__card-title {
    padding-bottom: 8px;
  }
}
.StatCard {
  border-radius: 24px;
  padding: 28px 24px;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--background_light_main);
}
@media (max-width: 1279px) {
  .StatCard {
    padding: 24px 16px;
  }
}
@media (max-width: 1023px) {
  .StatCard {
    padding: 16px;
  }
}
@media (max-width: 743px) {
  .StatCard {
    padding: 24px;
    padding: 18px 16px;
  }
}
.StatCard + .StatCard {
  margin-left: 40px;
}
@media (max-width: 1279px) {
  .StatCard + .StatCard {
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .StatCard + .StatCard {
    margin-left: 16px;
  }
}
@media (max-width: 743px) {
  .StatCard + .StatCard {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media (max-width: 413px) {
  .StatCard + .StatCard {
    margin-top: 12px;
  }
}
.StatisticsBlock {
  width: 100%;
}
.StatisticsBlock__title {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  .StatisticsBlock__title {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
}
@media (max-width: 743px) {
  .StatisticsBlock__title {
    padding-bottom: 8px;
  }
}
.StatisticsBlock__description {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 64px;
  color: var(--text_light_secondary);
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1279px) {
  .StatisticsBlock__description {
    padding-bottom: 56px;
  }
}
@media (max-width: 1023px) {
  .StatisticsBlock__description {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px;
  }
}
@media (max-width: 743px) {
  .StatisticsBlock__description {
    padding-bottom: 24px;
  }
}
.StatisticsBlock__stats {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 743px) {
  .StatisticsBlock__stats {
    flex-direction: column;
  }
}
.ToncoinBridge.PageBlock {
  margin-right: auto;
  margin-left: auto;
}
.ToncoinBridge__button {
  margin: 40px auto 0;
}
@media (max-width: 1023px) {
  .ToncoinBridge__button {
    margin-top: 24px;
  }
}
.ToncoinBridge__cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .ToncoinBridge__cards {
    margin-top: 48px;
  }
}
@media (max-width: 833px) {
  .ToncoinBridge__cards {
    display: block;
    margin-top: 32px;
  }
}
.ToncoinBridge__card {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(50% - 20px);
  padding: 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 1023px) {
  .ToncoinBridge__card {
    width: calc(50% - 8px);
    padding: 32px;
  }
}
@media (max-width: 833px) {
  .ToncoinBridge__card {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
  }
  .ToncoinBridge__card + .ToncoinBridge__card {
    margin-top: 16px;
  }
}
.ToncoinBridge__card_left {
  box-sizing: border-box;
  width: calc(100% - 64px);
  padding-right: 16px;
}
@media (max-width: 1023px) {
  .ToncoinBridge__card_left {
    width: calc(100% - 40px);
  }
}
.ToncoinBridge__card_subtitle {
  margin-top: 4px;
  color: var(--text_dark_secondary);
}
.ToncoinBridge__card_actions {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
}
@media (max-width: 833px) {
  .ToncoinBridge__card_actions {
    margin-top: 8px;
  }
}
.ToncoinBridge__card_actions div + .Button {
  margin-left: 24px;
}
@media (max-width: 833px) {
  .ToncoinBridge__card_actions div + .Button {
    margin-left: 12px;
  }
}
.ToncoinBridge__card_actions .Button:disabled {
  opacity: 1;
  color: var(--button_dark_text);
}
@media (max-width: 1023px) {
  .ToncoinBridge__card_logo svg {
    width: 40px;
    height: 40px;
  }
}
.ToncoinFactsheet .PageBlock__info {
  max-width: 840px;
}
@media (max-width: 833px) {
  .ToncoinFactsheet .PageBlock__info {
    text-align: left;
  }
}
.ToncoinFactsheet__cards {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .ToncoinFactsheet__cards {
    margin-top: 48px;
  }
}
@media (max-width: 743px) {
  .ToncoinFactsheet__cards {
    display: block;
    margin-top: 32px;
  }
}
.ToncoinFactsheet__card .Headline {
  font-weight: 600;
  margin: 16px 0 4px;
}
@media (max-width: 1023px) {
  .ToncoinFactsheet__card .Headline {
    margin-top: 4px;
  }
}
@media (max-width: 833px) {
  .ToncoinFactsheet__card .Headline {
    margin: 8px 0 2px;
  }
}
@media (max-width: 1023px) {
  .ToncoinFactsheet__card {
    padding: 20px;
  }
}
@media (max-width: 833px) {
  .ToncoinFactsheet__card {
    padding: 16px 24px;
  }
  .ToncoinHistory .Timeline__stages {
    margin-top: 40px;
  }
}
.ToncoinPurchase .Container__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 833px) {
  .ToncoinPurchase .Container__inner {
    display: block;
  }
}
.ToncoinPurchase .PageBlock__info {
  width: 54%;
}
@media (max-width: 833px) {
  .ToncoinPurchase .PageBlock__info {
    width: 100%;
    text-align: center;
  }
}
.ToncoinPurchase__buy {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .ToncoinPurchase__buy {
    margin-top: 24px;
  }
}
.ToncoinPurchase__right {
  width: 42%;
}
@media (max-width: 833px) {
  .ToncoinPurchase__right {
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
  }
}
.ToncoinPurchase__course {
  padding: 28px 28px 28px 24px;
  border-radius: 24px;
  background-color: var(--background_light_main);
}
@media (max-width: 1023px) {
  .ToncoinPurchase__course {
    padding: 24px 24px 28px;
  }
}
@media (max-width: 833px) {
  .ToncoinPurchase__course {
    max-width: 400px;
    margin: 0 auto;
    padding: 24px;
  }
}
.ToncoinPurchase__course_inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 49px;
}
@media (max-width: 1023px) {
  .ToncoinPurchase__course_inner {
    padding-top: 32px;
  }
}
@media (max-width: 833px) {
  .ToncoinPurchase__course_inner {
    padding-top: 20px;
  }
}
.ToncoinPurchase__course_inner .Badge {
  position: absolute;
  top: 0;
  right: 0;
}
.ToncoinPurchase__course_left .Text {
  color: var(--text_light_primary);
}
.ToncoinPurchase__course_price {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .ToncoinPurchase__course_price {
    font-size: 48px;
    line-height: 48px;
    margin-top: 12px;
  }
}
@media (max-width: 1023px) and (max-width: 833px) {
  .ToncoinPurchase__course_price {
    font-size: 40px;
    line-height: 40px;
  }
}
.ToncoinPurchase__course_right {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 833px) {
  .ToncoinPurchase__course_exchange svg {
    width: 24px;
    height: 24px;
  }
}
.ToncoinPurchase__course_exchange + .ToncoinPurchase__course_exchange {
  margin-left: 12px;
}
@media (max-width: 1023px) {
  .ToncoinPurchase__course_exchange + .ToncoinPurchase__course_exchange {
    margin-left: 8px;
  }
}
@media (max-width: 833px) {
  .ToncoinPurchase__course_exchange + .ToncoinPurchase__course_exchange {
    margin-left: 12px;
  }
}
.ToncoinUseCases__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 56px 0 -24px;
}
@media (max-width: 1023px) {
  .ToncoinUseCases__list {
    margin: 48px 0 -16px;
  }
}
@media (max-width: 833px) {
  .ToncoinUseCases__list {
    display: block;
    margin: 32px 0 -12px;
  }
}
.ToncoinUseCases__col {
  width: calc(50% - 20px);
}
@media (max-width: 1023px) {
  .ToncoinUseCases__col {
    width: calc(50% - 8px);
  }
}
@media (max-width: 833px) {
  .ToncoinUseCases__col {
    width: 100%;
  }
  .ToncoinUseCases__col--collapsed {
    display: none;
  }
}
.ToncoinUseCases__more_wrap {
  display: none;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 833px) {
  .ToncoinUseCases__more_wrap {
    display: block;
  }
}
.ToncoinUseCases__item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px 24px;
  border-radius: 24px;
  background-color: var(--button_dark_secondary_pressed);
}
@media (max-width: 1023px) {
  .ToncoinUseCases__item {
    margin-bottom: 16px;
    padding: 12px 20px;
  }
}
@media (max-width: 833px) {
  .ToncoinUseCases__item {
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 16px;
  }
}
.ToncoinUseCases__item .Badge__inner {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 12px;
  padding: 3px 9px;
  color: var(--default_white);
  border-color: var(--default_white);
}
@media (max-width: 1023px) {
  .ToncoinUseCases__item .Badge__inner {
    font-size: 10px;
  }
}
.ToncoinUseCases__item_icon {
  padding: 10px 0;
  color: var(--button_dark_text);
}
@media (max-width: 1023px) {
  .ToncoinUseCases__item_icon {
    padding: 8px 0;
  }
  .ToncoinUseCases__item_icon svg {
    width: 32px;
    height: 32px;
  }
  .ToncoinUseCases__item_icon {
    padding: 12px 4px;
  }
  .ToncoinUseCases__item_icon svg {
    width: 24px;
    height: 24px;
  }
}
.ToncoinUseCases__item .ToncoinUseCases__item_text {
  box-sizing: border-box;
  width: calc(100% - 40px);
  padding-left: 24px;
  color: var(--default_white);
}
@media (max-width: 1023px) {
  .ToncoinUseCases__item .ToncoinUseCases__item_text {
    width: calc(100% - 32px);
    padding-left: 16px;
  }
}
@media (max-width: 833px) {
  .ToncoinUseCases__item .ToncoinUseCases__item_text {
    width: calc(100% - 24px - 8px);
    padding-left: 4px;
  }
}
.ToncoinWelcome {
  margin-top: 0;
  padding-top: 176px;
  padding-bottom: 100px;
  color: var(--default_white);
  background: var(--toncoin_gradient);
}
@media (max-width: 1023px) {
  .ToncoinWelcome {
    padding-top: 164px;
    padding-bottom: 136px;
  }
}
@media (max-width: 833px) {
  .ToncoinWelcome {
    padding-top: 132px;
    padding-bottom: 48px;
  }
}
.ToncoinWelcome__actions {
  margin: 40px -12px 4px;
}
@media (max-width: 1023px) {
  .ToncoinWelcome__actions {
    margin-top: 32px;
  }
}
@media (max-width: 833px) {
  .ToncoinWelcome__actions {
    margin-top: 16px;
  }
}
.ToncoinWelcome__action {
  margin: 0 12px 4px;
}
.ToncoinWelcome .Container__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 833px) {
  .ToncoinWelcome .Container__inner {
    display: block;
  }
}
.ToncoinWelcome .PageBlock__info {
  width: calc(100% - 45%);
}
@media (max-width: 1023px) {
  .ToncoinWelcome .PageBlock__info {
    width: calc(100% - 43.88vw);
  }
}
@media (max-width: 833px) {
  .ToncoinWelcome .PageBlock__info {
    width: 100%;
  }
}
.ToncoinWelcome__right {
  width: 45%;
  height: 15vh;
  min-height: 340px;
}
@media (max-width: 1023px) {
  .ToncoinWelcome__right {
    min-height: unset;
    width: 43.88vw;
    height: 31.77vw;
  }
}
@media (max-width: 833px) {
  .ToncoinWelcome__right {
    width: 87.2vw;
    height: 68.53vw;
    margin-top: 32px;
  }
}
.ToncoinWelcome__image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/_next/static/media/coins.6b83575c.png);
}
.PageCover {
  padding-top: 40.625%;
  background-size: cover;
  position: relative;
  margin-top: calc((100% * 0.40625 - 520px) * -1);
}
.PageCover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(3, 29, 43, 0.52);
}
.PageCover--roadmap {
  background-color: #5f7a75;
  background-image: url(/_next/static/media/roadmap.d5792378.png);
}
@media (max-width: 1279px) {
  .PageCover--roadmap {
    background-image: url(/_next/static/media/roadmap_xl.6e7d77c4.png);
  }
}
@media (max-width: 1023px) {
  .PageCover--roadmap {
    background-image: url(/_next/static/media/roadmap_l.f50f2832.png);
  }
}
@media (max-width: 833px) {
  .PageCover--roadmap {
    background-image: url(/_next/static/media/roadmap_m.66a72351.png);
  }
}
@media (max-width: 743px) {
  .PageCover--roadmap {
    background-image: url(/_next/static/media/roadmap_s.f32fe1c9.png);
  }
}
@media (max-width: 568px) {
  .PageCover--roadmap {
    background-image: url(/_next/static/media/roadmap_pre-s.96f3d289.png);
  }
}
@media (max-width: 413px) {
  .PageCover--roadmap {
    background-image: url(/_next/static/media/roadmap_xs.43006f68.png);
  }
}
.PageCover--roadmap:before {
  background-color: unset;
}
.PageCover--mining {
  background-color: #486790;
  background-image: url(/_next/static/media/mining.4273bd98.png);
}
@media (max-width: 1279px) {
  .PageCover--mining {
    background-image: url(/_next/static/media/mining_xl.da59d65c.png);
  }
}
@media (max-width: 1023px) {
  .PageCover--mining {
    background-image: url(/_next/static/media/mining_l.d14bbe39.png);
  }
}
@media (max-width: 833px) {
  .PageCover--mining {
    background-image: url(/_next/static/media/mining_m.28b830d6.png);
  }
}
@media (max-width: 743px) {
  .PageCover--mining {
    background-image: url(/_next/static/media/mining_s.620b998e.png);
  }
}
@media (max-width: 568px) {
  .PageCover--mining {
    background-image: url(/_next/static/media/mining_pre-s.670499e1.png);
  }
}
@media (max-width: 413px) {
  .PageCover--mining {
    background-image: url(/_next/static/media/mining_xs.0fe038c1.png);
  }
}
.PageCover--mining:before {
  background-color: unset;
}
.PageCover--community {
  background-color: #535d85;
  background-image: url(/_next/static/media/community.a489974f.png);
}
@media (max-width: 1279px) {
  .PageCover--community {
    background-image: url(/_next/static/media/community_xl.5984720b.png);
  }
}
@media (max-width: 1023px) {
  .PageCover--community {
    background-image: url(/_next/static/media/community_l.b9228436.png);
  }
}
@media (max-width: 833px) {
  .PageCover--community {
    background-image: url(/_next/static/media/community_m.6a3533b5.png);
  }
}
@media (max-width: 743px) {
  .PageCover--community {
    background-image: url(/_next/static/media/community_s.ba7cff17.png);
  }
}
@media (max-width: 568px) {
  .PageCover--community {
    background-image: url(/_next/static/media/community_pre-s.84069d9c.png);
  }
}
@media (max-width: 413px) {
  .PageCover--community {
    background-image: url(/_next/static/media/community_xs.9a702ad3.png);
  }
}
.PageCover--community:before {
  background-color: unset;
}
.PageCover--validator {
  background-color: #cdefdb;
  background-image: url(/_next/static/media/validator.608811be.png);
}
@media (max-width: 1279px) {
  .PageCover--validator {
    background-image: url(/_next/static/media/validator_xl.6ac4316e.png);
  }
}
@media (max-width: 1023px) {
  .PageCover--validator {
    background-image: url(/_next/static/media/validator_l.55fb7591.png);
  }
}
@media (max-width: 833px) {
  .PageCover--validator {
    background-image: url(/_next/static/media/validator_m.b573b6f7.png);
  }
}
@media (max-width: 743px) {
  .PageCover--validator {
    background-image: url(/_next/static/media/validator_s.5de30e31.png);
  }
}
@media (max-width: 568px) {
  .PageCover--validator {
    background-image: url(/_next/static/media/validator_pre-s.b54f4499.png);
  }
}
@media (max-width: 413px) {
  .PageCover--validator {
    background-image: url(/_next/static/media/validator_xs.deee1139.png);
  }
}
.PageCover--validator:before {
  background-color: unset;
}
.PageCover--contest {
  background-color: #7cb8ff;
  background-image: url(/_next/static/media/contest.c1746d65.jpg);
}
@media (max-width: 1023px) {
  .PageCover--contest {
    background-image: url(/_next/static/media/contest_l.42b86ab4.jpg);
  }
}
@media (max-width: 743px) {
  .PageCover--contest {
    background-image: url(/_next/static/media/contest_s.2bf9cfb2.jpg);
  }
}
.PageCover--analysis {
  background-color: #677f7b;
  background-image: url(/_next/static/media/analysis.e5f693f3.png);
}
@media (max-width: 1279px) {
  .PageCover--analysis {
    background-image: url(/_next/static/media/analysis_xl.b21827d7.png);
  }
}
@media (max-width: 1023px) {
  .PageCover--analysis {
    background-image: url(/_next/static/media/analysis_l.aa4739ec.png);
  }
}
@media (max-width: 833px) {
  .PageCover--analysis {
    background-image: url(/_next/static/media/analysis_m.70354db6.png);
  }
}
@media (max-width: 743px) {
  .PageCover--analysis {
    background-image: url(/_next/static/media/analysis_s.8be99769.png);
  }
}
@media (max-width: 568px) {
  .PageCover--analysis {
    background-image: url(/_next/static/media/analysis_pre-s.6bd7c55e.png);
  }
}
@media (max-width: 413px) {
  .PageCover--analysis {
    background-image: url(/_next/static/media/analysis_xs.c715c2c1.png);
  }
}
.PageCover--analysis:before {
  background-color: unset;
}
.PageCover--grants {
  background-color: #48678d;
  background-image: url(/_next/static/media/grants.976a188a.png);
}
@media (max-width: 1279px) {
  .PageCover--grants {
    background-image: url(/_next/static/media/grants_xl.a58d9122.png);
  }
}
@media (max-width: 1023px) {
  .PageCover--grants {
    background-image: url(/_next/static/media/grants_l.7961f92f.png);
  }
}
@media (max-width: 833px) {
  .PageCover--grants {
    background-image: url(/_next/static/media/grants_m.d44a1824.png);
  }
}
@media (max-width: 743px) {
  .PageCover--grants {
    background-image: url(/_next/static/media/grants_s.65ae53e9.png);
  }
}
@media (max-width: 568px) {
  .PageCover--grants {
    background-image: url(/_next/static/media/grants_pre-s.6063c088.png);
  }
}
@media (max-width: 413px) {
  .PageCover--grants {
    background-image: url(/_next/static/media/grants_xs.1d7c263e.png);
  }
}
.PageCover--grants:before {
  background-color: unset;
}
.PageCover--buy_toncoin {
  background-color: var(--covers_light_green);
  background-image: url(/_next/static/media/buy_toncoin.c6b4a5db.png);
}
@media (max-width: 1279px) {
  .PageCover--buy_toncoin {
    background-image: url(/_next/static/media/buy_toncoin_xl.a270e718.png);
  }
}
@media (max-width: 1023px) {
  .PageCover--buy_toncoin {
    background-image: url(/_next/static/media/buy_toncoin_l.4341af8c.png);
  }
}
@media (max-width: 833px) {
  .PageCover--buy_toncoin {
    background-image: url(/_next/static/media/buy_toncoin_m.e811090f.png);
  }
}
@media (max-width: 743px) {
  .PageCover--buy_toncoin {
    background-image: url(/_next/static/media/buy_toncoin_s.851c5be0.png);
  }
}
@media (max-width: 568px) {
  .PageCover--buy_toncoin {
    background-image: url(/_next/static/media/buy_toncoin_pre-s.27c4f1fa.png);
  }
}
@media (max-width: 413px) {
  .PageCover--buy_toncoin {
    background-image: url(/_next/static/media/buy_toncoin_xs.1551126e.png);
  }
}
.PageCover--buy_toncoin:before {
  background-color: unset;
}
.PageCover--sponsorships {
  background-color: #545e86;
  background-image: url(/_next/static/media/sponsorships.d49422c3.png);
}
@media (max-width: 1279px) {
  .PageCover--sponsorships {
    background-image: url(/_next/static/media/sponsorships_xl.24b0550a.png);
  }
}
@media (max-width: 1023px) {
  .PageCover--sponsorships {
    background-image: url(/_next/static/media/sponsorships_l.b314e536.png);
  }
}
@media (max-width: 833px) {
  .PageCover--sponsorships {
    background-image: url(/_next/static/media/sponsorships_m.3b6cb2e7.png);
  }
}
@media (max-width: 743px) {
  .PageCover--sponsorships {
    background-image: url(/_next/static/media/sponsorships_s.7118e8ee.png);
  }
}
@media (max-width: 568px) {
  .PageCover--sponsorships {
    background-image: url(/_next/static/media/sponsorships_pre-s.380e3f5d.png);
  }
}
@media (max-width: 413px) {
  .PageCover--sponsorships {
    background-image: url(/_next/static/media/sponsorships_xs.9b18cffe.png);
  }
}
.PageCover--sponsorships:before {
  background-color: unset;
}
.PageCover--brand_assets {
  background-color: #587aa6;
  background-image: url(/_next/static/media/brand-assets.b9c0639d.jpg);
}
@media (max-width: 1279px) {
  .PageCover--brand_assets {
    background-image: url(/_next/static/media/brand-assets_xl.9baab5bf.jpg);
  }
}
@media (max-width: 1023px) {
  .PageCover--brand_assets {
    background-image: url(/_next/static/media/brand-assets_l.b7a2fc6f.jpg);
  }
}
@media (max-width: 833px) {
  .PageCover--brand_assets {
    background-image: url(/_next/static/media/brand-assets_m.e55f5b4f.jpg);
  }
}
@media (max-width: 743px) {
  .PageCover--brand_assets {
    background-image: url(/_next/static/media/brand-assets_s.02178ad4.jpg);
  }
}
@media (max-width: 568px) {
  .PageCover--brand_assets {
    background-image: url(/_next/static/media/brand-assets_pre-s.1e3b6a3f.jpg);
  }
}
@media (max-width: 413px) {
  .PageCover--brand_assets {
    background-image: url(/_next/static/media/brand-assets_xs.370cb5c1.jpg);
  }
}
.PageCover--brand_assets:before {
  background-color: unset;
}
@media (max-width: 833px) {
  .PageCover.mobile-white-space {
    white-space: normal;
  }
}
.PageCover__texts {
  margin-top: calc((100% * 0.40625 - 520px) / 2);
}
@media (max-width: 1280px) {
  .PageCover,
  .PageCover__texts {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .PageCover__texts {
    margin-top: calc((100% * 0.67146 - 561px) / 2);
  }
  .PageCover {
    padding-top: 67.146%;
    margin-top: calc((100% * 0.67146 - 561px) * -1);
  }
}
@media (max-width: 834px) {
  .PageCover,
  .PageCover__texts {
    margin-top: 0;
  }
}
.PageCover__texts {
  width: 100%;
}
@media (max-width: 743px) {
  .PageCover__texts {
    margin-top: calc((100% + (100% * 0.32) - 495px) / 2);
  }
}
.PageCover__texts-inner {
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .PageCover__texts-inner {
    max-width: 440px;
  }
}
@media (max-width: 743px) {
  .PageCover {
    padding-top: 132%;
    margin-top: calc((100% + (100% * 0.32) - 495px) * -1);
  }
}
@media (max-width: 475px) {
  .PageCover,
  .PageCover__texts {
    margin-top: 0;
  }
}
.PageCover__texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PageCover__title {
  color: var(--text_dark_primary);
  padding-bottom: 16px;
}
@media (max-width: 1023px) {
  .PageCover__title {
    padding-bottom: 12px;
  }
}
@media (max-width: 413px) {
  .PageCover__title {
    padding-bottom: 12px;
  }
}
.PageCover__description {
  color: var(--text_dark_secondary);
}
.PageCover__description,
.PageCover__title {
  width: 100%;
  text-align: center;
}
.PageCover.size--alternative {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.PageCover.size--alternative .PageCover__texts {
  top: 52%;
}
@media (max-width: 1279px) {
  .PageCover.size--alternative .PageCover__texts {
    top: 48%;
  }
}
@media (max-width: 1023px) {
  .PageCover.size--alternative .PageCover__texts {
    top: 48%;
  }
}
@media (max-width: 833px) {
  .PageCover.size--alternative .PageCover__texts {
    top: 48%;
  }
}
@media (max-width: 743px) {
  .PageCover.size--alternative .PageCover__texts {
    top: 50%;
  }
}
@media (max-width: 568px) {
  .PageCover.size--alternative .PageCover__texts {
    top: 50%;
  }
}
@media (max-width: 413px) {
  .PageCover.size--alternative .PageCover__texts {
    top: 50%;
  }
}
@media (max-width: 1279px) {
  .PageCover.size--alternative {
    padding-top: 41.5%;
  }
}
@media (max-width: 1023px) {
  .PageCover.size--alternative {
    padding-top: 46.05%;
  }
}
@media (max-width: 833px) {
  .PageCover.size--alternative {
    padding-top: 51.6%;
  }
}
@media (max-width: 743px) {
  .PageCover.size--alternative {
    padding-top: 109%;
  }
}
@media (max-width: 568px) {
  .PageCover.size--alternative {
    padding-top: 88%;
  }
}
@media (max-width: 413px) {
  .PageCover.size--alternative {
    padding-top: 92.8%;
  }
}
.PageCover.size--small .PageCover__texts {
  top: 55%;
}
@media (max-width: 413px) {
  .PageCover.size--small .PageCover__texts {
    top: 60%;
    transform: translate(-50%, -40%);
  }
}
@media (max-width: 1023px) {
  .PageCover.size--small {
    padding-top: 47%;
  }
}
@media (max-width: 743px) {
  .PageCover.size--small {
    padding-top: 120%;
  }
}
@media (max-width: 568px) {
  .PageCover.size--small {
    padding-top: 100%;
  }
}
@media (max-width: 413px) {
  .PageCover.size--small {
    padding-top: 92%;
  }
}
.ValidatorRequirements__cards {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 56px;
}
@media (max-width: 1023px) {
  .ValidatorRequirements__cards {
    margin-top: 48px;
  }
}
@media (max-width: 743px) {
  .ValidatorRequirements__cards {
    display: block;
    margin-top: 32px;
  }
}
.ValidatorRequirements__card {
  padding: 32px 24px;
}
@media (max-width: 1023px) {
  .ValidatorRequirements__card {
    padding: 24px 20px;
  }
}
@media (max-width: 833px) {
  .ValidatorRequirements__card {
    padding: 24px;
  }
}
.ValidatorRequirements__card_icon {
  color: #08c;
}
@media (max-width: 1023px) {
  .ValidatorRequirements__card_icon svg {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 833px) {
  .ValidatorRequirements__card_icon svg {
    width: 40px;
    height: 40px;
  }
}
.ValidatorRequirements__card_title {
  margin-top: 16px;
}
@media (max-width: 833px) {
  .ValidatorRequirements__card_title {
    margin-top: 12px;
  }
}
.ValidatorRequirements__card_subtitle {
  margin-top: 4px;
}
.ValidatorSoftware__tabs_wrap {
  margin-top: 56px;
  text-align: center;
}
@media (max-width: 1023px) {
  .ValidatorSoftware__tabs_wrap {
    margin-top: 48px;
  }
}
@media (max-width: 833px) {
  .ValidatorSoftware__tabs_wrap {
    margin-top: 40px;
  }
}
.ValidatorSoftware__tabs {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 1px solid var(--separator_dark);
}
@media (max-width: 833px) {
  .ValidatorSoftware__tabs {
    width: 100%;
  }
}
.ValidatorSoftware__tabs .TabsItem {
  width: 200px;
}
@media (max-width: 1023px) {
  .ValidatorSoftware__tabs .TabsItem {
    width: 112px;
  }
}
@media (max-width: 833px) {
  .ValidatorSoftware__tabs .TabsItem {
    width: 50%;
  }
}
.ValidatorSoftware .MacWindow {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .ValidatorSoftware .MacWindow {
    margin-top: 32px;
  }
}
@media (max-width: 833px) {
  .ValidatorSoftware .MacWindow {
    margin-top: 24px;
  }
}
.ValidatorSoftware .MacWindow__header {
  padding: 20px 40px;
}
@media (max-width: 1023px) {
  .ValidatorSoftware .MacWindow__header {
    padding: 16px 32px;
  }
}
@media (max-width: 833px) {
  .ValidatorSoftware .MacWindow__header {
    display: none;
  }
}
.ValidatorSoftware .MacWindow__action {
  width: 8px;
  height: 8px;
}
.ValidatorSoftware .MacWindow__body {
  overflow: hidden;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1023px) {
  .ValidatorSoftware .MacWindow__body {
    padding: 32px;
  }
}
@media (max-width: 833px) {
  .ValidatorSoftware .MacWindow__body {
    padding: 24px;
  }
}
.ValidatorSoftware__code_wrap .Text {
  margin: 0 !important;
}
.ValidatorSoftware__code {
  display: inline-block;
  opacity: 0;
  word-wrap: break-word;
  color: var(--default_white) !important;
}
.ValidatorSoftware__code--active {
  opacity: 1;
  float: left;
}
.ValidatorSoftware__copy {
  margin-top: 24px;
}
.ValidatorSoftware__copy:disabled {
  opacity: 1 !important;
  color: var(--button_dark_text);
}
@media (max-width: 1023px) {
  .ValidatorSoftware__copy {
    margin-top: 16px;
  }
}
@media (max-width: 833px) {
  .ValidatorSoftware__copy {
    margin-top: 8px;
  }
}
.ValidatorSoftware__button_wrap {
  text-align: center;
}
.ValidatorSoftware__button {
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .ValidatorSoftware__button {
    margin-top: 24px;
  }
  .ValidatorNominator .Badge__inner {
    margin-bottom: 16px;
  }
}
@media (max-width: 833px) {
  .ValidatorNominator .Badge__inner {
    padding-right: 7px;
    padding-left: 7px;
  }
}
.ValidatorNominator__actions {
  margin: 40px -12px 4px;
}
@media (max-width: 1023px) {
  .ValidatorNominator__actions {
    margin-top: 32px;
  }
}
@media (max-width: 833px) {
  .ValidatorNominator__actions {
    margin-top: 16px;
  }
}
.ValidatorNominator__action {
  margin: 0 12px 4px;
}
.RoadmapTimeline {
  padding-bottom: 0;
}
.RoadmapTimeline__stages {
  max-width: 852px;
  margin: 0 auto;
  padding-left: 12px;
}
.RoadmapTimeline__period {
  position: relative;
}
.RoadmapTimeline__period--past:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  content: "";
  background-color: var(--background_light_blue);
}
.RoadmapTimeline__period--future:before {
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: -1px;
  display: block;
  width: 3px;
  height: calc(100% - 68px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='600' viewBox='0 0 3 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 0l-.012 600' stroke='%2308C' stroke-opacity='.1' stroke-width='2' stroke-dasharray='20 20'/%3E%3C/svg%3E");
  background-repeat: repeat-y;
}
@media (max-width: 833px) {
  .RoadmapTimeline__period--future:before {
    height: calc(100% - 90px);
  }
}
.RoadmapTimeline__period--future .RoadmapTimeline__stage:last-of-type {
  padding-bottom: 0;
}
.RoadmapTimeline__present {
  position: relative;
  padding-left: 24px;
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .RoadmapTimeline__present {
    margin-bottom: 32px;
  }
}
.RoadmapTimeline__present:after {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: -11px;
  display: block;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  content: "";
  border: 8px solid var(--button_dark_primary);
  border-radius: 50%;
  background-color: var(--default_white);
}
.RoadmapTimeline__present_card {
  display: inline-block;
  padding: 16px;
  color: var(--text_light_primary);
  border-radius: 16px;
  background-color: var(--background_light_main);
}
.RoadmapTimeline__stage {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
  padding-bottom: 48px;
}
@media (max-width: 1023px) {
  .RoadmapTimeline__stage {
    padding-bottom: 32px;
  }
}
@media (max-width: 833px) {
  .RoadmapTimeline__stage {
    display: block;
    padding-left: 28px;
  }
}
.RoadmapTimeline__stage:after {
  position: absolute;
  top: 12px;
  left: -3px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background-color: var(--button_dark_primary);
}
.RoadmapTimeline__stage_left {
  width: 220px;
}
@media (max-width: 1023px) {
  .RoadmapTimeline__stage_left {
    width: 180px;
  }
}
@media (max-width: 833px) {
  .RoadmapTimeline__stage_left {
    width: 100%;
  }
}
.RoadmapTimeline__stage_right {
  width: calc(100% - 220px);
}
@media (max-width: 1023px) {
  .RoadmapTimeline__stage_right {
    width: calc(100% - 180px);
  }
}
@media (max-width: 833px) {
  .RoadmapTimeline__stage_right {
    width: 100%;
    margin-top: 8px;
  }
}
.RoadmapTimeline__stage_text {
  color: var(--text_light_secondary);
}
.RoadmapTimeline__stage_icon {
  margin-right: 12px;
}
@media (max-width: 833px) {
  .RoadmapTimeline__stage_icon {
    margin-right: 8px;
  }
}
@media (max-width: 1023px) {
  .RoadmapTimeline__stage_icon svg {
    width: 24px;
    height: 24px;
  }
}
.RoadmapTimeline__text_nowrap {
  white-space: nowrap;
}
.RoadmapTimeline__stage_link {
  display: inline-block;
  vertical-align: text-bottom;
  color: var(--text_light_secondary);
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .RoadmapTimeline__stage_link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1023px) {
  .RoadmapTimeline__stage_link svg {
    width: 20px;
    height: 20px;
  }
}
.RoadmapTimeline__stage_cards {
  margin: 0 -8px -12px;
}
@media (max-width: 1023px) {
  .RoadmapTimeline__stage_cards {
    margin: 0 -5px -10px;
  }
}
@media (max-width: 833px) {
  .RoadmapTimeline__stage_cards {
    margin: 0 -4px -8px;
  }
}
.RoadmapTimeline .RoadmapTimeline__stage_card {
  line-height: 32px;
  display: inline-flex;
  align-items: flex-start;
  margin: 0 8px 12px !important;
  padding: 24px;
  color: var(--text_light_primary);
  border-radius: 16px;
  background-color: var(--background_light_main);
}
@media (max-width: 1023px) {
  .RoadmapTimeline .RoadmapTimeline__stage_card {
    line-height: 24px;
    margin: 0 5px 10px !important;
  }
}
@media (max-width: 833px) {
  .RoadmapTimeline .RoadmapTimeline__stage_card {
    padding: 16px;
    margin: 0 4px 8px !important;
  }
}
.MiningPage__description {
  color: var(--text_light_secondary);
}
.MiningPage__top-offset {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .MiningPage__top-offset {
    margin-top: 16px;
  }
}
.MiningPage__bottom.PageBlock {
  padding-bottom: 100px;
}
@media (max-width: 833px) {
  .MiningPage__bottom.PageBlock {
    padding-bottom: 72px;
  }
  .MinedInLastDay .PageBlock__inner {
    padding: 0 24px;
  }
}
.MinedInLastDay .PageBlock__inner .Container__inner {
  max-width: 860px;
}
@media (max-width: 1023px) {
  .MinedInLastDay .PageBlock__inner .Container__inner {
    max-width: 626px;
  }
}
@media (max-width: 568px) {
  .MinedInLastDay .PageBlock__inner .Container__inner {
    max-width: unset;
  }
}
@media (max-width: 833px) {
  .MinedInLastDay .PageBlock__info .PageBlock__title {
    padding: 0 50px;
  }
  .MinedInLastDay .PageBlock__info .PageBlock__subtitle {
    padding: 0 25px;
  }
}
.MinedInLastDay .MacWindow {
  margin-top: 44px;
  border-radius: 24px;
}
@media (max-width: 1023px) {
  .MinedInLastDay .MacWindow {
    margin-top: 32px;
  }
}
@media (max-width: 833px) {
  .MinedInLastDay .MacWindow {
    margin-top: 28px;
  }
}
.MinedInLastDay .MacWindow__header {
  padding: 18px 40px 22px;
}
@media (max-width: 1023px) {
  .MinedInLastDay .MacWindow__header {
    padding: 19px 32px;
  }
}
@media (max-width: 833px) {
  .MinedInLastDay .MacWindow__header {
    display: none;
  }
}
.MinedInLastDay .MacWindow__action {
  width: 10px;
  height: 10px;
}
.MinedInLastDay .MacWindow__action + .MacWindow__action {
  margin-left: 4px;
}
.MinedInLastDay .MacWindow__body {
  overflow: hidden;
  padding: 32px;
}
@media (max-width: 1023px) {
  .MinedInLastDay .MacWindow__body {
    padding: 24px 32px;
  }
}
@media (max-width: 833px) {
  .MinedInLastDay .MacWindow__body {
    padding: 32px;
  }
}
@media (max-width: 568px) {
  .MinedInLastDay .MacWindow__body {
    padding: 16px;
  }
}
.MiningHashRate.PageBlock--dark {
  width: calc(100% - 225px);
}
@media (max-width: 1279px) {
  .MiningHashRate.PageBlock--dark {
    width: 100%;
  }
}
@media (max-width: 833px) {
  .MiningHashRate.PageBlock--dark {
    padding: 62px 0 48px;
  }
}
.MiningHashRate .Container__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 833px) {
  .MiningHashRate .Container__inner {
    flex-direction: column;
  }
}
.MiningHashRate .PageBlock__info {
  width: 57%;
}
@media (max-width: 833px) {
  .MiningHashRate .PageBlock__info {
    width: 100%;
    text-align: center;
  }
}
.MiningHashRate__hashRate {
  width: 37.5%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 28px 24px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
}
@media (max-width: 1023px) {
  .MiningHashRate__hashRate {
    width: 38.5%;
    padding: 20px 24px 18px;
    border-radius: 16px;
  }
}
@media (max-width: 833px) {
  .MiningHashRate__hashRate {
    width: 100%;
    margin-top: 30px;
  }
}
.MiningHashRate__hashRate .hashRate__half {
  flex: 0 0 50%;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.MiningHashRate__hashRate .hashRate__half .Badge {
  display: flex;
  justify-content: flex-end;
}
.MiningHashRate__hashRate .hashRate__half .Badge__inner {
  margin-top: 3px;
  text-transform: lowercase;
  padding: 2px 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: none;
}
.MiningHashRate__hashRate .hashRate__full {
  margin-top: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  flex: 0 0 100%;
}
@media (max-width: 1023px) {
  .MiningHashRate__hashRate .hashRate__full {
    margin-top: 5px;
    font-size: 28px;
  }
}
@media (max-width: 833px) {
  .MiningHashRate__hashRate .hashRate__full {
    font-size: 32px;
  }
}
.graphicTitle {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff99;
}
@media (max-width: 1279px) {
  .graphicTitle {
    font-size: 12px;
  }
}
@media (max-width: 833px) {
  .graphicTitle {
    font-size: 10px;
  }
  .MiningStatus .PageBlock__inner {
    padding: 0 24px;
  }
}
@media (max-width: 568px) {
  .MiningStatus .PageBlock__inner {
    padding: 0;
  }
}
.MiningStatus .PageBlock__inner .Container__inner {
  max-width: 860px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1279px) {
  .MiningStatus .PageBlock__inner .Container__inner {
    max-width: 626px;
  }
}
@media (max-width: 568px) {
  .MiningStatus .PageBlock__inner .Container__inner {
    max-width: unset;
  }
}
@media (max-width: 833px) {
  .MiningStatus .PageBlock__inner .Container__inner .scrollProcess {
    margin: 0 calc((100vw - 626px) / 2 * -1) 0 0;
    padding: 0 calc((100vw - 626px) / 2) 0 0;
  }
}
@media (max-width: 568px) {
  .MiningStatus .PageBlock__inner .Container__inner .scrollProcess {
    margin: 0;
    padding: 0;
  }
}
.MiningStatus .legendContainer {
  margin-top: 24px;
  display: flex;
  grid-gap: 32px;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1279px) {
  .MiningStatus .legendContainer {
    margin-top: 16px;
    font-size: 12px;
    grid-gap: 8px;
    gap: 8px;
    flex-wrap: wrap;
  }
}
@media (max-width: 833px) {
  .MiningStatus .legendContainer {
    margin-top: 16px;
    font-size: 10px;
    grid-gap: 12px 14px;
    gap: 12px 14px;
  }
}
.MiningStatus .legendContainer .legendItem {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  align-items: center;
}
@media (max-width: 833px) {
  .MiningStatus .legendContainer .legendItem {
    grid-gap: 4px;
    gap: 4px;
  }
}
.MiningStatus .PageBlock__info {
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .MiningStatus .PageBlock__info {
    margin-bottom: 24px;
  }
}
@media (max-width: 833px) {
  .MiningStatus .PageBlock__info {
    margin-bottom: 12px;
  }
  .MiningStatus .PageBlock__info .PageBlock__title {
    padding: 26px 0 0;
  }
  .MiningStatus .PageBlock__info .PageBlock__subtitle {
    padding: 2px 0 0;
  }
}
.MiningStatus .graphicWrapper {
  padding: 24px 32px 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  grid-gap: 4px;
  gap: 4px;
}
.MiningStatus .graphicWrapper .table {
  margin-top: 20px;
}
.MiningStatus .graphicWrapper .table__body {
  margin-top: 8px;
}
@media (max-width: 1279px) {
  .MiningStatus .graphicWrapper {
    padding: 16px 24px 24px;
  }
}
@media (max-width: 833px) {
  .MiningStatus .graphicWrapper {
    padding: 16px 16px 24px;
  }
}
.MiningStatus .seeMoreBtn {
  margin: 32px 0;
}
@media (max-width: 1279px) {
  .MiningStatus .seeMoreBtn {
    margin: 24px 0;
  }
}
@media (max-width: 833px) {
  .MiningStatus .seeMoreBtn {
    padding: 24px 0;
  }
}
.MiningStatus .fillRectangle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 1px;
}
@media (max-width: 833px) {
  .MiningStatus .fillRectangle {
    width: 8px;
    height: 8px;
  }
}
.Tabs {
  width: 100%;
  flex-direction: column;
  display: flex;
  grid-gap: 32px;
  gap: 32px;
}
@media (max-width: 1279px) {
  .Tabs {
    grid-gap: 24px;
    gap: 24px;
  }
}
.Tabs .scrollWrapper {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 833px) {
  .Tabs .scrollWrapper {
    overflow-x: scroll;
  }
  .Tabs .scrollWrapper.scrollProcess {
    margin: 0 calc((100vw - 626px) / 2 * -1) 0 0;
    padding: 0 calc((100vw - 626px) / 2) 0 8px;
  }
  .Tabs .scrollWrapper.scrollProcess .buttons {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 568px) {
  .Tabs .scrollWrapper.scrollProcess {
    margin: 0;
    padding: 0;
  }
}
.Tabs .scrollWrapper::-webkit-scrollbar {
  display: none;
}
.Tabs .buttons {
  display: flex;
  position: relative;
  justify-content: flex-start;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 833px) {
  .Tabs .buttons {
    box-sizing: border-box;
  }
}
.Tabs .buttons .item {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.Tabs .buttons .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  border-radius: 10px;
  background-color: #07a0ec;
  transition: all 0.4ms;
  height: 3px;
}
.Tabs .buttons .item:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.06);
}
.Tabs .buttons .item.active {
  color: #fff;
}
.Tabs .buttons .item.active:after {
  width: 100%;
  left: 0;
  transition: width 0.3s ease-out, left 0.3s ease-out;
}
@media (max-width: 833px) {
  .Tabs .buttons .item.active:after {
    width: calc(100% - 16px);
    left: 8px;
  }
}
.Tabs .buttons .item.first {
  padding-left: 0 !important;
}
.Tabs .buttons .item.first.active:after {
  width: calc(100% - 20px);
  left: 0;
}
@media (max-width: 1279px) {
  .Tabs .buttons .item.first.active:after {
    width: calc(100% - 8px);
  }
}
.Tabs .buttons .item.last {
  padding-right: 0 !important;
}
.Tabs .buttons .item.last.active:after {
  width: calc(100% - 20px);
  left: 20px;
}
@media (max-width: 1279px) {
  .Tabs .buttons .item.last.active:after {
    width: calc(100% - 8px);
    left: 8px;
  }
}
.Tabs .buttons .item button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 1279px) {
  .Tabs .buttons .item button {
    font-size: 13px;
  }
}
@media (max-width: 833px) {
  .Tabs .buttons .item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.Tabs .content .tab-content-block {
  visibility: hidden;
  max-height: 0;
}
.Tabs .content .tab-content-block.active {
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  visibility: visible;
}
.MiningSoftware__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% + 132px);
  margin-bottom: -40px;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .MiningSoftware__items {
    width: calc(100% + 140px);
    margin-bottom: -24px;
  }
}
@media (max-width: 743px) {
  .MiningSoftware__items {
    display: block;
    width: 100%;
    padding-top: 24px;
  }
}
.MiningSoftwareItem {
  box-sizing: border-box;
  display: flex;
  width: 50%;
  margin-right: -44px;
  margin-bottom: 40px;
  padding-right: 32px;
}
@media (max-width: 1023px) {
  .MiningSoftwareItem {
    margin-right: -40px;
    margin-bottom: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 743px) {
  .MiningSoftwareItem {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
.MiningSoftwareItem__left {
  padding-right: 32px;
}
@media (max-width: 1023px) {
  .MiningSoftwareItem__left {
    padding-right: 12px;
  }
}
@media (max-width: 743px) {
  .MiningSoftwareItem__left {
    padding-right: 24px;
  }
}
.MiningSoftwareItem__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.MiningSoftwareItem__title {
  padding-bottom: 4px;
}
.MiningSoftwareItem__links {
  color: var(--separator_light);
}
.MiningSoftwareLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .MiningSoftwareLogo {
    border-radius: 16px;
  }
  .MiningSoftwareLogo,
  .MiningSoftwareLogo svg {
    width: 64px;
    height: 64px;
  }
}
.MiningSoftwareLogo--ubuntu {
  background-color: #e95420;
}
.MiningSoftwareLogo--pools {
  background-size: 64px;
  background-position: 50%;
  background-image: url(/_next/static/media/pools.bf436b12.png);
}
@media (max-width: 1023px) {
  .MiningSoftwareLogo--pools {
    background-size: 50px;
  }
}
.MiningSoftwareLogo--hive-os,
.MiningSoftwareLogo--pools,
.MiningSoftwareLogo--windows {
  border: 1px solid var(--separator_light);
}
.SoftwareLink {
  position: relative;
  display: inline-block;
}
.SoftwareLink:not(:last-of-type) {
  margin-right: 8px;
}
.SoftwareLink:not(:first-of-type) {
  padding-left: 8px;
}
.SoftwareLink:not(:first-of-type):before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 2px;
  height: calc(100% - 10px);
  transform: translateY(-50%);
  content: "";
  border-radius: 2px;
  background-color: var(--separator_light);
}
.SoftwareLink .Text {
  display: inline;
  color: var(--button_light_primary);
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .SoftwareLink .Text:hover {
    color: var(--button_light_primary_hover);
  }
  .SoftwareLink .Text:active {
    color: var(--button_light_primary_pressed);
  }
}
.AnalysisPage .PageBlock {
  padding: 50px 0;
}
@media (max-width: 1279px) {
  .AnalysisPage .PageBlock {
    padding: 42px 0;
  }
}
@media (max-width: 833px) {
  .AnalysisPage .PageBlock {
    padding: 30px 0;
  }
}
.AnalysisPage .margined-block {
  margin-top: 40px;
}
@media (max-width: 1279px) {
  .AnalysisPage .margined-block {
    margin-top: 32px;
  }
}
@media (max-width: 833px) {
  .AnalysisPage .margined-block {
    margin-top: 24px;
  }
}
.AnalysisPage .AnalysisPage__update {
  opacity: 0.5;
}
.AnalysisPage .listWrapper {
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
  gap: 5px;
}
.AnalysisPage .listWrapper a {
  color: #728a96 !important;
  border-bottom-color: #728a96;
  cursor: pointer;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .AnalysisPage .listWrapper a:hover {
    color: var(--hovered_link) !important;
    border-bottom-color: var(--hovered_link);
    opacity: 0.8;
  }
}
.AnalysisPage .listWrapper .description {
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .AnalysisPage .listWrapper .description {
    margin: 10px 0 8px;
  }
}
.AnalysisPage .listWrapper .list {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 0;
}
.AnalysisPage .listWrapper .list__item {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}
.AnalysisPage .listWrapper .list dt {
  padding-left: 48px;
}
.AnalysisPage .listWrapper .list dt .Text {
  font-weight: 700;
  color: var(--text_light_primary);
}
@media (max-width: 1279px) {
  .AnalysisPage .listWrapper .list dt {
    padding-left: 32px;
  }
}
.AnalysisPage .listWrapper .list dd {
  margin: 0;
}
.AnalysisPage .listWrapper .list li {
  padding-bottom: 24px;
}
@media (max-width: 1023px) {
  .AnalysisPage .listWrapper .list li {
    padding-bottom: 16px;
  }
}
@media (max-width: 743px) {
  .AnalysisPage .listWrapper .list li {
    padding-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .AnalysisPage .listWrapper .list {
    grid-gap: 12px;
    gap: 12px;
  }
}
.AnalysisPage .AnalysisTable__block {
  padding: 70px 0;
}
@media (max-width: 1279px) {
  .AnalysisPage .AnalysisTable__block {
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .AnalysisPage .AnalysisTable__block {
    padding: 50px 0;
  }
}
@media (max-width: 743px) {
  .AnalysisPage .AnalysisTable__block {
    padding: 36px 0;
  }
}
.AnalysisPage .AnalysisTable__block-reduced_margin {
  margin: 48px 0 0;
  padding: 40px 6px;
}
@media (max-width: 1023px) {
  .AnalysisPage .AnalysisTable__block-reduced_margin {
    margin: 48px 44px 0;
    padding: 28px 0;
  }
}
@media (max-width: 743px) {
  .AnalysisPage .AnalysisTable__block-reduced_margin {
    padding: 0;
    margin-left: -52px;
    margin-right: -52px;
  }
}
.AnalysisPage .AnalysisTable__block-reduced_margin .mark:before {
  top: -16px;
}
.AnalysisPage .AnalysisTable__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-left: 90px;
  padding-right: 90px;
}
.AnalysisPage .AnalysisTable__container_title {
  white-space: pre-line;
  text-align: center;
}
@media (max-width: 1279px) {
  .AnalysisPage .AnalysisTable__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 1023px) {
  .AnalysisPage .AnalysisTable__container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.AnalysisPage .Bullet {
  position: relative;
}
.AnalysisPage .Bullet:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (max-width: 1023px) {
  .AnalysisPage .Bullet:before {
    width: 24px;
    height: 24px;
  }
}
.AnalysisPage .Bullet__ton:before {
  background-image: url(/_next/static/media/logo_ton.998604d2.png);
}
.AnalysisPage .Bullet__eth:before {
  background-image: url(/_next/static/media/logo_eth.89f294f0.png);
}
.AnalysisPage .Bullet__solana:before {
  background-image: url(/_next/static/media/logo_solana.d8892007.png);
}
.AnalysisPage .Summary__block {
  padding: 0;
}
.BrandAssets .row {
  display: flex;
}
.BrandAssets .between {
  justify-content: space-between;
}
.BrandAssets .textLeft {
  text-align: left;
}
.BrandAssets main {
  text-align: center;
}
.BrandAssets main .download_all_btn {
  margin-top: 28px;
}
.BrandAssets main .download_all_btn .Button__before {
  margin-right: 4px;
}
.BrandAssets main .cards .Container__inner {
  max-width: 860px;
}
@media (max-width: 1279px) {
  .BrandAssets main .cards .Container__inner {
    max-width: 626px;
  }
}
@media (max-width: 833px) {
  .BrandAssets main .cards .Container__inner {
    max-width: 327px;
  }
}
.BrandAssets main .cards .Container__inner .CardCol {
  width: calc(50% - 10px) !important;
}
@media (max-width: 1279px) {
  .BrandAssets main .cards .Container__inner .CardCol {
    width: calc(50% - 8px) !important;
  }
}
.BrandAssets main .cards .Container__inner .Card {
  padding-bottom: 40px;
}
@media (max-width: 1279px) {
  .BrandAssets main .cards .Container__inner .Card {
    padding-bottom: 24px;
  }
}
.BrandAssets main .cards .Container__inner .Card .fillBlock {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  color: var(--text_dark_secondary);
  box-sizing: border-box;
}
.BrandAssets main .cards .Container__inner .Card .fillBlock.light {
  background: var(--background_light_main);
  color: var(--text_light_secondary);
}
.BrandAssets main .cards .Container__inner .Card .fillBlock.dark {
  background: var(--background_dark_main);
}
.BrandAssets main .cards .Container__inner .Card .fillBlock.ton_blue {
  background: var(--ton_blue);
}
.BrandAssets main .cards .Container__inner .Card .fillBlock.dark_blue {
  background: var(--ton_dark_blue);
}
.BrandAssets main .cards .Container__inner .Card .fillBlock.left {
  justify-content: flex-start;
  padding-left: 24px;
}
.BrandAssets main .cards .Container__inner .Card .fillBlock.top {
  align-items: flex-start;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 82px;
}
@media (max-width: 1279px) {
  .BrandAssets main .cards .Container__inner .Card .fillBlock.top {
    padding-bottom: 88px;
  }
}
.BrandAssets main .cards .Container__inner .Card .fillBlock.withBtn {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 1279px) {
  .BrandAssets main .cards .Container__inner .Card .fillBlock.withBtn {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.BrandAssets main .cards .Container__inner .Card .fillBlock .Button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.BrandAssets main .cards .Container__inner .Card .cardButtonContainer {
  grid-gap: 8px;
  gap: 8px;
}
.Card {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  gap: 16px;
}
@media (max-width: 1279px) {
  .Card {
    grid-gap: 12px;
    gap: 12px;
  }
}
.Card__footer {
  padding: 0 16px;
}
@media (max-width: 833px) {
  .Card__footer {
    padding: 0 12px;
  }
}
.FontSelect {
  overflow: hidden;
  margin-top: 80px;
}
@media (max-width: 1279px) {
  .FontSelect {
    margin-top: 100px;
  }
}
@media (max-width: 833px) {
  .FontSelect {
    margin-top: 74px;
  }
}
.FontSelect .Container__inner {
  max-width: 1216px;
  padding: 64px 134px 64px 178px;
}
@media (max-width: 1279px) {
  .FontSelect .Container__inner {
    padding: 56px 88px 48px 70px;
  }
}
@media (max-width: 833px) {
  .FontSelect .Container__inner {
    padding: 48px 24px;
  }
}
.FontSelect__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 833px) {
  .FontSelect__inner {
    text-align: center;
    flex-direction: column;
    grid-gap: 12px;
    gap: 12px;
  }
}
.FontSelect__left {
  box-sizing: border-box;
  width: calc(100% - 320px);
  padding-right: 40px;
}
@media (max-width: 1279px) {
  .FontSelect__left {
    width: calc(100% - 240px);
  }
}
@media (max-width: 1023px) {
  .FontSelect__left {
    width: calc(100% - 240px);
  }
}
@media (max-width: 833px) {
  .FontSelect__left {
    padding: 0;
    width: 100%;
  }
}
.FontSelect__subtitle {
  margin-top: 16px;
  color: var(--text_light_secondary);
}
@media (max-width: 1023px) {
  .FontSelect__subtitle {
    margin-top: 4px;
  }
}
@media (max-width: 833px) {
  .FontSelect__subtitle {
    margin-top: 12px;
  }
}
@media (max-width: 743px) {
  .FontSelect__subtitle {
    margin-top: 8px;
  }
}
.FontSelect__right {
  position: relative;
  margin-top: -16px;
  width: 320px;
  height: 258px;
}
@media (max-width: 1279px) {
  .FontSelect__right {
    width: 240px;
    height: 220px;
  }
}
@media (max-width: 1023px) {
  .FontSelect__right {
    width: 240px;
    height: 220px;
  }
}
@media (max-width: 833px) {
  .FontSelect__right {
    width: 275px;
    height: 230px;
  }
}
@media (max-width: 743px) {
  .FontSelect__right {
    margin: 24px auto 0;
  }
}
.FontSelect__image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/_next/static/media/brand-assets-font-select.941967a1.png);
}
@media (max-width: 1279px) {
  .FontSelect__image {
    width: 240px;
    height: 220px;
  }
}
@media (max-width: 1023px) {
  .FontSelect__image {
    width: 240px;
    height: 220px;
  }
}
@media (max-width: 833px) {
  .FontSelect__image {
    width: 275px;
    height: 230px;
  }
}
.ColorsCardsTitle {
  margin: 120px 0 56px;
}
@media (max-width: 1279px) {
  .ColorsCardsTitle {
    margin: 100px 0 40px;
  }
}
@media (max-width: 833px) {
  .ColorsCardsTitle {
    margin: 72px 0 32px;
  }
}
