*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.ttf")
      format("ttf"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff")
      format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.otf") format("otf"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.eot") format("eot");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat/v1/Montserrat-Light.ttf")
      format("ttf"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.woff") format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.otf") format("otf"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Light.eot") format("eot");
  font-weight: 300;
}
@font-face {
  font-family: "Tungsten";
  src: url("../../assets/fonts/Tungsten/v1/Tungsten-Semibold.ttf") format("ttf"),
    url("../../assets/fonts/Tungsten/v1/Tungsten-Semibold.woff") format("woff"),
    url("../../assets/fonts/Tungsten/v1/Tungsten-Semibold.woff2")
      format("woff2"),
    url("../../assets/fonts/Tungsten/v1/Tungsten-Semibold.otf") format("otf");
  font-weight: normal;
}

@font-face {
  font-family: "TungstenReveal";
  src: url("../../assets/fonts/TungstenReveal/v1/TungstenReveal.ttf")
      format("ttf"),
    url("../../assets/fonts/TungstenReveal/v1/TungstenReveal.woff")
      format("woff"),
    url("../../assets/fonts/TungstenReveal/v1/TungstenReveal.woff2")
      format("woff2"),
    url("../../assets/fonts/TungstenReveal/v1/TungstenReveal.otf") format("otf");
  font-weight: normal;
}

:root {
  --primary-red: #c8102e;
  --primary-blue: #7da1c4;
  --primary-green: #2e9597;
}

body {
  background: black;
  color: white;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
a {
  color: var(--primary-red);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: underline;
}

#main {
  margin: 0 auto;
  max-width: 100%;
}

#header_text .block1 {
  background: #2c2e31;
  color: #b6b9b9;
  font-size: 11px;
  padding: 40px 25px;
  text-align: right;
}

#promo_content.info_text_left #info_text_holder {
  margin: 0;
  padding: 0;
  width: auto;
}
#info_text .block1 {
  position: relative;
  margin-top: 3rem;
}
#info_text .block1:after {
  background-size: cover;
  content: "";
  display: block;
  height: 598px;
  width: 162px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#info_text .block1 h1 {
  font-family: "Tungsten", Arial, sans-serif;
  font-size: 68px;
  font-weight: bold;
  line-height: 0.85;
  margin: 2rem 0 1.75rem 190px;
  text-transform: uppercase;
  position: relative;
}
#info_text .block1 h1 em {
  font-family: "TungstenReveal", Arial, sans-serif;
  font-weight: normal;
}
#info_text .block1 h1::before {
  background: var(--primary-red);
  border-radius: 4px;
  content: "";
  display: block;
  height: 115%;
  width: 4px;
  position: absolute;
  top: -11px;
  left: 10px;
  transform: rotate(-15deg);
}
#info_text .block1 .line2 {
  display: block;
  margin-left: 18px;
}
#info_text .block1 p.text {
  color: #e3e3e3;
  line-height: 1.25;
  margin: 0 0 30px 230px;
  max-width: 360px;
}
#info_text .block1 p.products {
  width: 340px;
  position: relative;
  z-index: 2;
}
#info_text .block1 p.logo {
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 3;
}
#info_text .block1 .roundel {
  background: var(--primary-red);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 26px;
  height: 226px;
  padding: 15px;
  text-align: center;
  width: 226px;
}
#info_text .block1 .roundel strong {
  display: block;
  font-size: 62px;
}
#info_text .block2 {
  display: none;
}
.product-roundel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

