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

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: currentcolor;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
}

input:focus {
  outline: none;
}

:root {
  --container-width: 1200px;
}

@media (max-width: 1123px) {
  :root {
    --container-width: 100%;
  }
}
.gold {
  color: #F0B749;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
body {
  overflow: hidden;
  overflow-y: scroll;
}

.layout {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 48px;
  width: 100%;
  height: fit-content;
  background-color: var(--Gray-Black, #141414);
  color: var(--Primary-White, #FFF);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.layout__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.layout__bg::before {
  content: "";
  position: absolute;
  display: flex;
  width: 769.141px;
  height: 1089.617px;
  transform: rotate(41.452deg);
  flex-shrink: 0;
  left: 0px;
  top: 692px;
  background: linear-gradient(180deg, rgba(24, 75, 255, 0) 0%, rgba(23, 74, 255, 0.7) 100%);
  filter: blur(100px);
}
@media (max-width: 1123px) {
  .layout__bg::before {
    left: -11px;
    top: 419px;
  }
}
.layout__bg::after {
  content: "";
  position: absolute;
  display: flex;
  width: 769.141px;
  height: 1089.617px;
  transform: rotate(-78.548deg);
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(24, 75, 255, 0) 0%, rgba(23, 74, 255, 0.7) 100%);
  filter: blur(100px);
  top: 2883px;
  left: 996px;
}
@media (max-width: 1123px) {
  .layout__bg::after {
    left: 198px;
    top: 1601px;
  }
}

main,
header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
}
@media (max-width: 1123px) {
  main,
  header {
    gap: 46px;
  }
}

.lower-case {
  text-transform: lowercase !important;
}

a {
  text-decoration: none;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 37px;
  padding: 150px 0 48px 0;
  min-height: 580px;
  height: fit-content;
  width: 100%;
  align-items: flex-start;
  background-image: linear-gradient(13deg, rgba(57, 15, 174, 0) 8.1%, rgba(114, 41, 234, 0.3) 72.18%), url("../images/girl.png");
  background-repeat: no-repeat;
  background-position: 0 top, right 0px top;
  background-size: auto, auto 626px;
}
.header__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 37px;
  width: 100%;
  max-width: 1100px;
  align-self: center;
}
@media (max-width: 1123px) {
  .header {
    background-size: auto, 100%;
  }
}
@media (max-width: 768px) {
  .header {
    background-image: linear-gradient(30.38deg, rgba(71, 8, 251, 0.3) -0.27%, rgba(114, 41, 234, 0.3) 103.06%), url("../images/girl-mobile.png");
    background-position: 0 top, right top;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1123px) {
  .header {
    padding: 192px 37.5px 0 37.5px;
  }
}
.header__top {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  height: 65px;
  width: calc(100% - 79px);
  left: 0px;
  top: 0px;
  margin: 20px 39.5px 0 39.5px;
}
@media (max-width: 1123px) {
  .header__top {
    height: 61px;
    margin: 0;
    padding: 15px 16px;
    width: 100%;
  }
}
.header__logo {
  display: block;
  width: 306px;
  height: 39px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1123px) {
  .header__logo {
    background-image: url("../images/logo-mobile.png");
    width: 220px;
    height: 28.04px;
  }
}
.header__btn {
  display: block;
  opacity: 1;
  width: fit-content;
  padding: 12px 38.5px;
  border-radius: 360px;
  background: rgba(61, 92, 249, 0.8);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1123px) {
  .header__btn {
    width: 100%;
    max-width: 112px;
    padding: 7.5px 34px;
    height: 31px;
    font-size: 12px;
  }
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 37px;
  align-items: flex-start;
  align-self: flex-start;
}
.home__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  align-items: flex-start;
}
.home__top .title__earn {
  font-family: Poppins;
  font-weight: 700;
  font-size: 80px;
  letter-spacing: 0px;
  line-height: 80px;
  color: #fff;
}
.home__top .title__earn .gray {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1123px) {
  .home__top .title__earn {
    font-size: 55.3px;
    line-height: 55px;
  }
}
.home__top .title__pink {
  font-weight: 700;
  max-width: 570px;
  font-size: 30.4px;
  line-height: 115%;
  letter-spacing: 0px;
  color: #E747B7;
  font-family: Poppins;
}
@media (max-width: 1123px) {
  .home__top .title__pink {
    font-size: 21.76px;
  }
}
.home__top .title__pink span {
  font-size: 40px;
}
@media (max-width: 1123px) {
  .home__top .title__pink span {
    font-size: 28.64px;
  }
}
.home__bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 1123px) {
  .home__bottom a {
    width: 100%;
  }
}
.home__bottom .sign-up__btn {
  display: block;
  opacity: 1;
  width: fit-content;
  padding: 12px 38.5px;
  border-radius: 360px;
  background: #3D5CF9;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1123px) {
  .home__bottom .sign-up__btn {
    width: 100%;
  }
}
.home__bottom .title__sign-up {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .home__bottom .title__sign-up {
    font-size: 14px;
  }
}

