* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "Raleway";
  src: url("../../assets/fonts/Raleway/v1/Raleway-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/Raleway/v1/Raleway-Regular.woff") format("woff"),
    url("../../assets/fonts/Raleway/v1/Raleway-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../assets/fonts/Raleway/v1/Raleway-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Raleway/v1/Raleway-Bold.woff") format("woff"),
    url("../../assets/fonts/Raleway/v1/Raleway-Bold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../assets/fonts/Raleway/v1/Raleway-Light.woff2") format("woff2"),
    url("../../assets/fonts/Raleway/v1/Raleway-Light.woff") format("woff"),
    url("../../assets/fonts/Raleway/v1/Raleway-Light.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.woff")
      format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../assets/fonts/Montserrat/v1/Montserrat-Bold.woff2")
      format("woff2"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Bold.woff") format("woff"),
    url("../../assets/fonts/Montserrat/v1/Montserrat-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
}

:root {
  --primary-blue: #2193ae;
  --primary-orange: #f49720;
}

body {
  background: white;
  color: black;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
}
a {
  color: #cb4a35;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#main {
  max-width: 100%;
}

#header_text {
  margin-bottom: 20px;
  width: 100%;
}
#header_text .block1 {
  text-align: center;
}
#header_text .block2 {
  color: white;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1440px;
  text-transform: uppercase;
  position: relative;
}
#header_text .block2 img {
  display: block;
}
#header_text .block2 h1 {
  display: none;
  font-size: 70px;
  font-style: italic;
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#header_text .block2 h1 strong {
  display: block;
  font-size: 220px;
  font-style: normal;
  letter-spacing: 15.397px;
  line-height: 0.9;
}
#header_text .block2 h2 {
  display: none;
  font-size: 27px;
  font-style: italic;
  letter-spacing: 3.276px;
  position: absolute;
  bottom: 30px;
  left: 50px;
}
#header_text .block3 {
  background: linear-gradient(90deg, #e6e6e6 0%, #fff 49.9%, #f0f0f0 108.46%);
  color: black;
  font-size: 19px;
  padding: 50px 0;
}
.p19 #header_text .block3 {
  display: none;
}
#header_text .block0 {
  margin: 0 auto;
  max-width: 1350px;
}
#header_text h3 {
  font-size: 47px;
  margin: 0 0 50px 0;
  text-align: center;
}
#header_text ul {
  display: flex;
}
#header_text li {
  line-height: 1.2;
  list-style: none;
  padding: 0 20px 0 0;
  vertical-align: top;
  width: 20%;
  position: relative;
}
#header_text li:first-child {
  width: 40%;
}
#header_text li strong {
  background: #3a4656;
  color: white;
  display: inline-block;
  font-family: "Montserrat";
  margin: 0 0 20px 0;
  padding: 5px 10px;
  text-transform: uppercase;
  position: relative;
}
#header_text li a {
  text-decoration: underline;
}
#header_text li a:hover {
  text-decoration: none;
}
#header_text li:before {
  border-bottom: 1px solid black;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
}
#header_text li:last-child:before {
  display: none;
}
#header_text li strong:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent black;
  transform: rotate(0deg);
  position: absolute;
  top: 12px;
  left: -8px;
}
#header_text li:first-child strong:before {
  display: none;
}
#header_text .block3 .grid {
  margin: 0 0 30px 0;
}
#header_text .block3 .grid + p {
  text-align: center;
}
#header_text .block3 .grid + p a {
  background: #cb4a35;
  color: white;
  display: inline-block;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
#header_text .block3 .grid + p a:hover {
  background: #3a4656;
  text-decoration: none;
}
#header_text img[alt="logo"] {
  width: 114px;
  margin: 1rem auto;
}

#promo_content,
#content {
  margin: 0 auto;
  max-width: 1280px;
}

#content {
  padding: 30px 0;
}
#content h1 {
  font-size: 24px;
  text-align: center;
}

