* {
  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;
}

#header_text .block1 {
  background: #040404;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 100px;
  text-align: right;
}
#header_text .block1 a {
  color: white;
  font-weight: normal;
}
#header_text .block2 {
  background: #1c2121;
  background: linear-gradient(0deg, #111 0%, #1c2121 100%);
  font-size: 21px;
  font-weight: bold;
  padding: 35px 100px;
}
#header_text .block2:after {
  content: "";
  clear: both;
  height: 1px;
  width: 1px;
}
#header_text .block2 .block0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1800px;
}
#header_text .toggle {
  display: none;
}
#header_text .block2 ul {
  display: flex;
  list-style: none;
  font-weight: normal;
  font-size: 20px;
  gap: 1.75rem;
}
#header_text .block2 li a {
  color: #c3c4c7;
}
#header_text .block2 li:nth-child(3) a {
  background: var(--secondary-red);
  color: #ffffff;
  padding: 0.5rem 1rem;
}
#header_text .block2 li:nth-child(3) a:hover {
  background: var(--tertiary-red);
  text-decoration: none;
}
#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;
}

#promo_content,
#content {
  margin: 0 auto;
  max-width: 1920px;
}
#promo_content {
  background: #040404;
  color: white;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  width: 100%;
}
#promo_content.info_text_left {
  display: flex;
  flex-direction: row;
  align-items: stretch; /* Ensures children stretch to full height */
}

#promo_content.info_text_left #form_holder,
#info_text,
#promo_content.info_text_left #info_text_holder {
  display: grid;
  height: auto;
  row-gap: 0;
}
#info_text {
  display: grid;
  grid-gap: 0;
  row-gap: 0;
  column-gap: 0;
}
#info_text .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or contain, depending on design */
  display: block;
}
#promo_content.info_text_left #form_holder {
  background: none;
  color: white;
  float: left;
  width: 50%;
  padding: 40px 10% 0 10%;
  margin-bottom: 0;
}

#form_titles {
  margin: 0 0 30px 0;
}
#form_titles h1 {
  font-size: 60px;
  margin: 0 0 30px 0;
}
#form_titles h2 {
  font-size: 22px;
}

#promo_content.info_text_left #info_text_holder {
  margin: 0;
  padding: 0;
}
#info_text p img {
  display: block;
}
#info_text .intro {
  background: #1c2121;
  background: linear-gradient(
    179deg,
    #474749 -394.61%,
    #1c2121 -0.17%,
    #111717 99.37%,
    #161c1c 99.42%
  );
  padding: 50px 50px 50px 100px;
}
#info_text .intro h3 {
  font-family: "Metric-Bold";
  font-size: 26px;
  margin: 0 0 15px 0;
  border-bottom: 2px solid #cf132f;
}
#info_text p,
#info_text ul {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 15px 0;
  overflow: hidden;
}
#info_text p.hero {
  margin: 0;
}
#info_text ul li {
  float: left;
  list-style: none;
  width: 33%;
}
#info_text .bonus {
  border-top: 1px solid var(--secondary-red);
  color: white;
  padding-top: 15px;
}
#info_text h4 {
  margin: 0 0 15px 0;
}
#info_text .bonus p,
#info_text .bonus ul {
  color: white;
}
#info_text p:last-child {
  opacity: 0.65;
  font-size: 1.125rem;
  line-height: 1.22rem;
}
#content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 30px 0;
}
#content h1 {
  font-size: 24px;
  font-weight: bold;
}
#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 0.2s;
  pointer-events: none;
}
.field-row .table-cell.coll1,
.table-cell.coll1_field_sub_group_btm {
  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;
}

.table-cell input[type="text"],
.table-cell select {
  font-size: 15px;
  border-radius: 0;
  border: 1px solid #c8c8c8;
  background: #040404;
  color: white;
  font-family: "Metric-Regular", Arial, sans-serif;
  padding: 10px 5px;
  width: 100%;
}
::placeholder {
  color: white;
}
#submit-div {
  padding: 50px 30px 50px 0;
  text-align: right;
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.SubmitButt,
.next_step,
.prev_step {
  background: #99021e;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Metric-Light";
  font-size: 18px;
  padding: 15px 60px;
  transition: background-color 0.3s;
}
.SubmitButt:hover,
.next_step:hover {
  background: #cf132f;
}
.prev_step {
  background: #7e858b;
}
.prev_step:hover {
  background: #646a6e;
}
#r_button_subscribe {
  display: inline-block;
}