.about__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (max-width: 1123px) {
  .about__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.about .pps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16.32px;
  width: 366px;
  height: 197px;
  background-image: linear-gradient(30.38deg, rgba(88, 8, 251, 0.15) -0.27%, rgba(153, 41, 234, 0.15) 103.06%), url("../images/program/pps.jpg");
  background-repeat: no-repeat;
  background-position: 0, center;
  background-size: contain;
  border-radius: 32.64px 0 0 32.64px;
  background-color: #000;
  padding: 23.04px 30.72px 23.04px 30.71px;
}
.about .pps h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0px;
  width: 100%;
}
.about .pps p {
  font-weight: 400;
  font-size: 13.44px;
  line-height: 13.44px;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .about .pps {
    width: 100%;
    max-width: 311px;
    min-height: 181.54px;
    height: fit-content;
    border-radius: 27.48px 27.48px 0 0;
    padding: 19.56px 37.98px 34.93px 26.09px;
    background-size: cover;
    gap: 13.86px;
    box-shadow: 0px 3.93px 31.01px 0px rgba(0, 0, 0, 0.5019607843);
  }
  .about .pps h3 {
    font-size: 23.78px;
    line-height: 23.78px;
  }
  .about .pps p {
    font-size: 11.41px;
    line-height: 11.41px;
  }
}
.about .lifetime-revshare {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16.32px;
  width: 398px;
  height: 228px;
  background-image: linear-gradient(30.38deg, rgba(88, 8, 251, 0.15) -0.27%, rgba(153, 41, 234, 0.15) 103.06%), url("../images/program/revshare.jpg");
  background-repeat: no-repeat;
  background-position: 0, center;
  background-size: contain;
  border-radius: 38.54px;
  box-shadow: 0px 3.84px 16.7px 0px rgba(0, 0, 0, 0.6);
  background-color: rgba(46, 14, 101, 0.4);
  padding: 33.87px 18.27px 34.87px 36.27px;
  margin: 0 -10px;
  z-index: 1;
}
.about .lifetime-revshare h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  width: 100%;
}
.about .lifetime-revshare p {
  font-weight: 400;
  font-size: 15.87px;
  line-height: 15.87px;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .about .lifetime-revshare {
    width: 100%;
    max-width: 338px;
    min-height: 193.63px;
    height: fit-content;
    border-radius: 32.73px;
    padding: 31.56px 22.51px 34.93px 30.8px;
    background-size: cover;
    gap: 13.86px;
    margin: -15px 0px -20px 0;
  }
  .about .lifetime-revshare h3 {
    max-width: 278px;
    font-size: 23.78px;
    line-height: 23.78px;
  }
  .about .lifetime-revshare p {
    font-size: 13.48px;
    line-height: 13.48px;
  }
}
.about .creator-referral {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16.32px;
  width: 366px;
  height: 197px;
  background-image: linear-gradient(30.38deg, rgba(88, 8, 251, 0.15) -0.27%, rgba(153, 41, 234, 0.15) 103.06%), url("../images/program/referral.jpg");
  background-repeat: no-repeat;
  background-position: 0, center;
  background-size: contain;
  border-radius: 0 32.64px 32.64px 0;
  background-color: #000;
  padding: 33.34px 24.09px 20.54px 41.27px;
}
.about .creator-referral h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0px;
  width: 100%;
}
.about .creator-referral p {
  font-weight: 400;
  font-size: 13.44px;
  line-height: 13.44px;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .about .creator-referral {
    width: 100%;
    max-width: 311px;
    min-height: 181.54px;
    height: fit-content;
    border-radius: 0 0 27.48px 27.48px;
    padding: 48.08px 37.98px 34.93px 26.09px;
    background-size: cover;
    gap: 13.86px;
    box-shadow: 0px 3.93px 31.01px 0px rgba(0, 0, 0, 0.5019607843);
  }
  .about .creator-referral h3 {
    font-size: 23.78px;
    line-height: 23.78px;
  }
  .about .creator-referral p {
    font-size: 11.41px;
    line-height: 11.41px;
  }
}