.second_row {
  padding-bottom: 30px;
}
.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: 10px 5px;
  width: 30px;
}
.field-row select,
.field-row input[type="text"],
.field-row textarea {
  border: 1px solid #b4b5b8;
  border-radius: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 15px;
  padding: 10px;
  width: 100%;
}
.field-row select {
  padding: 10px 5px;
}
#submit-div {
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.SubmitButt {
  background: #cb4a35;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 15px 0;
  min-width: 140px;
  padding: 10px;
  text-transform: uppercase;
  transition: background-color 0.3s, border-color 0.3s;
}
.SubmitButt:hover {
  background: #3a4656;
}

.required {
  color: #cb4a35;
  font-size: 24px;
}
div.required {
  color: black;
  font-size: 15px;
  font-weight: bold;
}
div.required span {
  color: #cb4a35;
  font-size: 20px;
  font-weight: normal;
}
#a_l_txt_title,
#a_l_txt_bank_details_international,
#a_l_txt_purchased_products_number {
  font-size: 38px;
  display: block;
  margin: 30px 0 15px 0;
}
#input_block_country_promotion {
  padding: 10px 0 0 0;
}
#country_promotion {
  font-weight: bold;
}
div[id^="label-under-serial_number"],
div[id^="date_purchase"],
#bank_benficiary_individual_u_info,
#bank_benficiary_u_info {
  color: #6f7278;
  display: block;
  font-size: 13px;
  padding: 0 0 10px 0;
}
#bank_benficiary_u_info,
#bank_benficiary_individual_u_info {
  padding: 5px 0 10px 0;
}
div[id^="date_purchase"] {
  padding: 5px 0 10px 0;
}
div[id^="r_date_purchase"] .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  position: absolute;
  top: 6px;
  right: 6px;
}
#add_another_product,
#remove_last_product {
  background: #cb4a35;
  border: 0;
  color: white;
  cursor: pointer;
  font-size: 17px;
  margin: 0 0 5px 0;
  padding: 10px 5px;
  text-transform: uppercase;
  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: #3a4656;
}
#r_purchase_upload_file .table-cell.coll1,
#r_upload_barcode .table-cell.coll1 {
  float: none;
  font-weight: bold;
  padding: 0;
  width: 100%;
}
#promo_content .field-row .inputfile.inputfile__btn + label {
  background: #3a4656;
  width: calc(100% - 30px);
  transition: background-color 0.3s;
}
#promo_content .field-row .inputfile.inputfile__btn + label span {
  color: white;
  display: block;
  font-size: 13px;
}
#promo_content .field-row .inputfile.inputfile__btn + label:hover {
  background: var(--primary-orange);
}
#promo_content .field-row .inputfile.inputfile__btn + label:hover span {
  color: white;
}
#r_purchase_upload_file {
  margin-bottom: 10px;
}
#l_purchase_upload_file,
#l_upload_barcode {
  display: inline-block;
  padding: 0 0 5px 0;
}
#promo_content a.popup {
  background: transparent;
  border: 1px solid var(--primary-blue);
  border-radius: 50%;
  color: var(--primary-blue) !important;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 20px;
}
#a_l_txt_answer_52405_promotional_flyer,
#a_l_txt_answer_52410_10,
#r_answer_52409 label {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#r_answer_52409 label {
  color: black;
  display: block;
  opacity: 1;
  font-size: 15px;
  padding: 15px 0 5px 0;
}
.dynamic_info_logo {
  right: 0;
}
#answer_52409::placeholder {
  color: white;
}

#r_answer_52405 label {
  display: inline-block;
  padding: 5px 0;
  width: calc(100% - 25px);
}
#r_answer_52410 input {
  margin-left: 15px;
}
#r_answer_52410 input:first-child {
  margin-left: 0;
}

#footer {
  background-color: white;
  color: black;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 12px;
  line-height: 29px;
  padding: 30px 0;
}
#footer .block0 {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}
#footer a {
  color: black;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
