
.lesprom-plus-offer-wrapper:before {
    background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0),#fff);
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    content: "";
    height: 170px;
    margin-top: -170px;
    position: absolute;
    width: 100%;
}

.lesprom-plus-offer-wrapper .lp-header {
    text-align: center;
}

h1.lp-header-title {
	font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 1;
    margin: 22px 0 12px;
    letter-spacing: .5px;
    color: #00a193;
}

button#btn_plus_month .terms, button#btn_plus_month .period {
    display: none;
}


button#btn_plus_month .title {
    margin-bottom: 26px;
}

.lesprom-plus-container {
    margin-top: -55px;
    padding-top: 20px;
    background-color: white;
    position: relative;
}

.lesprom-plus-container .header-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #202124;
    line-height: 24px;
}

.lesprom-plus-container .header-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: rgb(32 33 36 / 60%);
    margin-top: 14px;
}

.notabutton {
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    color: #202124;
}

a.sign-in {
    color: #5469D4;
    border-bottom: 1px solid #5469D4;
    font-weight: 400;
}

a.sign-in:hover {
	text-decoration: underline !important;
	background-color: unset;
	color: #5469D4;
}

.benefits {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #202124;
    line-height: 23px;
    letter-spacing: .3px;
    padding: 18px 0 16px;
}

.benefits-header {
    font-weight: 600;
    padding-left: 38px;
    line-height: 18px;
}

.benefits ul.options {
    padding-top: 12px;
}

.benefits ul.options li {
    position: relative;
    display: list-item;
    list-style: none;
}

ul.options li:before {
    content: "\f00c";
    position: absolute;
    display: inline-block;
    font-family: "Font Awesome 5";
    font-size: 13px;
    top: 0;
    left: 0;
    font-weight: 600;
    color: #00a193;
}

p.feature-text {
    margin: 0 0 0 24px;
    font-size: 14px;
    line-height: 24px;
}

.lp-offers {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 15px;
}


button.card-offer {
    filter: drop-shadow(0px 8px 20px rgba(94, 86, 70, 0.05));  
    border-radius: 12px; 
}

button.card-offer:hover {
	filter: drop-shadow(0 8px 20px rgba(94, 86, 70, 0.1));
	text-decoration: none;
    background: inherit;
    color: inherit;
    -webkit-transition: unset;
}

.lp-offers .card {
    padding: 24px;
    background: #ffffff;
    height: 210px;
    width: 247px;
    border-radius: 12px;
    border: 1px solid rgb(0,161,147,.3);
}

button.card-offer:hover .card {
	border: 1px solid rgb(0,161,147,.7);
}

button.card-offer:hover .card.best-offer {
	border: 1px solid rgba(230,158,25,.7);
}

.lp-offers .card .title {
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: .5px;
}

.card-offer .title span.offer-plan {
    font-size: 20px !important;
    line-height: 25px;
    color: #000000;
    text-align: left;
    text-transform: none;
    font-weight: 600;
}

.card-offer .period {
    font-weight: 600;
    font-size: 19px;
    line-height: 20px;
    margin-top: 4px;
    color: #00a193;
    text-align: left;
}

.card-offer  .title, .card-offer .period {
	padding-left: 8px;
}

.card.best-offer .period {
	color: #E69E19;
}

.card-offer .card .button {
    width: max-content;
    min-width: 195px;
    height: 40px;
    background-color: #00a193;
    color: #ffffff;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 26px;
    border-radius: 25px;
}

button.card-offer:hover .card .button {
    background-color: #008d81;
}


.card-offer .card.best-offer .button {
	background-color: #E69E19;
}

button.card-offer:hover .card.best-offer .button {
	background-color: #ff771c;
}

.card-offer .card .terms {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}

.content-sharing-block, .news-tags-block {

}

.paywall {
    display: none;
}


@media only screen and (max-width: 670px) {


    .lesprom-plus-container .header-note {
        line-height: 22px;
        font-size: 16px;
    }

    .lp-offers {
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding-bottom: 0px;
        padding-top: 0;
    }

    button.card-offer {
        margin-bottom: 16px;
    }

    .lp-offers .card {
        height: 262px;
        width: 308px;
        align-items: center;
    }

    .lp-offers .card .title {
        font-size: 16px;
        text-align: center;
        line-height: 38px;
        font-weight: 400;
        padding-left: 0;
    }

    .card-offer .title span.offer-plan {
        font-size: 26px !important;
        line-height: 38px;
    }

    .card-offer .title, .card-offer .period {
        padding-left: 0;
    }

    .card-offer .card .button {
        min-width: 236px;
        height: 46px;
        padding: 10px 18px;
        font-size: 16px;
        margin-top: 36px;
    }

    .card-offer .card .terms {
        font-size: 15px;
        margin-top: 8px;
    }


}










