* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "FujitsuSans";
  src: url("../../assets/fonts/FujitsuSans/v1/fujitsusans-regular.eot");
  src: url("../../assets/fonts/FujitsuSans/v1/fujitsusans-regular.eot")
      format("embedded-opentype"),
    url("../../assets/fonts/FujitsuSans/v1/fujitsusans-regular.woff2")
      format("woff2"),
    url("../../assets/fonts/FujitsuSans/v1/fujitsusans-regular.woff")
      format("woff"),
    url("../../assets/fonts/FujitsuSans/v1/fujitsusans-regular.ttf")
      format("truetype"),
    url("../../assets/fonts/FujitsuSans/v1/fujitsusans-regular.svg#FujitsuSans")
      format("svg");
  font-weight: normal;
}

@font-face {
  font-family: "FujitsuSans";
  src: url("../../assets/fonts/FujitsuSans/v1/fujitsusans-bold.eot");
  src: url("../../assets/fonts/FujitsuSans/v1/fujitsusans-bold.eot")
      format("embedded-opentype"),
    url("../../assets/fonts/FujitsuSans/v1/fujitsusans-bold.woff2")
      format("woff2"),
    url("../../assets/fonts/FujitsuSans/v1/fujitsusans-bold.woff")
      format("woff"),
    url("../../assets/fonts/FujitsuSans/v1/fujitsusans-bold.ttf")
      format("truetype"),
    url("../../assets/fonts/FujitsuSans/v1/fujitsusans-bold.svg#FujitsuSans")
      format("svg");
  font-weight: bold;
}

@font-face {
  font-family: "NotoSans";
  src: url("../../assets/fonts/NotoSans/NotoSans.woff2");
  src: url("../../assets/fonts/NotoSans/NotoSans.woff") format("woff"),
    url("../../assets/fonts/NotoSans/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../../assets/fonts/NotoSans/NotoSans-Bold.woff2");
  src: url("../../assets/fonts/NotoSans/NotoSans-Bold.woff") format("woff"),
    url("../../assets/fonts/NotoSans/NotoSans-Bold.ttf") format("truetype");
  font-weight: bold;
}

:root {
  --primary-blue: #592dde;
  --primary-red: #d81920;
  --primary-green: #31756f;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  color: #6e6e6e;
  font-family: "NotoSans", Arial, sans-serif;
  font-size: 13px;
}
a {
  color: var(--primary-red);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: none;
}

#main {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

#header_text {
  margin: 30px auto 0 auto;
  max-width: 980px;
  text-align: center;
}
#header_text .mobile {
  display: none;
}

#banner {
  display: none;
}

#promo_content,
#content {
  margin: 0 auto;
  max-width: 790px;
  padding: 30px 0;
}

#info_text_holder {
  text-align: center;
}
#info_text_holder a {
  background: var(--primary-red);
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
}
#info_text_holder a:hover {
  background: var(--primary-blue);
}
#info_text p:first-child {
  color: var(--primary-red);
  font-size: 22px;
  margin: 0 0 15px 0;
}

#content {
  padding: 30px 0;
}
#content h1 {
  color: #000;
  font-size: 24px;
  margin: 0;
  text-align: center;
}
#content h2 {
  color: #000;
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}
#content p {
  margin: 0 0 15px 0;
}
#content li {
  list-style-position: inside;
  margin: 0 0 15px 0;
}
.tc-box .tc-box-textarea ol li {
  font-size: 13px;
}

