* { box-sizing: border-box; }
img { max-width: 100%; }

@font-face {
    font-family: "Metric-Black";
    src: url("../../assets/fonts/Metric/v1/Metric-Black.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Black.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Black.otf") format("otf");
    font-weight: normal;
}

@font-face {
    font-family: "Metric-Bold";
    src: url("../../assets/fonts/Metric/v1/Metric-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Bold.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Bold.otf") format("otf");
    font-weight: normal;
}


@font-face {
    font-family: "Metric-Light";
    src: url("../../assets/fonts/Metric/v1/Metric-Light.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Light.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Light.otf") format("otf");
    font-weight: normal;
}

@font-face {
    font-family: "Metric-Medium";
    src: url("../../assets/fonts/Metric/v1/Metric-Medium.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Medium.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Medium.otf") format("otf");
    font-weight: normal;
}

@font-face {
    font-family: "Metric-Regular";
    src: url("../../assets/fonts/Metric/v1/Metric-Regular.woff2") format("woff2"),
    url("../../assets/fonts/Metric/v1/Metric-Regular.woff") format("woff"),
    url("../../assets/fonts/Metric/v1/Metric-Regular.otf") format("otf");
    font-weight: normal;
}



:root {
    --primary-black: #040404;
    --secondary-red: #C80028;
    --tertiary-red: #97021E;
}

body { background: #0E1414; color: white; font-family: "Metric-Light", Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 20px; }
  
a { color: var(--secondary-red); text-decoration: none; }
a:hover { text-decoration: underline; }

#main { max-width: 100%; }

label { padding: 1% 0; }
input::placeholder { color: white; }


#header_text .block1 { background: #040404; font-size: 20px; font-weight: bold; padding: 20px 30px; text-align: right; }
#header_text .block1 a { color: white; font-weight: normal; }
#header_text .block2 { 
    padding-left: 100px; background: rgb(17,23,23); background: linear-gradient(0deg, rgba(17,23,23,1) 0%, rgba(28,33,33,1) 100%); font-size: 21px;  font-weight: bold; padding: 25px 0; }
#header_text .block2:after { content: ''; clear: both; height: 1px; width: 1px; }
#header_text .block2 .block0 { display: flex; align-items: center; justify-content: center; margin: 0 auto; max-width: 1800px;  }
#header_text .block2 .block0 p.logo_mob { display: none; }
#header_text .block2 p.logo { margin-right: 100px; }
#header_text .toggle { display: none; }
#header_text .block2 .nav { width: 100%; }
#header_text .block2 ul { display: flex; list-style: none; font-weight: normal; font-size: 20px; max-width: inherit;
    position: static;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    visibility: visible;
    transform: none;
    background: transparent;
    overflow: inherit;  }
#header_text .block2 li:first-child { margin-right: 50px; }
#header_text .block2 li a { color: #C3C4C7;}
#header_text .block2 li a:hover { text-decoration: none; }
#header_text .block2 li p {
    background: #7E858B;
    border: 0;
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-size: 20px;
    padding: 17px 50px;
    transition: background-color 0.3s;
    max-width: 330px;
    height: 55px;
    margin: 10px auto;
}
#header_text .hero .texts {
    display: none;
}
#header_text .block2 .block0 li p.logo { background: transparent; padding: 0; max-width:100%; cursor:auto; }

#header_text .block2 li p:hover { background: #CF132F; }

/* #header_text .logo {
    display: block;
    position: absolute;
    margin: 0 auto;
    z-index: 11;
    width: auto;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    background-color: transparent;
} */


#header_text .block3 { background: #040404; text-align: right; position: relative; }
#header_text .block3 > br { display: none; }
#header_text .block3 .block0 { margin: 0 auto; max-width: 1200px; }
#header_text .block3 h1 { background: #040404; color: white; font-size: 66px; font-weight: bold; max-width: 500px; padding: 100px 50px; text-align: center; width: 100%; position: absolute; top: 150px; }

#header_text .hero { display: flex; justify-content: center; margin: 0 auto; height: 694px; background: url(../images/CF_2560.jpg) top center no-repeat; background-size: cover; }
/* #header_text .hero .texts, #header_text .hero .banner { width: 50%; } */
#header_text .hero .texts { padding-top: 310px; text-align: center; }
#header_text .hero .texts h1 { font-family: "Metric-Light", Arial, sans-serif; font-size: 70px; margin-bottom: 15px; }
#header_text .hero .texts h2 { font-size: 1.2em; width: 80%; }

