* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

header .bl-content-header .bl-navigation-panel a:nth-of-type(1) {
  font-weight: 600;
  line-height: 1.5rem;
  color: #ffffff;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
main .screen-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 45.5rem;
  background: rgb(22, 22, 33);
  background-size: 90rem;
  background-position: center;
  padding-bottom: 8.3125rem;
}
main .screen-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 4.5rem;
  width: 52.5625rem;
  position: relative;
  z-index: 9;
}
main .screen-one .container::before {
  content: "";
  position: absolute;
  bottom: -10.1875rem;
  left: 12.6875rem;
  width: 3.875rem;
  height: 3.875rem;
  background: url("/assets/img/home/Arrow-bottom.svg") no-repeat;
  background-size: 3.875rem;
}
main .screen-one .container h1 {
  max-width: 31.125rem;
  width: 100%;
  font-family: "Righteous";
  font-weight: 400;
  font-size: 5.875rem;
  line-height: 5.8875rem;
  color: rgb(255, 255, 255);
}
main .screen-one .container .bl-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 16.9375rem;
}
main .screen-one .container .bl-text p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: rgb(255, 255, 255);
}
main .screen-one .container .bl-text button,
main .screen-one .container .bl-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.5rem;
  background: rgb(255, 255, 255);
  border: none;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.26rem;
  color: rgb(22, 25, 37);
  border-radius: 0.75rem;
  cursor: pointer;
  text-decoration: none;
}
main .screen-one .container .bl-text button:hover,
main .screen-one .container .bl-text a:hover {
  opacity: 0.8;
}
main .screen-two {
  width: 100%;
  height: 40.3125rem;
}
main .screen-two .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .screen-two .container .bl-column-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40.3125rem;
}
main .screen-two .container .bl-column-element .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .screen-two .container .bl-column-element .card .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .screen-two .container .bl-column-element .card .element h2 {
  font-family: "Righteous";
  font-weight: 400;
  font-size: 5rem;
  line-height: 5.5rem;
  color: rgb(255, 255, 255);
}
main .screen-two .container .bl-column-element .card .element p {
  font-family: "Plus Jakarta Sans";
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4625rem;
  color: rgb(255, 255, 255);
}
main .screen-two .container .bl-column-element:nth-of-type(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem;
  width: 100%;
  min-width: 17.625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) {
  height: 20.625rem;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element {
  width: 100%;
  height: 100%;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(1) {
  width: 3.625rem;
  background: url("/assets/img/home/elements-card-screen-two/column-left-element-left-v1.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(2) {
  width: calc(100% - 3.625rem - 7.5625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 3.5rem;
  background: #161621;
  border-radius: 0;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 16.625rem;
  background: var(--color-platform);
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(1) .element:nth-child(3) {
  width: 7.5625rem;
  background: url("/assets/img/home/elements-card-screen-two/column-left-element-right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(2) {
  width: 100%;
  height: 16.1875rem;
  padding: 0 0.25rem 0 0.5rem;
}
main .screen-two .container .bl-column-element:nth-of-type(1) .card:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(22, 22, 33);
  border-radius: 2.5rem;
}
main .screen-two .container .bl-column-element:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  width: 31.5625rem;
  min-width: 31.5625rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(1) {
  width: 100%;
  height: 6.6875rem;
  background: url("/assets/img/home/elements-card-screen-two/column-center-left-element-top.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(2) {
  width: 100%;
  height: 16.1875rem;
  padding: 0 0.25rem;
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(2) .element {
  width: 100%;
  height: 100%;
  background: rgb(22, 22, 33);
  border-radius: 2.5rem;
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) {
  -ms-flex-wrap: row;
      flex-wrap: row;
  width: 100%;
  height: 15.9375rem;
  padding: 0 0.25rem;
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element {
  width: 100%;
  height: 100%;
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element:nth-of-type(1) {
  width: 4.875rem;
  background: url("/assets/img/home/elements-card-screen-two/column-center-left-element-left.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element:nth-of-type(2) {
  width: calc(100% - 4.875rem - 4.9375rem);
  background: rgb(22, 22, 33);
}
main .screen-two .container .bl-column-element:nth-of-type(2) .card:nth-child(3) .element:nth-of-type(3) {
  width: 4.9375rem;
  background: url("/assets/img/home/elements-card-screen-two/column-center-left-element-right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-two .container .bl-column-element:nth-of-type(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  width: 28.1875rem;
  min-width: 28.1875rem;
}
main .screen-two .container .bl-column-element:nth-of-type(3) .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-of-type(1) {
  width: 100%;
  height: 20.625rem;
}
main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-of-type(1) .element {
  width: 100%;
  height: 100%;
}
main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-of-type(1) .element:nth-of-type(1) {
  width: 4.625rem;
  background: url("/assets/img/home/elements-card-screen-two/column-center-right-element-left.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-of-type(1) .element:nth-of-type(2) {
  width: calc(100% - 4.625rem - 4.625rem);
  background: rgb(22, 22, 33);
  height: 20.125rem;
  margin-top: 0.5rem;
}
main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-of-type(1) .element:nth-of-type(3) {
  width: 4.625rem;
  background: url("/assets/img/home/elements-card-screen-two/column-center-right-element-right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-of-type(2) {
  width: 100%;
  height: 13.6875rem;
  padding: 0 0.25rem;
}
main .screen-two .container .bl-column-element:nth-of-type(3) .card:nth-of-type(2) .element {
  width: 100%;
  background: var(--color-platform);
  border-radius: 2.5rem;
}
main .screen-two .container .bl-column-element:nth-of-type(4) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
  min-width: 12.625rem;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(1) {
  height: 20.625rem;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(1) .element {
  width: 100%;
  height: 100%;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(1) .element:nth-of-type(1) {
  width: 3rem;
  background: url("/assets/img/home/elements-card-screen-two/column-right-top-element-left.svg") no-repeat;
  background-size: 100%;
  background-position: center top;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(1) .element:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: calc(100% - 3rem - 3.125rem);
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(1) .element:nth-of-type(2)::before {
  content: "";
  width: 100%;
  height: 3.5rem;
  background: rgb(22, 22, 33);
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(1) .element:nth-of-type(2)::after {
  content: "";
  width: 100%;
  height: 16.6875rem;
  background: rgb(22, 22, 33);
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(1) .element:nth-of-type(3) {
  width: 3.125rem;
  background: url("/assets/img/home/elements-card-screen-two/column-right-top-element-right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(2) {
  height: 19.1875rem;
  padding: 0 0.5rem 0 0.25rem;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(2) .element {
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(2) .element:nth-of-type(1) {
  width: 4.375rem;
  background: url("/assets/img/home/elements-card-screen-two/column-right-buttom-element-left.svg") no-repeat;
  background-size: 100%;
  background-position: center top;
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(2) .element:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: calc(100% - 4.375rem - 3.125rem);
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(2) .element:nth-of-type(2)::before {
  content: "";
  width: 100%;
  height: 16.625rem;
  background: rgb(22, 22, 33);
}
main .screen-two .container .bl-column-element:nth-of-type(4) .card:nth-of-type(2) .element:nth-of-type(3) {
  width: 3.125rem;
  background: url("/assets/img/home/elements-card-screen-two/column-right-buttom-element-right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 53.5rem;
  padding: 8.75rem 7.5rem;
}
main .screen-three .container {
  max-width: 75rem;
  width: 100%;
  height: 100%;
}
main .screen-three .container h2 {
  width: 50.8125rem;
  font-family: "Righteous";
  font-weight: 400;
  font-size: 5rem;
  line-height: 5.5rem;
  color: rgb(22, 25, 37);
}
main .screen-three .container h2 span {
  color: var(--color-platform);
}
main .screen-three .container .flex-text-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-right: 4.6875rem;
}
main .screen-three .container .flex-text-end p {
  width: 32.0625rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: rgb(22, 25, 37);
}
main .screen-three .container .flex-text-end p span {
  color: rgb(130, 141, 156);
}
main .screen-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56rem;
  padding: 0 0.5rem;
}
main .screen-four .container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42rem;
  padding-top: 0.0625rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 100%;
  min-width: 6.5rem;
  height: 41.5rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(1) .card {
  width: 100%;
  height: 12.3125rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(1) .card:nth-of-type(1) {
  width: 100%;
  border-radius: 2rem 0 0 2rem;
  background: rgb(22, 22, 33);
}
main .screen-four .container-top .bl-column-element:nth-of-type(1) .card:nth-of-type(2) {
  min-width: 3.1875rem;
  width: 3.1875rem;
  background: url("/assets/img/home/elements-card-screen-four/column-left-element-left.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
  min-width: 50.5rem;
  width: 100%;
  height: 41.5rem;
  background: rgb(22, 22, 33);
  border-radius: 2.5rem;
  margin: 0 0.5rem;
  overflow: hidden;
  padding-top: 3.75rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) h2 {
  font-family: "Righteous";
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 3.85rem;
  color: rgb(255, 255, 255);
  text-align: center;
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0625rem;
  width: 100%;
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .img {
  width: 27.5625rem;
  height: 28.5rem;
  background: url("/assets/img/home/the-bitcoin.svg") no-repeat;
  background-position: center;
  background-size: 100%;
  mix-blend-mode: lighten;
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text {
  max-width: 17.6875rem;
  width: calc(100% - 27.5625rem - 2.0625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-top: 4.6875rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text .img-mob {
  display: none;
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: rgba(255, 255, 255, 0.6);
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text button,
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 3.5rem;
  background: rgb(255, 255, 255);
  border: none;
  border-radius: 0.75rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.26rem;
  color: rgb(22, 25, 37);
  cursor: pointer;
  text-decoration: none;
}
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text button:hover,
main .screen-four .container-top .bl-column-element:nth-of-type(2) .bl-content .bl-text a:hover {
  opacity: 0.8;
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  max-width: 21.6875rem;
  min-width: 21.6875rem;
  width: 100%;
  height: 41.5rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  height: 20.5rem;
  border-radius: 2.5rem 0 0 2.5rem;
  padding: 4rem 0rem 5rem 2.5rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card .bl-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card .bl-text .icon {
  width: 2.5rem;
  height: 2.5rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card .bl-text h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: rgb(255, 255, 255);
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card:nth-of-type(1) {
  background: var(--color-platform);
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card:nth-of-type(1) .icon {
  background: url("/assets/img/home/icon-text-one.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card:nth-of-type(2) {
  background: rgb(22, 22, 33);
}
main .screen-four .container-top .bl-column-element:nth-of-type(3) .card:nth-of-type(2) .icon {
  background: url("/assets/img/home/icon-text-two.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-four .container-top .bl-column-element:nth-of-type(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 100%;
  min-width: 9.375rem;
}
main .screen-four .container-top .bl-column-element:nth-of-type(4) .card {
  width: 100%;
  height: 100%;
}
main .screen-four .container-top .bl-column-element:nth-of-type(4) .card:nth-of-type(1) {
  min-width: 6.125rem;
  width: 6.125rem;
  background: url("/assets/img/home/elements-card-screen-four/column-right-element-left.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-four .container-top .bl-column-element:nth-of-type(4) .card:nth-of-type(2) {
  width: 100%;
  height: 7.8125rem;
  border-radius: 0rem 2rem 0 0rem;
  background: rgb(22, 22, 33);
}
main .screen-four .container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 14rem;
  list-style: none;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  min-width: 57.5rem;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(1) .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(1) .card:nth-of-type(1) {
  height: 6.5rem;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(1) .card:nth-of-type(1)::before {
  content: "";
  width: 16rem;
  height: 100%;
  background: var(--color-platform);
  border-radius: 2rem;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(1) .card:nth-of-type(1)::after {
  content: "";
  width: calc(100% - 16rem);
  height: 100%;
  background: rgb(22, 22, 33);
  border-radius: 2rem;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(1) .card:nth-of-type(2) {
  height: 7rem;
  background: rgb(22, 22, 33);
  border-radius: 2rem 2rem 0 0;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  width: 100%;
  min-width: 31.5625rem;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card {
  width: 100%;
  height: 14.0625rem;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.1875rem;
  height: 100%;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-of-type(1)::before {
  content: "";
  width: 2.4375rem;
  background: url("/assets/img/home/elements-card-screen-four/column-bottom-element-right.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-of-type(1)::after {
  content: "";
  width: calc(100% - 2.4375rem);
  background: var(--color-platform);
  border-radius: 0 2rem 2rem 0;
  margin-bottom: 0.4375rem;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 7.1875rem);
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-of-type(2)::before {
  content: "";
  width: 8.25rem;
  background: url("/assets/img/home/elements-card-screen-four/column-bottom-element-left.svg") no-repeat;
  background-size: 100%;
  background-position: center -0.0625rem;
}
main .screen-four .container-bottom .bl-column-element:nth-of-type(2) .card:nth-of-type(2)::after {
  content: "";
  width: calc(100% - 8.1875rem);
  background: rgb(22, 22, 33);
  border-radius: 0 0 2rem 0;
  margin-bottom: 0.5rem;
}
main .screen-five {
  width: 100%;
  height: 34.375rem;
  padding: 0 0.5rem;
}
main .screen-five .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgb(22, 22, 33);
  border-radius: 0 2rem 2rem 2rem;
  padding: 1.875rem 7rem 8.75rem;
}
main .screen-five .container .bl-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  max-width: 75rem;
  width: 100%;
}
main .screen-five .container .bl-size h2 {
  font-family: "Righteous";
  font-weight: 400;
  font-size: 5rem;
  line-height: 5.5rem;
  color: rgb(255, 255, 255);
}
main .screen-five .container .bl-size ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  list-style: none;
}
main .screen-five .container .bl-size ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 25%;
}
main .screen-five .container .bl-size ul li .bl-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
main .screen-five .container .bl-size ul li .bl-point h3 {
  font-family: "Righteous";
  font-weight: 400;
  font-size: 3rem;
  line-height: 4.5rem;
  color: rgb(255, 255, 255);
}
main .screen-five .container .bl-size ul li .bl-point h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: rgb(255, 255, 255);
}
main .screen-five .container .bl-size ul li p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
}
main .screen-six {
  width: 100%;
  height: 48rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
}
main .screen-six .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--color-platform);
  border-radius: 2rem;
  padding: 8.75rem 0;
}
main .screen-six .container .bl-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  max-width: 75rem;
  width: 100%;
}
main .screen-six .container .bl-size .icon {
  min-width: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  min-height: 4.5rem;
  background: rgb(255, 255, 255) url("/assets/img/home/headset-v1.svg") no-repeat;
  background-size: 1.5rem;
  background-position: center;
  border-radius: 50%;
}
main .screen-six .container .bl-size h2 {
  font-family: "Righteous";
  font-weight: 400;
  font-size: 5rem;
  line-height: 5.5rem;
  text-align: center;
  color: rgb(255, 255, 255);
}
main .screen-six .container .bl-size button,
main .screen-six .container .bl-size a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 16.0625rem;
  width: 100%;
  height: 3.5rem;
  background: rgb(255, 255, 255);
  border: none;
  border-radius: 0.75rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.26rem;
  color: rgb(22, 25, 37);
  cursor: pointer;
  text-decoration: none;
}
main .screen-six .container .bl-size button:hover,
main .screen-six .container .bl-size a:hover {
  opacity: 0.8;
}
main .screen-lines {
  width: 100%;
  height: 142px;
  background-image: repeating-linear-gradient(to right, black 0px, black 2px, transparent 4px, transparent 20px);
  background-color: #ffffff;
  background-position: center;
  background-size: 20px 100%;
  margin-top: -28px;
  z-index: -1;
}ting-linear-gradient(to right, black 0px, black 2px, transparent 4px, transparent 20px);
  background-color: #ffffff;
  background-position: center;
  background-size: 20px 100%;
  margin-top: -28px;
  z-index: -1;
}