/* Helpers */
@media (max-width: 991px) {
    .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-desktop {
        display: none !important;
    }
}

/* Custom styles */

.section-hero {
    position: relative;
}

.section-hero .hero-bg {
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    overflow: hidden;

    > img {
        display: block;
        width: 100%;
    }
}

.section-hero .hero-pattern {
    width: 385px;
    position: absolute;
    top: 70px;
    left: 0;

    > img {
        display: block;
        width: 100%;
    }
}

.section-hero .container {
    width: 100%;
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
}

.section-hero .content-block {
    width: 100%;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.section-hero h1,
.section-hero .h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 4px 4px 18.5px rgba(0, 0, 0, 0.54);
    font-family: "Rubik";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 1280px) {
    .section-hero .container {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .section-hero .container {
        max-width: 720px;
    }

    .section-hero .hero-pattern {
        display: none;
    }

    .section-hero .content-block {
        top: 24px;
    }

    .section-hero h1,
    .section-hero .h1 {
        font-size: 30px;
    }
}



.section-promo {
    position: relative;
    margin-top: 65px;
}

.section-promo .container {
    position: relative;
}

.section-promo .hero-pattern-left {
    width: 156px;
    position: absolute;
    bottom: -55px;
    right: 100px;
    z-index: 2;

    > img {
        display: block;
        width: 100%;
    }
}

.section-promo .container {
    max-width: 1268px;
    margin-left: auto;
    margin-right: auto;
}

.section-promo .promo-wrapper {
    border-radius: 20px;
    box-shadow: 16px 16px 64px 0px rgba(0, 0, 0, 0.25);
    background: #FAFAFA;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section-promo .content-block {
    padding: 49px 165px 61px;
    text-align: left;
}

.section-promo .content-description {
    padding-top: 15px;
}

.section-promo h2,
.section-promo .h2 {
    font-family: "Rubik";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(91deg, #26C1E3 2.7%, #1189AD 45.76%, #7120CC 96.93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-promo p {
    color: #444444;
    font-family: "Nunito";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1280px) {
    .section-promo .container {
        max-width: 860px;
    }

    .section-promo .content-headings{
        text-align: center;
    }

    .section-promo h2,
    .section-promo .h2 {
        font-size: 26px;
    }

    .section-promo p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .section-promo .hero-pattern-left {
        width: 87px;
        bottom: -30px;
        right: 36px;
    }

    .section-promo .container {
        max-width: 720px;
    }

    .section-promo .promo-poster {
        margin-top: -30px;
    }
    
    .section-promo .promo-wrapper {
        margin-left: 29px;
        margin-right: 29px;
    }
    
    .section-promo .content-block {
        padding: 50px 14px;
    }

    .section-promo .content-headings {
        padding-left: 14px;
        padding-right: 14px;
    }
    
    .section-promo .content-description {
        padding-top: 36px;
    }
}

@media (max-width: 767px) {
    .section-promo {
        margin-top: 16.267vw; /* 61px */
    }

    .section-promo .promo-wrapper {
        margin-left: 7.733vw; /* 29px */
        margin-right: 7.733vw; /* 29px */
    }

    .section-promo .content-block {
        padding: 13.333vw 3.733vw; /* 50px 14px */
    }

    .section-promo .content-headings {
        padding-left: 3.733vw /* 14px */
        padding-right: 3.733vw /* 14px */
    }

    .section-promo .content-description {
        padding-top: 9.6vw; /* 36px */
    }

    .section-promo h2,
    .section-promo .h2 {
        font-size: 6.933vw; /* 26px */
    }

    .section-promo p {
        font-size: 4.267vw; /* 16px */
    }
}


.section-article {
    margin-top: 44px;
}

.section-article .container {
    max-width: 751px;
    margin-left: auto;
    margin-right: auto;
}

.section-article h2,
.section-article .h2 {
    color: #444;
    text-align: center;
    font-family: "Nunito";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.section-article ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.section-article ul li {
    color: #444;
    font-family: "Nunito";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px;
}

.section-article ul li:last-child {
    margin-bottom: 0;
}

.section-article ul li:before {
    content: '';
    background-color: #702AD0;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 9px;
    left: 0;
}

@media (max-width: 1280px) {
    .section-article .container {
        max-width: 860px;
    }
    
    .section-article h2,
    .section-article .h2 {
        font-size: 22px;
    }
    
    .section-article ul {
        margin-top: 37px;
        margin-bottom: 37px;
    }

    .section-article ul li {
        padding-left: 20px;
        margin-bottom: 23px;
    }

    .section-article ul li:before {
        top: 7px;
    }
}

@media (max-width: 991px) {
    .section-article {
        margin-top: 39px;
    }
    
    .section-article .container {
        max-width: 720px;
    }

    .section-article .article-wrapper {
        padding-left: 23px;
        padding-right: 12px;
    }

    .section-article ul {
        margin-right: 6px;
    }

    .section-article ul:last-child {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .section-article {
        margin-top: 12vw; /* 45px */
    }

    .section-article .article-wrapper {
        padding-left: 6.133vw; /* 23px */
        padding-right: 6.133vw; /* 23px */
    }

    .section-article ul {
        margin-right: 1.6vw; /* 6px */
    }

    .section-article ul:last-child {
        margin-right: 0;
    }

    .section-article ul li {
        font-size: 4.8vw; /* 18px */
    }

    .section-article h2,
    .section-article .h2 {
        font-size: 5.867vw; /* 22px */
    }
}

.section-info {
    margin-top: 64px;
    margin-bottom: 83px;
}

.section-info .container {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.section-info .info-wrapper {
    border-radius: 40px;
    background: linear-gradient(97.38deg, #3B97DE -2.65%, #6E2FD1 84%);
    padding: 72px 38px 75px;
    text-align: left;
    position: relative;
}

.section-info .info-pattern-right {
    width: 112px;
    position: absolute;
    top: 38px;
    right: -80px;
}

.section-info .info-pattern-right > img {
    display: block;
    width: 100%;
}

.section-info p {
    color: #FFF;
    font-family: "Nunito";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.swection-info p a {
    color: #26C1E3;
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .section-info p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .section-info .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .section-info {
        margin-top: 15.2vw; /* 57px */
        margin-bottom: 0;
        position: relative;
    }

    .section-info:before {
        content: '';
        background: linear-gradient(143.61deg, #3A98DE -10.54%, #6F2ED1 61.66%);
        border-radius: 10.667vw 10.667vw 0 0; /* 40px 40px 0 0 */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: calc(100% + 100px);
        z-index: -1;
    }

    .section-info .container {
        max-width: 100%;
    }

    .section-info .info-wrapper {
        background: none;
        padding: 16.267vw 9.333vw; /* 61px 35px */
    }

    .section-info p {
        font-size: 4.8vw; /* 18px */
    }
}

/* reason removed - Rules of engagement */

.reason-removed:has(.hero-bg) {
    position: relative;
}

.reason-removed {
   width: 1238px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1238px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    z-index: 10;
    line-height: 1.3;
    padding: 40px;
    bottom: 130px;
}


@media (max-width: 1280px) {
    .reason-removed {
        max-width: 860px;
    }
}

@media (max-width: 991px) {
    .reason-removed {
        max-width: 662px;
        bottom: 42vh;
    }
}

@media (max-width: 720px) {
    .reason-removed {
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 58px);
        font-size: 15px;
        padding: 10px;
        bottom: unset;
        top: 17.154vw; /* 170px */
    }
}

@media (max-width: 400px) {
    .reason-removed {
        font-size: 14px;
        top: 19.173vw; /* 190px */
    }
}

.reason-removed.green {
    border: 10px solid #286E3B;
}

.reason-removed.orange {
    border: 10px solid #FAAD0F;
}

.reason-removed.red {
    border: 10px solid #D0342C;
}

.reason-removed strong {
    font-family: var(--rubik);
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 16px;
    display: inline-block;
}

@media (max-width: 720px) {
    .reason-removed strong {
        font-size: 26px;
        padding-bottom: 6px;
    }
}

@media (max-width: 370px) {
    .reason-removed strong {
        font-size: 24px;
    }
}

/* reason removed - END Rules of engagement */

.main-header-v3--rules {

}

.main-header-v3--rules .info-block {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 29px;
    text-align: center;
    width: 100%;
    max-width: 1218px;
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 16px 16px 64px 0px rgba(0, 0, 0, 0.25);
}

.main-header-v3--rules .info-block:before {
    content: '';
    background: #FAFAFA;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-header-v3--rules .info-block:after {
    content: '';
    background: #F9C701;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
}

.main-header-v3--rules .info-block.green:after {
    background: #286E3B;
}

.main-header-v3--rules .info-block.orange:after {
    background: #FAAD0F;
}

.main-header-v3--rules .info-block.red:after {
    background: #D0342C;
}

.main-header-v3--rules .info-block > * {
    position: relative;
    z-index: 2;
}

.main-header-v3--rules .info-block h2,
.main-header-v3--rules .info-block .h2 {
    font-family: var(--rubik);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1875;
    text-align: center;
    display: block;
    margin-bottom: 16px;
}

.main-header-v3--rules .info-block p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    display: block;
}

@media (max-width: 1280px) {
    .main-header-v3--rules .info-block {
        max-width: 810px;
    }
}

@media (max-width: 991px) {
    .main-header-v3--rules .info-block {
        max-width: 642px;
    }

    .main-header-v3--rules .info-block h2,
    .main-header-v3--rules .info-block .h2 {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .main-header-v3--rules .info-block p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .main-header-v3--rules .info-block {
        border-radius: 5.333vw; /* 20px */
        padding: 4vw 1.867vw; /* 15px 7px */
        max-width: 79.2vw /* 297px */
    }

    .main-header-v3--rules .info-block:before {
        border-radius: 5.333vw; /* 20px */
    }

    .main-header-v3--rules .info-block:after {
        border-radius: 5.333vw; /* 20px */
        top: -2.133vw; /* 8px */
        bottom: -2.133vw; /* 8px */
        left: -2.133vw; /* 8px */
        right: -2.133vw; /* 8px */
    }

    .main-header-v3--rules .info-block h2,
    .main-header-v3--rules .info-block .h2 {
        font-size: 6.933vw; /* 26px */
        margin-bottom: 1.6vw; /* 6px */
    }

    .main-header-v3--rules .info-block p {
        font-size: 4vw; /* 15px */
    }
}