.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 {
  display: block;
  font-family: "Metric-Bold";
  font-size: 32px;
  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;
}
div[id^="r_date_purchase"] .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  top: auto !important;
  bottom: 28px !important;
  right: 7px;
}
.field-row .inputfile.inputfile__btn + label {
  background: var(--secondary-red) !important;
  width: calc(100% - 30px);
  transition: background-color 0.3s;
}
.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,
#add_premiums_multiple,
#remove_premiums_multiple {
  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;
}
label[id^="l_purchase_upload_file"] {
  font-size: 15px;
}
div[id^="serial_number"] {
  display: inline-block;
  font-size: 15px;
  padding: 5px 0;
}
div[id^="serial_number"] a {
  display: inline-block;
  margin-bottom: 5px;
}
#add_another_product {
  margin: 0 0 5px 0;
}
#add_premiums_multiple {
  margin: 5px 0;
}
#add_another_product.disabled,
#remove_last_product.disabled,
#add_premiums_multiple.disabled,
#remove_premiums_multiple.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover,
#add_premiums_multiple:hover,
#remove_premiums_multiple:hover {
  background: #a4a8ab;
}
.tc-box .tc-box-textarea {
  border: 1px solid #a4a8ab;
}
#l_right_txt_terms_conditions {
  line-height: 1.25;
}
.dynamic_info_logo {
  right: 0;
}
#r_purchase_upload_file1 > div:nth-child(2) > span.dynamic_info_logo.selected {
  top: 40px;
}
div[id^="r_purchase_upload_file"] .table-cell.coll1 {
  float: none;
  padding: 5px 0;
  width: 100%;
}
#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;
}
#date_purchase_u_info,
#l_purchase_upload_file,
#bank_benficiary_individual_u_info,
#bank_benficiary_u_info,
#bank_beneficiary_rev_u_info,
div[id^="date_purchase"] {
  display: block;
  font-size: 14px;
  padding: 5px 0;
}
#alertBox {
  color: black;
}
#r_terms_conditions_box {
  width: calc(100% - 30px);
}
#r_premiums_multiple.field-row .table-cell.coll1 {
  float: none;
  padding: 0;
  width: 100%;
}
#l_premiums_multiple {
  font-size: 13px;
  font-weight: bold;
}
#l_premiums_multiple .required {
  float: right;
  font-size: 16px;
  margin-right: 19px;
}

#footer {
  background: #21201f;
  color: white;
  padding: 30px 100px;
  font-size: 1rem;
}
#footer .block0 {
  margin: 0 auto;
  max-width: 1800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .block1 {
  display: grid;
  row-gap: 1rem;
}
#footer .block2 {
  overflow: hidden;
}
#footer .block2 ul {
  display: flex;
  gap: 1rem;
}
#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_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: 180px 0;
}
#main.ty #promo_content.info_text_left #form_holder {
  float: none;
  width: 100%;
}
#main.ty #form_wrapper h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
#main.ty #promo_content {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.ui-datepicker td a {
  padding: 2px 0;
}
.ui-datepicker .ui-datepicker-title select,
.ui-widget button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-datepicker th {
  font-size: 12px;
}
.ui-datepicker {
  width: 250px;
}

.check-status {
  margin-bottom: 100px;
}
.check-status h2 {
  border-bottom: 0;
  font-size: 26px;
  padding: 10px 0;
}
.check-status input[type="text"] {
  padding: 10px;
  width: 100%;
}
.check-status #l_promotion_submission_id {
  display: inline-block;
  padding: 10px;
}
.check-status .form-field.submit {
  text-align: center;
}
#button_ajax,
#btn_new_search {
  background: var(--secondary-red);
  border: 0;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-family: "Metric-Light";
  font-size: 18px;
  padding: 15px 60px;
  transition: background-color 0.3s;
}
#button_ajax:hover,
#btn_new_search:hover {
  background: var(--tertiary-red);
}
.check-status .foot {
  text-align: center;
}
.table-body .table-cell.id {
  background: var(--secondary-red);
}
.p111 .type2 {
  font-size: 32px;
  font-weight: 600;
}
.p111 #faq a {
  color: white;
}
.p111 #faq .answer {
  border-left: 2px solid var(--secondary-red) !important;
}

@media (max-width: 1400px) {
  #header_text .block1,
  #header_text .block2,
  #info_text .block1,
  #promo_content.info_text_left #form_holder,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@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: 50%;
  }
  #main.ty #form_wrapper {
    font-size: 20px;
    line-height: 1.5;
    padding: 100px 0;
    margin: 0 auto;
  }
  #main.ty #promo_content {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 999px) {
  #promo_content.info_text_left {
    display: grid;
  }
  #info_text .intro {
    padding: 50px 20px 30px 20px;
  }
  .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 {
    order: 2;
    margin-right: 0;
    padding-right: 10%;
    text-align: center;
    width: 90%;
  }
  #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 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;
  }
}
@media (max-width: 799px) {
  #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: 40px;
  }
  #main.ty #form_wrapper {
    font-size: 20px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
  }
  .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: 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;
  }
}
@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;
  }
  #content a {
    word-break: break-word;
  }
  #form_titles h1 {
    font-size: 40px;
  }
  #info_text .block1 {
    text-align: center;
  }
  #info_text ul li {
    float: none;
    width: 100%;
  }
  #info_text .bonus,
  #info_text .bonus + p {
    text-align: left;
  }
}