#promo_content, #content { margin: 0 auto; max-width: 1920px; }
#promo_content { background: #040404; color: white; padding-left: 0; padding-right: 0; background-size: cover; background-position: right center;  max-width: 100%;  }
#promo_content.info_text_top #form_holder { background: #1A1F1F; color: white;  margin: 0 auto; padding-top: 40px; }
#promo_content #info_text_holder #info_text { max-width: 1280px; margin: 0 auto; width: 75%; }
#promo_content #info_text_holder { display: none; margin: 0 auto; background: rgb(22,28,28); background: linear-gradient(0deg, rgba(22,28,28,1) 0%, rgba(29,29,29,1) 100%); font-family: "Metric-Light", Arial, sans-serif; text-align: center; padding: 15px 10%; padding-top: 60px; }
#promo_content #info_text_holder h3 { font-size: 30px;  font-family: "Metric-Medium", Arial, sans-serif; margin-bottom: 30px; }
#promo_content #info_text_holder p { font-size: 20px; line-height:1.2; margin-bottom: 28px; margin-top: 5px; }

#promo_content #info_text_holder ul.rewards_list { display: flex; justify-content: center; list-style: none; width: 80%; margin: 0 auto; margin-bottom: 30px; margin-top: 15px; }
#promo_content #info_text_holder ul.rewards_list li.reward { width: 20%;  }
#promo_content #info_text_holder ul.rewards_list li.reward li { font-size: 18px; }
#promo_content #info_text_holder ul.rewards_list li.reward li.dash { margin-bottom: 8px; font-family: "Metric-Medium", Arial, sans-serif; font-size: 25px; }
#promo_content #info_text_holder ul.rewards_list li.reward li.dash::after {
    height: 2px;
    width: 100%;
    background-color: #D9D9D9;
    border-radius: 100px;
    margin: 0 auto;
    content: " ";
    display: block;
    cursor: pointer;
}

#info_text > p:nth-child(3) { width: 95%; margin: 0 auto; }

#promo_content #info_text_holder .bonus {   margin: 0 auto; padding-top: 20px; }
#promo_content #info_text_holder .bonus h4 { font-size: 16px; font-family: "Metric-Medium", Arial, sans-serif; margin-bottom: 15px; }
#promo_content #info_text_holder .bonus p { margin-bottom: 8px; font-size: 18px; }
#promo_content #info_text_holder .bonus p strong { margin-bottom: 8px; font-size: 25px; }
#promo_content #info_text_holder .bonus p strong::after {
    height: 2px;
    width: 9%;
    background-color: #D9D9D9;
    border-radius: 100px;
    margin: 0 auto;
    content: " ";
    display: block;
    cursor: pointer;
}
#promo_content #info_text_holder .rewards_box::after {
    height: 2px;
    width: 100%;
    background-color: #CF132F;
    border-radius: 100px;
    margin: 0 auto;
    content: " ";
    display: block;
    cursor: pointer;
   
}

#info_text > p:nth-child(6) { color: #CF132F; }
#promo_content #info_text_holder ul.rewards_list li.reward ul { list-style: none;  margin: 0 5px; }
#form_wrapper {    padding-left: 36%;
    padding-right: 35%;
    margin: 0 auto;}
#form_titles { margin: 0 0 30px 0; /* padding-left: 40px; */     padding-left: 35%;
    padding-right: 35%;
    margin: 0 auto; }
#form_titles .block3 ul { overflow: hidden; padding: 30px 0; padding-bottom: 0; }

#form_titles .block3 li {
    /* border-bottom: 4px solid #272C2C; */
    font-family: "Metric-Medium", Arial, sans-serif; font-weight: normal;
    text-align: center;
    clear: none;
    color: #898A8B;
    float: left;
    font-size: 16px;
    list-style: none;
    padding-bottom: 10px;
    width: 33.33%;
}
#form_titles .block3 li::after {  height: 5px;
    width: 90%;
    background-color: #272C2C;
    border-radius: 100px;
    margin: 0 auto; 
    content: " ";
    display: block;
    cursor: pointer;} 

#form_titles .block3 li:nth-child(1), .stage2 #form_titles .block3 li:nth-child(2), .stage3 #form_titles .block3 li:nth-child(3), #form_titles > div > div > div > ul > li:nth-child(2) { color: white; }
#form_titles .block3 li:nth-child(1)::after, .stage2 #form_titles .block3 li:nth-child(2)::after,.stage3 #form_titles > div > div > div > ul > li:nth-child(2)::after, .stage3 #form_titles .block3 li:nth-child(3)::after { background-color: #D9D9D9; }
#info_text .mob_banner { display: none; }
.info_text_left #form_holder { margin: 0; }

#form_titles { margin-bottom: 15px; }

