.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#373b3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { background-color: transparent; background-image: none; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container > .video-iframe-container { display: none; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row > .video-iframe-container { display: none; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { border-width: 0; border-radius: 0; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { font-size:14px;font-family:arial;height:116px;width:960px;position:relative;display:block; }#R8TSVJlOWcbkI1TWgmRX5uofGhczbyn2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:64px;width:150px;top:26px;left:134px;overflow:hidden;display:block; }
#DH7BZ7OtMagg12E0HI8BvJgWmeA9ISUU { color:#000000;display:block;width:83px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48px;left:332px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#BaTXRz8dCL3tPDT8zhTxHWcB4Kx6ebiq { color:#000000;display:block;width:318px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:15px;top:83px;left:0px;display:none; }
#cKslZI96Eu5LTX4lQ70MgaDiRFUHV7aq { color:#000000;display:block;width:110px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48px;left:446px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#x6nm3clpnuxC3rtnlFM4DXzRqBePAIpn { color:#000000;display:block;width:110px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:48px;left:583px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#bMzgyZJprkzppsTndKJCEzz8D7ZAi5ag { color:#000000;display:block;width:110px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:48px;left:716px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a6daa0b-8ee1-4809-bb99-2f3b53bcd452/PayTech.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.adaptive-delivery-prevent-bg, #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.lazyload, #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.lazyloading { background-image: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { background-color: transparent; background-image: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container > .video-iframe-container { display: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container { display: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { border-width: 0; border-radius: 0; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { font-size:14px;font-family:arial;height:595px;width:960px;overflow:visible;position:relative;display:block; }#XsGreXTisZDMUmFuJuEt2E4ibU9kgKTk { color:#3a3f55;display:block;width:462px;position:absolute;font-family:arial;font-size:36px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:186px;left:249px;height:46.8px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTIysuZHPnUFNkA04qbNQ2On9te6Vb0e { color:#3a3f55;display:block;width:848px;position:absolute;font-family:arial;font-size:22px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:240.89999389648px;left:56px;height:57.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ma10UX3blhOOFivBOvSOZm0X89Z6PT84 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:70px;width:172px;top:73px;left:394.00003051758px;overflow:hidden;display:block; }
#tkS4RU35skSCXhEepoXPk2RZbuv5n6GD { color:#3a3f55;display:block;width:453px;position:absolute;font-family:arial;font-size:22px;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:342px;left:254px;height:57.2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prChoz562ki5DKGkaL8Qzy3t7TqkmaxU { background-color:#ca4908;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:310px;height:48px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:419px;left:325.00003051758px;display:block; }
#DmTCcwws8LgbE8s1DoT8kcdWNGGhLxn9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { background-color: transparent; background-image: none; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container > .video-iframe-container { display: none; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row > .video-iframe-container { display: none; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { border-width: 0; border-radius: 0; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { font-size:14px;font-family:arial;height:404px;width:960px;position:relative;display:block; }#NxeElEPT0zEJHSMCCKlrAIrqOSwU9uH3 { color:#ffffff;display:block;width:206px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:114px;left:84px;height:219.7px;text-align:center;text-align-last:center;display:block; }
#V2zru7Kz4kmT8eSvW7BADyspbxBJ1pWs { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:67px;left:87px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#oScvvZgoqmOwtTKfOdEt7p3JDAOLh0Zu { color:#000000;display:block;width:212px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:114px;left:374px;height:270.4px;text-align:center;text-align-last:center;display:block; }
#wqfEnwnoqWSPv2sF1SlvTwfAQVvTvl55 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:67px;left:380px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#ohIgo2SdSSBTLvszER5Euh7KMLHGsWXG { color:#000000;display:block;width:238px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:67px;left:639px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#F0M2TUuZCDPgyRLT0VzqOTlg1pqPnfAT { color:#000000;display:block;width:240px;position:absolute;font-family:"open sans";font-size:13px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:114px;left:645px;height:67.6px;text-align:center;text-align-last:center;display:block; }
#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { background-color: transparent; background-image: none; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container > .video-iframe-container { display: none; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row > .video-iframe-container { display: none; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { border-width: 0; border-radius: 0; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { font-size:14px;font-family:arial;height:273px;width:960px;position:relative;display:block; }#NHn1Gi3MUSGEqeGdaXNvPaxPkmzMrrAv { color:#ffffff;display:block;width:480px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:35px;left:0px;height:20.8px;text-align:center;text-align-last:center;display:block; }
#xmkNNNcaOIsiXKbh98UAOg6O4DcufFFA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:71px;width:141px;top:113.20001220703px;left:169.5px;overflow:hidden;display:block; }
#LJ2I2xRTlNuyGJ04dZ1rGs0NHPzrsA26 { color:#222222;display:block;width:411px;position:absolute;font-family:arial;font-size:14px;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:221px;left:515px;height:19.6px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PS7KbgyUqvr9Az3ck0EBkSHeyfFt1D9Z { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:68px;left:515px;height:18.2px;display:block; }
#b2NnPFnTBggpvKD8ORO488zPZoJOIXtT { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:95px;left:514px;height:18.2px;display:block; }
#Ia6JHZ0FUvLBkqlLpFXgWqhDB50m00xv { color:#000000;display:block;width:250px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:122px;left:514px;height:18.2px;display:block; }
#XPeaxpdSG35OofRFT3ZfnrlWCvzzdfrz { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:36px;left:515px;height:18.2px;display:block; }
#vs62OkhF4BdlMp6rfqSBc1PucRsrx0DE { color:#222222;display:block;width:411px;position:absolute;font-family:arial;font-size:14px;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:186px;left:515px;height:19.6px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nSN0PgqnFPDirOoSyK7tnbZlkabPT093 { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:155px;left:515px;height:18.2px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH { display:block; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8TSVJlOWcbkI1TWgmRX5uofGhczbyn2 { top:26px;left:36px;width:150px;height:64px;display:block; }
 }@media only screen and (max-width: 763px) { #DH7BZ7OtMagg12E0HI8BvJgWmeA9ISUU { top:48px;left:234px;width:83px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BaTXRz8dCL3tPDT8zhTxHWcB4Kx6ebiq { top:83px;left:0px;width:318px;height:15px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #cKslZI96Eu5LTX4lQ70MgaDiRFUHV7aq { top:48px;left:348px;width:110px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x6nm3clpnuxC3rtnlFM4DXzRqBePAIpn { top:48px;left:485px;width:110px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bMzgyZJprkzppsTndKJCEzz8D7ZAi5ag { top:48px;left:618px;width:110px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc { display:block; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsGreXTisZDMUmFuJuEt2E4ibU9kgKTk { width:462px;height:46px;top:186px;left:151px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uTIysuZHPnUFNkA04qbNQ2On9te6Vb0e { width:764px;height:57px;top:240px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ma10UX3blhOOFivBOvSOZm0X89Z6PT84 { top:73px;left:296.00003051758px;width:172px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #tkS4RU35skSCXhEepoXPk2RZbuv5n6GD { width:453px;height:57px;top:342px;left:156px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #prChoz562ki5DKGkaL8Qzy3t7TqkmaxU { width:310px;height:48px;top:419px;left:227.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #DmTCcwws8LgbE8s1DoT8kcdWNGGhLxn9 { display:block; }
 }@media only screen and (max-width: 763px) { #mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 { display:block; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxeElEPT0zEJHSMCCKlrAIrqOSwU9uH3 { top:114px;left:0px;width:206px;height:218px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #V2zru7Kz4kmT8eSvW7BADyspbxBJ1pWs { top:67px;left:0px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oScvvZgoqmOwtTKfOdEt7p3JDAOLh0Zu { top:114px;left:276.00003051758px;width:212px;height:270px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wqfEnwnoqWSPv2sF1SlvTwfAQVvTvl55 { top:67px;left:282px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ohIgo2SdSSBTLvszER5Euh7KMLHGsWXG { top:67px;left:526px;width:238px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F0M2TUuZCDPgyRLT0VzqOTlg1pqPnfAT { top:114px;left:524px;width:240px;height:67px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 { display:block; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHn1Gi3MUSGEqeGdaXNvPaxPkmzMrrAv { top:35px;left:0px;width:480px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xmkNNNcaOIsiXKbh98UAOg6O4DcufFFA { width:141px;height:71px;top:113px;left:120.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LJ2I2xRTlNuyGJ04dZ1rGs0NHPzrsA26 { width:411px;height:19px;top:221px;left:353px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PS7KbgyUqvr9Az3ck0EBkSHeyfFt1D9Z { top:68px;left:382px;width:200px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #b2NnPFnTBggpvKD8ORO488zPZoJOIXtT { top:95px;left:382px;width:200px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6JHZ0FUvLBkqlLpFXgWqhDB50m00xv { top:122px;left:382px;width:250px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XPeaxpdSG35OofRFT3ZfnrlWCvzzdfrz { top:36px;left:382px;width:200px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vs62OkhF4BdlMp6rfqSBc1PucRsrx0DE { width:411px;height:19px;top:186px;left:353px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nSN0PgqnFPDirOoSyK7tnbZlkabPT093 { top:155px;left:382px;width:200px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH { display:block; }#STKHhvbsEFM7y4ifNg7euKMhqB8VtdeH > .row .container { width:320px;height:116px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8TSVJlOWcbkI1TWgmRX5uofGhczbyn2 { width:150px;height:64px;top:19px;left:85px;display:block; }
 }@media only screen and (max-width: 763px) { #DH7BZ7OtMagg12E0HI8BvJgWmeA9ISUU { width:83px;height:auto;top:48px;left:118px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BaTXRz8dCL3tPDT8zhTxHWcB4Kx6ebiq { top:83px;left:1px;width:318px;height:15px;z-index:15015;color:#ffffff;font-size:12px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cKslZI96Eu5LTX4lQ70MgaDiRFUHV7aq { width:110px;height:auto;top:48px;left:105px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x6nm3clpnuxC3rtnlFM4DXzRqBePAIpn { width:110px;height:auto;top:48px;left:105px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bMzgyZJprkzppsTndKJCEzz8D7ZAi5ag { width:110px;height:auto;top:48px;left:105px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a6daa0b-8ee1-4809-bb99-2f3b53bcd452/PayTech.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.adaptive-delivery-prevent-bg, #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.lazyload, #IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc.lazyloading { background-image: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { background-color: transparent; background-image: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container > .video-iframe-container { display: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row > .video-iframe-container { display: none; }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IL5cyQH5TzZOtwKEuSwybOmF2SOLNuAc > .row .container { width:320px;height:519px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XsGreXTisZDMUmFuJuEt2E4ibU9kgKTk { width:320px;height:31.2px;top:55px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uTIysuZHPnUFNkA04qbNQ2On9te6Vb0e { width:320px;height:117px;top:102px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ma10UX3blhOOFivBOvSOZm0X89Z6PT84 { width:172px;height:70px;top:20px;left:74px;display:none; }
 }@media only screen and (max-width: 763px) { #tkS4RU35skSCXhEepoXPk2RZbuv5n6GD { width:320px;height:66.3px;top:270px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #prChoz562ki5DKGkaL8Qzy3t7TqkmaxU { width:282px;height:40px;top:358px;left:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DmTCcwws8LgbE8s1DoT8kcdWNGGhLxn9 { display:block; }
 }@media only screen and (max-width: 763px) { #mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 { display:block; }#mpiJD0IsBgznrhlBqpvyTeggL6fPQDr8 > .row .container { width:320px;height:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxeElEPT0zEJHSMCCKlrAIrqOSwU9uH3 { width:206px;height:219.7px;top:50px;left:57px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2zru7Kz4kmT8eSvW7BADyspbxBJ1pWs { width:200px;height:20.8px;top:20px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oScvvZgoqmOwtTKfOdEt7p3JDAOLh0Zu { width:200px;height:287.3px;top:331px;left:60px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wqfEnwnoqWSPv2sF1SlvTwfAQVvTvl55 { width:200px;height:20.8px;top:295px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohIgo2SdSSBTLvszER5Euh7KMLHGsWXG { width:238px;height:20.8px;top:636px;left:41px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0M2TUuZCDPgyRLT0VzqOTlg1pqPnfAT { width:246px;height:67.6px;top:678.00001525879px;left:37.000000953674px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 { display:block; }#ZuC8M8zTx4NZTKRUdAuuwNHnEcTvHyH8 > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHn1Gi3MUSGEqeGdaXNvPaxPkmzMrrAv { width:320px;height:41.6px;top:20px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xmkNNNcaOIsiXKbh98UAOg6O4DcufFFA { width:79px;height:40px;top:75.59375px;left:110.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LJ2I2xRTlNuyGJ04dZ1rGs0NHPzrsA26 { width:259px;height:19.6px;top:387.59375px;left:30.5px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PS7KbgyUqvr9Az3ck0EBkSHeyfFt1D9Z { width:200px;height:18.2px;top:203.59375px;left:35px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #b2NnPFnTBggpvKD8ORO488zPZoJOIXtT { width:200px;height:18.2px;top:245.59375px;left:35px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6JHZ0FUvLBkqlLpFXgWqhDB50m00xv { width:250px;height:18.2px;top:279.59375px;left:35px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #XPeaxpdSG35OofRFT3ZfnrlWCvzzdfrz { width:200px;height:18.2px;top:167.59375px;left:35px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vs62OkhF4BdlMp6rfqSBc1PucRsrx0DE { width:252px;height:19.6px;top:354.59375px;left:34px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nSN0PgqnFPDirOoSyK7tnbZlkabPT093 { width:200px;height:18.2px;top:320.59375px;left:35px;font-size:14px;display:block; }
 }