@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url("/skin/fonts/RobotoCondensed-Light.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url("/skin/fonts/Manrope-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-ExtraBold';
    src: url("/skin/fonts/Manrope-ExtraBold.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    box-sizing: border-box;
    line-height: 1.2;
}

body, h1, h2, p, ul, ol, li, img, a {
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.mobile-only {
    display: none;
}

#header, .header {
    display: none;
}

.lp-wrapper {
    padding: 0;
    margin: 0;
}

.lp-container {
    max-width: 100%;
    margin: 0 10%;
    padding: 40px 0;
}

.lp-top-banner-wrapper {
    height: auto;
    background: url('../images/desktop-banner.webp') no-repeat;
    background-size: cover;
}

.lp-top-banner-wrapper .lp-container {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lp-top-banner-wrapper .text-center {
    text-align: center;
}

.lp-top-banner-wrapper .text-justify {
    text-align: justify;
}

.lp-welcome-offer-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
}

.lp-welcome-offer-block .lp-logo {
    display: block;
    max-width: 500px;
    height: 100%;
    margin: 0 auto 20px;
}

.lp-welcome-offer-block .lp-claim-offer {
    color: var(--landing-page-header-color);
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 auto 5px;
    padding: 0;
}

.lp-welcome-offer-block .lp-main-title {
    color: var(--landing-page-offer-color);
    margin: 0 auto 20px;
    font-family: 'Manrope-ExtraBold', sans-serif;
    font-size: 45px;
    line-height: 1;
    text-transform: uppercase;
}

.lp-welcome-offer-block .lp-pulse-button-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

.lp-welcome-offer-block .lp-pulse-button {
    display: block;
    width: 300px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    border: none;
    border-radius: 500px;
    font-family: 'Manrope-ExtraBold', sans-serif;
    font-size: 30px;
    line-height: 2.3;
    background: var(--landing-page-claim-button-color);
    color: var(--landing-page-claim-button-text-color);
    cursor: pointer;
    box-shadow: none;
    -webkit-animation: pulse 1.5s infinite;
}

.lp-welcome-offer-block .lp-pulse-button:hover {
    -webkit-animation: none;
    text-decoration: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(226, 39, 83, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(226, 39, 83, 0);
    }
}

.lp-welcome-offer-block .lp-promo-code {
    margin: 0 auto 20px;
    padding: 0;
    color: var(--landing-page-promo-code-color);
    font-size: 30px;
    text-transform: uppercase;
}

.lp-welcome-offer-block .lp-promo-code span {
    color: var(--landing-page-promo-code-color);
}

.lp-welcome-offer-block .lp-significant-terms {
    text-align-last: center;
}

.lp-welcome-offer-block .lp-significant-terms,
.lp-welcome-offer-block .lp-significant-terms a {
    font-family: 'RobotoCondensed-Light', sans-serif;
    color: var(--landing-page-sig-tcs-color);
    font-size: 11px;
}

.lp-top-banner-wrapper .lp-mobile-banner {
    max-width: 100%;
    height: 100%;
}

.lp-claim-offer-wrapper ::marker {
    content: none;
}

.lp-claim-offer-wrapper {
    background: linear-gradient(to top, var(--landing-page-steps-gradient-dark-color),
    var(--landing-page-steps-gradient-light-color));
}

.lp-claim-offer-wrapper .lp-container {
    margin: 0 auto;
    padding: 20px;
}

.lp-claim-offer-wrapper h1,
.lp-claim-offer-wrapper h2 {
    display: none;
}

.lp-claim-offer-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lp-claim-offer-block ul {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--landing-page-steps-text-color);
}

.lp-claim-offer-block li {
    width: 400px;
    display: flex;
    align-items: center;
    font-family: 'Manrope-ExtraBold', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
}

.lp-claim-offer-block li:not(:last-child) {
    padding-right: 20px;
}

.lp-claim-offer-block span {
    width: 100px;
    font-size: 55px;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
}

.lp-claim-offer-block li:not(:last-child) span::before {
    content: '';
    display: block;
    width: 3px;
    height: 30px;
    background-color: var(--landing-page-steps-text-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.lp-payment-options-wrapper .lp-container {
    padding: 60px 0 20px;
}

.lp-payment-options-wrapper .lp-title {
    font-size: 22px;
    color: #828282;
    font-family: 'Manrope-Regular', sans-serif;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
}

.lp-payment-options-wrapper .lp-payments-methods-image {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 20px auto;
}

.lp-full-terms-wrapper .lp-container {
    padding: 20px 0 60px;
}

.lp-full-terms-block {
    font-size: 12px;
    line-height: 2;
    color: #828282;
    font-family: 'Manrope-Regular', sans-serif;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.lp-full-terms-block .lp-title {
    font-size: 22px;
    color: #828282;
    font-family: 'Manrope-Regular', sans-serif;
    text-align: left;
    font-weight: normal;
    margin: 0;
}

/****************** Mobile ********************/

@media only screen and (max-width: 1200px) {
    .mobile-only {
        display: block;
    }
    .lp-top-banner-wrapper .lp-container {
        justify-content: center;
        padding: 40px 0 0;
    }
    .lp-welcome-offer-block {
        max-width: 100%;
    }
    .lp-payment-options-wrapper .lp-container {
        padding: 40px 0 0;
    }
    .lp-full-terms-wrapper .lp-container {
        padding: 0 0 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .lp-container {
        margin: 0 8vw;
    }
    .lp-top-banner-wrapper {
        background: url('../images/mobile-banner-background.webp') no-repeat;
        background-size: cover;
    }
    .lp-welcome-offer-block .lp-logo {
        max-width: 100%;
        margin: 0 auto 40px;
    }
    .lp-welcome-offer-block .lp-claim-offer {
        font-size: 20px;
    }
    .lp-welcome-offer-block .lp-main-title {
        font-size: 35px;
        margin: 0 0 10px;
    }
    .lp-welcome-offer-block .lp-promo-code {
        font-size: 20px;
    }
    .lp-claim-offer-wrapper .lp-container {
        margin: 0;
        padding: 0;
    }
    .lp-claim-offer-block ul {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: left;
    }
    .lp-claim-offer-block li {
        width: 100%;
        padding: 10px 8vw;
        background: linear-gradient(to top, var(--landing-page-steps-gradient-dark-color),
        var(--landing-page-steps-gradient-light-color));
        font-size: 15px;
    }
    .lp-claim-offer-block span {
        width: 60px;
        padding: 0 20px 0 0;
    }
    .lp-claim-offer-block li:not(:last-child) span::before {
        content: none;
    }
    .lp-payment-options-wrapper .lp-title {
        text-align: left;
        margin: 0;
        font-size: 20px;
    }
    .lp-full-terms-block .lp-title {
        font-size: 20px;
    }
}