* {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

*::-webkit-scrollbar {
  display: none;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

main {
  max-width: 100%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
main .screen-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10rem 10.1875rem;
  border-radius: 0 0 2rem 2rem;
  background: rgb(22, 22, 33);
}
main .screen-one .bl-content {
  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: 4rem;
  max-width: 68.625rem;
  width: 100%;
  height: 100%;
}
main .screen-one .bl-content h1 {
  font-family: "Righteous";
  font-weight: 400;
  font-size: 5rem;
  line-height: 6rem;
  color: rgb(255, 255, 255);
}
main .screen-one .bl-content .bl-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
main .screen-one .bl-content .bl-cards .bl-left,
main .screen-one .bl-content .bl-cards .bl-right {
  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: calc(50% - 0.75rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main .screen-one .bl-content .bl-cards .bl-left .card,
main .screen-one .bl-content .bl-cards .bl-right .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: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.5rem;
  border-radius: 1.5625rem;
  background: rgb(45, 45, 55);
}
main .screen-one .bl-content .bl-cards .bl-left .card .bl-info-user,
main .screen-one .bl-content .bl-cards .bl-right .card .bl-info-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
main .screen-one .bl-content .bl-cards .bl-left .card .bl-info-user h1,
main .screen-one .bl-content .bl-cards .bl-right .card .bl-info-user h1 {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--color-platform);
  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;
  font-family: "Plus Jakarta Sans";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  color: rgb(255, 255, 255);
}
main .screen-one .bl-content .bl-cards .bl-left .card .bl-info-user .bl-name,
main .screen-one .bl-content .bl-cards .bl-right .card .bl-info-user .bl-name {
  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.25rem;
}
main .screen-one .bl-content .bl-cards .bl-left .card .bl-info-user .bl-name h2,
main .screen-one .bl-content .bl-cards .bl-right .card .bl-info-user .bl-name h2 {
  font-family: "Plus Jakarta Sans";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: rgb(255, 255, 255);
}
main .screen-one .bl-content .bl-cards .bl-left .card .bl-info-user .bl-name p,
main .screen-one .bl-content .bl-cards .bl-right .card .bl-info-user .bl-name 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-one .bl-content .bl-cards .bl-left .card P,
main .screen-one .bl-content .bl-cards .bl-right .card 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-one .bl-content .bl-cards .bl-left .card span,
main .screen-one .bl-content .bl-cards .bl-right .card span {
  font-size: 1.5rem;
  color: rgb(243, 185, 48);
}
main .screen-two {
  width: 100%;
  height: 48rem;
  padding: 0 0.5rem 0 0.5rem;
}
main .screen-two .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-two .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-two .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-two .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-two .container .bl-size button,
main .screen-two .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-two .container .bl-size button:hover,
main .screen-two .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;
}