*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
}


@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-green: #2e9597;
  --primary-blue: #0071b8;
}

body {
  background: white;
  color: black;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  min-height: 100vh;
}
a {
  color: var(--primary-red);
  text-decoration: underline;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: none;
}

#main {
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.hero {
  background: url("../images/hero-banner-bgr.jpg") no-repeat 0 0;
  background-size: contain;
  aspect-ratio: 480 / 643;
  padding: 1.5rem 1.5rem 3rem 1.5rem; 
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.hero .headlines { margin-top: -1.75rem; }
.headlines img { width: 340px; }
.hero p {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  text-align: right;
  color: #ffffff;
  font-size: 0.725rem;
  line-height: 1.2;
}
.hero .buttons { margin-top: 1.5rem; }
.hero .buttons a {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 2rem;
  padding: 0.75rem 1rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.hero .buttons a:hover { border-color: #ffffff; }
.hero .logo { 
  width: 160px; 
  margin-top: 1rem;
}
.hero .logo img { width: 100%; }

/* Short OTS */

.p413 #main > form
{
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%; 
}
.p413 #main h1 {
    text-align: center;
    margin: 100px auto 50px auto;
    font-size: 1.5rem;
    max-width: 60%; 
}
.check-status { margin: 0 1rem; }
.check-status .form-field {
  display: flex; 
  align-items: center;
}
.check-status .form-field.submit {
  justify-content: flex-end;
}
.check-status h2 { 
  font-size: 1.25rem; 
  padding: 0.5rem 1rem 1.25rem 1rem;
  line-height: 1.2;
}
#header_text .block1 {
  background: #2c2e31;
  color: #aaa;
  font-size: 11px;
  padding: 40px 25px;
  text-align: right;
}
#header_text .block2 {
  background: white;
  margin: 0 auto;
  max-width: 1440px;
}
#header_text .block2 .block0 {
  background: var(--primary-red);
  color: white;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
}
#header_text .block2 img {
  display: block;
}
#header_text .block2 div {
  margin-left: -90px;
}
#header_text .block2 h1 {
  font-family: "Tungsten";
  font-size: 177px;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#header_text .block2 h1 em {
  font-family: "TungstenReveal";
  font-weight: normal;
}
#header_text .block2 h2 {
  font-size: 30px;
  margin-left: 125px;
  text-transform: uppercase;
}
#header_text .block3 {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
#header_text .block3 a , #info_text .btn-tracker {
  background: var(--primary-green);
  border-radius: 30px;
  color: white;
  font-size: 18px;
  padding: 15px 25px;
  text-decoration: none;
  margin: 0 0 0 55px;
}
#header_text .block3 a:hover, #info_text .block3 a:hover {
  background: var(--primary-red);
}

#promo_content,
body:not(.p19) #content {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 2rem;
}
#content { 
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  padding: 3rem 1rem;
}
#content h1,
.p111 h1.type2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
}
#content p,
#content ul {
  margin: 0 0 15px 0;
}
#content ul { margin-left: 1rem; }
#content table {
  background: #eee;
  margin: 0 0 15px 0;
  width: 100%;
}
#content td {
  border: 1px solid #ddd;
  padding: 10px;
}
#content td p {
  margin: 0;
  font-size: 0.815rem;
}
.tc-box .tc-box-textarea td {
  font-size: 15px;
}

.info_text_left #info_text_holder, .info_text_left #form_holder { 
  width: 100%; 
  float: unset;
  padding: 0;
  margin: 0;
}

#progress_detailed {
  display: none;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
#info_text ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
}
#info_text ul li {
  border-top: 5px solid #eee;
  list-style: none;
  padding: 10px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 33.33%;
}
.stage1 #info_text li:nth-child(1),
.stage2 #info_text li:nth-child(1),
.stage2 #info_text li:nth-child(2),
.stage3 #info_text li:nth-child(1),
.stage3 #info_text li:nth-child(2),
.stage3 #info_text li:nth-child(3) {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}
.field-row label {
  display: inline-block;
  padding: 10px 5px 10px 0;
}
.table-cell input[type="text"],
.table-cell select {
  border: 1px solid #b6b9b9;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  padding: 10px;
  width: 100%;
}
.table-cell select {
  padding: 10px 5px;
}
#submit-div {
  padding: 30px 0;
  text-align: center;
}
.SubmitButt,
.next_step,
.prev_step, #button_ajax,
#btn_new_search {
  background: var(--primary-green);
  border: 0;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 15px 0;
  min-width: 165px;
  padding: 15px 30px;
  transition: background-color 0.3s;
}
.next_step:hover,
.prev_step:hover,
#button_ajax:hover,
.SubmitButt:hover,
.btn-tracker:hover,
#btn_new_search:hover {
  background: black;
}
.btn-tracker {
  cursor: pointer!important;;
}

