@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
.white { color: #fff; }
.dark { color: #454545; }
.green { color: #000000; }
.dark-green { color: #219e86; }
.light-green { color: #50d5c1; }
.orange { color: #ea6b00; }
.blue { color: #15a0b7; }
.purple { color: #ea0763; }
.widget.logo { display: none;}
.white-hover:hover { color: #fff !important; }
.dark-hover:hover { color: #454545 !important; }
.green-hover:hover { color: #219e86 !important; }
.light-green-hover:hover { color: #50d5c1 !important; }
.orange-hover:hover { color: #ea6b00 !important; }
.blue-hover:hover { color: #15a0b7 !important; }
.solid-blue { border: 1px solid #15a0b7; }
.solid-green { border:1px solid #000000; }
.heading { color: #fff; padding: 0 .5rem; text-transform: uppercase; }
/*.heading.dark { background: #454545; }*/
.heading.dark { background: #282828; }
.heading.black { background: #000000; }
.heading.green { background: #000000; }
.heading.dark-green { background: #219e86; }
.heading.light-green { background: #50d5c1; }
.heading.orange { background: #ea6b00; }
.heading.blue { background: #15a0b7; }
/*style2*/
body {
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Arima", sans-serif;
}
/*modal styles*/
.btn-advisor, .btn-advisor:hover {
    font-size: 3rem;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-advisor{
    background-color: #4caf50;
}
.btn-advisor:hover, .btn-advisor:active, .btn-advisor:focus{
    background-color: #3c763d;
}
button.close span {font-size: 2rem;}
button.close {
    z-index: 1;
    width: 30px;
    height: 30px;
    display: block;
    background: crimson;
    opacity: 1 !important;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 9999px !important;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
@media (min-width: 481px) {
    .btn-advisor, .btn-advisor:hover {
        font-size: 2.5rem;
    }
}
@media (max-width: 480px) {
    .btn-advisor, .btn-advisor:hover {
        font-size:1.5rem !important;
    }
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 30px;
    }
}
/*end modal styles*/
.padding_text_1, .text, .block_footer div {
    font-size: 15px !important;
}
h1.main-text, h3.main-text, h3.main-text {
    font-weight: 800 !important;
    font-family: "Arima", sans-serif !important;
}
.main-text h1 span, .main-text h2 span, .main-text h3 span {
    margin: 0.5rem 0;
    font-family: "Arima", sans-serif !important;
}
.bg-light2 {
    background-color: transparent;
}
.bg-light2 h2 {
    color: #000;
}
.h2, h2 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.h2, .section-intro, .section-intro h2, h1, h2, h3, h3 b {
    font-weight: 700 !important;
}
.text-white {
    color: initial !important;
}
.section-intro, .section-intro h2 {
    font-size: 36px;
    font-family: "Arima", sans-serif !important;
}
.form-lp, .js-form-step-1 {
    padding-top: 0 !important;
}
.form-lp {
    padding: 15px;
    border-radius: 2px;
    margin: 0;
}
input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], label, select {
    width: 100% !important;
    height: auto;
    font-size: 17px;
}
input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], label, select {
    padding: 8px;
    margin: 0 0 0.35rem 0 !important;
    height: auto;
    width: 100% !important;
    font-family: "Mulish", sans-serif !important;
}
input::placeholder {
    font: 16px/2 sans-serif !important;
}
.landing.last-step input::placeholder {
    font: 15px sans-serif !important;
    opacity: .5;
}
.landing.last-step input[type="text"] {
    margin: -3px 0 0.35rem 0 !important;
}
#landing-banner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 200px;
    padding: 3px 8px;
    background-color: #FFFFE0;
    color: #666666;
    border: 1px solid #DCA;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    z-index: 9999;
}
#landing-banner.show {
    display: block;
}
.bg-dark {
    background-color: transparent !important;
}
.conditions {
    line-height: 18px;
    margin-top: 0.3rem;
    color: #fff;
}
.border-right {
    border-right: 1px solid #444;
}
.border-primary {
    border: 3px solid #1a2651 !important;
}
.logo_h img {
    width: auto;
    height: 80px;
}
.month_price {
    width: 300px;
}
.euro_price {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.text_euro {
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
}
.step {
    font-weight: 600 !important;
}
.bg-contact {
    background-color: #ff1d53 !important;
    color: #fff;
}
.bg-contact a {
    text-decoration: none !important;
    color: #fff;
}
.what_is {
    border-top: 1px dashed #1a2651;
    border-radius: 3px;
    padding: 20px;
    width: 100% !important;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
}
button:focus {
    outline: 0;
    box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.5;
}
.h1, h1 {
    font-size: 60px;
    font-weight: 700;
}
.h2, h2 {
    font-size: 24px;
    font-weight: 600;
}
.h3, h3 {
    font-size: 20px;
    font-weight: 500;
}
.h4, h4 {
    font-size: 18px;
}
[class*=" flaticon-"]:after, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class^="flaticon-"]:before {
    margin: 0;
}
.primary-text {
    color: #000;
}
.primary-text2 {
    color: #ff1d53;
}
.primary-text3 {
    color: #007bff;
}
.primary-text4 {
    color: #000;
}
.section-margin .primary-text4 {
    margin-bottom: 1rem;
}
.primary-text5 {
    color: #000;
}
div[class^='primary-text'] {
    font-family: "Mulish", sans-serif !important;
}
.btn-primary-text3 {
    background-color: #1c98c9;
    color: #fff !important;
}
.btn-primary-text3:hover {
    background-color: #1c98c9;
    color: #fff !important;
    opacity: 0.8;
}
.btn-primary-text2 {
    background-color: #ff1d53;
    color: #fff !important;
}
.btn-primary-text2:hover {
    background-color: #ff1d53;
    color: #fff !important;
    opacity: 0.8;
}
.primary-bg {
    background-color: #28e896;
}
.section-padding--small {
    padding: 50px 0;
}
@media (min-width: 992px) {
    .section-padding--small {
        padding: 100px 0;
    }
}
.section-margin {
    margin: 70px 0;
}
.section-membre {
    margin: 70px 0;
}
.section-offer {
    padding: 0;
    margin: 0;
}
.container-fluid {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .section-margin {
        margin: 120px 0;
    }
    .section-membre {
        margin: 60px 0;
    }
}
.section-margin--large {
    margin: 70px 0;
}
@media (min-width: 992px) {
    .section-margin--large {
        margin: 130px 0;
    }
}
.section-padding {
    padding: 70px 0;
}
@media (min-width: 992px) {
    .section-padding {
        padding: 120px 0;
    }
}
.section-padding--large {
    padding: 70px 0;
}
@media (min-width: 992px) {
    .section-padding--large {
        padding: 130px 0;
    }
}
.pb-98px {
    padding-bottom: 58px;
}
.pb-80px {
    padding-bottom: 58px;
}
@media (min-width: 992px) {
    .pb-80px {
        padding-bottom: 80px;
    }
}
.mb-50px {
    margin-bottom: 50px;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.header_area {
    width: 100%;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}
@media (max-width: 990px) {
    .display-xs{
        display: inline-block!important;
    }
}
.descriptor {
    margin-top: 1rem;
    font-size: 17px;
    padding: 15px 25px;
    color: #ffffff;
    background-color: #1a76ff;
    border-radius: 2px;
}
.descriptor span {
    background-color: #ffffff;
    padding: 0px 6px;
    color: #000000;
    border-radius: 3px;
    font-weight: bold;
    line-height: 25px;
    display: inline-block;
}
button.btn-sm.btn-landing, button.btn-sm:hover {
    padding: 0.6rem !important;
    font-size: 2.65rem !important;
    display: inline !important;
}
.btn-landing, .btn-landing:hover, .btn-primary, .btn-primary:hover, .button_faq {
    font-size: 35px !important;
    font-weight: 600;
    padding: 15px;
}
.btn-primary {
    display: inline-block;
    border: 1px solid transparent;
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #1c98c9;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-primary:hover {
    display: inline-block;
    border: 1px solid transparent;
    background-color: #1c98c9;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-link {
    color: #28e896;
}
.btn-link:hover {
    opacity: 0.9;
    color: #28e896;
}
@media (max-width: 991px) {
    .single-post-area .form_landing {
        margin-top: 30px;
    }
    .contact_info {
        margin-bottom: 50px;
    }
    .footer_area .col-sm-6 {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .euro_price {
        padding-top: 0;
        margin-top: -10px;
    }
    .footer-bottom {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .p_120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .main_title h2 {
        font-size: 25px;
    }
    .footer-area {
        padding: 70px 0;
    }
}
@media (max-width: 480px) {
    .modal-dialog {
        position: relative;
        width: auto;
        margin: 30px;
    }
    .text-break {overflow-wrap: break-word;}
    #js-block-2 .button_faq button, #js-block-2 .button_faq button:hover {
        margin-top:.75rem !important;
    }
    .form-lp .form-group input {
        color: #000 !important;
        border: 1px solid #ccc;
    }
    .form-lp .form-group input {
        margin: 0;
        color: #ccc;
        border-radius: 2px;
    }
    .form-lp .form-group input {
        color: #000 !important;
    }
    .form-lp .form-group input {
        margin: 5px 2px;
        color: #ccc;
        border-radius: 2px;
    }
    .btn-landing, .btn-primary {
        font-size: 2rem;
        background-color: #4caf50;
        border: none;
        color: #fff;
        margin-bottom: 1rem !important;
    }
    button.btn-sm.btn-landing, button.btn-sm:hover {
        padding: 0.3rem !important;
        font-size: 2rem !important;
        margin-top: 1rem !important;
    }
    .text-above-form {
        font-size: 0.75rem !important;
        font-weight: 400 !important;
    }
    input::placeholder {
        font: 16px/1 sans-serif !important;
    }
    .form-group .col-lg-6 {
        width: 50% !important;
    }
    .title-offer {
        margin-top: 0 !important;
        font-size: 0.8rem !important;
    }
    .logo-offer {
        width: 100px !important;
    }
    .banner_content .white_btn {
        display: block;
    }
    .banner_btn {
        margin-bottom: 20px;
    }
}
.hero-banner {
    position: relative;
    padding: 70px 0;
    background-size: cover;
    background-color: #708090;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
    .offer img.hidden-xs,.offer img.visble-xs {
        height: auto !important;
        width: auto !important;
        max-width: 320px !important;
    }
    .btn-landing, .btn-primary {
        margin-top: 0px !important;
    }
}
@media (min-width: 768px) {
    .hero-banner {
        padding: 150px 0;
    }
}
@media (min-width: 1200px) {
    .hero-banner {
        padding: 240px 0;
    }
}
.hero-banner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}
.hero-banner-sm-offer {
    background-color: #111633;
    padding: 20px;
}
.title-offer {
    color: #fff;
    vertical-align: middle;
    margin-top: 32px;
    font-size: 2rem;
}
.logo-offer {
    width: 140px;
}
.section-intro {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}
.section-intro__title {
    text-transform: uppercase;
    margin-bottom: 0;
}
.section-intro h2 {
    font-size: 26px;
}
@media (min-width: 600px) {
    .section-intro h2 {
        font-size: 36px;
        color: #000;
    }
}
.section-intro-white > * {
    color: #fff;
}
.card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-feature {
    text-align: center;
}
@media (min-width: 992px) {
    .card-feature {
        max-width: 295px;
    }
}
.card-feature h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
@media (min-width: 991px) {
    .card-feature h3 {
        margin-bottom: 20px;
    }
}
.card-feature p {
    font-weight: 300;
}
.form_landing .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}
.form_landing .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
}
.form_landing .newsletter_widget .form-control::placeholder {
    color: #999;
}
.form_landing .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}
.form_landing .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;}
.form_landing .newsletter_widget .input-group button i, .form_landing .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999;
}
.form_landing .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0;
}
.description-offer > p {
    font-size: 0.8rem;
    color: #888;
    line-height: 16px;
}
.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.comment-form .form-group {
    margin-bottom: 30px;
}
.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
    color: #242424;
}
.comment-form .name {
    padding-left: 0;
}
@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0;
        margin-bottom: 1rem;
    }
}
.comment-form .email {
    padding-right: 0;
}
@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0;
    }
}
.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: 0 0;
}
.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999;
}
.comment-form .form-control::placeholder {
    color: #777;
}
.comment-form::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form::-moz-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form:-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form:-moz-placeholder {
    font-size: 13px;
    color: #777;
}
.button {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #242424;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
    .button {
        font-size: 13px;
        padding: 9px 24px;
    }
}
.button:hover {
    background: #28e896;
    color: #fff;
}
.button-link {
    letter-spacing: 0;
    color: #28e896;
    border: 0;
    padding: 0;
}
.button-link:hover {
    background: 0 0;
    color: #28e896;
}
.button-header {
    background: #ff1d53;
    color: #fff;
    border-color: #ff1d53;
}
.button-header:hover {
    background: #ff1d41;
    color: #fff;
}
.button-offer {
    background: #ff1d53;
    color: #fff;
    border-radius: 40px;
    border: 3px solid #1b2651;
    font-size: 1.2rem;
}
.button-offer:hover {
    background: #28e896;
    color: #fff;
}
.description p::before, ul li::before {
    content: "" !important;
}
.footer-area {
    background: #000;
    padding-top: 60px;
}
@media (min-width: 1000px) {
    .footer-area {
        padding-top: 110px;
    }
}
.footer-area .primary-btn {
    background-color: #28e896;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 60px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
}
.footer-area .primary-btn:focus {
    outline: 0;
}
.footer-area .primary-btn span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-area .primary-btn:hover {
    background-color: #28e896;
    box-shadow: none;
    color: #fff;
}
.footer-area .primary-btn:hover span {
    color: #fff;
    right: 20px;
}
.footer-area .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}
.footer-area .primary-btn.white span {
    color: #fff;
}
.footer-area .primary-btn.white:hover {
    background: #fff;
    color: #28e896;
}
.footer-area .primary-btn.white:hover span {
    color: #28e896;
}
.footer-area h6 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}
.footer-bottom {
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1000px) {
    .footer-bottom {
        margin-top: 70px;
    }
}
.label_conditions {
    font-size: 0.8rem;
}
.card-feature p.text-justify {
    text-align-last: center;
}
.form-control {
    height: 40px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    border-radius: 0;
}
#page_li {
    min-height: 500px;
}
.form-group select {height: 49px; font-size: 17px; color: #000 !important;}
@media (max-width: 480px) {
    .col-md-12.text-center .cc {
        margin: 0px !important;
    }
    .col-md-12.text-center .cc img {
        width: 30px !important;
        margin-top:-5px;
    }
    .form-group select {
        line-height: 10px;
    }
    .month_price {
        width: 250px !important;
    }
    .btn {
        white-space: inherit;
        padding: 5% !important;
    }
}
.button {
    text-transform: none !important;
}
.footer-area {
    background: #000;
    padding-top: 60px;
}
@media (min-width: 1000px) {
    .footer-area {
        padding-top: 110px;
        margin-bottom: -110px;
    }
}
.footer-area h6 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}
.single-footer-widget {
    color: #fff;
}
@media (max-width: 991.98px) {
    .single-footer-widget {
        margin-bottom: 45px;
    }
}
.single-footer-widget p {
    color: #666;
}
.single-footer-widget ul li {
    margin-bottom: 10px;
}
.single-footer-widget ul li a {
    color: #666;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.footer-bottom {
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 1000px) {
    .footer-bottom {
        margin-top: 70px;
    }
}
.text-justify {
    text-align: justify !important;
}
p {
    font-size: 14px !important;
    margin: 0 0 10px !important;
    font-family: "Mulish", sans-serif !important;
}
.link, .link:hover, .link:visited, a:hover, a:link, a:visited {
    font-size: 14px !important;
    font-family: "Mulish", sans-serif !important;
}
/* end style2 */
/* style scenario 5* */
input::placeholder {
    font: 16px/2 sans-serif !important;
    font-family: "Arima", sans-serif !important;
}
.h1, h1 {
    font-size: 60px;
    font-weight: 700;
}
.h2, h2 {
    font-size: 24px;
    font-weight: 600;
}
.h3, h3 {
    font-size: 20px;
    font-weight: 500;
}
.h4, h4 {
    font-size: 18px;
}
.text-above-form {
    margin-top: 0 !important;
    color: #000;
}
button.btn-landing, button.btn-primary {
    width: 100% !important;
}
@media (max-width: 480px) {
    input::placeholder {
        font: 14px/2 sans-serif !important;
        font-family: "Arima", sans-serif !important;
    }
    .text-above-form {
        margin-top: 3rem !important;
        font-weight: 400 !important;
    }
    #js-block-1, #js-block-2 {
        margin: 0;
    }
    #js-block-2 .error_text {margin: 10px 0px 10px 0px !important;}
    .age p, .age p a {
        font-size: 14px !important;
        color: #fff !important;
        text-align: left;
        font-family: "Mulish", sans-serif !important;
    }
    .age p a {
        text-decoration: underline;
        font-family: "Mulish", sans-serif !important;
    }
    .age p, .age p a {
        font-size: 10px !important;
        text-align: left;
        font-family: "Mulish", sans-serif !important;
    }
    .checkbox {
        float: left;
    }
    input[type="checkbox"], input[type="file"], input[type="radio"], select {
        margin: 8px 5px 0 0 !important;
    }
    input[type="checkbox"] {
        width: 26px;
        height: 26px;
    }
}
@media (max-width: 375px) {
    #js-block-2 .error_text { margin: 25px 0px 10px 0px !important;}
    #js-block-2 {
        margin-top: -40px !important;
    }
    .age p, .age p a {
        font-size: 14px;
        text-align: left;
    }
    .age p a {
        text-decoration: underline;
    }
    .checkbox {
        float: left;
    }
    input[type="checkbox"], input[type="file"], input[type="radio"], select {
        margin: 7px 5px 10px 0 !important;
    }
    input[type="checkbox"] {
        width: 26px;
        height: 26px;
    }
    .description p::before {
        content: "- ";
    }
}
@media (max-width: 320px) {
    #js-block-1, #js-block-2 {
        margin: 5px;
    }
    .age p, .age p a {
        font-size: 8.6px !important;
        text-align: left;
    }
    .age p a {
        text-decoration: underline;
    }
    .checkbox {
        float: left;
    }
    input[type="checkbox"], input[type="file"], input[type="radio"], select {
        margin: 9px 5px 0 0 !important;
    }
    input[type="checkbox"] {
        width: 26px;
        height: 26px;
    }
    .description p::before {
        content: "- ";
    }
    #js-block-2.form-lp {
        padding: 4px 0 !important;
    }
}
.age p, .age p a {
    font-size: 14px;
    text-align: left;
}
.age p a {
    text-decoration: underline !important;
    color: #428bca !important;
}
.age p {
    color: #000 !important;
}
.checkbox {
    float: left;
}
* {
    font-family: "Arima", sans-serif;
    font-size: 0.8125rem;
}
h1, h2, h3 {
    margin: 0.5rem 0;
    font-family: "Arima", sans-serif !important;
    font-weight: 300;
}
h3 b {
    font-family: "Arima", sans-serif !important;
}
h2 {
    font-size: 2.1rem;
    margin-bottom: 0;
}
h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
h4 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
h6 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
}
img.center {
    display: block;
    margin: 0 auto;
}
.bold {
    font-weight: 700;
}
span {
    font-size: 0.95rem;
    line-height: 1.1rem;
}
p {
    margin-bottom: 0.3125rem;
}
.bold, b {
    font-size: inherit;
    font-weight: bold;
}
.hide-element {
    visibility: hidden;
}
.display-none {
    display: none;
}
#js-block-2 .text h3.uppercase, .text h3.uppercase b {
    font-size: 1.4rem !important;
}
.text h3.uppercase, .text h3.uppercase b {
    font-size: 2.1rem !important;
}
.btn-landing, .btn-primary {margin-top: 30px;width: 320px !important;border-radius: 9999px !important;}
p {
    line-height: 1.4em;
}
.top {
    top: 0;
}
.bottom {
    bottom: 0;
}
.left {
    left: 0;
}
.right {
    right: 0;
}
label {
    font-size: 1rem !important;
}
input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], label, select, textarea {
    padding: 10px 15px;
    margin: 0 0 0.35rem 0 !important;
    font-size: 17px;
    border: 1px solid #ccc;
    height: 49px;
}
input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
    border-color: #999;
    box-shadow: 0 0 2px #999;
    background-color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.landing.last-step .widget.logo {
    display: block;
}
#time {
    font-size: 2rem !important;
    font-size: 18px !important;
    font-weight: bold;
}
#footer {
    padding: 1.5rem 0;
    background-color: #f7f7f7;
    font-size: 0.75rem;
    color: #454545;
}
#footer p {
    font-size: 0.9rem;
    margin-bottom: 0.625rem;
}
#footer a:link {
    font-size: 0.9rem !important;
}
#footer h5 {
    font-size: 1.3rem;
}
.whatis {
    margin-bottom: 2rem;
}
.whatis p {font-size: 1rem !important;}
.bg-whatis {background-color: #fff; padding: 3rem 0; margin-top: -40px;}
.whatis .columns {
    padding: 0 0.625rem;
}
.landing {
    min-height: 750px;
}
.landing.last-step .col-lg-6 {
    line-height: 1.4;
}
.landing.last-step h2, .landing.last-step h3 {font-weight: 400 !important;}
.landing.last-step h2 {font-size: 1.6rem;text-transform: uppercase;font-weight: bold !important;}
.landing.last-step .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Verdana", Helvetica, Roboto, Arial, sans-serif, Condensed Bold;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #ff1d53!important;
    border-color: #2285a2;
    color: #ffffff;
    transition: background-color 300ms ease-out;
}
.landing.last-step .btn-landing {
    margin-top: 30px !important;
    width: 320px !important;
    border-radius: 50px !important;
    font-size: 1rem !important;
}
.landing > #header {
    text-align: center;
    position: relative;
}
#main .secure-payment-form, .landing .offer-welcome-form, .landing .secure-payment-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    padding: 2.5rem;
    height: 99%;
    z-index: 10;
    margin-top: 0.8%;
    margin-right: 1%;
}
.landing#landing_1 .description {
    padding-top: 1rem;
    color: #fff;
}
.offer-welcome-form .description {
    padding-top: 3rem;
    color: #fff;
}
.secure-payment-form .description {
    color: #fff;
}
.offer-welcome-form label, .secure-payment-form label {
    color: #fff !important;
}
#main label, .landing label {
    font-size: 1rem !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    text-align: left;
}
#main .secure-payment-form h3, .landing .offer-welcome-form h3 {
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
}
.landing .secure-payment-form h3 {
    color: #fff;
    margin: 0;
}
.landing#landing_1 .secure-payment-form h3 {
    font-size: 1.4rem;
}
.landing .offer-welcome-form h3 {
    font-size: 1.9rem;
}
.landing .offer-welcome-form input[type="text"] {
    padding: 0.5rem 0.6rem 0.5rem 1.8rem !important;
}
#main .secure-payment-form .text, .landing .offer-welcome-form .text, .landing .secure-payment-form .text {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #fff;
}
.landing .cvv-link {
    padding-bottom: 0.625rem;
}
.landing .whatis {
    margin-bottom: 1.5rem;
}
.landing .the-welcome-offer {
    position: relative;
}
.title h1 {
    color: #fff;
    text-transform: uppercase;
}
.button, button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    margin: 0;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    text-decoration: none;
    text-transform: none;
}
.button:focus, .button:hover, button:focus, button:hover {
    background-color: #b23d97;
    text-decoration: none !important;
}
.terms .content {
    margin: 0.625rem auto;
}
#blank > #header {
    text-align: center;
    margin: 1rem 0;
}
#footer .widget {
    text-align: justify;
    padding-right: 2em;
}
#footer .widget:last-child(1) {
    padding-right: 0;
}
.conditions_label a, .conditions_label a:hover {
    font-size: 1.1em;
    color: #fff;
}
.text-italic {
    font-style: italic;
}
@media only screen and (max-width: 40em) {
    * {
        font-size: 14px !important;
    }
}
.display_none {
    display: none;
}
.margin_top_10 {
    margin-top: 10px;
}
@media (max-width: 900px) {
    #main .secure-payment-form h3, .landing .offer-welcome-form h3, .landing .secure-payment-form h3 {
        font-size: 14px;
    }
    #main .secure-payment-form, .landing .offer-welcome-form, .landing .secure-payment-form {
        font-size: 1rem;
    }
    div.offer-welcome-form .description {
        padding-top: 0.8rem;
    }
    #main .secure-payment-form, .landing .offer-welcome-form, .landing .secure-payment-form {
        padding: 1rem;
    }
    .landing .offer-welcome-form .button, .landing .offer-welcome-form button {
        font-size: 0.9rem;
    }
}
.img-mobile {
    display: none;
}
@media (min-width: 641px) and (max-width: 845px) {
    #main .secure-payment-form .text, .landing .offer-welcome-form .text, .landing .secure-payment-form .text {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .secure-payment-form button {
        width: 100%;
    }
}
@media (max-width: 641px) {
    .img-large {
        display: none;
    }
    .img-mobile {
        display: block;
    }
    .colorForm {
        margin-top: 0;
        opacity: 1;
    }
    .landing .the-welcome-offer {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
[class*="column"] + [class*="column"]:last-child {
    float: left !important;
}
p {
    font-size: 1rem;
}
.validation_error {
    background-color: red;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    font-size: 1rem;
}
@media only screen and (max-width: 40em) {
    #button_div {
        margin-top: 10px !important;
    }
    #button_div button {
        background-color: #94b432;
    }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #button_div {
        margin-top: 10 !important;
    }
    #button_div button {
        background-color: #94b432;
    }
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.col-md-12.text-center .cc {
    margin: 10px 0;
}
.cc img {
    width: auto;
    margin: 0 10px;
}
.cc img:last-child {
    width: auto;
}
.offer img {
    /* max-height: 60vh; */
    width: 100% !important;
}
.offer img.hidden-xs {
    margin: 0 auto;
}
.timer p, .timer p b {
    margin: 0px !important;
}
.timer {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    width: 100% !important;
    margin: 0 auto;
}
.pb_cover {
    position: relative;
    min-height: 100vh;
}
.legal-text-bottom {
    font-size: 1rem;
    text-align: justify;
    color: #000;
}
.main-text-form {
    font-weight: 600 !important;
    color: orange;
    font-size: 1.5rem;
}
.main-text-form .important {
    font-weight: 600 !important;
    color: #000;
    font-size: 1.5rem;
}
#checkbox {
    display: inline-block;
    float: left;
}
input[type="checkbox"], input[type="file"], input[type="radio"] {
    margin: 4px 4px 0;
}
.double {
    zoom: 1;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}
