@font-face {
    font-family: '888-regular';
    src: url("../../../fonts/888-regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '888-medium';
    src: url("../../../fonts/888-medium.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '888-ultra';
    src: url("../../../fonts/888-ultra.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '888-bold';
    src: url("../../../fonts/888-bold.ttf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flaticon';
    src: url("../../../fonts/Flaticon.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******************************* Common Start ************************/

*, *:before, *:after {
    box-sizing: border-box
}

img, body, table, a, form, a img, h1, h2, h3, h4, h5, h6, li, hr {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

body {
    font-family: '888-medium', sans-serif;
    font-size: 17px;
    color: #4a4745;
}

.margin-auto {
    margin: auto;
}

/******************************* Common End ************************/

/******************** Section Start **************************************/

.wrapper {
    overflow: hidden;
}

.section-wrapper {
    max-width: 1300px;
    position: relative;
    padding: 15px 10px;
}

.container {
    margin-top: 70px;
}

.container p a {
    text-decoration: underline;
}

.container p a:hover {
    text-decoration: none;
}


/******************** Section End **************************************/

.container {
    margin-top: 0;
}

.lp-top-banner-wrapper {
    position: relative;
    overflow: hidden;
}

.lp-header-wrapper {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 9;
}

.lp-header-inner {
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-header-logo img {
    display: block;
    width: 110px;
    margin: 0 auto;
}

.lp-header-buttons-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lp-header-buttons-wrapper p {
    font-family: '888-medium', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: #FC8291;
}

.lp-header-buttons-wrapper .lp-header-button {
    width: 70px;
    height: 30px;
    font-family: '888-medium', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #FC8291;
    line-height: 1.1;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #FC8291;
    padding: 5px 15px;
    margin: 0;
}

/************* Start Top Content *************/
/************* Start Video Banner *************/

.lp-top-banner-inner {
    min-height: 600px;
    overflow: hidden;
}

video {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.lp-top-banner-mobile-video {
    display: none;
}

.lp-top-banner-desktop-video {
    display: block;
}

/************* End Video Banner *************/

/************* Start Registration Form *************/

.lp-top-banner-registration-form-wrapper {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 790px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    border-radius: 18px;
    z-index: 9;
}

.lp-top-banner-registration-offer {
    width: 100%;
    padding: 20px 20px 15px;
    text-align: center;
}

.lp-registration-offer-title {
    font-family: '888-ultra', sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #462120;
    margin-bottom: 20px;
}

.lp-registration-offers-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.lp-offer-container {
    display: flex;
    align-items: center;
    height: 320px;
    font-family: '888-medium', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    background-color: #FFF5F4;
    border-radius: 10px;
    padding: 20px 20px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 10px;
    box-shadow: 2px 4px 7px 0 #00000040;
}

.lp-first-offer-container:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('../images/stars-pink.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .7s ease-in-out;
}

.first-offer-expanded .lp-first-offer-container:before {
    transition: all .7s ease-in-out;
    background-image: url('../images/stars-pink-inner-pc.png');
    background-position: left 20%;
}

.lp-first-offer-container .lp-promo-offer,
.lp-first-offer-container .lp-promo-bonus,
.lp-first-offer-container .lp-offer-promo-code {
    color: #FC8291;
}

.lp-second-offer-container {
    background-color: #F0FEF8;
    justify-content: flex-end;
}

.lp-second-offer-container:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('../images/stars-green.png');
    background-position: right -5%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .7s ease-in-out;
}

.second-offer-expanded .lp-second-offer-container:before {
    transition: all .7s ease-in-out;
    background-image: url('../images/stars-green-inner-pc.png');
}

.lp-second-offer-container .lp-promo-offer,
.lp-second-offer-container .lp-promo-bonus,
.lp-second-offer-container .lp-offer-promo-code {
    color: #409F74;
}

.lp-second-offer-container .lp-offer-button button {
    background-color: #409F74;
}

.lp-offer-button {
    margin: 10px auto;
}

.lp-offer-button.hidden {
    display: none;
}

.lp-back-button {
    display: none;
    margin: 10px auto;
}

.lp-back-button button {
    position: absolute;
    bottom: 25px;
}

.lp-first-offer-container .lp-back-button button {
    color: #FC8291;
    border-bottom: 1px solid #FC8291;
    right: 130px;

}
.lp-second-offer-container .lp-back-button button {
    color: #409F74;
    border-bottom: 1px solid #409F74;
    left: 130px;
}

.lp-back-button.shown {
    display: block;
}

.first-offer-expanded .lp-first-offer-container {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.second-offer-expanded .lp-second-offer-container {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.lp-registration-offers-wrapper .lp-registration-form-block {
    display: none;
}

.lp-registration-offers-wrapper.offer-expanded .lp-registration-form-block {
    display: block;
    max-width: 320px;
    position: absolute;
    top: 30px;
    z-index: 3;
}

.lp-registration-offers-wrapper.first-offer-expanded .lp-registration-form-block {
    right: 30px;
}

.lp-registration-offers-wrapper.second-offer-expanded .lp-registration-form-block {
    left: 30px;
}

.lp-registration-offers-wrapper.second-offer-expanded .lp-registration-form-submit-button button {
    background-color: #409F74;
}

.lp-promo-offer-block {
    max-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.offer-expanded .lp-promo-offer-block {
    justify-content: flex-end;
}

.lp-promo-offer-block-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lp-promo-offer-text {
    font-family: '888-medium', sans-serif;
    font-size: 20px;
    color: #000;
}

.lp-promo-offer-text p {
    margin: 0;
}

.lp-promo-offer-text .lp-promo-offer {
    font-family: '888-ultra', sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s linear;
}

.offer-expanded .lp-promo-offer-text .lp-promo-offer {
    font-size: 105px;
    transition: all .3s linear;
}

.lp-promo-offer-text-small {
    display: inline-block;
    position: relative;
    left: 13px;
    font-size: 25px;
    top: -2px;
}

.lp-promo-offer-text .lp-promo-bonus {
    font-family: '888-ultra', sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    transition: all .3s linear;
}

.offer-expanded .lp-promo-offer-text .lp-promo-bonus {
    font-size: 40px;
    transition: all .3s linear;
}

.lp-offer-code {
    font-family: '888-medium', sans-serif;
    font-size: 20px;
    color: #462120;
    margin: 5px 0 0;
}

.offer-expanded .lp-offer-code {
    position: relative;
    top: -10px;
}

.lp-offer-code .lp-offer-promo-code {
    font-family: '888-ultra', sans-serif;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.lp-offer-button button {
    width: 320px;
    height: 40px;
    font-family: '888-medium', sans-serif;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 8px;
    background-color: #FC8291;
    box-shadow: 0 3px 0 0 #00000040;
    color: #ffffff;
    box-shadow: 0 3px 0 0 #00000040;
    border: none;
    cursor: pointer;
}

.lp-registration-form-submit-button button {
    width: 320px;
    height: 40px;
    font-family: '888-medium', sans-serif;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 8px 10px;
    background-color: #FC8291;
    box-shadow: 0 3px 0 0 #00000040;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.lp-back-button button {
    font-family: '888-medium', sans-serif;
    font-weight: 700;
    font-size: 15px;
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.lp-offer-general-significant-terms {
    font-family: '888-medium', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000;
}

.lp-offer-significant-terms {
    min-height: 50px;
    max-height: 50px;
    font-family: '888-medium', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin: 0 -20px;
    padding: 0 20px;
}

.lp-offer-general-significant-terms a,
.lp-offer-significant-terms a {
    text-decoration: underline;
}

.lp-login {
    width: 100%;
    font-size: 15px;
    font-family: '888-medium', sans-serif;
    text-align: center;
    color: #000000;
    margin: 10px 0;
}

.core-short-registration-form-input-wrapper .core-short-registration-form-input {
    font-family: '888-medium', sans-serif;
    font-size: 18px;
    border: 1px solid #3f3f3f;
    outline: none;
    border-radius: 8px;
    padding: 10px 5px 10px 50px;
    color: #595959;
}

.core-short-registration-form-input-wrapper.core-first-name .core-short-registration-form-input, .core-short-registration-form-input-wrapper.core-last-name .core-short-registration-form-input,
.core-short-registration-form-input-wrapper.core-email .core-short-registration-form-input {
    background-color: #FFFFFF;
}

.core-short-registration-form-input-wrapper .core-short-registration-form-input::placeholder {
    color: #595959;
}

.core-short-registration-form-input-wrapper .core-error-message {
    font-size: 11px;
    font-family: '888-medium', sans-serif;
    color: #dc3545;
    min-height: 13px;
    text-align: left;
    padding: 0 0 0 15px;
}

.core-short-registration-form-input-wrapper.core-error .core-short-registration-form-input,
.core-short-registration-form-input-wrapper.core-error .core-short-registration-form-input:focus {
    border: 1px solid #3f3f3f;
}

/************* End Registration Form *************/
/************* End Top Content *************/


/************* Start Main Content *************/

.lp-how-to-claim-steps-wrapper {
    position: relative;
}

.lp-how-to-claim-steps-wrapper .triangle-shape-image {
    position: absolute;
    top: 0%;
    left: 0;
    transform: translate(0, -95%);
    width: 0;
    height: 0;
    bottom: 0;
    background: transparent;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 3vw solid #fff;
    filter: drop-shadow(0px -4px 2px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px -4px 2px rgba(0, 0, 0, 0.1));
}

.lp-how-to-claim-steps {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    padding: 10px 60px 30px;
}

.lp-how-to-claim-steps .divider {
    background: url("../images/divider.webp") center no-repeat;
    flex: 0 0 3%;
    margin: 0 40px;
}

.lp-how-to-claim-steps .lp-how-to-claim-step {
    display: flex;
    align-items: center;
    flex: 0 1 32%;
}

.lp-how-to-claim-steps .lp-how-to-claim-step:first-child {
    flex: 0 1 25%;
}

.lp-how-to-claim-step .lp-how-to-claim-step-image {
    flex: 0 0 50px;
    margin-right: 5px;
}

.lp-how-to-claim-step .lp-how-to-claim-step-image img {
    width: 100%;
}

.lp-how-to-claim-steps .lp-how-to-claim-step a {
    text-decoration: none;
}

.lp-how-to-claim-step .lp-how-to-claim-step-description {
    font-size: 20px;
    font-family: '888-medium', sans-serif;
    color: #000;
    margin-left: 5px;
}

.lp-how-to-claim-step .lp-how-to-claim-step-description p {
    margin: 0;
}

.lp-how-to-claim-step .lp-how-to-claim-step-description .green {
    color: #409f74;
}

.lp-how-to-claim-steps-wrapper .triangle-shape-wrapper {
    display: flex;
    height: 80px;
    width: 100%;
    background-color: #ececec;
}

.triangle-shape-wrapper .left-triangle {
    width: 0;
    height: 0;
    margin-right: -2vw;
    float: left;
    border-style: solid;
    border-width: 3vw 52vw 0 0;
    border-color: #ffffff transparent transparent transparent;
    filter: drop-shadow(3px 4px 2px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(3px 4px 2px rgba(0, 0, 0, 0.2));
}

.triangle-shape-wrapper .right-triangle {
    width: 0;
    height: 0;
    margin-left: -2vw;
    float: left;
    border-style: solid;
    border-width: 0 52vw 3vw 0;
    border-color: transparent #ffffff transparent transparent;
    filter: drop-shadow(-3px 4px 2px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(-3px 4px 2px rgba(0, 0, 0, 0.2));
}

.lp-how-to-claim-step-description .lp-how-to-claim-promo-code {
    font-weight: 600;
    text-transform: uppercase;
}

.lp-full-terms-wrapper {
    padding-bottom: 150px;
    background: #ececec url("../images/lp-footer.webp") bottom center no-repeat;
    background-size: contain;
}

.lp-full-terms-wrapper .lp-full-terms-content {
    max-width: 60%;
    margin: auto;
}

.lp-full-terms-wrapper .lp-full-terms-header {
    font-family: '888-medium', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
}

.lp-full-terms-wrapper .lp-full-terms-plus-button {
    font-weight: bold;
    cursor: pointer;
}

.lp-full-terms-wrapper .lp-full-terms {
    font-size: 13px;
    color: #000;
}

.lp-full-terms-wrapper .lp-full-terms a {
    color: #3d3935;
    text-decoration: underline;
}

.lp-full-terms-wrapper .lp-full-terms a:hover {
    color: #000;
}

.lp-full-terms-wrapper .lp-full-terms li {
    line-height: 1.6;
}

.footer .footer-licence-wrapper {
    box-shadow: none;
    padding-top: 0;
}

.footer .footer-licence-wrapper .section-wrapper {
    padding-top: 0;
}

.core-footer-links-wrapper .core-footer-links {
    padding-top: 0;
}

/************* End Main Content *************/



/************* Start mobile *************/

@media only screen and (max-width: 1440px) {
    .lp-top-banner-wrapper.registration-form .lp-top-banner-desktop-video {
        transform: scale(1.1);
    }
}

@media only screen and (max-width: 1366px) {
    .lp-header-wrapper {
        height: 80px;
    }
    .lp-header-wrapper .lp-header {
        max-width: 890px;
    }
    .lp-header .lp-header-image {
        max-width: 260px;
    }
    .lp-header-button-wrapper .lp-header-button a {
        padding: 5px 15px;
        font-size: 14px;
    }
    .lp-top-banner-wrapper .lp-top-banner-content {
        top: 100px;
    }
    .core-short-registration-form-input-wrapper .core-short-registration-form-input {
        border-width: 1px;
    }
    .lp-how-to-claim-steps {
        max-width: 1000px;
    }
    .lp-how-to-claim-step .lp-how-to-claim-step-image {
        flex: 0 0 40px;
    }
    .lp-how-to-claim-step .lp-how-to-claim-step-description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {
    .lp-header-wrapper {
        height: 60px;
    }
    .lp-header-wrapper .lp-header {
        max-width: 700px;
        padding-right: 20px;
    }
    .lp-header-button-wrapper .lp-header-button {
        padding-top: 5px;
    }
    .lp-header-button-wrapper .lp-header-button-description {
        font-size: 10px;
    }
    .lp-header-button-wrapper .lp-header-button a {
        font-size: 10px;
        padding: 4px 13px;
    }
    .lp-how-to-claim-step .lp-how-to-claim-step-image {
        flex: 0 0 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .lp-header-buttons-wrapper .lp-header-button:hover {
        background-color: #FC8291;
        color: #ffffff;
        text-decoration: none;
    }
    .lp-offer-button button:hover {
        background-color: #DE5D6D;
    }
    .lp-second-offer-container .lp-offer-button button:hover {
        background-color: #2E6D51;
    }
    .lp-registration-form-submit-button button:hover {
        background-color: #DE5D6D;
    }
    .lp-registration-offers-wrapper.second-offer-expanded .lp-registration-form-submit-button button:hover {
        background-color: #2E6D51;
    }
    .lp-back-button button:hover {
        opacity: 0.6;
    }
}


@media only screen and (max-width: 1000px) {
    .lp-header-wrapper .lp-header {
        padding: 0 80px 10px;
    }
    .lp-header .lp-header-image {
        max-width: 155px;
    }
    .lp-header-button-wrapper .lp-header-button {
        padding-top: 0;
    }
    .lp-top-banner-registration-form-wrapper {
        width: 730px;
    }
    .lp-top-banner-registration-offer {
        padding: 0 10px 10px;
    }
    .lp-registration-offer-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .lp-offer-container {
        padding: 10px;
    }
    .lp-registration-offers-wrapper {
        gap: 10px;
    }
    .lp-promo-offer-text .lp-promo-offer {
        font-size: 75px;
    }
    .lp-promo-offer-text .lp-promo-bonus {
        font-size: 35px;
    }
    .lp-offer-code {
        font-size: 19px;
    }
    .lp-offer-button button,
    .lp-registration-form-submit-button button {
        width: 300px;
        font-size: 17px;
    }
    .lp-how-to-claim-steps {
        max-width: 95%;
    }
    .lp-how-to-claim-step .lp-how-to-claim-step-description {
        font-size: 14px;
    }
    .lp-how-to-claim-steps-wrapper .triangle-shape-wrapper {
        height: 50px;
    }
    .lp-how-to-claim-steps .divider {
        flex: 0 0 2%;
        margin: 0 20px;
    }
    .lp-full-terms-wrapper {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 768px) {
    .lp-header-inner {
        width: 100%;
        padding: 10px 20px 0 0;
    }
    .lp-header .lp-header-buttons-wrapper {
        width: auto;
    }
    .lp-header-logo img {
        width: 97px;
    }
    .lp-header-buttons-wrapper .lp-header-button-description {
        display: none;
    }
    .lp-top-banner-inner {
        max-height: 755px;
    }
    .lp-top-banner-wrapper .lp-top-banner-desktop-video {
        display: none;
    }
    .lp-top-banner-wrapper .lp-top-banner-mobile-video {
        display: block;
    }
    .lp-top-banner-registration-form-wrapper {
        width: auto;
        min-width: 370px;
        min-height: 645px;
        top: 70px;
    }
    .lp-top-banner-registration-offer {
        display: flex;
        flex-direction: column;
    }
    .lp-registration-offers-wrapper {
        flex-wrap: wrap;
        flex-grow: 1;
    }
    .lp-offer-container {
        width: 100%;
        height: 270px;
        justify-content: center;
    }
    .first-offer-expanded .lp-first-offer-container,
    .second-offer-expanded .lp-second-offer-container {
        height: 100%;
        align-items: flex-start;
    }
    .lp-promo-offer-text {
        margin: 10px auto 0;
        font-size: 16px;
        line-height: 100%;
    }
    .offer-expanded .lp-promo-offer-text {
        margin: 24px auto 0;
    }
    .lp-promo-offer-text .lp-promo-bonus {
        font-size: 25px;
    }
    .offer-expanded .lp-promo-offer-text .lp-promo-offer {
        font-size: 90px;
    }
    .offer-expanded .lp-promo-offer-text .lp-promo-bonus {
        font-size: 35px;
    }
    .lp-offer-code,
    .lp-offer-code .lp-offer-promo-code {
        font-size: 18px;
    }
    .lp-promo-offer-text .lp-promo-offer,
    .offer-expanded .lp-promo-offer-text .lp-promo-offer,
    .lp-promo-offer-text .lp-promo-bonus,
    .offer-expanded .lp-promo-offer-text .lp-promo-bonus {
        transition: none;
    }
    .lp-promo-claim-offer {
        margin-bottom: 10px;
    }
    .lp-promo-offer-block {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .offer-expanded .lp-promo-offer-block {
        justify-content: flex-start;
    }
    .lp-offer-button {
        margin: 10px auto 5px;
    }
    .lp-back-button {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50px;
    }
    .lp-back-button button {
        position: initial;
    }
    .offer-expanded .lp-offer-code {
        position: initial;
    }
    .lp-offer-significant-terms {
        font-size: 11px;
        margin: 1px 1px auto;
        padding: 0 10px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    .lp-offer-significant-terms p {
        margin-bottom: 7px;
    }
    .lp-registration-offers-wrapper.offer-expanded .lp-registration-form-block {
        max-width: 300px;
        position: relative;
        top: initial;
        right: 0;
        left: 0;
        bottom: 80px;
    }
    .lp-first-offer-container:before {
        background-image: url('../images/stars-pink.png');
        transition: all 1s ease-in-out;
    }
    .first-offer-expanded .lp-first-offer-container:before {
        transform: none;
        background-position: 8px -15px;
        transition: all 1s ease-in-out;
        background-image: url('../images/stars-pink-inner.png');
    }
    .lp-second-offer-container:before {
        background-image: url('../images/stars-green.png');
        transition: all 1s ease-in-out;
    }
    .second-offer-expanded .lp-second-offer-container:before {
        transform: none;
        background-position: 0 -20px;
        transition: all 1s ease-in-out;
        background-image: url('../images/stars-green-inner.png');
    }
}

@media only screen and (max-width: 455px) {
    .lp-how-to-claim-steps {
        flex-direction: column;
        padding: 10px 20px 30px;
    }
    .lp-how-to-claim-steps .lp-how-to-claim-step {
        flex: 0 0 100%;
        border-top: 1px solid #000;
        padding: 22px 0;
    }
    .lp-how-to-claim-steps .lp-how-to-claim-step:first-child {
        flex: 0 0 100%;
        border-top: none;
    }
    .lp-how-to-claim-steps .lp-how-to-claim-step {
        flex: 0 0 100%;
    }
    .lp-how-to-claim-step .lp-how-to-claim-step-image {
        flex: 0 0 50px;
    }
    .lp-how-to-claim-step .lp-how-to-claim-step-description {
        font-size: 4.75vw;
    }
    .lp-full-terms-wrapper {
        padding-bottom: 30px;
    }
    .lp-full-terms-wrapper .lp-full-terms-content {
        max-width: 95%;
    }
    .lp-full-terms-wrapper .lp-full-terms-header {
        font-size: 18px;
    }
    .lp-full-terms-wrapper .lp-full-terms {
        font-size: 11px;
    }
}