.btn-tracker:hover {
  background: black!important;;
}
.drow {
    clear: both;
    margin-top: 30px;
}

#button_ajax , #btn_new_search { height: 40px; padding: 0 20px;  font-size: 15px; line-height: 40px;  }
.check-status { width: 100%; }
.check-status input[type='text'] { width: 100%; }
.check-status h2 { 
  font-size: 1.25rem; 
  padding: 0.5rem 1rem 1.25rem 1rem;
  line-height: 1.2;
}
.check-status .table-body .table-cell.id { background-color: #ddd;}
.heading-text-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    margin: 60px 0;
}

.heading-text-block .logos
 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 47px;
}
.main-logo {
    height: 34px;
    display: flex;
}
.btn-tracker:hover {
    color: #d40000; /* hover color */
    text-decoration: underline;
}
#apply_form_box { 
  margin-top: 6rem; 
}

#info_text h1 {
    font-family: "Tungsten", Arial, sans-serif;
    font-size: 84px;
    font-weight: 600;
    line-height: 0.85;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    margin: 0 0 0 15px;
}
.accordion-toggle {
    position: relative;
    padding: 0 0 0 40px;
}

.accordion-toggle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 28px;
    height: 28px;
    background-image: url("../images/icon-down.svg") ;
    background-size: 28px 28px; /* or contain */
    border-left :unset;
    border-top :unset;
}
.accordion-toggle.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 28px;
    height: 28px;
    background-image: url("../images/icon-up.svg") ;
    background-size: 28px 28px; /* or contain */
    border-left :unset;
    border-top :unset;
    border-bottom :unset;
}
#info_text h1 em {
    font-family: "TungstenReveal", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}
#info_text h1::before {
    background: var(--primary-red);
    border-radius: 6px;
    content: '';
    display: block;
    height: 110%;
    width: 4px;
    position: absolute;
    top: -7px;
    left: 11px;
    transform: rotate(-15deg);
}
span.line2 { margin-left: 18px;  display: block;}

.required {
  color: var(--primary-red);
}
div.required {
  color: black;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
div.required span {
  color: var(--primary-red);
}
#a_l_txt_title,
#a_l_txt_bank_details_international,
#a_l_txt_purchased_products_number {    display: block;
    font-size: 36px;
    font-weight: 500;
    margin: 15px 0;
    letter-spacing: -2%;
    color: #4A4E52;
}
#country_promotion {
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
#i_l_txt_payment_method .required {
  display: none;
}
#r_payment_method .table-cell,
#r_purchase_upload_file .table-cell.coll1 {
  float: none;
  width: 100%;
}
#r_payment_method .cbox_list {
  float: left;
  width: 50%;
}
#r_date_purchase .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  position: absolute;
  top: 8px;
  right: 8px;
}
#date_purchase_u_info,
#bank_benficiary_individual_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_u_info,
#bank_benficiary_rev_individual_u_info,
div[id^="date_purchase"],
div[id^="serial_number"],
#u_l_purchase_upload_file,
#u_l_upload_serial_number,
div[id^="purchase_upload_file"] {
  color: #b6b9b9;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
}
#r_purchase_upload_file label,
#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: black;
}
#add_another_product,
#remove_last_product {
  background: #3b3b3b;
  border: 0;
  border-radius: 0;
  color: #ddd;
  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: black;
}
#r_terms_conditions_box {
  margin: 0 0 10px 0;
}
#promo_content a.popup {
  background: white !important;
  border: 1px solid black;
  border-radius: 50%;
  color: black !important;
  display: inline-block;
  height: 21px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  width: 21px;
  min-width: 21px;
  margin-top: 0.2rem;
}
label[id^="l_upload_barcode"] {
  display: inline;
  line-height: 1.1;
}
.second_row {
  float: right;
}
#checkboxes-div {
  padding-top: 15px;
}
.accordion-content {
    padding-left: 40px;
}
#r_purchase_upload_file + .drow,
#r_upload_serial_number + .drow {
  float: right;
  width: 50%;
}
#r_upload_serial_number .table-cell.coll1 {
  width: 100%;
}
#l_upload_serial_number,
#r_upload_serial_number .fileinputs {
  float: left;
  width: 50%;
}
#r_button_subscribe {
  display: inline-block;
  margin-left: 10px;
}