/* #content { padding: 30px 0; } */
#content .hero { height: 700px; background: url(../images/LP_2560.jpg) top center no-repeat; background-size: cover; padding-top: 235px; }
#content .hero { text-align: center; }
#content h1 { font-size: 50px; }

#content .block3 { text-align: center; background: white; border-top: 15px solid #CF132F; padding: 40px 15px; }
#content .block3 h2 { color: #161B1C; font-size: 36px; line-height: 1.4; margin-bottom: 30px; }
#content .block3 p { background: var(--secondary-red); border: 0; border-radius: 0; color: white; cursor: pointer; font-size: 20px; padding: 20px 20px; transition: background-color 0.3s; max-width: 330px; height: 60px; margin: 10px auto; }
#content .block3 p:hover { background: var(--tertiary-red); }
#content > div.block3 > p:nth-child(3) { background: #7E858B; }
#content > div.block3 > p:nth-child(3):hover { background: #6a7176; }
#content .block3 p a { color: white; text-decoration: none; }
.check-status .form-field.submit input[type=button]:hover { background: var(--tertiary-red);  }

#content .block4 { padding: 48px 24px; text-align: center; max-width: 1440px;
    margin: 0 auto; }
#content .block4 h3 { width: 70%; margin: 0 auto; text-align: center; font-size: 22px; }
#content .block4 a:hover { text-decoration: none; }
#content .block4 a.white_link { color: white; text-decoration: underline; font-weight: bold; }
#content .block4 a.trigger { display: inline-block; }
#content .block4 p.section { display: inline-block; }
#content .block4 .table-scroll {
    
    padding: 15px;
    display: none;
    overflow-x: auto;
}
#content .block4 .table-scroll table { width: 70%; margin: 0 auto; }
#content .block4 .table-scroll h5 { margin-bottom: 15px; }

#content .block5 { background: #1A1F1F; }
#content .hero .mob_banner_LP, #header_text .hero .mob_banner_CF { display: none; }



#content ol { list-style: numeric inside; }
#content li,
#content p { margin: 0 0 15px 0; }
#content table { background: #040404; width: 100%; }
#content td { border: 1px solid #eee; padding: 10px; }
#content td p { margin: 0; }

.field-row { padding: 5px 0; }
.field-row .table-cell { clear: none;
    float: none;
    width: calc(100% - 30px);}
.plc_holder_parent label {
    display: none;
    opacity: 0;
    font-size: 13px;
    font-weight: bold;
    color: white;
    transition: all .2s;
    pointer-events: none;
}
.field-row .table-cell.coll1 {
    clear: none;
    float: right;
    padding: 0 0 0 5px;
    width: 30px;
}
.table-cell a { text-decoration: underline; }
.table-cell a:hover { text-decoration: none; }
.second_row { float: right; }



.ui-widget-header {
    border: 1px solid #CF132F!important;
    background: #CF132F!important;
    color: #fff;
    font-weight: bold;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dd5a6e;
    background: #eea7b1;
    color: #363636;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #0E1414;
    color: white;
    font-size: 15px;
    border: 0; 
}
.ui-widget { font-size: 0.8em!important; }
.ui-datepicker { width: 15em!important; } 