#content {
  display: grid;
}
#version_content {
  display: none;
}
#content .block1 {
  display: none;
  width: 50%;
}
#content .block11 {
  position: relative;
}
#content .block11:after {
  background: url(../images/branding.png) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 598px;
  width: 162px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#content .block11 h1 {
  font-family: "Tungsten", Arial, sans-serif;
  font-size: 82px;
  font-weight: bold;
  line-height: 0.85;
  margin: 30px 0 30px 100px;
  text-transform: uppercase;
  position: relative;
}
#content .block11 h1 em {
  font-family: "TungstenReveal", Arial, sans-serif;
  font-weight: normal;
}
#content .block11 h1::before {
  background: var(--primary-red);
  border-radius: 4px;
  content: "";
  display: block;
  height: 115%;
  width: 4px;
  position: absolute;
  top: -11px;
  left: 10px;
  transform: rotate(-15deg);
}
#content .block11 .line2 {
  display: block;
  margin-left: 18px;
}
#content .block11 p.text {
  color: #e3e3e3;
  line-height: 1.25;
  margin: 0 0 30px 150px;
  max-width: 250px;
}
#content .block11 p.products {
  margin-left: 175px;
  position: relative;
  z-index: 2;
}
#content .block11 p.logo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
}
#content .block11 .roundel {
  background: var(--primary-red);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 26px;
  height: 226px;
  padding: 15px;
  text-align: center;
  width: 226px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
#content .block11 .roundel strong {
  display: block;
  font-size: 62px;
}
#content .block12 {
  display: none;
}

#content .block2 {
  width: 100%;
}
#content .block2 h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: center;
}
#content .block2 p,
#content .block2 ul {
  margin: 0 0 15px 0;
}
#content .block2 table {
  background: #111;
  margin: 0 0 15px 0;
  width: 100%;
}
#content .block2 td {
  border: 1px solid #222;
  padding: 10px;
}
#content .block2 td p {
  margin: 0;
}
.tc-box .tc-box-textarea td {
  font-size: 15px;
}
.tc-box .tc-box-textarea .block1 {
  display: none;
}

#promo_content,
#content {
  margin: 0 auto;
  max-width: 1400px;
  padding: 50px 0 0 25px;
}
#promo_content {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 2rem;
}
#promo_content,
#form_holder {
  background: transparent;
}
.plc_holder_parent.float label {
  color: white;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}
#promo_content.info_text_left #form_holder {
  margin: 0;
  padding: 0;
  width: auto;
}
.field-row .table-cell {
  clear: none;
  float: none;
  width: calc(100% - 30px);
}
.field-row .table-cell.coll1,
.table-cell.coll1_field_sub_group_btm {
  float: right;
  padding: 5px 0 0 5px;
  width: 30px;
}
.table-cell input[type="text"],
.table-cell select {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
}
#submit-div {
  padding: 30px 0;
  text-align: center;
}
.SubmitButt {
  background: var(--primary-green);
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  margin: 0 0 15px 0;
  min-width: 165px;
  padding: 15px;
  transition: background-color 0.3s;
}
.SubmitButt:hover {
  background: var(--primary-red);
}

.required {
  color: white;
}
div.required {
  margin-left: 40px;
}
#form_titles {
  margin-left: 40px;
}
#form_titles .button1 a {
  background: var(--primary-red);
  border-radius: 30px;
  color: white;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 10px 20px;
  text-decoration: none;
}
#form_titles .button1 a:hover {
  background: var(--primary-green);
}
#date_birth_u_info,
div[id^="purchase_upload_file"],
div[id^="upload_barcode"],
div[id^="date_purchase"],
#bank_benficiary_individual_u_info,
#bank_benficiary_u_info {
  display: block;
  font-size: 13px;
  padding: 5px 0;
}
#date_birth_u_info {
  opacity: 0.7;
}
#r_date_birth .table-cell,
div[id^="r_date_purchase"] .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}
#country_promotion {
  display: block;
  font-weight: bold;
  margin: 10px;
}
#promo_content a.popup {
  background: var(--primary-red);
  border-radius: 50%;
  color: white;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  width: 21px;
}
#promo_content a.popup:hover {
  background: var(--primary-green);
  color: white !important;
  text-decoration: none;
}
#r_purchase_upload_file .fileinputs {
  float: left;
  width: 50%;
}
#promo_content .field-row .inputfile.inputfile__btn + label {
  background: var(--primary-red);
  float: none;
  width: 100%;
  transition: background-color 0.3s;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
  font-size: 13px;
}
#promo_content .field-row .inputfile.inputfile__btn + label:hover {
  background: var(--primary-green);
}
div[id^="r_purchase_upload_file"] .table-cell,
div[id^="r_upload_barcode"] .table-cell {
  float: none;
  padding: 5px;
  width: calc(100% - 30px);
}
#add_another_product,
#remove_last_product {
  background: var(--primary-blue);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s;
}
#add_another_product.disabled,
#remove_last_product.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover {
  background-color: var(--primary-red);
}
#r_terms_conditions_box,
#r_subscribe {
  width: calc(100% - 30px);
}
#alertBox {
  color: black;
}
.dynamic_info_logo {
  right: 0;
}
#r_bank_code .dynamic_info_logo,
#r_bank_account .dynamic_info_logo {
  top: -3px;
}
#r_date_birth .dynamic_info_logo,
div[id^="r_date_purchase"] .dynamic_info_logo {
  right: -30px;
}

