@media all and (min-width: 1000px) {
  html {
    font-size: 11px;
  }
}
@media all and (min-width: 1150px) {
  html {
    font-size: 12px;
  }
}
@media all and (min-width: 1330px) {
  html {
    font-size: 14px;
  }
}
@media all and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media all and (max-width: 1000px) {
  main .screen-one {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 600px;
    padding: 119px 16px 26px;
    background-size: cover;
    background-position: bottom center;
  }
  main .screen-one .container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    gap: 40px;
    width: 700px;
  }
  main .screen-one .container::before {
    display: none;
  }
  main .screen-one .container h1 {
    font-size: 56px;
    line-height: 90%;
  }
  main .screen-one .container .bl-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
    width: 100%;
  }
  main .screen-one .container .bl-text p {
    font-size: 16px;
    text-align: center;
    line-height: 150%;
  }
  main .screen-one .container .bl-text button {
    width: 271px;
    border: none;
  }
  main .screen-two {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  main .screen-two .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 100% !important;
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) {
    gap: 4px;
    min-width: 143px;
    width: 36.386768% !important; /* 143/393 */
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) {
    height: 168px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(1) {
    width: 35px;
    height: 100%;
    background: url("/assets/img/home/elements-mob/column-left-element-left-v1.svg") no-repeat;
    background-size: 100%;
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(2) {
    width: calc(100% - 35px - 68px);
    gap: 4px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(2)::before {
    height: 30px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(2)::after {
    height: 134px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(3) {
    width: 68px;
    height: 100%;
    background: url("/assets/img/home/elements-mob/column-left-element-rigth-v1.svg") no-repeat;
    background-size: 100%;
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(2) {
    height: 166px;
    padding: 0 2px 0 4px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(2)::before {
    border-radius: 32px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) {
    gap: 4px;
    min-width: 250px;
    width: 63.613232% !important; /* 250/393 */
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(1) {
    width: calc(100% + 4px);
    height: 56px;
    background: rgb(22, 22, 33);
    border-radius: 0 0 26px 22px;
    margin-left: -4px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(2) {
    height: 129px;
    padding: 0 4px 0 2px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(2) .element:nth-child(1) {
    border-radius: 32px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(2) .element:nth-child(1) h2 {
    font-size: 40px;
    line-height: 110%;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(2) .element:nth-child(1) p {
    font-size: 14px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) {
    height: 145px;
    padding: 0 4px 0 2px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element:nth-child(1) {
    display: none;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element:nth-child(2) {
    width: 100%;
    border-radius: 32px;
    background: rgb(22, 22, 33);
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element:nth-child(2) h2 {
    font-size: 40px;
    line-height: 110%;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element:nth-child(2) p {
    font-size: 14px;
    text-align: center;
  }
  main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element:nth-child(3) {
    display: none;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
    min-width: 264px;
    width: 100%;
    padding: 4px;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(1) {
    height: 145px;
    padding: 0;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(1) .element:nth-child(1) {
    display: none;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(1) .element:nth-child(2) {
    width: 100%;
    border-radius: 32px;
    background: rgb(22, 22, 33);
    height: 100%;
    margin: 0;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(1) .element:nth-child(2) h2 {
    font-size: 40px;
    line-height: 110%;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(1) .element:nth-child(2) p {
    font-size: 14px;
    text-align: center;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(1) .element:nth-child(3) {
    display: none;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(2) {
    height: 145px;
    padding: 0;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(2) .element {
    border-radius: 32px;
    background: var(--color-platform);
    margin: 0;
    height: 100%;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(2) .element h2 {
    font-size: 40px;
    line-height: 110%;
  }
  main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-child(2) .element p {
    font-size: 14px;
    text-align: center;
  }
  main .screen-two .container .bl-column-element:nth-of-type(4) {
    display: none;
    min-width: 117px;
    width: 100%;
  }
  main .screen-three {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 105px 16px 0 16px;
  }
  main .screen-three .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    max-width: 100%;
  }
  main .screen-three .container h2 {
    width: 100%;
    font-size: 56px;
    line-height: 110%;
  }
  main .screen-three .container .flex-text-end {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  main .screen-three .container .flex-text-end p {
    width: 100%;
    font-size: 18px;
    line-height: 150%;
  }
  main .screen-four {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 88px 4px 0 4px;
    gap: 4px;
  }
  main .screen-four .container-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    gap: 4px;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(1) {
    display: none;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(2) {
    width: 100%;
    min-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    border-radius: 40px;
    padding: 40px;
    gap: 24px;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(2) h2 {
    font-size: 36px;
    line-height: 120%;
    text-align: start;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .img {
    display: none;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text {
    max-width: 100%;
    width: 100%;
    padding: 0;
    gap: 9px;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text .img-mob {
    display: block;
    width: 220px;
    height: 257px;
    background: url("/assets/img/home/the-bitcoin-mob.svg") no-repeat;
    background-position: top center;
    background-size: 100%;
    mix-blend-mode: lighten;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text button {
    width: 100%;
    margin-top: -9px;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(3) {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 4px;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(3) .card {
    width: 100%;
    height: 100%;
    padding: 40px;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(3) .card:nth-child(1) {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 32px;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(3) .card:nth-child(2) {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 32px;
  }
  main .screen-four .container-top .bl-column-element:nth-of-type(4) {
    display: none;
  }
  main .screen-four .container-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  main .screen-four .container-bottom .bl-column-element:nth-of-type(1) {
    width: 100%;
    min-width: 100%;
    height: 73px;
    background: rgb(22, 22, 33);
    border-radius: 32px;
  }
  main .screen-four .container-bottom .bl-column-element:nth-of-type(1) .card {
    display: none;
  }
  main .screen-four .container-bottom .bl-column-element:nth-of-type(2) {
    width: 100%;
    min-width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 4px;
  }
  main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-child(1) {
    width: 248px;
    height: 81px;
    background: rgb(22, 22, 33);
    border-radius: 32px 32px 0 0;
  }
  main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-child(1)::before, main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-child(1)::after {
    display: none;
  }
  main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-child(2) {
    width: calc(100% - 248px);
    height: 77px;
    background: var(--color-platform);
    border-radius: 32px;
  }
  main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-child(2)::before, main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-child(2)::after {
    display: none;
  }
  main .screen-five {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 4px;
  }
  main .screen-five .container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 24px 88px;
  }
  main .screen-five .container .bl-size h2 {
    font-size: 56px;
    line-height: 110%;
  }
  main .screen-five .container .bl-size ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
  main .screen-five .container .bl-size ul li {
    width: 100%;
  }
  main .screen-five .container .bl-size ul li .bl-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .screen-five .container .bl-size ul li .bl-point h3 {
    font-size: 40px;
    line-height: 100%;
  }
  main .screen-five .container .bl-size ul li .bl-point h4 {
    font-size: 24px;
    line-height: 150%;
  }
  main .screen-five .container .bl-size ul li p {
    font-size: 16px;
    line-height: 150%;
  }
  main .screen-six {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 4px;
  }
  main .screen-six .container {
    padding: 80px 24px;
  }
  main .screen-six .container .bl-size {
    gap: 40px;
  }
  main .screen-six .container .bl-size h2 {
    font-size: 56px;
    line-height: 110%;
  }
}
@media all and (max-width: 768px) {
  body {
    min-width: 393px;
  }
  main .screen-one .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 314px;
  }
}      -ms-flex-align: center;
            align-items: center;
    width: 314px;
  }
}