select {
    margin: 0 !important;
}
label {
    font-weight: 400;
}
@media (min-width: 1920px) {
    .pb_cover {
        min-height: auto;
        text-align: center !important;
    }
}
@media (max-width: 991px) {
    #checkbox {
        margin-left: 0 !important;
    }
}
@media (max-width: 1024px) {
    .form-group {margin-bottom: 0px;}
    input[type="checkbox"], input[type="file"], input[type="radio"] {
        margin: 4px 4px 0;
        float: left;
        height: 16px !important;
    }
    input[type="checkbox"] {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }
    .pb_cover {
        min-height: auto;
        text-align: center !important;
    }
    .main-text {
        font-size: 4rem;
        padding: 0;
    }
    .offer img {
        width: inherit;
    }
}
@media only screen and (max-width: 990px) and (min-width: 767px) {
    input[type="checkbox"] {
        margin-top: 0 !important;
        margin-left: 5px !important;
    }
    .offer img {
        width: auto !important;
    }
}
@media (max-width: 768px) {
    input[type="checkbox"] {
        margin-bottom: 15px !important;
        margin-top: -5px !important;
    }
    .offer img {
        width: inherit !important;
        margin: auto;
    }
    .btn-landing, .btn-primary {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 580px) {
    input[type="checkbox"] {
        margin-top: 0 !important;
        margin-left: -5px !important;
    }
}
@media only screen and (max-width: 700px) and (min-width: 580px) {
    #checkbox {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 600px) and (min-width: 481px) {
    #checkbox {
        margin-left: 0 !important;
    }
}
@media (max-width: 480px) {
    #js-block-2 {
        margin-top: -40px !important;
    }
    .offer img {
        max-height: 17vh;
        width: auto !important;
        margin-top: -20px;
        margin-bottom: -40px;
    }
    .main-text {
        font-size: 0.75rem !important;
        padding-top: 0rem !important;
    }
    .form-group select {
        height: 38px;
    }
    input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], label, select, textarea {
        height:38px;
    }
    .btn-landing, .btn-primary {
        font-size: 1.5rem !important;
        margin-top: 0px !important;
    }
    .btn-primary:hover, .btn-landing:hover {
        font-size: 1.5rem !important;
    }
    input[type="checkbox"] {
        margin-top: 0 !important;
    }
    #checkbox {
        margin-left: 0 !important;
        margin-top: -3px !important;
    }
}
@media (max-width: 380px) {
    input[type="checkbox"] {
        margin-left: -5px !important;
    }
}
.pb_cover > .container {
    position: relative;
}
.cover-bg {
    position: relative;
}
.cover-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.pb_form {
    background-color: #fff;
    padding: 3.2rem;

}
@media (max-width: 991px) {
    .pb_form {
        padding: 30px;
    }
}
.form-control, .form-group select {
    background: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid #999;
    border-radius: 3px;
}
.form-control:active, .form-control:focus {
    background: 0 0;
    border-color: #1d82ff !important;
}
.btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.btn-landing, .btn-primary {
    font-size: 3rem;
    background-color: #4caf50;
    border: none;
    color: #fff;
}
.btn-landing:hover, .btn-primary:hover {
    font-size: 3rem;
    background-color: orange;
    border: none;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::-webkit-input-placeholder {
    text-align: center;
    font-size: 1.4rem;
}
:-moz-placeholder {
    text-align: center;
    font-size: 1.4rem;
}
::-moz-placeholder {
    text-align: center;
    font-size: 1.4rem;
}
:-ms-input-placeholder {
    text-align: center;
    font-size: 1.4rem;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.form-header {
    background-color: #333;
    padding: 10px 0 5px;
    color: #fff;
    text-shadow: 1px 0 2px #fff;
}
.form-lp, .js-form-step-1 {
    padding-bottom: 0;
}
.form-group .col-lg-6, .form-row .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
    padding: 1px !important;
}
.form-group .col-lg-12, .form-row .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
    padding: 1px !important;
}
.form-row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    padding: 1px !important;
}
.form-group.col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    padding: 1px !important;
    height: auto;
}
.form-group.col-xs-6 {
    padding-left: 0;
    padding-right: 0;
    padding: 1px !important;
}
.form-lp {
    padding: 15px 10px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    margin: 0;
}
.form-lp .form-group input {
    margin: 5px 2px;
    color: #ccc;
    border-radius: 2px;
}
.form-lp .checkbox {
    margin: 15px 0 0;
}
.form-group select {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #ccc;
    margin-top: 5px;
}
.checkbox label {
    color: #666;
}
.form-lp .checkbox a {
    color: #ffb230;
}
.form-lp .btn {
    background-color: #ffb230;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    margin: 15px 0 0;
    width: 100%;
    text-transform: uppercase;
    height: 40px;
}
.form-lp .btn:hover {
    background-color: #444;
    color: #ffb230;
    border: 1px solid #ffb230;
}
.content-footer-welcome-message {
    padding: 10px 30px;
}
.form-lp .form-group input {
    color: #000 !important;
}
.block_footer {
    background-color: #fdb814;
    width: 100%;
    color: #fff;
    margin-top: 60px;
}
.form-lp .btn {
    background-color: #ffb230;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    margin: 15px 0 0;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    height: auto !important;
    padding: 14px;
}
.form-group select {
    margin: 5px 2px;
    border-radius: 2px;
    color: #999;
}
select option {
    font-size: 1.25rem;
}
.background_form_scenario2 {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}
.step2 {
    display: none;
}
button {
    border: none;
}
.bold {
    font-weight: 600;
    font-size: 16px;
}
.checkbox {
    width: 10%;
    display: inline-block;
}
.errorCond, .errorMail, .error_text, .help-block, .has-error .help-block {text-align: center !important;max-width: 100% !important;padding: 0.25rem 0.5rem !important;margin-top: 0.1rem !important;font-size: .875rem !important;color: #fff !important;background-color: rgba(220,53,69,.9) !important;border-radius: 0.25rem !important;}
.errorCond, .errorMail {
    display: none;
}
#js-block-2 {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.cc img {
    width: auto;
    margin: 0 auto;
}
.cc img:last-child {
    width: auto;
}
.offer img.hidden-xs {
    margin: 0 auto;
    display: flex;
}
.pb_cover {position: relative;min-height: 100vh !important;margin-bottom: 5rem;background-size: cover !important;margin: 0 auto;padding-bottom: 10em;}
.legal-text-bottom {
    font-size: 1rem;
    text-align: justify;
    color: #000;
}
.main-text {
    font-size: 3.2rem;
    line-height: normal;
    font-weight: 700;
    color: #000;
    padding: 1rem;
}
.main-text-form {
    font-weight: 600 !important;
    color: orange;
    font-size: 1.5rem;
}
.main-text-form .important {
    font-weight: 600 !important;
    color: #000;
    font-size: 1.5rem;
}
input[type="checkbox"], input[type="file"], input[type="radio"] {
    margin: 4px 4px 0;
    width: auto;
}
.double {
    zoom: 1;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}
