:root {
    --light-gray: #353C4B;
    --dark-gray: #282F3C;
    --dark-text: #0D2938;
    --gray-text: #676C77;
    --highlighted-text: #E4B306;
    --divider-destop-right-gray: #D6D7DB;
    --get-bonus-btn-text: #414447;
    --text-conditions-color: #B2BEC3;
    --text-conditions-mobile: #403939;
    --section-2-bg-color: #8080805C;
    --flag-bg-color: #B4003D;
    --hero-text-color: #6954F2;
    --paragraph-text-color: #403939;
    --our_black: #080b1c;
    --our_black_transparent: #080b1cba;
    --primary-pink: #934981;
    --primary-pink: #D7BCD0;
    --top-row-bg: #ffffffc5;
    --page-intro-bg-color: #353c4b;
    --dark-screen-bg-color: #000000a1;
}

/* #080b1cba; */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Lato;
    src: url(/assets_new/fonts/Lato/Lato-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Lato;
    src: url(/assets_new/fonts/Lato/Lato-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Roboto;
    src: url(/assets_new/fonts/Roboto/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(/assets_new/fonts/Roboto/Roboto-Bold.ttf);
    font-weight: 700;
}

/* @font-face {
    font-family: Roboto;
    src: url(/assets_new/fonts/Roboto/Roboto-);
    font-weight: 600;
} */

.divider-destop-right {
    position: relative;
}

.divider-destop-bottom {
    position: relative;
}

.divider-destop-bottom::after,
.divider-destop-right::after {
    display: none;
}

.divider-mobile-bottom::after,
.divider-mobile-right::after {
    display: block;
}

.divider-destop-right::after,
.divider-mobile-right::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--divider-destop-right-gray);
}

/* .fa-star-half-full {
    position: relative;
    display: inline-block;
    width: 1em; 
    height: 1em;
    background: linear-gradient(to right, #FFA500 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-star-half-full:before {
    content: '\f005'; 
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #FFA500 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */




body {
    margin: 0;
    font-family: 'Lato';
    font-weight: 400;
    box-sizing: border-box;
}

button,
a {
    cursor: pointer;
}

#main_container {}


header {
    width: 100%;
    background-color: white;
    color: white;
    display: flex;
    height: auto;
    justify-content: space-between;
    position: relative;
}

.pages {
    padding: 30px;
    line-height: 25px;
    max-width: 1000px;
}

.page {
    line-height: 25px;
}

.pages ul li {
    margin-left: 20px;
}

.contact-us,
.disclosure {
    height: 100vh;
}



header .logo-wrapper {
    width: 15vw;
    height: fit-content;
    padding-block: 20px;
    margin-left: 10px;
}

header .logo-wrapper img {
    width: 100%;
    object-fit: contain;
}

nav {
    display: flex;
    height: inherit;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    height: 100vh;
    flex-direction: column;
    width: 60%;
    z-index: 10;
    transition: transform 0.5s ease;
    z-index: 10;
    background-color: var(--our_black);

}