.first_row.startcol1,
.first_row.startcol,
.first_row.startgroup1,
.second_row {
  width: 46%;
}
.second_row {
  float: right;
}
.field-row .table-cell {
  width: calc(100% - 30px);
  float: left;
  clear: left;
}
.field-row .table-cell.colspan2 {
  width: 100%;
}
.field-row .table-cell.coll1,
.table-cell.coll1_field_sub_group_btm {
  width: 30px;
  float: right;
  clear: right;
  padding-left: 2px;
}
.table-cell input[type="text"],
.table-cell select {
  background: #ebebeb;
  border: 0;
  color: #000;
  font-family: "FujitsuSans", Arial, sans-serif;
  padding: 10px;
  width: 100%;
}
.table-cell select {
  padding: 10px 5px;
}
#submit-div {
  padding: 20px 0;
  text-align: center;
  width: calc(100% - 30px);
}
.SubmitButt {
  background: var(--primary-red);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "FujitsuSans", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  min-width: 140px;
  padding: 7px 14px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.SubmitButt:hover {
  background: var(--primary-blue);
}

.accordion {
  width: 100%;
}
.accordion-toggle {
  border-bottom: 0;
  color: #000;
  font-size: 22px;
  margin: 15px 0;
  padding: 10px 0 10px 30px;
}
.accordion-toggle:before {
  background: url(../images/sprite-accordion.png) 0 0 no-repeat;
  border: 0;
  height: 24px;
  width: 24px;
  top: 10px;
  left: 0;
}
.accordion-toggle.active {
  color: #000;
}
.accordion-toggle.active:after {
  background: url(../images/sprite-accordion.png) 0 -24px no-repeat;
  border: 0;
  height: 24px;
  width: 24px;
  top: 10px;
  left: 0;
}

::placeholder {
  color: #000;
}
.required {
  color: var(--primary-red);
}
div.required p {
  color: #6e6e6e !important;
}
div.required span {
  color: var(--primary-red);
}
#form_intro b {
  color: var(--primary-red);
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 15px 0;
}
#form_intro p:first-child {
  text-align: center;
}
#a_l_txt_customer_type,
#a_l_txt_bank_details_international,
#a_l_txt_purchased_products_number,
#a_l_txt_bank_revolut,
#i_l_payment_method {
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: normal;
  margin: 15px 0;
}
#i_l_payment_method .required {
  display: none;
}
#r_date_birth .table-cell,
[id^="r_date_purchase"] .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  background: url(../images/calendar.png) center center no-repeat;
  cursor: pointer;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  position: absolute;
  bottom: 26px;
  right: 3px;
}
#date_birth_u_info,
#bank_benficiary_u_info,
div[id^="upload_serial_number"],
div[id^="purchase_upload_file"],
#date_purchase_u_info,
div[id^="date_purchase"] {
  display: block;
  font-size: 12px;
  padding: 5px 0;
}
#r_sms_subscribe {
  padding-left: 20px;
  width: calc(100% - 30px);
  position: relative;
}
#r_sms_subscribe input {
  position: absolute;
  top: 0;
  left: 0;
}
#r_customer_type .table-cell,
#r_upload_serial_number .table-cell,
#r_purchase_upload_file .table-cell,
[id^="r_purchase_upload_file"] .table-cell,
[id^="r_upload_barcode"] .table-cell {
  padding: 5px 0;
  width: 100%;
}
#r_country_promotion .table-cell {
  clear: none;
  float: left;
  margin: 0 5px 0 0;
  padding: 10px 0;
  width: auto;
}
#r_sms_subscribe {
  margin-bottom: 10px;
}
[id^="r_upload_serial_number"] .table-cell {
  float: none;
  padding: 5px 0;
  width: calc(100% - 30px);
}
#l_upload_serial_number {
  display: block;
  padding: 5px 0;
}
#r_terms_conditions_box {
  width: calc(100% - 30px);
}
#r_purchase_upload_file label {
  display: block;
}
.dynamic_info_logo {
  top: 8px;
  right: 0;
}
#r_date_birth .dynamic_info_logo,
[id^="r_date_purchase"] .dynamic_info_logo {
  right: -30px;
}
#add_another_product,
#remove_last_product {
  background-color: var(--primary-green);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 8px;
  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_customer_type label {
  display: inline-block;
  padding: 7px 0;
}
#r_purchase_upload_file {
  width: calc(100% - 30px);
}
.field-row .inputfile.inputfile__btn + label {
  background-color: var(--primary-red) !important;
  width: 100%;
  transition: background-color 0.3s;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background-color: var(--primary-blue) !important;
}
[id^="r_purchase_upload_file"],
[id^="r_upload_barcode"] {
  width: calc(100% - 30px);
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
  font-size: 12px;
}
[id^="r_purchase_upload_file"] .dynamic_info_logo,
[id^="r_upload_barcode"] .dynamic_info_logo {
  top: 0;
  right: -30px;
}
#r_payment_method .cbox_list {
  float: left;
  width: 50%;
}