.table-cell input[type="text"],
.table-cell select { font-size: 15px; border-radius: 0; border: 1px solid #C8C8C8; background: #101616; color: white; font-family: "Metric-Regular", Arial, sans-serif; padding: 10px 5px; width: 100%; }
#submit-div { padding: 50px 0; text-align: center; }
.SubmitButt { background: var(--secondary-red); border: 0; border-radius: 0; color: white; cursor: pointer; font-size: 23px; padding: 10px 150px; transition: background-color 0.3s; }
.SubmitButt:hover { background: var(--tertiary-red); }

.required { color: var(--secondary-red); }
#progress_detailed { display: none; }
div.required { color: white; }
div.required span { color: var(--secondary-red); }
#a_l_txt_title,
#a_l_txt_purchased_products_number,
#i_l_txt_payment_method,
#a_l_txt_bank_details_international,
#a_l_txt_bank_revolut, #a_l_txt_payment_method,#a_l_txt_series_promotions { display: block; font-size: 32px; font-weight: bold; margin: 15px 0; }
#i_l_txt_payment_method .required { display: none; }
#country_promotion { display: inline-block; padding: 10px 0; }
#r_payment_method .table-cell { float: none; width: 100%; }
#r_payment_method .cbox_list { float: left; width: 50%; }
#promo_content a.popup { background: var(--primary-black)!important; border-radius: 50%; color: white!important; display: inline-block; height: 21px; line-height: 21px; text-align: center; text-decoration: none; width: 21px; }
#bank_benficiary_u_info,
#bank_beneficiary_rev_u_info,
div[id^="date_purchase"], #bank_benficiary_individual_u_info, #bank_benficiary_rev_individual_u_info { color: white; display: block; font-size: 16px; padding: 5px 0; }
div[id^="r_date_purchase"] .table-cell { position: relative; }
.ui-datepicker-trigger { cursor: pointer; position: absolute; top: 7px; right: 7px; }
.field-row .inputfile.inputfile__btn + label { background: var(--secondary-red)!important; width: 100%; transition: background-color 0.3s; font-size: 18px; }
.field-row .inputfile.inputfile__btn + label span { display: block; }
.field-row .inputfile.inputfile__btn + label:hover { background: var(--tertiary-red)!important; }
#add_another_product,
#remove_last_product { background: #7E858B; border: 0; border-radius: 0; color: white; cursor: pointer; font-family: "Metric-Regular", Arial, sans-serif; font-size: 16px; padding: 10px; width: 100%; transition: background-color 0.3s; }
#l_purchase_upload_file1, #l_upload_barcode1 { font-size: 17px; }
#add_another_product { margin: 0 0 5px 0; }
#add_another_product.disabled,
#remove_last_product.disabled { display: none; }
#add_another_product:hover,
#remove_last_product:hover { background: #A4A8AB; }
.tc-box .tc-box-textarea { border: 1px solid #A4A8AB; }
#l_right_txt_terms_conditions { line-height: 1.25; }
#r_purchase_upload_file1 > div:nth-child(2) > span.dynamic_info_logo.selected { top: 40px; }
#r_date_purchase1 > div.table-cell.plc_holder_parent > span.dynamic_info_logo.selected { right: 39px; }
.ui-datepicker-trigger {
    background: url(../images/calendar.png) center center no-repeat;
    cursor: pointer;
    height: 32px;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
    width: 33px;
    position: absolute;
    top: 4px;
    right: 1px;
}


#input_block_date_birth > img {
    background: url(../images/calendar.png) center center no-repeat;
    cursor: pointer;
    height: 32px;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
    width: 33px;
    position: absolute;
    top: 9px;
    right: 30px;
}

#date_birth_u_info, #serial_number1_u_info > a { font-size: 15px; }

#ui-datepicker-div > div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > div > select.ui-datepicker-month, #ui-datepicker-div > div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all > div > select.ui-datepicker-year { padding: 0; }
#r_store_name_crm_select1 > div.table-cell.coll1_field_sub_group_btm, #r_date_purchase1 > div.table-cell.coll1_field_sub_group_btm, #r_serial_number1 > div.table-cell.coll1_field_sub_group_btm, #r_products_promotion1 > div.table-cell.coll1_field_sub_group_btm, #r_series_promotions1 > div.table-cell.coll1_field_sub_group_btm, #r_purchase_price1 > div.table-cell.coll1_field_sub_group_btm {     clear: none;
    float: right;
    padding: 0 0 0 5px;
    width: 30px;}

#footer { background: var(--primary-black); color: white; padding: 30px 0; font-size: 18px; }
#footer .block0 { margin: 0 auto; max-width: 1800px; }
#footer a { color: white; text-decoration: underline; }
#footer a:hover { text-decoration: none; }
#footer .block1 { margin: 0 0 30px 0; }
#footer .block2 { overflow: hidden; }
#footer .block21 { float: left; line-height: 1.1; }
#footer .block22 { float: right; }
#footer .block22 ul { list-style: none; }
#footer .block22 li { display: inline-block; margin-left: 30px; }
#main.ty #form_wrapper > div { max-width: 1920px; margin: 0 auto; text-align: center; font-size: 26px; }
#main.ty #form_titles,
#main.ty #form_titles .button1,
#main.ty #info_text_holder,
#main.ty #printArea,
#main.ty #printLink { display: none; }
#main.ty #form_wrapper { font-size: 20px; line-height: 1.5; padding: 70px 0; }
/* #main.ty #promo_content { min-height: calc( 100vh - 330px ); } */
#main.ty #form_wrapper h1 { font-size: 24px; margin-bottom: 30px; }
#main.ty #promo_content { 
    padding-left: 0;
    padding-right: 0;
    
    background-size: cover;
    background-position: right center;
    display: inline-block;
    
    width: 100%;}

.land-main #header_text .block3 { display: none; }
.land-main #content .hero .texts { display: none; }
.land-main #content {  background: #040404; color: white; max-width: 100%; padding: 0;  background-size: cover; background-position: right top; display: inline-block; width: 100%; }
.land-main #content .block1, .land-main #content .block2 { max-width: 1800px; margin: 0 auto; }
.land-main #content .block2 { padding: 0 40px; padding-top: 100px; }
.land-main #content .block1 { display: flex; align-items: center; height: 700px; position: relative;}
.land-main #content .block11 img { width: 34%; display: none; }
.land-main #content .block12 {     position: absolute;
    top: 20px;
    right: 0px; display: flex; justify-content: center; flex-direction: column; padding: 50px; width: 42%; padding-top: 230px; padding-bottom: 90px; }