.hamburger {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger:hover {
    cursor: pointer;
}

nav a {
    background-color: var(--our_black);
    color: white;
    border: none;
    font-family: Lato;
    font-weight: 400;
    padding-inline: 20px;
    padding-block: 20px;
    text-decoration: none;
}

.screen.activate {
    position: fixed;
    inset: 0;
    z-index: 5;
}

nav a.clicked {
    background-color: var(--primary-pink);
}

nav.open {
    transform: translateX(0);
    height: 100vh;
}



.section-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url(/assets_new/images/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-rows {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.top-list-row-item-num {
    display: none;
}

/* .top-rows * {
    background-color: #676C77;
} */

.row-link .logo-wrapper-top-row img {
    width: 100%;
    object-fit: contain;
}

.goto-page-button {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #5FB073 0%, #49935B 50%, #5FB073 100%);
    color: white;
    border-radius: 30px;
    padding-block: 8px;
    text-decoration: none;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 80%;
    margin-bottom: 10px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.36);

}

.goto-page-button .spark {
    position: absolute;
    bottom: -21px;
    left: -14px;
}


.read-review-btn {
    background-color: inherit;
    border: none;
    color: var(--light-gray);
}

span.fa.fa-star:not(.checked)::before {
    color: gray;
}

.checked {
    color: orange;
}


.goto-page-button span {}

.top-rows {
    padding-bottom: 40px;
}

.bonus-description-text {
    font-size: 18px;
}

.row-link {
    padding: 10px;
    background-color: var(--top-row-bg);
    display: grid;
    grid-template-areas:
        "logo-wrapper bonus-description"
        "stars button"
        "row-conditions row-conditions";
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr min-content min-content;
    position: relative;
    cursor: pointer;
    padding-bottom: 5px;
}

.row-link .logo-wrapper-top-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    grid-area: logo-wrapper;
}

.row-link .logo-wrapper-top-row img {
    width: 100%;
    object-fit: contain;
    max-width: 120px;
}

.bonus-description {
    grid-area: bonus-description;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.ratings-wrapper {
    grid-area: stars;
    display: grid;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    grid-template-areas: "stars our_score" "votes our_score";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 30px 30px;
}

.bonus-description-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}

.brand_name-ratings {
    display: none;
}

.stars-wrapper {
    grid-area: stars;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: end;
    gap: 3px;
    /* padding: 5px 7px; */
    border-radius: 50px;
    position: relative;
    /* width: 100px; */
}

.ratings-stars {
    transform: translateY(-0.8px);
    display: none;
}

.stars {
    display: flex;
    align-items: center;
    line-height: 3px;

}

.votes {
    font-size: 12px;
    grid-area: votes;
    align-self: start;
    justify-self: center;

}

.our-score-top-row-ratings {
    grid-area: our_score;
    align-self: center;
    justify-self: center;
    flex-direction: column;
    color: #B05F9C;
    /* border: 1px solid #353c4b; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-score-text-top-row {
    font-size: 10px;
}

.our-score-text-num-top-row {
    font-size: 30px;
    font-weight: 700;
}

.flag {
    color: white;
    position: absolute;
    background-color: var(--flag-bg-color);
    transform: translateX(-12px);
    padding-left: 20px;
    padding-right: 3px;
    padding-block: 5px;
    font-size: 12px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--flag-bg-color);
    position: absolute;
}

.triangle-bottom {
    right: 1px;
    bottom: 19px;
    transform: rotate(45deg) translateX(100%);
}

.triangle-top {
    right: -40px;
    top: -24px;
    transform: rotate(133deg) translateX(100%);
}

.triangle-side {
    display: none;
}

.action-btns {
    grid-area: button;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.read-review-btn {
    font-size: 12px;
    display: none;

}

.row-conditions {
    grid-area: row-conditions;
    color: var(--text-conditions-mobile);
    font-family: Roboto;
    font-size: 9px;
    text-align: center;
    padding-top: 10px;
}

div.open_24_7 {
    background-image: url(/assets_new/images/bop_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100px;
    background-color: var(--our_black);
}

.page-intro-wrapper {
    background-color: var(--page-intro-bg-color);
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}



.page-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-block: 10px;
    width: 90%;
}


.text-intro {
    display: flex;
    flex-direction: column;
}


.page-intro h2 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.page-intro span {
    color: #bbb9b9;
    font-size: 1rem;
    font-weight: 400;
}

.page-intro span.curr-date {
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #B05F9C;
}

.section-2 {
    background-color: var(--primary-pink);
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.bottom-rows {
    width: 100%;
    padding-inline: 10px;
    padding-top: 15px;
}

.bottom-row-card {
    width: 100%;
    max-width: 1000px;
    padding: 25px;
    font-size: 18px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    border-radius: 10px;

}

.bottom-card-header {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
}

.card-num {
    font-size: 30px;
    padding-right: 20px;
}

.brand-logo-image-wrapper {
    width: 150px;
    padding: 10px;
    margin-right: auto;
}

.brand-logo-image-wrapper img {
    width: 100%;
    object-fit: contain;
}

.bottom-row-card {
    background-color: white;
}

.our-score-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our-score-wrapper .score {
    font-size: 30px;
    font-weight: 700;
}

.our-score-wrapper span {
    font-size: 10px;
}

footer {
    background-color: var(--light-gray);
    display: flex;
    justify-content: center;

}

.footer-content {
    position: relative;
    z-index: 5;
}

.footer-content .links li a {
    color: white;
    text-decoration: none;
}

.read-full-review-btn-wrapper {
    text-align: center;
}

.read-full-review-btn {
    font-size: 12px;
    color: unset;
}

.divider-destop-bottom::after,
.divider-mobile-bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: var(--divider-destop-right-gray);

}

.text-section-read-more {
    font-size: 14px;
    padding-top: 15px;

}

.text-section-read-more a {
    color: var(--paragraph-text-color);
    text-decoration: underline;
}



.bottom-card-hero {
    margin-top: 15px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    background-position: right;
    text-decoration: none;
    background-image: url(/assets_new/images/banner000.jpg);
}


.hero-logo-image-wrapper {
    width: 120px;
    padding-bottom: 20px;

}

.hero-logo-image-wrapper img {
    width: 100%;
    object-fit: contain;
}

.bottom-hero-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;

}

.hero-bonus-description {
    color: white;
    font-size: 18px;
    max-width: 300px;
    text-align: center;
    text-shadow: 0px 0px 1.5px black;
}

.pros-cons-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding-bottom: 50px;
    position: relative;
}

.pros-cons-wrapper>* {
    padding-top: 50px;
    width: 50%;
}

.pros-cons-title {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.pros-cons-title.divider-destop-bottom::after {
    left: 0;
}

.pros {
    display: flex;
    gap: 10px;
}

.pros img {
    align-self: flex-start;
}

.pros-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-get-bonus-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-inline: 5%;
    padding-top: 25px;
    /* padding-bottom: 5px; */
}

footer {
    flex-direction: column;
    align-items: center;
    color: white;
    padding-bottom: 50px;
    position: relative;
}

footer {
    background-image: url(/assets_new/images/logo-footer.jpg);
    background-size: 55vh;
    flex-direction: column;
    background-repeat: no-repeat;
    /* background-position: left; */
    background-position: center;
    align-items: end;
    color: white;
    padding-bottom: 50px;
    position: relative;
}

.footer-content {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1200px;
    display: flex;
    padding-bottom: 10px;

}

.footer-content .logo-wrapper {
    width: 120px;
    margin-right: 80px;

}

.footer-content .logo-wrapper img {
    width: 100%;
    object-fit: contain;
}

.footer-content .links {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.footer-images-container {
    display: flex;
    align-items: end;
    padding-top: 20px;
    justify-content: center;
}

.footer-content .footer-images {
    list-style: none;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 10px;
}



.footer-content .footer-images a:last-child {
    max-width: inherit;
}

.footer-content .footer-images a:first-child {
    width: 50px;
}

/* .footer-content .footer-images a {
    width: 35vw;
} */

.footer-content .footer-images a img {
    width: 100%;
}


.footer-content .footer-images a:last-child img {
    max-width: 150px;
    min-width: 80px;
}



.copy-rights-reserved {
    position: absolute;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
    padding-inline: 10px;
}

.footer-screen {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: var(--our_black_transparent);
    z-index: 0;
}


.top_disc_wrapper {
    background-color: var(--our_black);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.top_disc {
    font-size: 10px;
    padding: 2px;
    color: white;
    background-color: var(--our_black);
    text-align: center;
    max-width: 1000px;
}

.text-section-cont {
    background-color: var(--primary-pink);
}

.text-section {
    padding: 20px;
    font-size: 20px;
    color: var(--paragraph-text-color);
    max-width: 1000px;
    margin: auto;
}

.text-section h1 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px;
}

.get-up-to {
    color: #403939;
    font-size: 12px;
    top: 0;
    right: 50%;
}

.footer-text {
    max-width: 1200px;
    padding: 10px;
    margin: auto;
    font-size: 12px;
    text-align: center;
    position: relative;
    z-index: 10;
}

#cookie-validation {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--our_black);
    color: white;
    padding: 10px;
    text-align: center;
    z-index: 10;
}

.pros img {
    width: 20px;
}

#cookie-validation a {
    color: white;
}