.access {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
}
.access__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  max-width: 1320px;
  width: 100%;
}
@media (max-width: 1123px) {
  .access__container {
    padding: 0 26.2px;
  }
}
.access h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 135%;
  letter-spacing: 0px;
  text-align: center;
}
@media (max-width: 1123px) {
  .access h2 {
    font-size: 30px;
  }
}
.access__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1123px) {
  .access__list {
    padding-top: 23px;
  }
}
.access__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.access__bg {
  padding: 0 31.8px 0 36px;
}
.access__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 230px;
  width: 100%;
  max-width: 853.94px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.access__item h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 115%;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .access__item h3 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .access__item h3 {
    font-size: 20px;
  }
}
.access__item p {
  color: #D9D9D9;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .access__item p {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .access__item p {
    font-size: 10px;
  }
}
.access__item ul {
  margin-left: 24px;
}
@media (max-width: 1123px) {
  .access__item ul {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .access__item ul {
    font-size: 10px;
  }
}
.access__item.smart-links {
  height: 329.14px;
  justify-content: flex-end;
}
@media (max-width: 1123px) {
  .access__item.smart-links {
    height: 180px;
  }
}
.access__item.smart-links .access__img {
  height: 328.94px;
  position: absolute;
  left: 0px;
  width: 159.98px;
  background-image: url("../images/access/smart-links.png");
  box-shadow: 0px 9.51px 26.63px 0px rgba(0, 0, 0, 0.6);
  background-color: #FAFAFA;
  border-radius: 24.67px;
}
@media (max-width: 1123px) {
  .access__item.smart-links .access__img {
    background-image: url("../images/access/smart-links-mobile.png");
    width: 90px;
    height: 182px;
    border-radius: 14px;
  }
}
.access__item.smart-links .access__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-items: flex-start;
  background-image: url("../images/access/smart-links-mask.png"), linear-gradient(37.3deg, rgba(36, 14, 231, 0.7) -7.99%, rgba(153, 41, 234, 0.7) 107.58%);
  background-position: right;
  height: 230px;
  width: calc(100% - 145px);
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  padding: 0 31.8px 0 52px;
}
@media (max-width: 1123px) {
  .access__item.smart-links .access__bg {
    min-height: 160px;
    height: fit-content;
    width: calc(100% - 60px);
    border-radius: 17.52px;
  }
}
.access__item.postbacks {
  height: 255.93px;
  justify-content: flex-start;
}
@media (max-width: 1123px) {
  .access__item.postbacks {
    height: 158.52px;
  }
}
.access__item.postbacks .access__img {
  width: 271.94px;
  position: absolute;
  height: 295.93px;
  right: -25px;
  top: -14px;
  background-image: url("../images/access/postbacks.png");
}
@media (max-width: 1123px) {
  .access__item.postbacks .access__img {
    background-image: url("../images/access/postbacks-mobile.png");
    width: 152px;
    height: 188px;
    right: -16px;
    top: -10px;
  }
}
.access__item.postbacks .access__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-items: flex-start;
  background-image: url("../images/access/postbacks-mask.png"), linear-gradient(37.3deg, rgba(36, 14, 231, 0.7) -7.99%, rgba(153, 41, 234, 0.7) 107.58%);
  background-position: left;
  height: 230px;
  width: calc(100% - 204px);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 0 42px;
}
@media (max-width: 1123px) {
  .access__item.postbacks .access__bg {
    gap: 8.76px;
    min-height: 139px;
    height: fit-content;
    width: calc(100% - 111px);
    padding: 0px 22.99px 0px 23.01px;
    border-radius: 17.52px;
  }
}
.access__item.live-data {
  height: 316.4px;
  justify-content: flex-end;
}
@media (max-width: 1123px) {
  .access__item.live-data {
    height: 173.23px;
  }
}
.access__item.live-data .access__img {
  height: 365px;
  position: absolute;
  left: -25px;
  top: -16px;
  width: 225px;
  background-image: url("../images/access/live-data.png");
  border-radius: 13.06px;
}
@media (max-width: 1123px) {
  .access__item.live-data .access__img {
    background-image: url("../images/access/live-data-mobile.png");
    width: 123px;
    height: 200px;
    left: -16px;
    top: -10px;
  }
}
.access__item.live-data .access__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-items: flex-start;
  background-image: url("../images/access/live-data-mask.png"), linear-gradient(37.3deg, rgba(36, 14, 231, 0.7) -7.99%, rgba(153, 41, 234, 0.7) 107.58%);
  background-position: right;
  height: 230px;
  width: calc(100% - 157px);
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  padding: 0 31.8px 0 52px;
}
@media (max-width: 1123px) {
  .access__item.live-data .access__bg {
    gap: 8.76px;
    min-height: 159px;
    height: fit-content;
    width: calc(100% - 60px);
    padding: 0px 20.99px 0px 54.01px;
    border-radius: 17.52px;
  }
}
.access__item.promo-tools {
  height: 273.81px;
  justify-content: flex-start;
}
@media (max-width: 1123px) {
  .access__item.promo-tools {
    height: 216px;
  }
}
.access__item.promo-tools .access__img {
  width: 359.99px;
  position: absolute;
  height: 273.81px;
  right: 0px;
  top: 0px;
  background-image: url("../images/access/promo-tools.png");
}
@media (max-width: 1123px) {
  .access__item.promo-tools .access__img {
    background-image: url("../images/access/promo-tools-mobile.png");
    width: 140px;
    height: 224px;
  }
}
.access__item.promo-tools .access__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-items: flex-start;
  background-image: url("../images/access/promo-tools-mask.png"), linear-gradient(37.3deg, rgba(36, 14, 231, 0.7) -7.99%, rgba(153, 41, 234, 0.7) 107.58%);
  background-position: left;
  height: 230px;
  width: 529px;
  width: calc(100% - 332px);
  border-radius: 32px;
  padding: 0 42px;
}
@media (max-width: 1123px) {
  .access__item.promo-tools .access__bg {
    gap: 8.76px;
    min-height: 164px;
    height: fit-content;
    width: calc(100% - 112px);
    padding: 0px 24.99px 0px 19.01px;
    border-radius: 17.52px;
  }
}
.access__item.vip-support {
  height: 328.87px;
  justify-content: flex-end;
}
@media (max-width: 1123px) {
  .access__item.vip-support {
    height: 180px;
  }
}
.access__item.vip-support .access__img {
  position: absolute;
  left: -24px;
  top: -16px;
  background-image: url("../images/access/vip-support.png");
  border-radius: 13.06px;
  background-size: contain;
  width: 209px;
  height: 375px;
}
@media (max-width: 1123px) {
  .access__item.vip-support .access__img {
    background-image: url("../images/access/vip-support-mobile.png");
    width: 115px;
    height: 206px;
    left: -16px;
    top: -6px;
  }
}
.access__item.vip-support .access__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-items: flex-start;
  background-image: url("../images/access/vip-support-mask.png"), linear-gradient(37.3deg, rgba(36, 14, 231, 0.7) -7.99%, rgba(153, 41, 234, 0.7) 107.58%);
  background-position: right;
  height: 232px;
  width: calc(100% - 144.24px);
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  padding: 0 31.8px 0 52px;
}
@media (max-width: 1123px) {
  .access__item.vip-support .access__bg {
    gap: 8.76px;
    min-height: 160px;
    height: fit-content;
    width: calc(100% - 60px);
    padding: 0 17.52px 0 43.52px;
    border-radius: 17.52px;
  }
}
.access__item.fast-payouts {
  height: 331.39px;
  justify-content: flex-start;
}
@media (max-width: 1123px) {
  .access__item.fast-payouts {
    height: 198.2px;
  }
}
.access__item.fast-payouts .access__img {
  width: 242px;
  position: absolute;
  height: 347px;
  right: -10px;
  top: -5px;
  background-image: url("../images/access/fast-payouts.png");
}
@media (max-width: 1123px) {
  .access__item.fast-payouts .access__img {
    background-image: url("../images/access/fast-payouts-mobile.png");
    width: 139px;
    height: 208px;
  }
}
.access__item.fast-payouts .access__bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-items: flex-start;
  background-image: url("../images/access/fast-payouts-mask.png"), linear-gradient(37.3deg, rgba(36, 14, 231, 0.7) -7.99%, rgba(153, 41, 234, 0.7) 107.58%);
  background-position: left;
  height: 284px;
  width: calc(100% - 208px);
  border-radius: 32px;
  padding: 0 42px;
}
@media (max-width: 1123px) {
  .access__item.fast-payouts .access__bg {
    border-radius: 17.52px;
    gap: 8.76px;
    min-height: 183px;
    height: fit-content;
    width: calc(100% - 113px);
    padding: 0px 17.52px 0px 23.52px;
  }
}