.land-options-selector-simple .first_row .field-row,
.p92 .first_row .field-row {
  vertical-align: bottom;
}

#footer {
  clear: both;
  font-size: 12px;
  line-height: 1.5;
  flex-shrink: 0;
  margin-top: auto;
}
#footer .block1 {
  margin: 0 auto;
  max-width: 790px;
  overflow: hidden;
  padding: 10px 0;
}
#footer .block1 p {
  float: left;
  max-width: 40%;
}
#footer .block1 ul {
  float: right;
  max-width: 60%;
}
#footer .block1 ul li {
  display: inline-block;
  color: #01906d;
}
#footer .block1 ul li a {
  color: #01906d;
}
#footer .block1 ul li::after {
  padding-left: 3px;
  content: "|";
}
#footer .block1 ul li:last-child::after {
  padding-left: 0;
  content: "";
}
#footer .block1 ul li a:hover {
  text-decoration: underline;
}
#footer .block2 {
  background: #01906d url(../images/footer-bg.png) left top no-repeat;
}
#footer .block2 p {
  max-width: 790px;
  padding: 6px 0;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  font-size: 14px;
}
#footer a {
  color: #444;
}
#footer .button1 a {
  color: var(--primary-red);
}

#main.ty #printArea,
#main.ty #printLink,
#main.ty #form_titles {
  display: none;
}
#main.ty #form_wrapper {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  padding: 100px 0;
}
#main.ty #form_wrapper h1 {
  font-size: 24px;
  margin: 0 0 30px 0;
}
#main.ty #promo_content {
  min-height: calc(100vh - 420px);
}

.land-claim-tracker #content {
  padding-bottom: 300px;
}
.check-status {
  overflow: hidden;
}
.check-status h2 {
  color: #000;
  font-size: 24px;
  padding-bottom: 10px;
}
.check-status .form-holder {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 15px;
  align-items: center;
}
.check-status label {
  color: #000;
  display: block;
  padding: 12px 0;
}
.check-status input[type="text"] {
  font-family: "FujitsuSans", Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
#r_promotion_submission_id {
  display: flex;
  align-items: center;
  gap: 15px;
}
.check-status .label-field {
  float: none;
  width: fit-content;
  text-align: right;
}
.form-field.submit {
  padding: 0;
  text-align: unset;
}
#button_ajax {
  background: #e42518;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "FujitsuSans", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  min-width: 140px;
  width: 100%;
  padding: 8px 14px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
#button_ajax:hover {
  background: #fd0000;
}

.land-main {
  background: url(../images/bg-lp.jpg) center center no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.land-main #header_text {
  display: none;
}