.close-cookie {
    padding-left: 20px;
}

.pop-up {
    position: fixed;
    inset: 0;
    background-color: var(--dark-screen-bg-color);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up.hide {
    display: none;
}

.pop-up .pop-up-img-wrapper {
    max-width: 400px;
    position: relative;


}

.pop-up .pop-up-img-wrapper img {
    width: 100%;
    object-fit: cover;
}

.pop-up-exit-button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9.9%;
    right: 8.5%;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.pop-up-exit-button.ios {
    top: 9.9%;
    right: 2%;
}

/* .pop-up-exit-text {
    bottom: 17%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    width: 30%;
    height: 10px;
    z-index: 10;
    cursor: pointer;
} */

/* .pop-up-exit-text.ios {
    display: none;
} */

.pop-up-img-screen {
    position: absolute;
    transform: translateX(50%) translateY(-48.2%);

    right: 50%;
    top: 50%;
    width: 80%;
    height: 80.6%;
    opacity: 0.5;
}

.pop-up-img-screen.ios {
    transform: translateX(50%) translateY(-44.2%);
    width: 94%;
    height: 84.6%;
}

.bottom-anchor {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 10;
}

.bottom-anchor img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    max-width: 500px;
    cursor: pointer;
}

.bottom-anchor.hide {
    display: none;
}