.earn-money {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
}
.earn-money__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  max-width: 1320px;
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 50.5px 0px;
}
@media (max-width: 1123px) {
  .earn-money__container {
    padding: 22.5px 0px;
  }
}
.earn-money__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1123px) {
  .earn-money__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
.earn-money__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1123px) {
  .earn-money__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
.earn-money__list .earn-money__row div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  width: 342.33px;
  height: 492px;
  border-radius: 32px;
  padding: 192px 32px 24px 32px;
  background-color: #141414;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom, top;
  backdrop-filter: blur(25px);
}
@media (max-width: 1123px) {
  .earn-money__list .earn-money__row div {
    max-width: 342.5px;
    width: 100%;
    height: fit-content;
    min-height: 329.5px;
    padding: 208px 32px 42px 32px;
  }
}
.earn-money__list .earn-money__row div h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 98%;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .earn-money__list .earn-money__row div h3 {
    font-size: 30px;
    width: 100%;
  }
}
.earn-money__list .earn-money__row div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0px;
  color: #D9D9D9;
}
@media (max-width: 1123px) {
  .earn-money__list .earn-money__row div p {
    font-size: 14px;
  }
}
.earn-money__list .earn-money__row div span {
  font-weight: 800;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0px;
  color: #D652AE;
}
@media (max-width: 1123px) {
  .earn-money__list .earn-money__row div span {
    font-size: 14px;
  }
}
.earn-money__list .earn-money__row div.blacklabel, .earn-money__list .earn-money__row div.whitelabel {
  width: 546px;
  height: 368px;
  background-position: center, left;
  background-size: auto;
  padding: 32px 32px 24px 208px;
}
@media (max-width: 1123px) {
  .earn-money__list .earn-money__row div.blacklabel, .earn-money__list .earn-money__row div.whitelabel {
    width: 343px;
    min-height: 475px;
    height: fit-content;
    background-position: bottom, top;
    padding: 208px 32px 42px 32px;
  }
}
@media (max-width: 1123px) {
  .earn-money__list .earn-money__row div.whitelabel {
    padding: 232px 32px 42px 32px;
  }
}
.earn-money__list .sinparty-live {
  background-image: url("../images/earn-money/mask.png"), url("../images/earn-money/sinparty-live.png");
}
@media (max-width: 1123px) {
  .earn-money__list .sinparty-live {
    background-image: url("../images/earn-money/mask-mobile.png"), url("../images/earn-money/sinparty-live.png");
  }
}
.earn-money__list .sinparty-creators {
  background-image: url("../images/earn-money/mask.png"), url("../images/earn-money/sinparty-creators.png");
}
@media (max-width: 1123px) {
  .earn-money__list .sinparty-creators {
    background-image: url("../images/earn-money/mask-mobile.png"), url("../images/earn-money/sinparty-creators.png");
  }
}
.earn-money__list .webmasters {
  padding: 230px 32px 24px 32px;
  background-image: url("../images/earn-money/mask.png"), url("../images/earn-money/webmasters.png");
}
@media (max-width: 1123px) {
  .earn-money__list .webmasters {
    background-image: url("../images/earn-money/mask-mobile.png"), url("../images/earn-money/webmasters.png");
  }
}
.earn-money__list .whitelabel {
  background-image: url("../images/earn-money/mask-horizontal.png"), url("../images/earn-money/whitelabel.png");
}
@media (max-width: 1123px) {
  .earn-money__list .whitelabel {
    background-image: url("../images/earn-money/mask-mobile.png"), url("../images/earn-money/whitelabel-mobile.png");
  }
}
.earn-money__list .blacklabel {
  background-image: url("../images/earn-money/mask-horizontal.png"), url("../images/earn-money/blacklabel.png");
}
@media (max-width: 1123px) {
  .earn-money__list .blacklabel {
    background-image: url("../images/earn-money/mask-mobile.png"), url("../images/earn-money/blacklabel-mobile.png");
  }
}
.earn-money h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 135%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1123px) {
  .earn-money h2 {
    font-size: 30px;
    line-height: 92%;
  }
}