.accordion-toggle {
  margin: 15px 0;
  padding-left: 40px;
  position: relative;
}
.accordion-toggle:before {
  background: url(../images/icon-toggle.svg) center center no-repeat;
  border: 0;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(270deg);
}
.accordion-toggle.active {
  color: white;
}
.accordion-toggle.active:after {
  background: url(../images/icon-toggle.svg) center center no-repeat;
  border: 0;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 5px;
  left: 0;
}
.first_row.step2,
.group_fields_wrapper {
  display: grid;
  gap: 0.25rem;
}

#footer {
  font-size: 12px;
}
#footer a {
  color: #939393;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .block0 {
  margin: 0 auto 30px auto;
  max-width: 1400px;
  overflow: hidden;
}
#footer .block00 {
  float: right;
  text-align: center;
  padding-right: 1.25rem;
}
#footer .block00 a {
  background: var(--primary-red);
  color: white;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 15px 30px;
  text-decoration: none;
}
#footer .block00 a:hover {
  background: var(--primary-green);
}
.p19 #footer .block0 {
  display: none;
}
#footer .block1 {
  border-top: 1px solid #939393;
  line-height: 1.2;
  padding: 25px;
  color: #939393;
  max-width: 1400px;
  margin: 0 auto;
}
#footer .block1 ul {
  overflow: hidden;
}
#footer .block1 li {
  float: right;
  margin: 0 0 0 15px;
}
#footer .block1 li:first-child {
  float: left;
}
#footer .block2 {
  background: #2c2e31;
  font-size: 11px;
  padding: 40px 25px;
  text-align: right;
}

#main.ty #printArea,
#main.ty #printArea + p,
#main.ty #form_titles,
#main.ty #footer .block0,
#main.ty #promo_content.info_text_left #info_text_holder {
  display: none;
}
#main.ty #promo_content.info_text_left #form_holder {
  float: none;
  width: 100%;
}
#main.ty #form_wrapper {
  font-size: 24px;
  line-height: 1.5;
  padding: 100px 0;
  text-align: center;
}
#main.ty #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#main.ty #promo_content {
  grid-template-columns: 1fr;
}

.p111 #footer .block0 {
  display: none;
}
.p111 #faq {
  padding: 30px 0;
}
.p111 h1.type2 {
  margin: 30px 0;
}
.p111 #faq a {
  color: white;
}
.tc-box {
  display: grid;
}
#extend_content h1 {
  font-size: 1.5rem;
}
#extend_content table {
  width: 100%;
}