.land-main #content .block12 h1 { font-size: 80px; font-weight: normal; margin: 0 0 30px 0; text-transform: uppercase; font-family: "Metric-Light", Arial, sans-serif; }
.land-main #content .block12 h2 { font-size: 24px; line-height: 1.5; margin: 0 0 30px 0; max-width: 75%; }
.land-main #content .block12 a { background: var(--secondary-red); border-radius: 0; color: white; display: inline-block; max-width: 75%; padding: 15px; text-align: center; width: 100%; transition: background-color 0.3s; }
.land-main #content .block12 a:hover { background: black; text-decoration: none; }
.land-main #content .block2 { display: flex; justify-content: center; }
.land-main #content .block21 { display: flex; align-items: center; font-size: 53px; font-weight: bold; padding: 50px 15px; width: 34%; }
.land-main #content .block22 { font-size: 20px; padding: 50px; width: 80%; }
.land-main #content .steps { overflow: hidden; margin-bottom: 40px; }
.land-main #content .step { float: left; padding: 0 30px 0 0; width: 33.3%; text-align: center; }
.land-main #content .step p.step_title { font-size: 24px; font-family: "Metric-Medium", Arial, sans-serif; position: relative; }
.land-main #content .step p.step_title::after {  position: absolute;
    left: 5%;
    bottom: -20px; 
    height: 5px;
    width: 90%;
    background-color: white;
    border-radius: 100px;
    margin: 0 auto; 
    content: " ";
    display: block;
    cursor: pointer;} 
    #content > div.block2 > div > div > div:nth-child(1) > p:nth-child(2), #content > div.block2 > div > div > div:nth-child(2) > p:nth-child(2), #content > div.block2 > div > div > div:nth-child(3) > p:nth-child(2) { width: 80%;     margin: 0 auto;
        margin-top: 40px; }
.land-main #content .step p { margin: 0 0 30px 0; }
.land-main #content .step a { color: white; text-decoration: underline; }
.land-main #content .step a:hover { text-decoration: none; }
.land-main #content .block22 > p { font-size: 13px; }
.land-main #content .block11,
    .land-main #content .block21 { width: 60%; }

    #alertBox p { color: black; }
    .dynamic_info_logo { right: 50px; top: 11px; }

    #r_terms_conditions_box { width: calc( 100% - 30px); }

#submit-div > input.next_step,.SubmitButt  {
     background: var(--secondary-red);
        border-radius: 5px;
        color: white;
        display: inline-block;
        max-width: 550px;
        padding: 15px;
        text-align: center;
        width: 49%;
        border: 0px;
        transition: background-color 0.3s; 
    display: inline-block;
    font-family: "Metric-Light", Arial, sans-serif;