.featured__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 38px;
  width: 100%;
  margin-top: -15px;
}
@media (max-width: 1123px) {
  .featured__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
  }
}
.featured__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 149%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
.featured__logos {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 34px;
}
@media (max-width: 1123px) {
  .featured__logos {
    width: 100%;
    padding: 0 0 48px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }
}
.featured__logos div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.featured__logos .pillow-talk {
  background-image: url("../images/featured/pillow-talk.png");
  width: 45.47px;
  height: 26.87px;
}
@media (max-width: 1123px) {
  .featured__logos .pillow-talk {
    width: 36.76px;
    height: 21.72px;
    background-size: cover;
  }
}
.featured__logos .mirror {
  background-image: url("../images/featured/mirror.png");
  width: 77.86px;
  height: 26.87px;
}
@media (max-width: 1123px) {
  .featured__logos .mirror {
    width: 62.95px;
    height: 16.29px;
    background-size: cover;
  }
}
.featured__logos .daily-star {
  background-image: url("../images/featured/daily-star.png");
  width: 44.78px;
  height: 26.87px;
}
@media (max-width: 1123px) {
  .featured__logos .daily-star {
    width: 36.2px;
    height: 21.72px;
    background-size: cover;
  }
}
.featured__logos .unilad {
  background-image: url("../images/featured/unilad.png");
  width: 65.49px;
  height: 20.15px;
}
@media (max-width: 1123px) {
  .featured__logos .unilad {
    width: 52.95px;
    height: 16.29px;
    background-size: cover;
  }
}
.featured__logos .avn {
  background-image: url("../images/featured/avn.png");
  width: 35.35px;
  height: 26.87px;
}
@media (max-width: 1123px) {
  .featured__logos .avn {
    width: 28.58px;
    height: 21.72px;
    background-size: cover;
  }
}
.featured__logos .xbiz {
  background-image: url("../images/featured/xbiz.png");
  width: 49.58px;
  height: 20.15px;
}
@media (max-width: 1123px) {
  .featured__logos .xbiz {
    width: 40.1px;
    height: 16.29px;
    background-size: cover;
  }
}