/* #footer .block1 { float: left; } */
#footer .block1 p {
  display: inline-block;
}
#footer .block1,
#footer .block2,
#footer .block3 {
  display: block;
}
#footer .block1 li {
  display: inline-block;
  list-style: none;
  margin: 0 15px 0 0;
}
/* #footer .block2 { float: right; text-align: right; } */
#footer .block2 li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 15px;
}
#footer .block2 li a {
  display: inline-block;
  height: 24px;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  width: 23px;
}
#footer .block2 li a.fb {
  background: url(../images/icon-fb.png) center center no-repeat;
}
#footer .block2 li a.yt {
  background: url(../images/icon-yt.png) center center no-repeat;
}
#footer .block2 li a.ig {
  background: url(../images/icon-ig.png) center center no-repeat;
}
#footer .block2 li a.in {
  background: url(../images/icon-in.png) center center no-repeat;
}
#footer .block2 li a.tw {
  background: url(../images/icon-tw.png) center center no-repeat;
}
#footer a#claim-tracker {
  background: var(--primary-blue);
  color: white;
  float: right;
  padding: 5px 10px;
  transition: background-color 0.3s;
}
#footer a#claim-tracker:hover {
  background: var(--primary-orange);
  text-decoration: none;
}
#footer .logo img {
  max-width: 80px;
}

#main.ty #header_text .block3 {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 50px 0 150px 0;
  text-align: center;
}
#main.ty #form_wrapper h1 {
  font-size: 28px;
  margin: 0 30px 0;
}
#main.ty #form_wrapper p {
  margin: 0 0 15px 0;
}

.p413 .form-field.submit,
.check-status .foot {
  text-align: center;
}
.check-status h2 {
  padding-bottom: 1rem;
}
.p413 #l_promotion_submission_id {
  display: block;
  padding: 0 10px;
}
.p413 input[type="text"] {
  padding: 10px;
  width: 100%;
}
.p413 #button_ajax,
#btn_new_search {
  background: #cb4a35;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.p413 #button_ajax:hover,
#btn_new_search:hover {
  background: #3a4656;
}

.p111 #header_text .block3 {
  display: none;
}

#r_answer_62424 label {
  display: inline-block;
  padding: 5px 0;
  width: calc(100% - 30px);
}
#r_answer_62436 label {
  display: inline-block;
  padding: 5px 5px 5px 0;
}
#r_answer_62435 .plc_holder {
  color: black;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  opacity: 1;
}
#answer_62435::placeholder {
  color: white;
}

@media (max-width: 1380px) {
  #header_text .block3 {
    padding: 30px 15px;
  }
  #header_text .block2 h1 strong {
    font-size: 170px;
  }
  #header_text .block2 h2 {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  #content,
  #form_holder,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text .block2 h1 {
    bottom: 75px;
  }
  #header_text .block2 h1 strong {
    font-size: 130px;
  }
}
@media (max-width: 999px) {
  #header_text .block2 h1 {
    font-size: 50px;
  }
  #header_text .block2 h1 strong {
    font-size: 100px;
  }
  #header_text .block2 h2 {
    font-size: 18px;
  }
  #header_text ul {
    flex-direction: column;
  }
  #header_text li:before,
  #header_text li strong:before {
    display: none;
  }
  #header_text h3 {
    color: var(--primary-orange);
  }
  #header_text li,
  #header_text li:first-child {
    margin: 0 0 30px 0;
    padding: 5px 0 0 100px;
    width: 100%;
    position: relative;
  }
  #header_text li strong {
    position: absolute;
    top: 0;
    left: 0;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 799px) {
  #header_text .block2 h1 {
    font-size: 30px;
  }
  #header_text .block2 h1 strong {
    font-size: 60px;
  }
  #header_text .block2 h2 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #header_text .block2 h1 {
    left: 15px;
  }
  #header_text .block2 h1 strong {
    letter-spacing: 1px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }
  #header_text .block2 h2 {
    left: 15px;
    letter-spacing: 2px;
  }
  #a_l_txt_title,
  #a_l_txt_bank_details_international,
  #a_l_txt_purchased_products_number {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  #footer {
    text-align: center;
  }
  #r_answer_52410 input {
    margin-left: 0;
  }
  #r_answer_52410 label {
    display: inline-block;
    padding: 5px 0;
    width: calc(100% - 25px);
  }
  #footer .block3 {
    margin-bottom: 15px;
  }
}