font-size: 16px; }

 #submit-div > input.prev_step { 
    background: #7E858B;
    display: inline-block;
            border-radius: 5px;
            border: 0px;
            color: white;
            display: inline-block;
            max-width: 550px;
            padding: 15px;
            text-align: center;
            width: 49%;
            transition: background-color 0.3s;
            font-family: "Metric-Light", Arial, sans-serif;
            font-size: 16px;}

            #r_button_subscribe {
                display: inline-block;
            }
            .stage3 #button_subscribe {
                background: var(--secondary-red);
                   border-radius: 5px;
                   color: white;
                   display: inline-block;
                   max-width: 550px;
                   padding: 15px;
                   text-align: center;
                   width: 100%;
                   border: 0px;
                   transition: background-color 0.3s; 
               display: inline-block;
               font-family: "Metric-Light", Arial, sans-serif;
           font-size: 16px; }

            #submit-div {
                padding: 30px 0;
                text-align: right;
                padding-right: 30px; 
            }

            .stage3 #r_button_subscribe { width: 49%; }



            /* ----HOW IT WORKS LP SCROLL------ */
            a.gotosteps { background: #7E858B!important;}
            a.gotosteps:hover { background: var(--primary-black)!important;}

            /* a.gotosteps { background: none!important;
                border-radius: 0;
                color: white;
                display: inline-block;
                max-width: 75%;
                padding: 15px;
                text-align: center;
                text-decoration: underline;
                width: 100%;
                transition: background-color 0.3s;
            position: relative; } */

            /* a.gotosteps::after { content: '';
                background: url(../images/scroll.svg) center center no-repeat;
    cursor: pointer;
    height: 84px;
    overflow: hidden;
    text-indent: 9999px;
    white-space: nowrap;
    width: 84px;
    position: absolute;
    top: 11px;
    right: 40%;} */
    #info_text > p:nth-child(6) { font-size: 16px!important; margin-top: 10px; }
    
    #r_purchase_upload_file > div.table-cell.coll1 {
        clear: none;
        float: none;
        width: calc(100% - 30px);
        padding: 0;
    }
    #submit-div > input.next_step, #submit-div > input.prev_step, .stage3 #button_subscribe { font-size: 18px; }
    #submit-div > input.next_step:hover, .stage3 #button_subscribe:hover { background-color: #A8071F; }
    #submit-div > input.prev_step:hover { background: #64696e; }
    #r_purchase_upload_file > div.table-cell.coll1 > div > span.dynamic_info_logo.selected { top: -5px; }
    #r_bank_benficiary > div.table-cell.plc_holder_parent > span.dynamic_info_logo.selected { top: 126px; }

    #r_upload_barcode1 > div:nth-child(2) > span.dynamic_info_logo.selected { top: 39px; }

    /* ---- SHORT OTS---- */

    .check-status {
        border: 0;
        margin: 0 auto 30px auto;
        width: 100%;
    }
    .p413 #main > h1, .p413 #main > form {
        width: 100%;
    }
    
    .p413 #main > h1 {
        margin-top: 100px;
        text-align: center;
    }
    
    .check-status .form-field.submit, .check-status .foot {
        text-align: center;
    }
    .check-status #button_ajax, #btn_new_search {
        background: #C80028;
        border: 0;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        font-family: 'OpenSans', Arial, sans-serif;
        font-size: 19px;
        margin: 0 auto;
        min-width: 150px;
        padding: 10px;
        transition: background-color 0.3s, color 0.3s;
    }


    .p111 #faq a { color: white; }
    .p111 #faq a:before {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-color: transparent transparent transparent white;
        transform: rotate(0deg);
        content: '';
        display: inline-block;
        position: absolute;
        top: 13px;
        left: 0;
    }
    .p111 #faq .answer { color:rgb(230, 230, 230); border-left: 2px solid #CF132F !important;}
    .p111 .type2 { color: white; margin-top: 30px; }

@media (max-width: 2000px) {
     #content .hero { height: 574px; background: url(../images/LP_2000.jpg) top center no-repeat; background-size: cover; padding-top: 235px; }
     #header_text .hero { display: flex; justify-content: center; margin: 0 auto; height: 510px; background: url(../images/CF_2000.jpg) top center no-repeat; background-size: cover; }
     #header_text .hero .texts { padding-top: 200px; }
    }