#footer {
  clear: both;
  color: #b6b9b9;
  font-size: 11px;
}
#footer a {
  color: black;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .block1 {
  border-top: 2px solid #939393;
  margin: 0 auto;
  max-width: 1140px;
  padding: 25px 15px 50px 15px;
  display: flex;
  justify-content: space-between;
}
#footer .block1 ul {
  overflow: hidden;
}
#footer .canon_footer ul li a{
  color: #5D5D5D;
} 
#footer .block1 li {
  float: left;
  margin: 0 15px 0 0;
}
#footer .block1 li.last {
  float: right;
  margin: 0;
}
#footer .block2 {
  background: #2c2e31; 
  color: #aaa;
  padding: 40px 25px;
  text-align: right;
}
#footer .block3 {
  background: #2c2e31;
  color: #aaa;
  padding: 40px 25px;
  text-align: right;
}
#r_upload_barcode.field-row .table-cell, #r_upload_serial_number .table-cell.coll1 {
  display: flex;
  gap: 0.35rem;
  width: 100%;
}
#r_upload_barcode .fileinputs, #r_upload_serial_number .fileinputs { min-width: 284px; }
#r_purchased_products_number { display: none; }
#form_holder,
#step3,
.accordion-content,
.tc-box,
.tc-box-textarea {
  min-width: 0;
  max-width: 100%;
}
.tc-box-textarea {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}
.tc-box-textarea table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  word-break: break-word;
}
.tc-box-textarea h1,
.tc-box-textarea p,
.tc-box-textarea ul {
  max-width: 100%;
  word-break: break-word;
}

.p111 #main h1 { margin-top: 4rem; }
.p111 #faq { padding-bottom: 4rem; }


#main.ty #header_text .block3 {
  display: block;
}
#main.ty #form_holder { display: flex; justify-content: center; align-items: center; }
#main.ty #form_wrapper {
  font-size: 24px;
  line-height: 1.5;
  padding: 50px 0 100px 0;
  text-align: center;
}

