.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { 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; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { background-color: transparent; background-image: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container > .video-iframe-container { display: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container { display: none; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .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); }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { border-width: 0; border-radius: 0; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:39px;width:164px;top:18px;left:111.5px;overflow:hidden;display:block; }
#MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d73f00, #ff733b);background-image: -moz-linear-gradient(360deg, #d73f00, #ff733b);background-image: -ms-linear-gradient(360deg, #d73f00, #ff733b);background-image: -o-linear-gradient(360deg, #d73f00, #ff733b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73f00', endColorstr='#ff733b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73f00', endColorstr='#ff733b' );";background-image: linear-gradient(360deg, #d73f00, #ff733b);background-size:auto !important;border-top:1px solid rgba(255,115,59,0.51);border-left:1px solid rgba(255,115,59,0.51);border-right:1px solid rgba(255,115,59,0.51);border-bottom:1px solid rgba(255,115,59,0.51);border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:198px;height:47px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14px;left:898px;display:block; }
#D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pffSNRTTo091afTfDBJQh2zQBBd5z43F { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:39px;width:139px;top:18px;left:317px;overflow:hidden;display:block; }
#R7TaM0pb3TK7mpSA22mPKLXgSdQRdEqn { color:#ffffff;display:block;width:18px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.5px;left:288px;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29fc008a-1134-44ce-8f55-8bc2d5b945c2/thienthanvsacquynendo.webp");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;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA.adaptive-delivery-prevent-bg, #R3nBMxc02wy3eIwPRPevHAl95lwn2MmA.lazyload, #R3nBMxc02wy3eIwPRPevHAl95lwn2MmA.lazyloading { background-image: none; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container { background-color: transparent; background-image: none; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container > .video-iframe-container { display: none; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row > .video-iframe-container { display: none; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .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); }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container { border-width: 0; border-radius: 0; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container { font-size:14px;font-family:arial;height:679px;width:1200px;overflow:visible;position:relative;display:block; }#KbPrOROouAz3XUGEqbVaNIiX8aHHNtRi { position:absolute;display:block;z-index:15078;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;box-shadow: none;height:34px;width:43px;top:200px;left:1094px;overflow:hidden;display:block; }
#wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e32fab00-e0b2-4d84-b62b-923cb0c1e36d/GAQUAYNETthumbnail.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid rgba(255,115,59,0.5);border-left:1px solid rgba(255,115,59,0.5);border-right:1px solid rgba(255,115,59,0.5);border-bottom:1px solid rgba(255,115,59,0.5);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:565px;width:492px;top:63px;left:706px;display:block; }#wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU.adaptive-delivery-prevent-bg, #wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU.lazyload, #wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU.lazyloading { background-image: none; }
#wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,0,0,0.92); }#ON7gHssopcvV8egApIIQQTO9hUn6KiK9 { color:#ff733b;display:block;width:313px;position:absolute;font-family:montserrat;font-size:20px;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:90px;left:797px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEvLmcw4JeQ42Jyw2I15ibN8tNtsLhcx { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #107742, #339e00);background-image: -moz-linear-gradient(160deg, #107742, #339e00);background-image: -ms-linear-gradient(160deg, #107742, #339e00);background-image: -o-linear-gradient(160deg, #107742, #339e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#339e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#339e00' );";background-image: linear-gradient(160deg, #107742, #339e00);background-size:auto !important;border-top:1px solid #339e00;border-left:1px solid #339e00;border-right:1px solid #339e00;border-bottom:1px solid #339e00;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:116px;width:334px;top:153px;left:818px;display:block; }
#uaAIU0t9Rhs5tDmtH5K2i33TG2s3cpoA { color:#ffffff;display:block;width:262px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:163px;left:857px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvtNr0JHhnUpA6LiGrl5EyhRhOKFzELI { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15075;background-color:#339e00;background-image:none;top:190px;left:846px;display:block; }
#SasczMdXhSrxQ3ythoex4HKOxOriF656 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffc1, #e2f316);background-image: -moz-linear-gradient(180deg, #ffffc1, #e2f316);background-image: -ms-linear-gradient(180deg, #ffffc1, #e2f316);background-image: -o-linear-gradient(180deg, #ffffc1, #e2f316);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc1', endColorstr='#e2f316' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffc1', endColorstr='#e2f316' );";background-image: linear-gradient(180deg, #ffffc1, #e2f316);background-size:auto !important;border-top:1px solid #339e00;border-left:1px solid #339e00;border-right:1px solid #339e00;border-bottom:1px solid #339e00;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:15px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:205px;height:55px;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:201px;left:922px;display:block; }
#UBfonCBrmoTuaaSOmLlKrtiCsXtspZty { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#g1BAV7hgE1AtH7LIRKn3x34PPEpZavTw { position:absolute;display:block;z-index:15077;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;box-shadow: none;height:55px;width:55px;top:201px;left:845px;overflow:hidden;display:block; }
#TuolZATsnAOIOoinpFQ2UlEtBboDlhZ1 { box-sizing:content-box;height:290px;width:0;position:absolute;display:block;z-index:15079;background-color:transparent;background-image:none;top:210px;left:769px;border-top:2px dashed #929292;border-left:2px dashed #929292;border-right:2px dashed #929292;border-bottom:2px dashed #929292;display:block; }
#A17DF7AzTB2L5mO7SpVg9GBL8Kw7mPUS { background-color:#ff733b;background-image:none;background-position:center !important;background-repeat:no-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:1900px;border-top-right-radius:1900px;border-bottom-left-radius:1900px;border-bottom-right-radius:1900px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:40px;height:40px;text-decoration:none;z-index:15080;text-align:center;text-align-last:center;top:192px;left:751px;display:block; }
#QXtmJPAZHrqhOnOGEs4kg7iEtp7uha3A { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tsudA5K4DxrgNnEiGN6GnhkpIkeIOwup { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-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:1900px;border-top-right-radius:1900px;border-bottom-left-radius:1900px;border-bottom-right-radius:1900px;box-shadow: none;box-sizing:border-box;color:#ff733b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:40px;height:40px;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:336px;left:751px;display:block; }
#ea9u96f5dnPTA0SDnnZVbzfGHqAr0cZZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qhXf6h0uAMkg3Ry6T9wB0TGMS810hUfS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-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:1900px;border-top-right-radius:1900px;border-bottom-left-radius:1900px;border-bottom-right-radius:1900px;box-shadow: none;box-sizing:border-box;color:#ff733b;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:18px;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:40px;height:40px;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:482px;left:751px;display:block; }
#PvSHN2Pm1877lL3zqXeaVUA6hX5NssFo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xCbn15QIb5kLQQCn179VMI9B1sNLBXrK { position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(149deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(149deg, #ffffff, #ffffff);background-image: -o-linear-gradient(149deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(149deg, #ffffff, #ffffff);background-size:auto !important;border-top:1px solid #ff733b;border-left:1px solid #ff733b;border-right:1px solid #ff733b;border-bottom:1px solid #ff733b;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:116px;width:334px;top:443px;left:819px;display:block; }
#UbzmTdKA1qQzdqx3q2lI4WKNodLzSNss { color:#000000;display:block;width:240px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15074;line-height:1.3;letter-spacing:0;top:453px;left:867px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1QIAFVTSdO0DVThwbOZVbETRCF9FFmd { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15075;background-color:rgba(0,0,0,0.16);background-image:none;top:480px;left:847px;display:block; }
#XGkhHllNP2QENxwDInWF4Rp1wKnOqIT0 { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:491px;left:847px; }
#XGkhHllNP2QENxwDInWF4Rp1wKnOqIT0 > img { max-width: 100%;max-height:100%; width:55px; height:55px; }#abTqwUS53fBBAQROw4HNFNlBEnmZ96D0 { position:absolute;display:block;z-index:14989;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;box-shadow: none;height:543px;width:753px;top:136px;left:0px;overflow:hidden;display:block; }
#TlaU44PZRzHso9t3PT1bdzhEeIEv25LH { color:#000000;display:block;width:198px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15084;line-height:1.5;letter-spacing:0;top:494.5px;left:913px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuOHKvToTMH9CsaK7mhq2B4Vc7faZX11 { position:absolute;display:block;z-index:15084;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;box-shadow: none;height:71px;width:416px;top:63px;left:149.5px;overflow:hidden;display:block; }
#gllyTRFTpmSdvw2BUp9XT1egT2txFty2 { position:absolute;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(149deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(149deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(149deg, #ffffff, #ffffff);background-image: -o-linear-gradient(149deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(149deg, #ffffff, #ffffff);background-size:auto !important;border-top:1px solid #ff733b;border-left:1px solid #ff733b;border-right:1px solid #ff733b;border-bottom:1px solid #ff733b;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:116px;width:334px;top:298px;left:818px;display:block; }
#ZisAwl0TQqNtTQdgpe1bIxzByUqgA2kV { color:#000000;display:block;width:240px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:308px;left:866px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M60iGe3N4hyZk3TLCehnFFAxTce3Qq20 { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15080;background-color:rgba(141,141,141,0.16);background-image:none;top:335px;left:846px;display:block; }
#rMZTOxSAhVwh4TFpWMhkWTpSWfxQhFcM { box-sizing:content-box;color:#5d92ff;font-size:38px;font-weight:400;line-height:1;height:55px;width:55px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:347px;left:846px; }
#rMZTOxSAhVwh4TFpWMhkWTpSWfxQhFcM > img { max-width: 100%;max-height:100%; width:55px; height:55px; }#prgtGg0cHSrqg8gTuMZd3QQ9GEa6ob3L { position:absolute;display:block;z-index:15085;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;box-shadow: none;height:89px;width:235px;top:128.25px;left:240px;overflow:hidden;display:block; }
#M7HJey0IF88HH4HyD9P0gBnhQsLmx5PB { color:#000000;display:block;width:184px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:357.5px;left:911px;height:19.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/461ca181-7682-48d3-b76e-e38e2bff749d/20240930145906.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7.adaptive-delivery-prevent-bg, #PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7.lazyload, #PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7.lazyloading { background-image: none; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container { background-color: transparent; background-image: none; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container > .video-iframe-container { display: none; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row > .video-iframe-container { display: none; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .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); }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container { border-width: 0; border-radius: 0; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container { font-size:14px;font-family:arial;height:777px;width:1200px;position:relative;display:block; }#rCFM1VwEofrruvCd2bdD0vfCTvECyWzw { color:#ffffff;display:block;width:442px;position:absolute;font-family:montserrat;font-size:42px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:141px;left:149px;height:54.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zGfI2O5WkTXehO3ZyRBHmtm6MsnTEc8k { position:absolute;display:block;z-index:15014;background-color:#ff733b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;box-shadow: none;height:6px;width:132px;top:206px;left:149px;display:block; }
#PmEmgZyNKxoPQWc82Fv3uGmfqE0b3srM { color:#ff733b;display:block;width:441px;position:absolute;font-family:montserrat;font-size:19px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:118px;left:151px;height:24.6875px;font-style:normal;display:block; }
#h16yrpn5ETy1RAJefk3PTenPB62T3xEk { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29fc008a-1134-44ce-8f55-8bc2d5b945c2/thienthanvsacquynendo.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:1px solid rgba(255,115,59,0.5);border-left:1px solid rgba(255,115,59,0.5);border-right:1px solid rgba(255,115,59,0.5);border-bottom:1px solid rgba(255,115,59,0.5);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 40px rgba(0,0,0,0.33) ;height:668px;width:1045px;top:38.5px;left:77px;display:block; }#h16yrpn5ETy1RAJefk3PTenPB62T3xEk.adaptive-delivery-prevent-bg, #h16yrpn5ETy1RAJefk3PTenPB62T3xEk.lazyload, #h16yrpn5ETy1RAJefk3PTenPB62T3xEk.lazyloading { background-image: none; }
#h16yrpn5ETy1RAJefk3PTenPB62T3xEk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#h16yrpn5ETy1RAJefk3PTenPB62T3xEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J { box-sizing:content-box;height:199px;width:399px;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/35a5de8d-de3d-4372-a8fa-fe325ab946f8/GAQUAYNETpromotionbanner1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:253px;left:149px;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:1px solid #d73f00;border-left:1px solid #d73f00;border-right:1px solid #d73f00;border-bottom:1px solid #d73f00;display:block; }#yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J.adaptive-delivery-prevent-bg, #yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J.lazyload, #yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J.lazyloading { background-image: none; }
#yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px; }#yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,19,0,0.7); }#HsOROHgq804MNFrDPs6HRBhxXy7bgcTF { color:#ffffff;display:block;width:312px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:280px;left:182px;height:46.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GhKl02r5hEOo8Nn0VUBz7hfTqh9RUVT5 { color:#ffffff;display:block;width:312px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:341.21875px;left:182px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#GhKl02r5hEOo8Nn0VUBz7hfTqh9RUVT5 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#GhKl02r5hEOo8Nn0VUBz7hfTqh9RUVT5 li:before{  }
#a9BeKvehOe23zA5cmKUCoOBgvpaWTK5n { background-color:#d73f00;background-image:none;background-position:center !important;background-repeat:no-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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:8px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:180px;height:42px;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:411px;left:369px;display:block; }
#TuW1H2oXTkuS6olUTuPS241acNdFMrFx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#UNlKEPBaOxUyUfFArgqhxRdFIMw7JB3b { position:absolute;display:block;z-index:15017;height:440px;width:400px;top:133.5px;left:649px;display:block; }
#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row .container { background-color: transparent; background-image: none; }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row .container > .video-iframe-container { display: none; }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row > .video-iframe-container { display: none; }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .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); }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row .container { border-width: 0; border-radius: 0; }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row .container { font-size:14px;font-family:arial;height:294px;width:1200px;overflow:visible;position:relative;display:block; }#yuItZ1BhGuFXHKUL9bM8S6f5Vmk5zxzo { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:82px;width:365px;top:37px;left:417.5px;overflow:hidden;display:block; }
#LTbSv1BNig50Weeu5mhqmHPKBsRRVQQU { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:82px;width:287px;top:147px;left:456.5px;overflow:hidden;display:block; }
#ntD7xlmJmI6wJfxHHQeXTpxnS0ZW7eFl { color:#ffffff;display:block;width:18px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:108px;left:591px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row .container { background-color: transparent; background-image: none; }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row .container > .video-iframe-container { display: none; }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row > .video-iframe-container { display: none; }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .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); }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row .container { border-width: 0; border-radius: 0; }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row .container { font-size:14px;font-family:arial;height:241px;width:1200px;overflow:visible;position:relative;display:block; }#xhx7MXysJ69OT7toHThtLq8xIu6JodRw { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:44px;width:189px;top:38px;left:0px;overflow:hidden;display:block; }
#iAH548pDEcXBdvcxTTE6WbBbVI9FE7iD { color:#ffffff;display:block;width:334px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:103px;left:0px;height:90.9375px;text-align:justify;text-align-last:initial;display:block; }
#vHOSlD2BtL4e0sKgu4tXPGiT1ZJSpa5Z { color:#ff733b;display:block;width:334px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:64.8125px;left:449px;height:18.1953px;text-align:justify;text-align-last:initial;display:block; }
#sMz9AbE1WDUy1xTcC6U8uU7vMQ3Ldpko { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:96px;left:466px; }
#sMz9AbE1WDUy1xTcC6U8uU7vMQ3Ldpko > img { max-width: 100%;max-height:100%; width:67px; height:67px; }#wvTrhmKW7gNEk3pXdCOtmugFcmKZ7fcq { box-sizing:content-box;height:162px;width:399px;position:absolute;display:block;z-index:14999;background-color:#111416;background-image:none;top:44px;left:416px;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;border-top-left-radius:20px;display:block; }
#B6Bx7Wcr67LJ5T4x8nq9C68XeHm0wsZv { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:95px;left:699px; }
#B6Bx7Wcr67LJ5T4x8nq9C68XeHm0wsZv > img { max-width: 100%;max-height:100%; width:67px; height:67px; }#PmNadVbN6HPcCfFLMFwaBOCqoTdpM5Wh { color:#ffffff;display:block;width:101px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:166px;left:449px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vh4hAU2cZTOzNo1uEm3iWZ1SL3RnmIgr { color:#ffffff;display:block;width:101px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:166px;left:682px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p94WTo3ncWUbk6b7poxGdGeV06vq7Qes { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:203px;width:154px;top:19px;left:936.6484375px;overflow:hidden;display:block; }
#fAgl2eZC7nJFA479keVk75ZZ8Fh9yub0 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:95px;left:583px; }
#fAgl2eZC7nJFA479keVk75ZZ8Fh9yub0 > img { max-width: 100%;max-height:100%; width:67px; height:67px; }#gf8WWHB6La6uNsLVxvzQd62ghlTS6foC { color:#ffffff;display:block;width:101px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:166px;left:566px;height:18.1953px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F { background-color:#212121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row .container { background-color: transparent; background-image: none; }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row .container > .video-iframe-container { display: none; }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row > .video-iframe-container { display: none; }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .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); }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row .container { border-width: 0; border-radius: 0; }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row .container { font-size:14px;font-family:arial;height:357px;width:1200px;overflow:visible;position:relative;display:block; }#LppeluLeIPpEHpNf8K0JElp4P0o5MvKc { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:48px;width:189px;top:38px;left:0px;overflow:hidden;display:block; }
#Z8iXsAa0TN9T5L1WZc6XWTrXNfoqHn3J { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:71px;width:398px;top:234px;left:441px;overflow:hidden;display:block; }
#KVrfMSmdb4mSOF6tm9qBJ7yKchAZyCx3 { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:205px;width:282px;top:67px;left:905px;overflow:hidden;display:block; }
#noRGAbqGGOIAwOGbTy037wvDRnn7qPGT { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:92px;width:381px;top:67px;left:441px;overflow:hidden;display:block; }
#hTwrgkxqiedvAM3sfcOIkBIzLhWMMDOx { color:#ffffff;display:block;width:334px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:103px;left:0px;height:109.125px;text-align:justify;text-align-last:initial;display:block; }
#yAnhrAfAAtkoGIPo7nzNNVwiPgs4TaIx { color:#ffffff;display:block;width:334px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:281px;left:0px;height:18.1953px;text-align:justify;text-align-last:initial;display:block; }
#ADW4LKO8yRIiF6ZCpadtnQ2s2Gc5CHzi { color:#ffcc33;display:block;width:334px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38px;left:441px;height:18.1953px;text-align:justify;text-align-last:initial;display:block; }
#yuru4gPDhds4LkVypP2FW0MdAocDC631 { color:#ffcc33;display:block;width:334px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:204px;left:441px;height:18.1953px;text-align:justify;text-align-last:initial;display:block; }
#DJCdNNb5SUcpPTILTkJAEETwNPCE5eQ7 { color:#ffcc33;display:block;width:285px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38px;left:906px;height:18.1953px;text-align:justify;text-align-last:initial;display:block; }
#asKn4Mz2bGyMwlefDE7RLLDf6bElgDM2 { color:#ffcc33;display:block;width:334px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:233.8203125px;left:0px;height:18.1953px;text-align:justify;text-align-last:initial;display:block; }
#X3DbDtBytTwrBgJWIlCnshqFP6GUGGf8 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:228px;left:196.5px; }
#X3DbDtBytTwrBgJWIlCnshqFP6GUGGf8 > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#HrKaGK8UyDX4pl0nnI8eoyhf8DkJxq22 { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:228px;left:152px; }
#HrKaGK8UyDX4pl0nnI8eoyhf8DkJxq22 > img { max-width: 100%;max-height:100%; width:30px; height:30px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { display:block; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { top:18px;left:0px;width:164px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { width:198px;height:47px;top:14px;left:566px;display:block; }
 }@media only screen and (max-width: 763px) { #D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block; }
 }@media only screen and (max-width: 763px) { #pffSNRTTo091afTfDBJQh2zQBBd5z43F { top:18px;left:99px;width:139px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #R7TaM0pb3TK7mpSA22mPKLXgSdQRdEqn { top:24px;left:70px;width:18px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #R3nBMxc02wy3eIwPRPevHAl95lwn2MmA { display:block; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbPrOROouAz3XUGEqbVaNIiX8aHHNtRi { top:200px;left:721px;width:43px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU { top:63px;left:270px;width:492px;height:565px;display:block; }
 }@media only screen and (max-width: 763px) { #ON7gHssopcvV8egApIIQQTO9hUn6KiK9 { width:313px;height:30px;top:90px;left:451px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CEvLmcw4JeQ42Jyw2I15ibN8tNtsLhcx { top:153px;left:428px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #uaAIU0t9Rhs5tDmtH5K2i33TG2s3cpoA { top:163px;left:502px;width:262px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZvtNr0JHhnUpA6LiGrl5EyhRhOKFzELI { top:190px;left:484px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #SasczMdXhSrxQ3ythoex4HKOxOriF656 { width:205px;height:55px;top:201px;left:559px;display:block; }
 }@media only screen and (max-width: 763px) { #UBfonCBrmoTuaaSOmLlKrtiCsXtspZty { display:block; }
 }@media only screen and (max-width: 763px) { #g1BAV7hgE1AtH7LIRKn3x34PPEpZavTw { top:201px;left:627px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TuolZATsnAOIOoinpFQ2UlEtBboDlhZ1 { top:210px;left:551px;width:0;height:290px;display:block; }
 }@media only screen and (max-width: 763px) { #A17DF7AzTB2L5mO7SpVg9GBL8Kw7mPUS { width:40px;height:40px;top:192px;left:533px;display:block; }
 }@media only screen and (max-width: 763px) { #QXtmJPAZHrqhOnOGEs4kg7iEtp7uha3A { display:block; }
 }@media only screen and (max-width: 763px) { #tsudA5K4DxrgNnEiGN6GnhkpIkeIOwup { width:40px;height:40px;top:336px;left:533px;display:block; }
 }@media only screen and (max-width: 763px) { #ea9u96f5dnPTA0SDnnZVbzfGHqAr0cZZ { display:block; }
 }@media only screen and (max-width: 763px) { #qhXf6h0uAMkg3Ry6T9wB0TGMS810hUfS { width:40px;height:40px;top:482px;left:533px;display:block; }
 }@media only screen and (max-width: 763px) { #PvSHN2Pm1877lL3zqXeaVUA6hX5NssFo { display:block; }
 }@media only screen and (max-width: 763px) { #xCbn15QIb5kLQQCn179VMI9B1sNLBXrK { top:443px;left:428px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #UbzmTdKA1qQzdqx3q2lI4WKNodLzSNss { top:453px;left:524px;width:240px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #v1QIAFVTSdO0DVThwbOZVbETRCF9FFmd { top:480px;left:484px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #XGkhHllNP2QENxwDInWF4Rp1wKnOqIT0 { top:491px;left:629px;width:55px;height:55px;display:block; }
#XGkhHllNP2QENxwDInWF4Rp1wKnOqIT0 > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #abTqwUS53fBBAQROw4HNFNlBEnmZ96D0 { top:136px;left:0px;width:753px;height:543px;display:block; }
 }@media only screen and (max-width: 763px) { #TlaU44PZRzHso9t3PT1bdzhEeIEv25LH { top:494px;left:566px;width:198px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CuOHKvToTMH9CsaK7mhq2B4Vc7faZX11 { top:63px;left:0px;width:416px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #gllyTRFTpmSdvw2BUp9XT1egT2txFty2 { top:298px;left:428px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #ZisAwl0TQqNtTQdgpe1bIxzByUqgA2kV { top:308px;left:524px;width:240px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #M60iGe3N4hyZk3TLCehnFFAxTce3Qq20 { top:335px;left:484px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #rMZTOxSAhVwh4TFpWMhkWTpSWfxQhFcM { top:347px;left:628px;width:55px;height:55px;display:block; }
#rMZTOxSAhVwh4TFpWMhkWTpSWfxQhFcM > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #prgtGg0cHSrqg8gTuMZd3QQ9GEa6ob3L { top:128px;left:22px;width:235px;height:89px;display:block; }
 }@media only screen and (max-width: 763px) { #M7HJey0IF88HH4HyD9P0gBnhQsLmx5PB { top:357px;left:580px;width:184px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 { display:block; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCFM1VwEofrruvCd2bdD0vfCTvECyWzw { top:141px;left:0px;width:442px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zGfI2O5WkTXehO3ZyRBHmtm6MsnTEc8k { top:206px;left:40px;width:132px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #PmEmgZyNKxoPQWc82Fv3uGmfqE0b3srM { top:118px;left:0px;width:441px;height:24px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #h16yrpn5ETy1RAJefk3PTenPB62T3xEk { width:762px;height:668px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J { top:253px;left:0px;width:399px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #HsOROHgq804MNFrDPs6HRBhxXy7bgcTF { top:280px;left:70px;width:312px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GhKl02r5hEOo8Nn0VUBz7hfTqh9RUVT5 { top:341px;left:70px;width:312px;height:;font-size:14px;display:block; }#GhKl02r5hEOo8Nn0VUBz7hfTqh9RUVT5 li:before{  }
 }@media only screen and (max-width: 763px) { #a9BeKvehOe23zA5cmKUCoOBgvpaWTK5n { width:180px;height:42px;top:411px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #TuW1H2oXTkuS6olUTuPS241acNdFMrFx { display:block; }
 }@media only screen and (max-width: 763px) { #UNlKEPBaOxUyUfFArgqhxRdFIMw7JB3b { top:133px;left:364px;width:400px;height:440px;display:block; }
 }@media only screen and (max-width: 763px) { #s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 { display:block; }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuItZ1BhGuFXHKUL9bM8S6f5Vmk5zxzo { top:37px;left:199.5px;width:365px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #LTbSv1BNig50Weeu5mhqmHPKBsRRVQQU { top:147px;left:238.5px;width:287px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #ntD7xlmJmI6wJfxHHQeXTpxnS0ZW7eFl { top:108px;left:373px;width:18px;height:39px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G { display:block; }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhx7MXysJ69OT7toHThtLq8xIu6JodRw { top:38px;left:0px;width:189px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #iAH548pDEcXBdvcxTTE6WbBbVI9FE7iD { top:103px;left:0px;width:334px;height:90px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vHOSlD2BtL4e0sKgu4tXPGiT1ZJSpa5Z { top:64px;left:231px;width:334px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #sMz9AbE1WDUy1xTcC6U8uU7vMQ3Ldpko { top:96px;left:248px;width:67px;height:67px;display:block; }
#sMz9AbE1WDUy1xTcC6U8uU7vMQ3Ldpko > img { max-width: 100%;max-height:100%; width:67px; height:67px; } }@media only screen and (max-width: 763px) { #wvTrhmKW7gNEk3pXdCOtmugFcmKZ7fcq { top:44px;left:198px;width:399px;height:162px;display:block; }
 }@media only screen and (max-width: 763px) { #B6Bx7Wcr67LJ5T4x8nq9C68XeHm0wsZv { top:95px;left:481px;width:67px;height:67px;display:block; }
#B6Bx7Wcr67LJ5T4x8nq9C68XeHm0wsZv > img { max-width: 100%;max-height:100%; width:67px; height:67px; } }@media only screen and (max-width: 763px) { #PmNadVbN6HPcCfFLMFwaBOCqoTdpM5Wh { top:166px;left:231px;width:101px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Vh4hAU2cZTOzNo1uEm3iWZ1SL3RnmIgr { top:166px;left:464px;width:101px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #p94WTo3ncWUbk6b7poxGdGeV06vq7Qes { top:19px;left:610px;width:154px;height:203px;display:block; }
 }@media only screen and (max-width: 763px) { #fAgl2eZC7nJFA479keVk75ZZ8Fh9yub0 { top:95px;left:365px;width:67px;height:67px;display:block; }
#fAgl2eZC7nJFA479keVk75ZZ8Fh9yub0 > img { max-width: 100%;max-height:100%; width:67px; height:67px; } }@media only screen and (max-width: 763px) { #gf8WWHB6La6uNsLVxvzQd62ghlTS6foC { top:166px;left:348px;width:101px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F { display:block; }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LppeluLeIPpEHpNf8K0JElp4P0o5MvKc { top:38px;left:0px;width:189px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8iXsAa0TN9T5L1WZc6XWTrXNfoqHn3J { top:234px;left:223px;width:398px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #KVrfMSmdb4mSOF6tm9qBJ7yKchAZyCx3 { top:67px;left:477px;width:282px;height:205px;display:block; }
 }@media only screen and (max-width: 763px) { #noRGAbqGGOIAwOGbTy037wvDRnn7qPGT { top:67px;left:223px;width:381px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #hTwrgkxqiedvAM3sfcOIkBIzLhWMMDOx { top:103px;left:0px;width:334px;height:109px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yAnhrAfAAtkoGIPo7nzNNVwiPgs4TaIx { top:281px;left:0px;width:334px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ADW4LKO8yRIiF6ZCpadtnQ2s2Gc5CHzi { top:38px;left:223px;width:334px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yuru4gPDhds4LkVypP2FW0MdAocDC631 { top:204px;left:223px;width:334px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #DJCdNNb5SUcpPTILTkJAEETwNPCE5eQ7 { top:38px;left:479px;width:285px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #asKn4Mz2bGyMwlefDE7RLLDf6bElgDM2 { top:233px;left:0px;width:334px;height:18px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #X3DbDtBytTwrBgJWIlCnshqFP6GUGGf8 { top:228px;left:0px;width:30px;height:30px;display:block; }
#X3DbDtBytTwrBgJWIlCnshqFP6GUGGf8 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #HrKaGK8UyDX4pl0nnI8eoyhf8DkJxq22 { top:228px;left:0px;width:30px;height:30px;display:block; }
#HrKaGK8UyDX4pl0nnI8eoyhf8DkJxq22 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { display:block; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { width:320px;height:64px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZnAQtXOMHUKmVaPrwXRJ5vvr8X0EFqT { width:120px;height:28px;top:18.5px;left:18.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MI3M1iwRWL5ULgOTBwHmaUh3aOvmyGOp { width:193px;height:37px;top:60px;left:63.5px;border-top-left-radius:010px;border-top-right-radius:010px;border-bottom-left-radius:010px;border-bottom-right-radius:010px;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #d73f00, #ff733b);background-image: -moz-linear-gradient(360deg, #d73f00, #ff733b);background-image: -ms-linear-gradient(360deg, #d73f00, #ff733b);background-image: -o-linear-gradient(360deg, #d73f00, #ff733b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73f00', endColorstr='#ff733b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d73f00', endColorstr='#ff733b' );";background-image: linear-gradient(360deg, #d73f00, #ff733b);background-size:auto !important;font-family:montserrat;color:#ffffff;font-size:12px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #D6hGTUtL5FcH4mumBiVWF9FhxNs0aUuI { display:block; }
 }@media only screen and (max-width: 763px) { #pffSNRTTo091afTfDBJQh2zQBBd5z43F { width:120px;height:33px;top:16px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #R7TaM0pb3TK7mpSA22mPKLXgSdQRdEqn { width:18px;height:26px;top:19.5px;left:151px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #R3nBMxc02wy3eIwPRPevHAl95lwn2MmA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29fc008a-1134-44ce-8f55-8bc2d5b945c2/thienthanvsacquynendo.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA.adaptive-delivery-prevent-bg, #R3nBMxc02wy3eIwPRPevHAl95lwn2MmA.lazyload, #R3nBMxc02wy3eIwPRPevHAl95lwn2MmA.lazyloading { background-image: none; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container { background-color: transparent; background-image: none; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container > .video-iframe-container { display: none; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row > .video-iframe-container { display: none; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .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); }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R3nBMxc02wy3eIwPRPevHAl95lwn2MmA > .row .container { width:320px;height:944px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbPrOROouAz3XUGEqbVaNIiX8aHHNtRi { width:35px;height:28px;top:456px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU { width:320px;height:578px;top:313px;left:0px;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e32fab00-e0b2-4d84-b62b-923cb0c1e36d/GAQUAYNETthumbnail.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(255,115,59,0.5);border-left:1px solid rgba(255,115,59,0.5);border-right:1px solid rgba(255,115,59,0.5);border-bottom:1px solid rgba(255,115,59,0.5);box-shadow: none;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:block; }#wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU.adaptive-delivery-prevent-bg, #wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU.lazyload, #wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU.lazyloading { background-image: none; }
#wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px; }#wzDiaOtuUTRF6n9gfA1plGX3t84LUhTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; } }@media only screen and (max-width: 763px) { #ON7gHssopcvV8egApIIQQTO9hUn6KiK9 { width:235px;height:22.3906px;top:337px;left:43px;text-align:center;text-align-last:center;font-size:16px;color:#ff733b;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CEvLmcw4JeQ42Jyw2I15ibN8tNtsLhcx { width:232px;height:140px;top:384px;left:71px;background-color:transparent;background-image: -webkit-linear-gradient(290deg, #107742, #339e00);background-image: -moz-linear-gradient(290deg, #107742, #339e00);background-image: -ms-linear-gradient(290deg, #107742, #339e00);background-image: -o-linear-gradient(290deg, #107742, #339e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#339e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#107742', endColorstr='#339e00' );";background-image: linear-gradient(290deg, #107742, #339e00);background-size:auto !important;border-top:1px solid #339e00;border-left:1px solid #339e00;border-right:1px solid #339e00;border-bottom:1px solid #339e00;display:block; }
 }@media only screen and (max-width: 763px) { #uaAIU0t9Rhs5tDmtH5K2i33TG2s3cpoA { width:148px;height:39.1875px;top:402px;left:147px;font-size:14px;text-align:left;text-align-last:left;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZvtNr0JHhnUpA6LiGrl5EyhRhOKFzELI { width:280px;height:1px;top:675px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #SasczMdXhSrxQ3ythoex4HKOxOriF656 { width:205px;height:55px;top:453px;left:86px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbfdc0, #e2f316);background-image: -moz-linear-gradient(180deg, #fbfdc0, #e2f316);background-image: -ms-linear-gradient(180deg, #fbfdc0, #e2f316);background-image: -o-linear-gradient(180deg, #fbfdc0, #e2f316);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdc0', endColorstr='#e2f316' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdc0', endColorstr='#e2f316' );";background-image: linear-gradient(180deg, #fbfdc0, #e2f316);background-size:auto !important;border-top:1px solid #e2f316;border-left:1px solid #e2f316;border-right:1px solid #e2f316;border-bottom:1px solid #e2f316;display:block; }
 }@media only screen and (max-width: 763px) { #UBfonCBrmoTuaaSOmLlKrtiCsXtspZty { display:block; }
 }@media only screen and (max-width: 763px) { #g1BAV7hgE1AtH7LIRKn3x34PPEpZavTw { width:40px;height:40px;top:401px;left:90px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TuolZATsnAOIOoinpFQ2UlEtBboDlhZ1 { width:0;height:325px;top:402px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #A17DF7AzTB2L5mO7SpVg9GBL8Kw7mPUS { width:37px;height:37px;top:384px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QXtmJPAZHrqhOnOGEs4kg7iEtp7uha3A { display:block; }
 }@media only screen and (max-width: 763px) { #tsudA5K4DxrgNnEiGN6GnhkpIkeIOwup { width:40px;height:40px;top:566px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ea9u96f5dnPTA0SDnnZVbzfGHqAr0cZZ { display:block; }
 }@media only screen and (max-width: 763px) { #qhXf6h0uAMkg3Ry6T9wB0TGMS810hUfS { width:40px;height:40px;top:706px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PvSHN2Pm1877lL3zqXeaVUA6hX5NssFo { display:block; }
 }@media only screen and (max-width: 763px) { #xCbn15QIb5kLQQCn179VMI9B1sNLBXrK { width:232px;height:140px;top:706px;left:71px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;border-top:1px solid #ff733b;border-left:1px solid #ff733b;border-right:1px solid #ff733b;border-bottom:1px solid #ff733b;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #UbzmTdKA1qQzdqx3q2lI4WKNodLzSNss { width:148px;height:36.375px;top:726px;left:147px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v1QIAFVTSdO0DVThwbOZVbETRCF9FFmd { width:280px;height:1px;top:1774px;left:28px;background-color:rgba(0,0,0,0.16);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #XGkhHllNP2QENxwDInWF4Rp1wKnOqIT0 { display:flex;width:40px;height:40px;top:724px;left:86px;font-size:28px; }
#XGkhHllNP2QENxwDInWF4Rp1wKnOqIT0 > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #abTqwUS53fBBAQROw4HNFNlBEnmZ96D0 { width:320px;height:231px;top:96.171875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TlaU44PZRzHso9t3PT1bdzhEeIEv25LH { width:181px;height:48px;top:779px;left:98px;font-size:16px;text-align:left;text-align-last:left;line-height:1.5;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CuOHKvToTMH9CsaK7mhq2B4Vc7faZX11 { width:256px;height:44px;top:23px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #gllyTRFTpmSdvw2BUp9XT1egT2txFty2 { width:232px;height:97px;top:566px;left:71px;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;border-top:1px solid #ff733b;border-left:1px solid #ff733b;border-right:1px solid #ff733b;border-bottom:1px solid #ff733b;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ZisAwl0TQqNtTQdgpe1bIxzByUqgA2kV { width:148px;height:36.375px;top:583px;left:147px;font-size:14px;text-align:left;text-align-last:left;z-index:15085;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M60iGe3N4hyZk3TLCehnFFAxTce3Qq20 { width:280px;height:1px;top:1244px;left:28px;background-color:rgba(0,0,0,0.16);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #rMZTOxSAhVwh4TFpWMhkWTpSWfxQhFcM { display:flex;width:45px;height:45px;top:580.5px;left:86px;font-size:31px; }
#rMZTOxSAhVwh4TFpWMhkWTpSWfxQhFcM > img { max-width: 100%;max-height:100%; width:45px; height:45px; } }@media only screen and (max-width: 763px) { #prgtGg0cHSrqg8gTuMZd3QQ9GEa6ob3L { width:166px;height:62px;top:67px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #M7HJey0IF88HH4HyD9P0gBnhQsLmx5PB { width:184px;height:18.1875px;top:632px;left:95px;font-size:14px;text-align:left;text-align-last:left;z-index:15085;color:#000000;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/761f7671-13e0-49b3-9f24-3c8e11bba3e7/backgroundmobilegamebai.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7.adaptive-delivery-prevent-bg, #PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7.lazyload, #PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7.lazyloading { background-image: none; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container { background-color: transparent; background-image: none; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container > .video-iframe-container { display: none; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row > .video-iframe-container { display: none; }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .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); }#PAg2hqKPft3mxUesUtvPtRrHam2Jz7A7 > .row .container { width:320px;height:595px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCFM1VwEofrruvCd2bdD0vfCTvECyWzw { width:320px;height:0;top:68px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zGfI2O5WkTXehO3ZyRBHmtm6MsnTEc8k { width:132px;height:2px;top:65px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #PmEmgZyNKxoPQWc82Fv3uGmfqE0b3srM { width:320px;height:22.0938px;top:27px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h16yrpn5ETy1RAJefk3PTenPB62T3xEk { width:318px;height:668px;top:38px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J { width:320px;height:199px;top:118px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66130631-1231-4d59-bec2-4e9a5fca0768/100013.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J.adaptive-delivery-prevent-bg, #yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J.lazyload, #yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J.lazyloading { background-image: none; }
#yxLFqmomrNSN5PMPKQhWVvNQNeFqMD5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,35,14,0.87); } }@media only screen and (max-width: 763px) { #HsOROHgq804MNFrDPs6HRBhxXy7bgcTF { width:312px;height:0;top:145px;left:4px;font-size:18px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #GhKl02r5hEOo8Nn0VUBz7hfTqh9RUVT5 { width:312px;height:0;top:206px;left:4px;font-size:14px;text-align:left;text-align-last:left;display:none; }#GhKl02r5hEOo8Nn0VUBz7hfTqh9RUVT5 li:before{  }
 }@media only screen and (max-width: 763px) { #a9BeKvehOe23zA5cmKUCoOBgvpaWTK5n { width:180px;height:42px;top:276px;left:70px;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TuW1H2oXTkuS6olUTuPS241acNdFMrFx { display:block; }
 }@media only screen and (max-width: 763px) { #UNlKEPBaOxUyUfFArgqhxRdFIMw7JB3b { width:320px;height:440px;top:90px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 { display:block; }#s1p8XbrSnUwpLqn3r0nSeRA86AL0iMF9 > .row .container { width:320px;height:224px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuItZ1BhGuFXHKUL9bM8S6f5Vmk5zxzo { width:189px;height:44px;top:41px;left:65.5px;display:block; }
 }@media only screen and (max-width: 763px) { #LTbSv1BNig50Weeu5mhqmHPKBsRRVQQU { width:189px;height:54px;top:132.0546875px;left:65.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ntD7xlmJmI6wJfxHHQeXTpxnS0ZW7eFl { width:18px;height:39px;top:85px;left:151px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G { display:block; }#vsBf3wQXCZOILaedmwd1t0QNwW7hwJ2G > .row .container { width:320px;height:452px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhx7MXysJ69OT7toHThtLq8xIu6JodRw { width:189px;height:44px;top:41px;left:65.5px;display:none; }
 }@media only screen and (max-width: 763px) { #iAH548pDEcXBdvcxTTE6WbBbVI9FE7iD { width:320px;height:62.375px;top:149.4765625px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #vHOSlD2BtL4e0sKgu4tXPGiT1ZJSpa5Z { width:320px;height:16.8984px;top:260px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMz9AbE1WDUy1xTcC6U8uU7vMQ3Ldpko { display:flex;width:67px;height:67px;top:296px;left:17px;font-size:46px; }
#sMz9AbE1WDUy1xTcC6U8uU7vMQ3Ldpko > img { max-width: 100%;max-height:100%; width:67px; height:67px; } }@media only screen and (max-width: 763px) { #wvTrhmKW7gNEk3pXdCOtmugFcmKZ7fcq { width:320px;height:162px;top:244px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #B6Bx7Wcr67LJ5T4x8nq9C68XeHm0wsZv { display:flex;width:67px;height:67px;top:296px;left:236px; }
#B6Bx7Wcr67LJ5T4x8nq9C68XeHm0wsZv > img { max-width: 100%;max-height:100%; width:67px; height:67px; } }@media only screen and (max-width: 763px) { #PmNadVbN6HPcCfFLMFwaBOCqoTdpM5Wh { width:101px;height:16.8984px;top:365.9921875px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vh4hAU2cZTOzNo1uEm3iWZ1SL3RnmIgr { width:101px;height:16.8984px;top:365.984375px;left:219px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p94WTo3ncWUbk6b7poxGdGeV06vq7Qes { width:106px;height:140px;top:0px;left:107px;display:block; }
 }@media only screen and (max-width: 763px) { #fAgl2eZC7nJFA479keVk75ZZ8Fh9yub0 { display:flex;width:67px;height:67px;top:296px;left:126.5px; }
#fAgl2eZC7nJFA479keVk75ZZ8Fh9yub0 > img { max-width: 100%;max-height:100%; width:67px; height:67px; } }@media only screen and (max-width: 763px) { #gf8WWHB6La6uNsLVxvzQd62ghlTS6foC { width:101px;height:16.8984px;top:365.984375px;left:109.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F { display:block; }#Pl2SnJnWvRlxNMxVr2TZ2g1DhO0re25F > .row .container { width:320px;height:877px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LppeluLeIPpEHpNf8K0JElp4P0o5MvKc { width:189px;height:48px;top:41px;left:65.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8iXsAa0TN9T5L1WZc6XWTrXNfoqHn3J { width:320px;height:55px;top:478.984375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KVrfMSmdb4mSOF6tm9qBJ7yKchAZyCx3 { width:320px;height:232px;top:597.828125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #noRGAbqGGOIAwOGbTy037wvDRnn7qPGT { width:320px;height:76px;top:337.5390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #hTwrgkxqiedvAM3sfcOIkBIzLhWMMDOx { width:320px;height:77.9688px;top:101px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yAnhrAfAAtkoGIPo7nzNNVwiPgs4TaIx { width:320px;height:16.8984px;top:270.0546875px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ADW4LKO8yRIiF6ZCpadtnQ2s2Gc5CHzi { width:320px;height:16.8984px;top:311.8046875px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuru4gPDhds4LkVypP2FW0MdAocDC631 { width:320px;height:16.8984px;top:452.984375px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJCdNNb5SUcpPTILTkJAEETwNPCE5eQ7 { width:320px;height:16.8984px;top:570.8203125px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asKn4Mz2bGyMwlefDE7RLLDf6bElgDM2 { width:320px;height:16.8984px;top:192.96875px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3DbDtBytTwrBgJWIlCnshqFP6GUGGf8 { display:flex;width:30px;height:30px;top:218px;left:168px; }
#X3DbDtBytTwrBgJWIlCnshqFP6GUGGf8 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #HrKaGK8UyDX4pl0nnI8eoyhf8DkJxq22 { display:flex;width:30px;height:30px;top:218px;left:121px; }
#HrKaGK8UyDX4pl0nnI8eoyhf8DkJxq22 > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }