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

html, body {
    overflow-x: hidden;
    font-family: "IBM Plex Sans", sans-serif;
}

ul {
    list-style-type: none;
}

.container {
    width: 95%;
    max-width: 1218px;
    margin: 0 auto;
}

.title {
    font-family: "Abril Fatface", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 86.34px;
    text-align: left;
}
.title span {
    display: block;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

p {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
}

.Header {
    height: 100px;
    background: #FFD5EF;
    color: #000;
    position: relative;
}
.Header__Mobile {
    display: none;
    width: 40px;
    height: 40px;
}
.Header__Mobile img {
    width: 100%;
    height: 100%;
}
.Header__Container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1218px;
    height: 100%;
    margin: auto;
}
.Header__Logo {
    font-size: 48px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Header__Logo img {
    max-width: 280px;
}
.Header__Navbar__Item {
    position: relative;
    font-size: 20px;
    color: #000;
    margin-left: 37px;
    text-decoration: none;
    font-weight: 300;
}
.Header__Navbar__Item._active {
    font-weight: 600;
}
.Header__Navbar__Item--Button {
    padding: 8px 32px;
    color: #000;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
}
.Header__Navbar__Item:hover svg, .Header__Navbar__Item .Header__Navbar__Sub-Menu svg {
    transform: rotate(180deg);
    transition: all 0.6s ease;
}
.Header__Navbar__Item:hover .Header__Navbar__Sub-Menu {
    display: block;
    min-height: 1em;
    max-height: 100em;
    padding: 0.4em 0;
    opacity: 1;
    transition: all 0.6s ease;
}
.Header__Navbar__Item:hover .Header__Navbar__Sub-Menu__Items {
    display: block;
    opacity: 1;
    z-index: 1;
}
.Header__Navbar__Item:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 200px;
}
.Header__Navbar__Sub-Menu {
    position: absolute;
    left: 0;
    display: block;
    opacity: 0;
    width: 0;
    height: 0;
}
.Header__Navbar__Sub-Menu__Items {
    position: absolute;
    top: 30px;
    left: -65px;
    background-color: #2e0032;
    width: 311px;
    margin: unset;
    padding: 30px;
    border-radius: 15px;
    display: none;
}
.Header__Navbar .Header__Navbar__Item--Button {
    display: none;
}
.Header__Navbar._active .Header__Navbar__Item--Button {
    display: inline-block;
    margin: 15px auto auto;
}
.Header__Navbar._buttons .Header__Navbar__Item--Button {
    display: inline-block;
    border: 2px solid #F586FF;
}
.Header svg.blogs-arrow-icon {
    margin-left: 10px;
}

.Header__Mobile__Close {
    display: none;
}
.Header__Mobile._active .Header__Mobile__Close {
    display: block;
}
.Header__Mobile._active .Header__Mobile__Open {
    display: none;
}
a.button, button.button {
    padding: 8px 33px;
    border-radius: 15px;
    background: white;
    box-shadow: 0px 0px 70px 0px rgb(255, 255, 255);
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    text-align: center;
    color: #FF79B2;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}
a.button:hover, button.button:hover {
    background: #DA6395;
    color: white;
    box-shadow: 3px 3px 5px 0px rgba(74, 22, 44, 0.5019607843) inset;
}
.program {
    position: relative;
    padding-top: 210px;
    padding-bottom: 200px;
}
.program::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.program h3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 62.4px;
    text-align: left;
    color: white;
    margin-top: 20px;
}
.program p {
    margin-top: 41px;
}
.program .button {
    margin-top: 40px;
}

.why {
    padding-top: 100px;
    padding-bottom: 100px;
}
.why .content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.why .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    max-width: 282px;
}
.why .block img {
    width: 100%;
}
.why p {
    margin-top: 20px;
    text-align: center;
}
.why p strong {
    font-weight: 700;
}

.benefits {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(257.5deg, #FF79B2 0%, #F586FF 100%);
}
.benefits .content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.benefits .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
    max-width: 386px;
}
.benefits .block .img {
    border: 3px solid #FFFFFF;
    border-radius: 55px;
    width: 100%;
    padding-bottom: 98%;
    height: auto;
    background-position: center;
    background-size: cover;
}
.benefits .block .img.img1 {
    background-image: url("../images/affiliate/benefits1.jpg");
}
.benefits .block .img.img2 {
    background-image: url("../images/affiliate/benefits2.jpg");
}
.benefits .block .img.img3 {
    background-image: url("../images/affiliate/benefits3.jpg");
}
.benefits p {
    margin-top: 20px;
    text-align: center;
}
.benefits p strong {
    font-weight: 700;
}

.started {
    padding-top: 100px;
    padding-bottom: 100px;
}
.started .content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.started .block {
    display: flex;
    align-items: center;
}
.started .block + .block {
    margin-top: 40px;
}
.started .img {
    width: 50%;
    padding-bottom: 23%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 282px;
    margin-right: 10px;
    flex-shrink: 0;
}
.started p {
    margin-top: 20px;
    text-align: left;
}
.started p strong {
    font-weight: 700;
}

.fast-payments {
    padding-top: 50px;
    padding-bottom: 50px;
    background: linear-gradient(257.5deg, #FF79B2 0%, #F586FF 100%);
}
.fast-payments .content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.fast-payments .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    max-width: 282px;
}
.fast-payments .block img {
    width: 100%;
}
.fast-payments p {
    margin-top: 20px;
    text-align: center;
}
.fast-payments p strong {
    font-weight: 700;
}

.advancedai {
    padding-top: 100px;
    padding-bottom: 100px;
}
.advancedai .content {
    display: flex;
    margin-top: 40px;
    overflow: hidden;
    height: 100%;
}
.advancedai .wrap {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.advancedai .block {
    display: flex;
    align-items: flex-start;
}
.advancedai .block + .block {
    margin-top: 40px;
}
.advancedai .block img {
    margin-right: 30px;
    max-width: 178px;
}
.advancedai .left {
    width: 59.77%;
    padding-right: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.advancedai .check {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62.4px;
    text-align: left;
    color: #FF79B2;
    margin-top: 50px;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.advancedai .check span {
    position: relative;
    display: inline-block;
    z-index: 2;
}
.advancedai .check span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 110%;
    height: 100%;
    background: white;
    z-index: -1;
}
.advancedai .check img {
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
    z-index: 0;
}
.advancedai .right {
    width: 40.23%;
}
.advancedai .title--above {
    display: none;
}
.advancedai .title--inside {
    margin-bottom: 40px;
}

.HomeWindow__Container {
    max-width: 490px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 55px;
}
.HomeWindow__Background {
    overflow: hidden;
    border-radius: 55px;
    max-width: 100%;
    position: relative;
}
.HomeWindow__Background__Bg {
    background: #000;
    height: 44px;
    width: 100%;
}
.HomeWindow__Background__Dots {
    position: absolute;
    top: 10px;
    left: 17px;
}
.HomeWindow__Background__SearchBar {
    position: absolute;
    top: 9px;
    left: 91px;
}
.HomeWindow__Background__Content {
    width: 100%;
    height: 720px;
}
.HomeWindow__Background img {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.HomeWindow__Images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.HomeWindow__Images img {
    border-radius: 55px;
    max-width: none !important;
}
.HomeWindow__Images__Item {
    left: 0%;
    width: 90px;
    top: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.HomeWindow__Images__Item--Before {
    border-bottom-left-radius: 55px;
    border-top-left-radius: 55px;
}
.HomeWindow__Images__Item--After {
    border-bottom-right-radius: 55px;
    border-top-right-radius: 55px;
    left: auto;
    right: 0;
}
.HomeWindow__Images__Item--After img {
    position: absolute;
    right: 0;
    max-width: none !important;
}
.HomeWindow__Images__Item img {
    height: 100%;
    max-height: 720px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.HomeWindow__Drag {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin-right: -53px;
    width: 53px;
    cursor: col-resize;
}
.HomeWindow__Drag__Actual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.HomeWindow__Drag__Actual:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #FF79B2;
    z-index: 3;
}
.HomeWindow__Drag__Actual img {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 53px;
    max-width: 37px;
}
.HomeWindow__Drag img {
    height: 720px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.flexibility {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.flexibility::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.flexibility .content {
    width: 53%;
}
.flexibility p {
    margin-top: 40px;
}

.stories {
    padding-top: 100px;
    padding-bottom: 100px;
}
.stories p {
    margin-top: 40px;
}

.FooterContent {
    background: #FFD5EF;
    padding-bottom: 20px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}
.FooterContent .container {
    position: relative;
    z-index: 0;
}
.FooterContent__Web {
    position: absolute;
    top: 0;
    z-index: 0;
}
.FooterContent__Web--Left {
    left: 0;
}
.FooterContent__Web--Right {
    right: 0;
}
.FooterContent__Wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.FooterContent__Item {
    margin-left: 32px;
    margin-right: 32px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}
.FooterContent__Rights {
    margin-top: 32px;
    font-size: 12px;
    color: #000;
    text-align: center;
}
.FooterContent__Partners {
    margin-top: 32px;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
}
.FooterCookie {
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    background: rgba(46, 0, 50, 0.49);
    display: none;
}
.FooterCookie__Wrapper {
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
}
.FooterCookie * {
    color: #FFFFFF;
}
.FooterCookie p {
    font-size: 14px;
}
.FooterCookie button {
    cursor: pointer;
    background: #FF79B2;
    text-align: center;
    color: #FFFFFF;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 20px;
    padding: 6px 18px;
    background: #BE35CA;
    margin-left: 18px;
    cursor: pointer;
}
.FooterCookie._active {
    display: block;
}
.up-button {
    background: #FF79B2;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2509803922);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 208px;
    right: 160px;
    transition: 0.3s;
    cursor: pointer;
}
.up-button:hover {
    background: rgba(255, 121, 178, 0.5019607843);
}
.up-button.show {
    display: flex;
}
.up-button svg {
    width: 70%;
}
@media (max-width: 960px) and (min-width: 481px) {
    .flexibility::before {
        background-image: url("../images/affiliate/flexibility-960.jpg");
    }
}
@media (max-width: 1600px) {
    .up-button {
        width: 60px;
        height: 60px;
        bottom: 1%;
        right: 1%;
    }
}
@media (max-width: 1320px) {
    /*.Header__Mobile {*/
    /*    display: block;*/
    /*    cursor: pointer;*/
    /*    position: absolute;*/
    /*    left: 40px;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    z-index: 6;*/
    /*}*/
    .Header__Container {
        justify-content: center;
    }
    .Header__Logo {
        font-size: 30px;
    }
    .Header__Logo img {
        max-width: 206px;
    }
    .Header__Navbar {
        position: absolute;
        height: 0;
        text-align: center;
        z-index: 5;
        display: none;
        width: 232px;
        transition: 0.3s;
        overflow: hidden;
        left: 0;
        top: 0;
        /*padding: 92px 40px 20px;*/
    }
    .Header__Navbar__Item {
        display: block;
        margin-top: 10px;
        margin-left: 0;
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 23.4px;
        text-align: left;
    }
    .Header__Navbar__Sub-Menu {
        top: 0;
    }
    /*.Header__Navbar._active {*/
    /*    height: auto;*/
    /*    display: block;*/
    /*    text-align: left;*/
    /*}*/
    /*.Header__Navbar._active::after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background-image: url("../images/affiliate/menu-girl.jpg");*/
    /*    background-repeat: no-repeat;*/
    /*    background-size: cover;*/
    /*    z-index: -1;*/
    /*}*/
}
@media (max-width: 1200px) {
    .Header__Container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .FooterContent__Web {
        bottom: 0;
        top: auto;
        height: 100%;
        opacity: 0.6;
    }
    .FooterContent__Web img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .FooterContent__Web--Left {
        display: none;
    }
    .FooterContent__Wrapper {
        margin-left: -20px;
        margin-right: -20px;
        justify-content: space-between;
    }
    .FooterContent__Item {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .FooterContent__Rights {
        margin-top: 25px;
    }
    .FooterCookie {
        padding-left: 15px;
        padding-right: 15px;
    }
    .FooterCookie__Wrapper {
        height: auto;
        flex-direction: column;
    }
    .FooterCookie button {
        margin-top: 15px;
    }
}
@media (min-width: 961px) {
    .program::before {
        background-image: url("../images/affiliate/beautiful-woman.jpg");
    }
    .flexibility::before {
        background-image: url("../images/affiliate/flexibility.jpg");
    }
}
@media (max-width: 960px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .Header {
        height: 80px;
    }
    .program::before {
        background-image: url("../images/affiliate/beautiful-woman-mob.jpg");
    }
    .program p {
        margin-top: 50px;
    }
    .program .button {
        margin-top: 50px;
    }
    .program {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .why .content {
        gap: 20px;
    }
    .why .block {
        max-width: 225px;
    }
    .benefits .content {
        gap: 20px;
    }
    .benefits .block .img {
        padding-bottom: 130%;
    }
    .started .img {
        max-width: 270px;
        padding-bottom: 28%;
    }
    .fast-payments .content {
        gap: 20px;
    }
    .fast-payments .block {
        max-width: 225px;
    }
    .advancedai .block img {
        margin-right: 20px;
        max-width: 120px;
    }
    .advancedai .left {
        width: 48.8%;
        padding-right: 14px;
    }
    .advancedai .right {
        width: 51.2%;
    }
    .advancedai .title--above {
        display: block;
        margin-bottom: 40px;
    }
    .advancedai .title--inside {
        display: none;
    }
    .HomeWindow__Background__Content {
        height: 660px;
    }
    .HomeWindow__Images__Item img {
        max-height: 660px;
    }
    .HomeWindow__Drag__Actual img {
        max-width: 35px;
    }
    .HomeWindow__Drag img {
        height: 660px;
    }
    .flexibility {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .flexibility .content {
        width: 71%;
    }
    .FooterContent__Web {
        display: none;
    }
    .FooterContent__Item {
        font-size: 15px;
        line-height: 20px;
    }
    .FooterContent__Rights {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .title {
        font-size: 40px;
        line-height: 53.96px;
    }
    p {
        font-size: 18px;
        line-height: 23.4px;
    }
    .program::before {
        background-position: bottom;
    }
    .program h3 {
        margin-top: 30px;
        font-size: 36px;
        line-height: 46.8px;
    }
    .program p {
        font-size: 16px;
        line-height: 20.8px;
    }
    .program .button {
        margin-top: 30px;
    }
    .program {
        padding-bottom: 50px;
    }
    .why {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .why .content {
        margin-top: 30px;
    }
    .why .block {
        max-width: 157px;
    }
    .benefits {
        padding-top: 40px;
        padding-bottom: 56px;
    }
    .benefits .block {
        max-width: 200px;
    }
    .started {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .started .block + .block {
        margin-top: 30px;
    }
    .started .img {
        max-width: 194px;
        margin-right: 5px;
    }
    .fast-payments {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fast-payments .block {
        max-width: 157px;
    }
    .advancedai {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .advancedai .block img {
        max-width: 79px;
    }
    .advancedai .left {
        width: 51.4%;
    }
    .advancedai .check {
        font-size: 36px;
        line-height: 46.8px;
        margin-bottom: 0;
    }
    .advancedai .right {
        width: 48.6%;
    }
    .HomeWindow__Background__Content {
        height: 480px;
    }
    .HomeWindow__Images__Item img {
        max-height: 480px;
    }
    .HomeWindow__Drag__Actual img {
        max-width: 25px;
    }
    .HomeWindow__Drag img {
        height: 480px;
    }
    .flexibility .content {
        width: 80%;
    }
    .stories {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .stories p {
        font-size: 24px;
        line-height: 31.2px;
    }
    .FooterContent__Item {
        font-size: 14px;
        line-height: 18px;
    }
    .FooterContent__Rights {
        margin-top: 18px;
    }
    .up-button {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 481px) {
    .started .img.img1 {
        background-image: url("../images/affiliate/started1.png");
    }
    .started .img.img2 {
        background-image: url("../images/affiliate/started2.png");
    }
    .started .img.img3 {
        background-image: url("../images/affiliate/started3.png");
    }
}
@media (max-width: 480px) {
    .title {
        font-size: 28px;
        line-height: 37.77px;
    }
    p {
        font-size: 16px;
        line-height: 20.8px;
    }
    a.button, button.button {
        font-size: 18px;
        line-height: 23.4px;
    }
    .Header__Logo img {
        max-width: 128px;
    }
    /*.Header__Navbar {*/
    /*    padding: 92px 40px 30px;*/
    /*}*/
    .program h1 {
        text-align: center;
    }
    .program h3 {
        margin-top: 10px;
        font-size: 24px;
        font-weight: 400;
        line-height: 31.2px;
        text-align: center;
    }
    .program p {
        margin-top: 40px;
        text-align: center;
    }
    .program .button {
        margin-top: 40px;
        display: block;
    }
    .program {
        padding-bottom: 40px;
    }
    .why {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .why .content {
        flex-flow: wrap;
        margin-top: 40px;
    }
    .why .block {
        width: calc(50% - 10px);
        max-width: 190px;
        margin-bottom: 40px;
    }
    .benefits {
        padding-bottom: 150px;
    }
    .benefits .content {
        flex-direction: column;
        align-items: center;
    }
    .benefits .block {
        width: 100%;
        max-width: inherit;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .benefits .block .img {
        border-radius: 20px;
        padding-bottom: 98%;
    }
    .benefits p {
        margin-top: 10px;
    }
    .started {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .started .block + .block {
        margin-top: 20px;
    }
    .started .img.img1 {
        background-image: url("../images/affiliate/started1-min.png");
    }
    .started .img.img2 {
        background-image: url("../images/affiliate/started2-min.png");
    }
    .started .img.img3 {
        background-image: url("../images/affiliate/started3-min.png");
    }
    .started .img {
        border-radius: 20px;
        padding-bottom: 47%;
        max-width: 190px;
        background-size: cover;
    }
    .started .img {
        max-width: 140px;
    }
    .started p {
        margin-top: 0;
    }
    .fast-payments {
        padding-bottom: 20px;
    }
    .fast-payments .content {
        flex-flow: wrap;
    }
    .fast-payments .title {
        text-align: center;
    }
    .fast-payments .block {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        max-width: 190px;
    }
    .fast-payments p {
        font-size: 18px;
        line-height: 23.4px;
        margin-top: 10px;
    }
    .advancedai {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .advancedai .content {
        flex-direction: column;
    }
    .advancedai .left {
        width: 100%;
    }
    .advancedai .check {
        display: none;
    }
    .advancedai .right {
        width: 100%;
        margin-top: 40px;
    }
    .HomeWindow__Background__Content {
        height: 570px;
    }
    .HomeWindow__Images__Item img {
        max-height: 570px;
    }
    .HomeWindow__Drag__Actual img {
        max-width: 30px;
    }
    .HomeWindow__Drag img {
        height: 570px;
    }
    .flexibility::before {
        background-image: url("../images/affiliate/flexibility-480.jpg");
        background-position: left;
    }
    .flexibility .content {
        width: 100%;
    }
    .flexibility .title {
        text-align: center;
    }
    .flexibility p {
        text-align: center;
    }
    .stories {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .stories .title {
        text-align: center;
    }
    .stories p {
        font-size: 16px;
        line-height: 20.8px;
        text-align: center;
    }
    .FooterContent__Item {
        font-size: 10px;
        line-height: 14px;
    }
    .FooterContent__Rights {
        margin-top: 10px;
        font-size: 10px;
        line-height: 12px;
    }
}
@media (max-width: 360px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .title {
        font-size: 24px;
        line-height: 32.38px;
    }
    .Header__Logo img {
        max-width: 96px;
    }
    .Header__Navbar {
        width: 100%;
    }
    .program h3 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 26px;
    }
    .program p {
        margin-top: 20px;
    }
    .program .button {
        margin-top: 20px;
    }
    .why {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .why .content {
        margin-top: 20px;
    }
    .why .block {
        max-width: 140px;
        margin-bottom: 20px;
    }
    .benefits {
        padding-bottom: 20px;
    }
    .started .block + .block {
        align-items: flex-start;
    }
    .fast-payments .content {
        margin-top: 50px;
    }
    .fast-payments .block {
        max-width: 140px;
    }
    .advancedai .block img {
        max-width: 67px;
        margin-right: 10px;
    }
    .HomeWindow__Background__Content {
        height: 430px;
    }
    .HomeWindow__Images__Item img {
        max-height: 430px;
    }
    .HomeWindow__Drag__Actual img {
        max-width: 23px;
    }
    .HomeWindow__Drag img {
        height: 430px;
    }
}