.how-it-works {
  width: 100%;
  margin-top: -48px;
}
.how-it-works__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-height: 204px;
  width: 100%;
  background: #2D1A77;
  height: fit-content;
}
@media (max-width: 1123px) {
  .how-it-works__container {
    padding: 38px 55.63px 42.1px 55.63px;
  }
}
.how-it-works__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 76.38px;
  height: 115.1px;
  padding: 24.87px 0;
}
@media (max-width: 1123px) {
  .how-it-works__list {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 47.17px;
  }
}
.how-it-works__list div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 72.83px;
  width: 276.8px;
  border-radius: 14.86px;
  background: linear-gradient(37.3deg, #240EE7 -7.99%, #9929EA 107.58%), linear-gradient(0deg, rgba(56, 0, 211, 0.4), rgba(56, 0, 211, 0.4));
  position: relative;
}
.how-it-works__list div::before {
  position: absolute;
  left: -24px;
  top: -18px;
  width: 55.25px;
  height: 115px;
  font-weight: 700;
  font-size: 116.55px;
  line-height: 116.55px;
  color: rgba(255, 255, 255, 0.6);
}
.how-it-works__list div.register::before {
  content: "1";
  left: -7px;
}
@media (max-width: 1123px) {
  .how-it-works__list div.register::before {
    left: -15px;
  }
}
.how-it-works__list div.advertise::before {
  content: "2";
}
.how-it-works__list div.start-earning::before {
  content: "3";
  left: -23px;
}
.how-it-works__list div h3 {
  font-weight: 700;
  font-size: 22.3px;
  line-height: 99%;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .how-it-works__list div h3 {
    margin-left: 16px;
  }
}
.how-it-works h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 149%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #D648AF;
}