.bottom-anchor span {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.bottom-anchor img.anchor-img-desktop {
    display: none;
}

.anchor-img-wrapper {
    position: relative;
}

header .logo-wrapper {
    width: 250px;
    height: fit-content;
    padding-block: 20px;
    margin-left: 10px;
}

.page-intro-wrapper {
    background-color: rgba(0, 0, 0, 0.36);
}

.page-intro span {
    color: #ffffff
}

.footer-content .footer-images {
    height: 100%;
    gap: 30px;
    width: 100%;
    max-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@media (min-width: 500px) {
    footer {
        background-position: center;
    }
}

@media (min-width: 768px) {
    .pop-up-exit-text {
        height: 15px;
    }

    .bonus-description-text {
        font-size: unset;
    }

    .pages {
        padding: 50px;
    }

    .divider-mobile-bottom::after {
        display: none;
    }

    .divider-destop-bottom::after {
        display: block;
    }

    .page-intro-wrapper {
        background-color: white;
    }

    .page-intro h2 {
        color: var(--dark-text);
    }

    .page-intro span {
        color: var(--gray-text);
    }

    header {
        justify-content: start;
    }

    .hamburger {
        display: none;
    }

    .page-intro span,
    .page-intro h2 {
        padding-inline: 5px;
    }

    header .logo-wrapper img {
        width: 100%;
        object-fit: contain;
    }

    .page-intro {
        width: 95%;
        max-width: 950px;
    }

    nav {
        margin-left: 240px;
        position: static;
        transform: translateX(0);
        height: inherit;
        display: flex;
        transition: none;
        flex-direction: row;
    }

    .row-conditions {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 12px;
        color: var(--text-conditions-color);
    }

    nav a {
        height: 100%;
        display: flex;
        align-items: center;
    }

    nav.open {
        transform: translateX(0);
        height: inherit;
    }



    .row-link {
        display: grid;
        /* justify-content: space-between; */
        background-color: white;
        grid-template-areas:
            "logo-wrapper bonus-description stars button"
            "row-conditions row-conditions row-conditions row-conditions";
        grid-template-columns: 1fr 2fr 1fr 1fr;
        grid-template-rows: 3fr min-content;
        width: 100%;
        padding: 12px 12px 0 12px;
        border-radius: 10px;
        position: relative;
        max-width: 950px;
    }

    .row-link .top-list-row-item-num {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        top: 50%;
        left: 8px;
        background-color: var(--highlighted-text);
        color: white;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .row-link .logo-wrapper-top-row {
        width: 100px;
        justify-content: center;
    }

    .row-link:first-of-type .top-list-row-item-num {
        background-color: #01B478;
    }

    .row-link>* {
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .top-rows {
        width: 95%;
        max-width: 1200px;
    }

    .bonus-description-wrapper {
        position: relative;
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: 20px;
    }

    .bonus-description {
        margin-right: auto;
        align-items: center;
        width: 100%;
        padding-bottom: 0;

    }

    .read-review-btn {
        display: block;
    }

    .votes {
        display: block;
        align-self: unset;
    }

    .get-up-to {
        position: absolute;
        transform: translateX(50%) translateY(-100%);
        color: var(--divider-destop-right-gray);
    }

    .row-link .logo-wrapper-top-row {
        width: 100%;
        height: 120px;
    }

    .row-link .logo-wrapper-top-row img {
        width: 150px;
    }





    .bonus-description p {
        text-align: center;
        padding-inline: 20px;
    }

    .action-btns {
        flex-direction: column;
        align-items: center;
    }

    .our-score-top-row-ratings {
        display: none;
    }

    .ratings-wrapper {
        justify-content: center;
        align-items: center;
        padding-left: 0;
    }

    .stars-wrapper {
        display: flex;
        justify-content: center;
        gap: 3px;
        padding: 5px 7px;
        border: 1px solid var(--divider-destop-right-gray);
        border-radius: 50px;
        position: relative;
        align-self: unset;

        /* width: 100px; */
    }

    .votes {
        margin-top: 5px;
        font-size: 14px;
    }

    /* .votes span {
        font-weight: 700;
    } */

    .flag {
        top: 10;
    }

    div.open_24_7 {
        height: 200px;
    }


    .triangle-side {
        display: block;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #4E011A;
        left: 0px;
        bottom: -7px;
        transform: rotate(225deg);
    }

    .brand_name-ratings {
        position: absolute;
        top: 0;
        transform: translateY(-140%);
        font-size: 14px;
        font-weight: 700;
    }

    .text-section {
        padding-top: 50px;
    }

    .bottom-rows {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: Roboto;
        gap: 50px;
        padding-bottom: 20px;
    }

    .bottom-card-hero {
        background-image: url(/assets_new/images/bottom-card-dummy-hero-image.png);
    }

    .ratings-stars {
        display: flex;
    }

    .card-num {
        font-size: 60px;
        padding-right: 20px;
    }

    .brand-logo-image-wrapper {
        width: 150px;
        padding: 10px;
        margin-right: auto;
    }

    .brand-logo-image-wrapper img {
        width: 100%;
        object-fit: contain;
    }

    .hero-get-bonus-wrapper {
        padding-inline: 35%;
        padding-bottom: 40px;
    }

    .paragraphs {
        padding-bottom: 30px;
        font-size: 18px;
    }

    .paragraph {
        padding-bottom: 15px;
        color: var(--paragraph-text-color);
        padding-top: 10px;
    }


    .hero-get-bonus-wrapper-last {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .pop-up .pop-up-img-wrapper {
        max-width: 500px;

    }

    .pop-up-exit-button {
        width: 35px;
        height: 35px;
    }

    .pop-up-exit-text {
        height: 15px;
    }

    .pop-up-exit-text {
        height: 15px;
    }

    /* footer {
        background-image: url(/assets_new/images/logo-footer.jpg);
        background-size: cover;
        flex-direction: column;
        background-repeat: no-repeat;
        background-position: left;
        align-items: end;
        color: white;
        padding-bottom: 50px;
        position: relative;
    } */

    footer {
        background-position: left;
        background-image: url(/assets_new/images/logo-footer.jpg);
    }

    .footer-content {
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin: auto;
        padding-bottom: 20px;
    }

    .footer-content .logo-wrapper {
        width: 120px;
        margin-right: 80px;

    }

    .footer-content .logo-wrapper img {
        width: 100%;
        object-fit: contain;
    }

    .footer-content .links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 20px;
        gap: 20px;
    }

    .footer-images-container {
        display: flex;
        align-items: end;
        flex-grow: 1;
    }

    .footer-content .footer-images {
        list-style: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        width: min-content;
        flex-grow: 1;
        gap: 20px;
        max-width: unset;
    }

    .footer-content .footer-images a {
        width: 150px;
    }


    .footer-content .footer-images li {
        width: 100px;
        flex-grow: 1;
        max-width: 150px;
    }

    .footer-content .footer-images li img {
        width: 100%;
    }

    .bottom-anchor {
        height: 120px;
    }

    .bottom-anchor img {
        max-width: 900px;
    }

    .bottom-anchor img.anchor-img-mobile {
        display: none;
    }

    .bottom-anchor img.anchor-img-desktop {
        display: block;
    }

    header .logo-wrapper {
        width: 350px;
    }

}