@media (min-width: 2000px) {
    #header_text .hero { display: flex; justify-content: center; margin: 0 auto; min-height: 800px; background: url(../images/CF_2560.jpg) top center no-repeat; background-size: cover; }
    #content .hero { min-height: 800px; background: url(../images/LP_2560.jpg) top center no-repeat; background-size: cover; padding-top: 337px; }
    #content .hero h1 { font-size: 84px; }
    
}
@media (max-width: 1920px) {
    #header_text .block2, #promo_content, #content, #footer { padding-left: 100px; padding-right: 30px; }
    #header_text .block3 h1 { padding: 100px 30px; left: 30px; }
    .land-main #content { padding-left: 0; padding-right: 0; }
    .land-main #content .block2 { padding-top: 40px; }
    .land-main #content .block12 { width: 45%; padding-top: 206px; }
    .land-main #content .block22 { width: 100%; }
    .land-main #content .block12 h1 { font-size: 60px; }
    .land-main #content .block12 h2 { font-size: 20px; }
    /* .land-main #content .block12, .land-main #content .block21, .land-main #content .block22 { padding: 30px; } */
    .land-main #content {  background-size: cover; background-position: right top; display: inline-block;  width: 100%; }
    #header_text .hero .texts { padding-right: 0; padding-top: 220px;}
    #promo_content { background: #040404; color: white; padding-left: 0; padding-right: 0;  background-size: cover; background-position: right center; display: inline-block; width: 100%;  }
    #promo_content.info_text_top #form_holder { background: #1A1F1F; }

    #header_text .hero .texts h1 { font-family: "Metric-Light", Arial, sans-serif; font-size: 50px; margin-bottom: 15px; }
    #header_text .hero .texts { padding-top: 200px; }
    #content .hero { height: 567px; background: url(../images/LP_1920.jpg) top center no-repeat; background-size: cover; padding-top: 235px; }
    #header_text .hero { display: flex; justify-content: center; max-width: 1920px; margin: 0 auto; height: 520px; background: url(../images/CF_1920.jpg) top center no-repeat; background-size: cover; } 
}
@media (max-width: 1500px){
    /* #header_text .hero .texts h1 { font-family: "Metric-Light", Arial, sans-serif; font-size: 3em; margin-bottom: 15px; }
#header_text .hero .texts h2 { font-size: 1em; width: 80%; } */
}
@media (max-width: 1200px) {
    .land-main #content .block12 {
        width: 60%;
    }
    #form_wrapper, #form_titles {
        padding-left: 20%;
        padding-right: 20%;
        margin: 0 auto;
    }
    
    #header_text .hero .texts h1 {
        font-family: "Metric-Light", Arial, sans-serif;
        font-size: 2.7em;
        margin-bottom: 15px;
    }
    #header_text .hero .texts h2 {
        font-size: 0.8em;
        width: 90%;
    }

}
@media (max-width: 1100px){
    #promo_content.info_text_left #form_holder { float: none; width: 100%; margin: 0 auto; }
    #promo_content.info_text_left #info_text_holder { float: none; width: 100%; margin: 0; padding: 0; }
    #promo_content { padding-left: 0; padding-right: 0; background: #040404; height: auto; }
    #info_text .mob_banner { display: block; width: 100%; }
    #form_titles .block3 ul { width: 100%; }
    #promo_content.info_text_left #form_holder { padding-right: 20px; padding-left: 20px; }
    .stage3 #r_button_subscribe { width: 49%; }
    input.next_step, .SubmitButt, #submit-div > input.prev_step { width: 49%; }

    #main.ty #form_wrapper {
        font-size: 20px;
        line-height: 1.5;
        
        margin: 0 auto;
    }

    #main.ty #promo_content { 
        padding-left: 0;
        padding-right: 0;
        
        background-size: cover;
        background-position: top center;
        display: inline-block;
        
        width: 100%;}

        #header_text .hero .texts h1 { font-size: 50px; }
#header_text .hero .texts h2 { font-size: 16px; width: 80%; }
#form_wrapper, #form_titles {
    padding-left: 15%;
    padding-right: 15%;
    margin: 0 auto;
}
   
#content .hero { height: 540px; background: url(../images/LP_1100.jpg) top center no-repeat; background-size: cover; padding-top: 235px; }
    #header_text .hero { display: flex; justify-content: center; max-width: 1920px; margin: 0 auto; padding-top: 0px; height: 540px; background: url(../images/CF_1100.jpg) top center no-repeat; background-size: cover; } 

}