@media (max-width: 1440px) {
  #promo_content.info_text_left #form_holder,
  #info_text .block2,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #promo_content.info_text_left #info_text_holder,
  #promo_content.info_text_left #form_holder {
    float: none;
    margin: 30px 0;
    width: 100%;
  }
  #content {
    flex-direction: column;
  }
  #content .block1,
  #content .block2 {
    width: 100%;
  }
  #content .block1 {
    margin-bottom: 50px;
  }
  #footer .block1 li,
  #footer .block1 li:first-child {
    float: none;
    margin: 10px 0;
  }
}
@media (max-width: 1180px) {
  #info_text .block1 h1 {
    font-size: 59px;
    margin: 2rem 0 1.75rem 165px;
  }
  #info_text .block1 h1::before {
    left: 6px;
  }
  #info_text .block1 p.logo {
    width: 130px;
  }
  #info_text .block1 .line2 {
    margin-left: 15px;
  }
  #info_text .block1 p.text {
    margin-left: 200px;
  }
  #info_text .block1 .roundel {
    font-size: 20px;
    width: 180px;
    height: 180px;
  }
  #info_text .block1 .roundel strong {
    font-size: 46px;
  }
}
@media (max-width: 1030px) {
  #info_text .block1 h1 {
    font-size: 50px;
  }
  #info_text .block1 h1::before {
    left: 3px;
  }
  #info_text .block1 .line2 {
    margin-left: 11px;
  }
  #info_text .block1 p.text {
    margin-left: 190px;
  }
  #info_text .block1 p.products {
    width: 300px;
  }
}
@media (max-width: 940px) {
  #info_text .block1 p.products {
    width: 250px;
  }
  #content a {
    word-break: break-word;
  }
  #promo_content,
  #content {
    max-width: 100%;
  }
  #promo_content {
    padding: 0 1rem;
  }
  #promo_content {
    grid-template-columns: 1fr;
  }
  #info_text .block1 h1 {
    font-size: 68px;
  }
  #info_text .block1 h1::before {
    left: 8px;
  }
  #info_text .block1 .line2 {
    margin-left: 16px;
  }
  #info_text .block1 p.text {
    margin-left: 210px;
  }
  #footer .block00 {
    float: none;
    text-align: center;
  }
}
@media (max-width: 660px) {
  #info_text .block1 h1 {
    font-size: 58px;
  }
  #info_text .block1 h1::before {
    left: 6px;
  }
  #info_text .block1 .line2 {
    margin-left: 15px;
  }
  #info_text .block1 p.text {
    margin-left: 190px;
  }
  #promo_content.info_text_left #info_text_holder,
  #promo_content.info_text_left #form_holder {
    margin-bottom: 0;
  }
}
@media (max-width: 590px) {
  #info_text .block1 h1 {
    font-size: 44px;
    margin: 2rem 0 1.75rem 145px;
  }
  #info_text .block1 h1::before {
    left: 3px;
    top: -6px;
  }
  #info_text .block1 .line2 {
    margin-left: 10px;
  }
  #info_text .block1 p.logo {
    width: 110px;
  }
  #info_text .block1 p.text {
    margin-left: 165px;
  }
  #info_text .block1 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 480px) {
  #info_text .block1 h1 {
    font-size: 36px;
    margin: 0 0 1.25rem 125px;
  }
  #info_text .block1 p.logo {
    width: 92px;
    top: 20px;
  }
  #info_text .block1 p.text {
    margin-left: 140px;
  }
  #info_text .block1 p.products {
    width: 220px;
  }
  #info_text .block1 .roundel {
    font-size: 16px;
    width: 140px;
    height: 140px;
  }
  #info_text .block1 .roundel strong {
    font-size: 32px;
  }
  #promo_content.info_text_left #form_holder {
    padding: 0;
  }
}
@media (max-width: 420px) {
  #info_text .block1 p.logo {
    width: 80px;
    left: 0;
  }
  #info_text .block1 h1 {
    font-size: 32px;
    margin: 0px 0 1.25rem 95px;
  }
  #info_text .block1 p.products {
    width: 200px;
  }
  #info_text .block1 p.text {
    margin-left: 110px;
  }
  #info_text .block1 .roundel {
    font-size: 14px;
    width: 110px;
    height: 110px;
  }
  #info_text .block1 .roundel strong {
    font-size: 28px;
  }
  #promo_content,
  #content {
    gap: 0;
  }
}
@media (max-width: 360px) {
  #info_text .block1 p.logo {
    width: 70px;
  }
  #info_text .block1 h1 {
    font-size: 30px;
    margin: 0px 0 1rem 80px;
  }
  #info_text .block1 h1::before {
    left: 1px;
    top: -5px;
  }
  #info_text .block1 .line2 {
    margin-left: 7px;
  }
  #info_text .block1 p.text {
    margin-left: 90px;
  }
  #info_text .block1 p.products {
    width: 160px;
  }
}