select {
    margin: 0 !important;
}
label {
    font-weight: 400;
}
@media (min-width: 1920px) {
    .pb_cover {
        min-height: auto;
        text-align: center !important;
    }
}
@media (max-width: 1366px) {
    .form-lp {
        margin-bottom: 20px;
    }
}
@media (max-width: 1024px) {
    input[type="checkbox"], input[type="file"], input[type="radio"] {
        margin: 4px 4px 0;
        float: left;
        height: 16px !important;
    }
    input[type="checkbox"] {
        margin-bottom: 15px !important;
        margin-top: 0 !important;
    }
    .pb_cover {
        min-height: auto;
        text-align: center !important;
    }
    .main-text {
        font-size: 2rem;
        display: inline-block;
    }
    .offer img {
        width: inherit;
    }
}
@media only screen and (max-width: 990px) and (min-width: 767px) {
    input[type="checkbox"] {
        margin-top: 0 !important;
        margin-left: 5px !important;
    }
    .offer img {
        width: auto !important;
    }
}
@media (max-width: 768px) {
    input[type="checkbox"] {
        margin-bottom: 15px !important;
        margin-top: -5px !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 580px) {
    input[type="checkbox"] {
        margin-top: 0 !important;
        margin-left: -5px !important;
    }
}
@media (max-width: 640px) {
    .main-text, h1.main-text, h2.main-text, h3.main-text,.main-text h1,.main-text h2,.main-text h3, .main-text h1 span,.main-text h2 span,.main-text h3 span {
        font-size:  1rem !important; /*1.8125 rem*/
        font-weight: 700;
    }
    .main-text h1 span, .main-text h2 span, .main-text h3 span {
        margin: 0.5rem 0;
        font-family: "Arima", sans-serif !important;
    }
}
@media (max-width: 480px) {
    input[type="checkbox"] {
        margin-top: 0 !important;
    }
    .form-lp {
        padding: 0px !important;
    }
}
@media (max-width: 380px) {
    input[type="checkbox"] {
        margin-left: -5px !important;
    }
}
.pb_cover > .container {
    position: relative;
}
.cover-bg {
    position: relative;
}
.cover-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.pb_form {
    background-color: #fff;
    padding: 3.2rem;
}
@media (max-width: 991px) {
    .pb_form {
        padding: 30px;
    }
    .form-lp {padding: 10px !important;border-radius: 25px !important;}
}
.form-control, .form-group select {
    background: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.form-control:active, .form-control:focus {
    background: 0 0;
    border-color: #1d82ff !important;
}
.btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.btn-landing, .btn-primary {font-size: 2rem;background-color: #cc6223;border: none;color: #fff;margin-bottom: 2rem;}
.btn-landing:hover, .btn-primary:hover {
    font-size: 2rem;
    background-color: #cc6223;
    border: none;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::-webkit-input-placeholder {
    text-align: center;
    font-size: 1.4rem;
}
:-moz-placeholder {
    text-align: center;
    font-size: 1.4rem;
}
::-moz-placeholder {
    text-align: center;
    font-size: 1.4rem;
}
:-ms-input-placeholder {
    text-align: center;
    font-size: 1.4rem;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.form-header {
    background-color: #333;
    padding: 10px 0 5px;
    color: #fff;
    text-shadow: 1px 0 2px #fff;
}
.form-lp {padding: 15px;border-radius: 39px;margin: 0;}
.form-lp .form-group input {margin: 0;color: #ccc;border-radius: 9999px;}
.form-lp .checkbox {
    margin: 15px 0 0;
}
.form-group select {
    border-radius: 2px;
    color: #ccc;
    margin-top: 5px;
}
.checkbox label {
    color: #666;
}
.form-lp .checkbox a {
    color: #ffb230;
}
.form-lp .btn {
    background-color: #ffb230;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    margin: 15px 0 0;
    width: 100%;
    text-transform: uppercase;
    height: 40px;
}
.form-lp .btn:hover {
    background-color: #444;
    color: #ffb230;
    border: 1px solid #ffb230;
}
.form-lp .form-group input {
    color: #000 !important;
    border: 1px solid #ccc;
}
.form-lp .btn {
    background-color: #ffb230;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    margin: 15px 0 0;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    height: auto !important;
    padding: 14px;
}
.form-group select {margin: 5px 2px;border-radius: 2px;color: #999;text-align: center;border-radius: 9999px;}
.background_form_scenario2 {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
}
.step2 {
    display: none;
}
button {
    border: none;
}
.bold {
    font-weight: 600;
    font-size: 16px;
}
.checkbox {
    width: 10%;
    display: inline-block;
}
.font-weight-bold {
    font-weight: 700 !important;
}
#js-block-2 {
    display: none;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.ml-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pr-0, .px-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pr-3, .px-3 {
    padding-right: 1rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pr-5, .px-5 {
    padding-right: 3rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.display-none {
    display: none !important;
}
.landing .offer-welcome-form input[type="text"] {
    padding: 0.5rem 0.6rem 0.5rem 0.8rem !important;
}
#js-block-1 {
    padding: 5px;
}
#js-block-2 {
    padding-top: 20px !important;
    display: none !important;
}
@media (max-width: 991px) {
    .valid {
        padding: 15px;
    }
}
.display-block {
    display: block !important;
}
::placeholder {
    font-size: 1rem;
}
.age p, .age p a {
    text-decoration: none !important;
}
label {
    text-align: center !important;
    font-weight: lighter !important;
    font-size: 15px !important;
}
.step-last-warning {
    border: 1px solid red;
    padding: 25px;
}
.step-last-user-info {
    border:1px solid #00bb17;
    padding: 25px;
}
.form-group.valid.age {display: inline-block;}
/* end style scenario 5 */
.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    color: white;
    font-size: 1rem;
    padding: 1.3rem;
    z-index: 15;
}
/* update classes for modal payment and row explain issues*/
.padding { padding: 0.6250rem;  }
.padding-horizontal { padding: auto 0.6250rem !important; }
.padding-vertical { padding: 0.6250rem auto;}
.padding-left { padding-left: 0.6250rem;}
.padding-right { padding-right: 0.6250rem;}
.padding-top { padding-top: 0.6250rem;}
.padding-bottomm { padding-bottom: 0.6250rem;}
img {
    max-width: 100%;
    height: auto;
}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}
.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}
.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}
.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}
.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}
.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}
.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}
.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}
@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
.row { /*Solves gap row issue*/
    display: flow-root;
}
/**good**/
.phone {
    color:#1c98c9;
    font-weight: 500;
}
.carousel-control.left{
    background-image: none;
}
.carousel-control.right{
    background-image: none;
}
.errorMail {
    color: red;
    display: none;
    text-align: left;
    font-size: 17px;
}
.help-block{
    font-size: 14px;
    color: red;
}
.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    color: white;
    font-size: 1rem;
    padding: 1.3rem;
    z-index: 15;
}
.errorCond {
    color: red;
    display: none;
    text-align: left;
    font-size: 17px;
}
#js-block-2 {
    display: none;
}
@media (max-width: 642px){
    #main .secure-payment-form, .landing .offer-welcome-form, .landing .secure-payment-form {
        position: relative;
        width: 100%;
        padding: 2.5rem;
        height: 99%;
        z-index: 10;
        margin-top: 0.8%;
        margin-right: 1%;
    }
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="password"], textarea, select, label {
    padding: 7px 15px!important;
    margin: 0;
    font-size: 17px;
    border-radius: 9999px;
}
.button{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Verdana", Helvetica, Roboto, Arial, sans-serif, Condensed Bold;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    border-color: #2285a2;
    transition: background-color 300ms ease-out;
}
@media (min-width: 992px){
    .container {
        max-width: 1140px;
    }
}