@media (max-width: 1280px) {
  #promo_content, body:not(.p19) #content {
    max-width: 100%;
    padding: 0 1rem;
    grid-template-columns: 590px 1fr;
    gap: 1.5rem;
  }
  #content { padding: 3rem 1rem; }
  #header_text .block2 div {
    margin-left: -85px;
  }
  #header_text .block2 h1 {
    font-size: 125px;
  }
  #header_text .block2 h1 .line {
    margin-left: 35px;
  }
  #header_text .block2 h2 {
    font-size: 30px;
  }
  #r_upload_barcode .fileinputs, #r_upload_serial_number .fileinputs { min-width: 50%; }
}
@media (max-width: 1160px) {
  #header_text .block1,
  #form_holder,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #a_l_txt_title, #a_l_txt_bank_details_international, #a_l_txt_purchased_products_number { font-size: 34px; }
  .dynamic_info_logo { top: 30px; }
  #info_text_holder { width: 48%; }
  #info_text h1 { font-size: 76px; }
  .field-row, .first_row, .field_sub_group, #r_purchase_upload_file .table-cell.coll1 { 
    display: grid; 
    gap: 0.35rem; 
  }
  .field-row label { padding: 0; }
  .field-row .table-cell, #r_purchase_upload_file label, #r_purchase_upload_file .fileinputs { width: 100%; }
  #r_upload_barcode .fileinputs, #r_upload_serial_number .fileinputs { min-width: 100%; }
  #r_upload_barcode.field-row .table-cell, #r_upload_serial_number .table-cell.coll1 { flex-wrap: wrap; }
}
@media (max-width: 999px) {
  #promo_content, #content { 
    grid-template-columns: 1fr; 
    max-width: 660px;
  }
  #apply_form_box { margin-top: 0; }
  .hero { margin-bottom: 1rem; }
  #info_text h1 { 
    font-size: 65px;
  }
  #info_text h1::before
  {
    left: 7px;
  }
  span.line2 {
    margin-left: 13px;
  }
  .field-row .inputfile + label { font-size: 0.9rem!important; }
  #header_text .block21 {
    width: 45%;
  }
  #header_text .block22 {
    width: 55%;
  }
  #header_text .block3 {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 15px;
  }
  #header_text .block3 img {
    margin: 0 0 30px 0;
  }
  #progress_detailed {
    flex-direction: column;
  }
  #progress_detailed > div {
    padding: 0;
    width: 100%;
  }
  #header_text .block2 .block0 {
    background: white;
    flex-direction: column;
  }
  #header_text .block2 img {
    margin: 0 0 30px 0;
  }
  #header_text .block2 div {
    margin-left: 0;
  }
  #header_text .block2 h1 {
    color: black;
    position: relative;
  }
  #header_text .block2 h1:before {
    background: var(--primary-red);
    border-radius: 4px;
    content: "";
    display: block;
    height: 100%;
    width: 5px;
    transform: rotate(-15deg);
    position: absolute;
    top: 0;
    left: 3px;
  }
  #header_text .block2 h2 {
    color: black;
    margin-left: 70px;
  }
  #info_text ul {
    flex-direction: column;
  }
  #info_text ul li {
    padding: 15px 0;
    width: 100%;
  }
  #form_holder { width: 100%; }
}
@media (max-width: 940px) {
  #header_text .block2 h1 {
    font-size: 80px;
  }
  #header_text .block2 h1 .line {
    margin-left: 20px;
  }
  #header_text .block2 h2 {
    margin-left: 45px;
  }
  #form_holder {
    padding: 0;
  }
  .field-row .table-cell.coll1,
  .field-row .table-cell,
  #r_purchase_upload_file label,
  #r_purchase_upload_file .fileinputs {
    float: none;
    width: 100%;
  }
  #r_purchase_upload_file + .drow,
  #r_upload_serial_number + .drow,
  #l_upload_serial_number,
  #r_upload_serial_number .fileinputs {
    float: none;
    width: 100%;
  }
  #info_text_holder {
    width: 100%;
    float: none;
  }
  #form_holder {
    float: none;
    max-width: 100%;
    min-height: 98vh;
  }
  #footer .block1 { 
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 15px;
    gap: 20px;
   }
   ul.menu1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #content td p { font-size: 0.75rem; }
  .table-container { max-width: 100%; width: 100%; overflow-x: scroll; }
  .p413 #main h1 { 
    max-width: 100%;
    padding: 6rem 1rem 4rem 1rem;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  #promo_content, body:not(.p19) #content {
    max-width: 100%;
    padding: 0;
    margin-top: 0;
  }
  #content { padding: 3rem 1rem; }
  .hero { 
    margin-top: 0;
    padding: 1rem 1rem 3rem 1rem; 
  }
  .hero .logo { 
    width: 148px; 
    margin-top: 1rem;
  }
  .headlines img { width: 330px; }
  .hero .buttons { margin-top: 1rem; }
  .hero p {
    bottom: 1rem; 
    right: 1rem;
  }
  #promo_content.info_text_left #form_holder { padding: 0 1rem; }
}
@media (max-width: 600px) { 
  .headlines img { width: 300px; }
  .hero p { font-size: 0.65rem; } 
}
@media (max-width: 540px) {
  .hero {
    background: url("../images/hero-banner-bgr-mobile.jpg") no-repeat 0 0;
    aspect-ratio: 804 / 1920;
    background-size: contain;
  }
  .hero .logo { margin-top: 1rem; }
  .hero .headlines { margin-top: -0.5rem; }
  .headlines img { width: 90%; }
  .hero p {
    position: unset;
    text-align: left;
    margin-top: 2rem;
    font-size: 0.85rem;
    width: 48%;
    word-break: break-word;
  }
  #header_text .block21 {
    width: 50%;
  }
  #header_text .block22 {
    width: 50%;
  }
  #header_text .block2 h1 {
    margin-left: 15px;
  }
  #header_text .block2 h2 {
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  #header_text .block3 {
    align-items: center;
  }
  #header_text .block3 img {
    max-width: 125px;
  }
  #header_text .block3 a {
    font-size: 18px;
    padding: 15px 25px;
  }
  #footer .block1 li {
    float: none;
    margin: 10px 0;
  }
  #content a {
    word-break: break-word;
  }
  #l_upload_serial_number {
    padding-right: 20px;
  }
  .SubmitButt,
  .next_step,
  .prev_step {
    font-size: 20px;
    padding: 1rem;
  }
  .tc-box .tc-box-checkbox {
    display: flex;
    align-items: baseline;
  }
  #info_text h1 { 
    font-size: 52px;
  }
  #info_text h1::before
 {
    left: 7px;
  }
  span.line2 {
    margin-left: 13px;
  }
  .check-status .form-field { 
    flex-flow: column; 
    gap: 0.75rem;
  }
  .check-status .label-field {
    float: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.75rem; 
  }
  .check-status .label-field label { padding: 0; }
}
@media (max-width: 480px) {
  /*.hero {
    background: url("../images/hero-banner-bgr-mobile-xs.jpg") no-repeat 0 0;
    aspect-ratio: 780 / 1686;
    background-size: contain;
  }*/
  .hero p { width: 48%; }
  #a_l_txt_title, #a_l_txt_bank_details_international, #a_l_txt_purchased_products_number { font-size: 2rem; }
  .drow { margin-top: 1.5rem; }
}
@media (max-width: 400px) {
  #info_text h1 {
      font-size: 46px;
    }
  .accordion-content { padding-left: 0; }
  .headlines img { width: 100%; }
  .hero .buttons { margin-top: 1rem; }
  .hero .buttons a { background: rgba(0,0,0,0.35); }
  .hero p { 
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }
}