@media (max-width: 999px) {
    .first_row.startcol1, .first_row.startcol, .first_row.startgroup1, .second_row { float: none; padding: 0; width: 100%; }
    #header_text .block2 .block0 { display: flex; }
    #header_text .block2 .block0 p.logo_mob { display: block; }
    #header_text .block2 .block0 p { order: 2; margin-right: 0; /*padding-right: 10%;*/ text-align: center; width: 80%; margin: 0 auto; }
    #header_text .block2 .block0 .nav { order: 1; margin-right: 30px; width: 10%; position: relative; }
    #header_text .block2 .block0 .toggle { background: url(../images/hamburger.png) center center no-repeat; display: inline-block; height: 25px; overflow: hidden; text-indent: 9999px; white-space: nowrap; width: 33px; }
    #header_text .block2 .block0 ul { display: none; background: var(--primary-black); box-shadow: 0 0 15px rgba(0,0,0,0.25); padding: 10px; text-align: center; width: 250px; position: absolute; top: 25px; left: 0; z-index: 2; }
    #header_text .block2 .block0 li { margin: 15px 0; }
    #header_text .block2 .block0 li p.logo { display: none; }
    #header_text .block2 li:first-child { margin-right: 0; }
    #header_text .block3 { padding-bottom: 150px; }
    #header_text .block3 h1 { font-size: 60px; max-width: calc(100% - 60px); padding: 50px 25px; top: auto; bottom: 30px; }
    #footer .block21, #footer .block22 { float: none; }
    #footer .block22 li { display: block; margin: 10px 0; }
    .land-main #content .block1,
    .land-main #content .block2 { flex-direction: column; }
    .land-main #content .block11,
    .land-main #content .block21,
    .land-main #content .block12,
    .land-main #content .block22 { float: none; width: 100%; }
    .land-main #content .block22 { padding-left: 0; padding-right: 0; }
    .land-main #content .step { text-align: left; }
    .land-main #content .block12 h2 { max-width: 100%; }
    /* .land-main #content .block11 { display: block; } */
    .land-main #content .block1 img { display: block; } 
    .land-main #content { height: auto; background: var(--primary-black);}
    .land-main #content .block11 img { width: 100%; }
    .land-main #content .block12 { display: block; top: 200px; position: static; padding-top: 40px; padding-bottom: 0; }
    .land-main #content .block1 { flex-direction: column; position: static; height: auto; }

    .land-main #content .step { float: none; padding: 15px 0; text-align: center; width: 100%; }
    .land-main #content .block12 a { max-width: 100%; }
    #content > div.block1 > div.block12 > p:nth-child(4) { display: none; }

    #header_text .hero .texts h1 {
        font-size: 46px;
    }
    #header_text .hero .texts h2 {
        font-size: 15px;
    }
    #header_text .hero .texts {
        padding: 0px 25px;
        padding-top: 7%;
    }
    #header_text .hero { padding-top: 110px; }
    #form_titles, #form_wrapper { padding-left: 25px; padding-right: 25px; }
    #header_text .block2, #footer { padding-left: 30px; padding-right: 30px; }


    .p413 #main > h1 {
        margin-top: 50px;
        text-align: center;
    }
    
}
@media (max-width: 820px) {
    .field-row .table-cell.coll1 {
        clear: none;
        float: right;
        padding: 0 0 0 5px;
        width: 10px;
    }
    .field-row .table-cell {
        clear: none;
        float: none;
        width: calc(100% - 10px);
    }

    .p18.stage2 .field-row .table-cell {
        clear: none;
        float: none;
        width: calc(100% - 30px);
    }
    #header_text .block3 h1 { font-size: 36px; padding: 25px; top: auto; bottom: 30px; }
    #header_text .block3 { padding-bottom: 100px; }

    #form_titles .block3 li, #form_titles .block3 li:nth-child(3) {
        float: none;
        margin: 0 0 10px 0;
        text-align: center;
        width: 100%;
    }
    #form_titles .block3 li::after { width: 100%; }
    .dynamic_info_logo { right: 31px; }
    #r_purchase_upload_file > div.table-cell.coll1 > div > span.dynamic_info_logo.selected { top: 0;}
    #main.ty #form_wrapper {
        font-size: 20px;
        line-height: 1.5;
        
        margin: 0 auto;
    }

  
    #header_text .hero .texts { width: 100%; order: 2; padding-bottom: 30px; }
    #header_text .hero .banner { width: 100%; order: 1; }
    
    #content .block4 h3 { width: 100%; padding: 40px 20px; }
    #promo_content #info_text_holder ul.rewards_list { display: flex; justify-content: center; list-style: none; margin-bottom: 20px; flex-wrap: wrap; }
#promo_content #info_text_holder ul.rewards_list li.reward { width: 30%; margin: 15px 0; }

#r_purchase_upload_file > div.table-cell.coll1 {
    clear: none;
    float: none;
    width: calc(100% - 10px);
    padding: 0;}



    #header_text .block2, #footer { padding-left: 30px; padding-right: 30px; }
    #promo_content #info_text_holder .bonus p strong::after { width: 20%; }
   

    /* ----SHORT OTS---- */

    .p413 .check-status .label-field, .p413 .check-status .input-field {
        float: none;
        display: block;
        width: 100%;
    }

    #content .hero .mob_banner_LP { display: block; }
    #content .hero .texts{ display: none; }
    #content .hero { height: 100%; background: #252C2B; padding-top: 0; }
}

@media (max-width: 700px) {

    #content .hero .mob_banner_LP, #header_text .hero .mob_banner_CF { display: block; }
    #content .hero .texts, #header_text .hero .texts { display: none; }
    #content .hero { height: 100%; background: #252C2B; padding-top: 0; }
    #header_text .hero {  height: 100%; background: #252C2B; padding-top: 0; } 
}

@media (max-width: 500px) { 
    .stage3 #r_button_subscribe { width: 100%; margin: 4px 0; padding-right: 0; }
input.next_step, .SubmitButt, #submit-div > input.prev_step, #submit-div > input.next_step { width: 100%; margin: 4px 0;padding-right: 0; }
#submit-div { padding-right: 0; }
#promo_content #info_text_holder { padding: 15px 5%; }

#header_text .block2 .block0 p.logo_mob img { max-width: 30%; }

}
@media (max-width: 480px) {
    #header_text .block1, #header_text .block2, #content, #footer, #form_holder { padding-left: 15px; padding-right: 15px; }
    #header_text .block3 h1 { left: 15px; max-width: calc(100% - 30px); }
    #header_text .block1 { font-size: 16px; }
    #promo_content #info_text_holder ul.rewards_list li.reward { width: 100%; margin: 15px 0; }
   
    
}