.land-main #content {
  max-width: 1050px;
  padding: 0;
}
.land-main #content .header {
  margin: 30px 0 50px 0;
  text-align: center;
}
.land-main #content .header .mobile {
  display: none;
}
.land-main #content .box {
  background: rgba(216, 34, 33, 0.25);
  font-size: 16px;
  padding: 50px 30px 0 50px;
}
.land-main #content h2 {
  color: white;
  font-size: 26px;
  margin: 0 0 50px 0;
}
.land-main #content ul {
  list-style: none;
  overflow: hidden;
  margin: 0 auto;
}
.land-main #content li {
  float: left;
  margin: 0 0 50px 0;
  text-align: center;
  width: 25%;
}
.land-main #content a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.land-main #content a:before {
  content: "";
  display: block;
  height: 54px;
  margin: 0 auto 15px auto;
  width: 73px;
}
.land-main #content a.at:before {
  background: url(../images/at.png) center center no-repeat;
}
.land-main #content a.be:before {
  background: url(../images/be.png) center center no-repeat;
}
.land-main #content a.de:before {
  background: url(../images/de.png) center center no-repeat;
}
.land-main #content a.it:before {
  background: url(../images/it_1.png) center center no-repeat;
}
.land-main #content a.lu:before {
  background: url(../images/lu.png) center center no-repeat;
}
.land-main #content a.dk:before {
  background: url(../images/dk.png) center center no-repeat;
}
.land-main #content a.fi:before {
  background: url(../images/fi.png) center center no-repeat;
}
.land-main #content a.no:before {
  background: url(../images/no.png) center center no-repeat;
}
.land-main #content a.sv:before {
  background: url(../images/se.png) center center no-repeat;
}
.land-main #content a.nl:before {
  background: url(../images/nl.png) center center no-repeat;
}
.land-main #content a.uk:before {
  background: url(../images/uk.png) center center no-repeat;
}
.land-main #content a.ire:before {
  background: url(../images/ie.png) center center no-repeat;
}
.land-main #content a:hover {
  text-decoration: underline;
}
.land-main #footer {
  background-color: #ffff;
  padding-top: 10px;
  margin-top: 20px;
}

.land-main #footer .block2 p {
  max-width: 980px;
}
.p62 #content {
  max-width: 980px;
  min-height: calc(100vh - 81px);
}
.p62 #content h1 {
  margin: 0 0 30px 0;
  text-align: left;
}
.p62 #content table {
  width: 100%;
}
.p62 #content td {
  border-bottom: 1px solid #ccc;
  color: #68c3b0;
  padding: 10px 0;
}
.p62 #footer .block1 {
  max-width: 980px;
}

@media (max-width: 790px) {
  #header_text,
  #promo_content,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_text {
    margin-top: 15px;
  }
  .info_text_left #info_text_holder,
  .info_text_right #info_text_holder,
  .info_text_left #form_holder,
  .info_text_right #form_holder {
    float: none;
    margin: 15px 0;
    padding: 0;
    width: 100%;
  }
  #promo_content {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
  #form_holder,
  #footer .block1,
  #footer .block2 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }
  #info_text_holder {
    order: 1;
    padding-bottom: 15px !important;
  }
  #form_holder {
    order: 2;
  }
  #main.ty #form_wrapper {
    padding: 50px 0;
  }
  #r_promotion_submission_id,
  .form-field.submit {
    float: none;
    width: 100%;
  }
  .form-field.submit {
    padding: 0;
    text-align: center;
  }
  #footer .block1 p,
  #footer .block1 ul {
    float: none;
    max-width: 100%;
  }
  #footer .block2 p {
    text-align: left;
    font-size: 12px;
    padding: 10px 0 6px 0;
  }
  #main.ty #promo_content {
    min-height: calc(100vh - 300px);
  }

  .land-main #content li {
    float: left;
    margin: 0 0 40px 0;
    text-align: center;
    width: 30%;
  }

  #content > div.box > ul > li:nth-child(4) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 620px) {
  .check-status .form-holder {
    grid-template-columns: 1fr;
  }
  #r_promotion_submission_id {
    flex-flow: column;
  }
  .check-status .label-field {
    text-align: center;
  }
  .check-status label {
    padding: 0;
  }
  .check-status .input-field {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #header_text .desktop,
  .land-main #content .header .desktop {
    display: none;
  }
  #header_text .mobile,
  .land-main #content .header .mobile {
    display: block;
  }
  .land-main #header_text {
    margin: 15px 0 30px 0;
    padding: 0;
  }
  .land-main #content h2 {
    font-size: 24px;
  }
  .land-main #content .box {
    margin: 0 35px 35px 35px;
    padding: 30px 15px;
  }
  .land-main #content li {
    width: 50%;
  }
  #content > div.box > ul > li:nth-child(4) {
    margin: 0 0 40px 0;
  }
}