.winner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.winner__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 33px;
  background: #2D1A77;
  width: 100%;
  height: 147px;
}
@media (max-width: 1123px) {
  .winner__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    height: fit-content;
    min-height: 344px;
    padding: 19px 23px 19px 23px;
  }
}
.winner__logo {
  background-image: url("../images/winner.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 107px;
  height: 107px;
}
@media (max-width: 1123px) {
  .winner__logo {
    width: 124px;
    height: 124px;
  }
}
.winner__text {
  font-weight: 700;
  font-size: 26px;
  line-height: 149%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #D648AF;
  max-width: 624px;
}
@media (max-width: 1123px) {
  .winner__text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 18px;
  }
}
.winner__sign-up {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: fit-content;
  height: 45px;
  border-radius: 32px;
  padding: 5px 24px;
  background-color: #3D5CF9;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0px;
  color: #fff;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 55px;
  height: 118px;
  background: #2D1A77;
  padding: 22px 0;
  margin: 48px 0 60px 0;
}
@media (max-width: 1123px) {
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 24.5px 45px;
    height: fit-content;
    margin: 40px 0 54px 0;
  }
}
.footer__text {
  max-width: 472px;
}
.footer h2 {
  width: 100%;
  color: #D648AF;
  font-weight: 700;
  font-size: 30px;
  line-height: 115%;
  letter-spacing: 0p;
  text-align: left;
}
@media (max-width: 1123px) {
  .footer h2 {
    text-align: center;
    margin-bottom: 16px;
    font-family: Helvetica, "Poppins";
  }
}
.footer p {
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .footer p {
    font-weight: 400;
    text-align: center;
  }
}
.footer__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #fff;
  border-radius: 32px;
  background: #3D5CF9;
  height: 45px;
  width: 218px;
  padding: 5px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  letter-spacing: 0px;
}
@media (max-width: 1123px) {
  .footer__btn {
    width: 300px;
    text-align: center;
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map */
