.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; }
#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA { 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; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA.adaptive-delivery-prevent-bg, #haiUZOPQS3lSDq4n8MclB96qXZB1cqpA.lazyload, #haiUZOPQS3lSDq4n8MclB96qXZB1cqpA.lazyloading { background-image: none; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container { background-color: transparent; background-image: none; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container > .video-iframe-container { display: none; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row > .video-iframe-container { display: none; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .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); }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container { border-width: 0; border-radius: 0; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container { font-size:14px;font-family:arial;height:847px;width:1200px;overflow:visible;position:relative;display:block; }#dCEONp4VyTIawbCHSmeM3s0Kv2K5zJ64 { 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:355px;left:1094px;overflow:hidden;display:block; }
#CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo { 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:218px;left:706px;display:block; }#CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo.adaptive-delivery-prevent-bg, #CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo.lazyload, #CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo.lazyloading { background-image: none; }
#CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo::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; }#CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,0,0,0.92); }#ik7oEDlyyRtkIOBbWB2XZkJS8IbzNqoL { 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:245px;left:797px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKpRETbbghIbC048g0r9TwqUpzpDNJMx { position:absolute;display:block;z-index:15066;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:452px;left:819px;display:block; }
#C0E4NPJ3SidONb79EAXkGCs2hzDIHtO4 { 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:308px;left:818px;display:block; }
#QtEXPT3aqpdewduqyRNt4LpmuRKzDXAG { color:#000000;display:block;width:240px;position:absolute;font-family:montserrat;font-size:15px;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:462px;left:867px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6XhGdNs2bAWOZPEC6GbsNvfeLZm9p5g { 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:15068;opacity:1;top:500px;left:847px; }
#E6XhGdNs2bAWOZPEC6GbsNvfeLZm9p5g > img { max-width: 100%;max-height:100%; width:55px; height:55px; }#eTNoWfnndZEfpWUxQcrzWxyBpPDPXZO9 { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15070;background-color:rgba(141,141,141,0.16);background-image:none;top:489px;left:847px;display:block; }
#zyi3XoAovu6KX66LLIBDOoIl81SemKb5 { 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:318px;left:857px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwekOeiRnE9q4G7NJUcoX9ibCHuI6RFI { box-sizing:content-box;height:1px;width:280px;position:absolute;display:block;z-index:15075;background-color:#339e00;background-image:none;top:345px;left:846px;display:block; }
#CE5dBWL81FtPPBGRen5zmlpL7FdF95km { 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:356px;left:922px;display:block; }
#bBwkO3gE85i8l9VKmpBaSC1PdVmbRx1n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aco80Oun0t65aNahEK3LGdTlHM2d7gb1 { 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:356px;left:845px;overflow:hidden;display:block; }
#k6TkmnrWo450vpX7EB8iJTzTvREAlALi { color:#f4f4f5;display:block;width:305px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:646px;left:177px;height:60px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWC5cyMkNCPu9QDogSVTiAeUPCDTE0Ff { box-sizing:content-box;height:290px;width:0;position:absolute;display:block;z-index:15079;background-color:transparent;background-image:none;top:365px;left:769px;border-top:2px dashed #929292;border-left:2px dashed #929292;border-right:2px dashed #929292;border-bottom:2px dashed #929292;display:block; }
#T2Cz7JWPU0qE1CVIfmpmZUbrQ2IwXgFe { 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:347px;left:751px;display:block; }
#WuDVIrc4oI0y5vupV3NDUpTAksqVe9bA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#i6msT6TZNfJHDCGlQJm4qcVPn0MPbD6b { 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:491px;left:751px;display:block; }
#IKNSTm7TKPvmLQ3LhmydDChkPALvfc0v { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dSu8kdzr1Uy0B8ESLBUJNMBBgMZTmPEp { 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:637px;left:751px;display:block; }
#PfWe7brgrroqvX6nARzS5TWiSpxZvl01 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HTLruvcmxJnqTrOTOGahSJP65eZV23xN { 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:598px;left:819px;display:block; }
#ZNTWqakTGl20y7Bv5GOfSonb5tWHla1m { 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:608px;left:867px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFbEoTIqdiT7L9Rzawde4iJRlexJcBZ7 { 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:635px;left:847px;display:block; }
#J7WufDUNBb0syQ7rVsTTNArvN01KTZqL { 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:646px;left:847px; }
#J7WufDUNBb0syQ7rVsTTNArvN01KTZqL > img { max-width: 100%;max-height:100%; width:55px; height:55px; }#z4TpDPnMIMxWUC9r30znnLBtq9wpEaS0 { 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:534px;width:659px;top:192px;left:0px;overflow:hidden;display:block; }
#etD7S6kLi2B4TyRTbLf5MXUxeoJZ6W8l { 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:650px;left:936px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q8gmxATU0IhZw9tLmeZOhv1sntmBROrW { 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:84px;width:609px;top:19px;left:295.5px;overflow:hidden;display:block; }
#UFL37wfwmpA1xyhSMQV4triynyafKMRk { 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:126px;width:333px;top:68px;left:296px;overflow:hidden;display:block; }
#ivx1k252BBvpKIunCHLiDLpG5lFE4Vv4 { color:#000000;display:block;width:198px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15085;line-height:1.5;letter-spacing:0;top:504px;left:930px;height:48px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Oaid5TVCwQf8CNM18oP7TbK8woKxS1Tz { position:absolute;display:block;z-index:15086;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:174px;width:314px;top:35px;left:632px;overflow:hidden;display:block; }
#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh { 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; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh.adaptive-delivery-prevent-bg, #Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh.lazyload, #Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh.lazyloading { background-image: none; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container { background-color: transparent; background-image: none; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container > .video-iframe-container { display: none; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row > .video-iframe-container { display: none; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .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); }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container { border-width: 0; border-radius: 0; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh::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; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container { font-size:14px;font-family:arial;height:777px;width:1200px;position:relative;display:block; }#clMTP8SnT8Mx04Irkdvp9EUTiavT3fKr { 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; }
#G0Wsh50VzSp12ThaQKG5pVTLCtXJyfga { 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; }
#DbLZWahTHWcOqso3c3QRAI7yB0aVT43P { 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; }
#JDkZztKZttZQUglzBtHSszx895d620yl { 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; }#JDkZztKZttZQUglzBtHSszx895d620yl.adaptive-delivery-prevent-bg, #JDkZztKZttZQUglzBtHSszx895d620yl.lazyload, #JDkZztKZttZQUglzBtHSszx895d620yl.lazyloading { background-image: none; }
#JDkZztKZttZQUglzBtHSszx895d620yl::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; }#JDkZztKZttZQUglzBtHSszx895d620yl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9 { 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; }#HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9.adaptive-delivery-prevent-bg, #HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9.lazyload, #HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9.lazyloading { background-image: none; }
#HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9::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; }#HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(62,19,0,0.7); }#QNPutHHLfn1y6Iuf6kbPoAvankpuhabl { 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; }
#MTrcb4EOrGU2zr1oTeDrIActwoOqTww8 { 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; }#MTrcb4EOrGU2zr1oTeDrIActwoOqTww8 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#MTrcb4EOrGU2zr1oTeDrIActwoOqTww8 li:before{  }
#i7XsU8qwxetyKUMw6yRxDxMLSX5l7vIE { 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; }
#w8FUerTFfEeWGuoBugaLOzzRp0ONAU4N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#a85vhLzTEb8L3v43GgJiuMEOy9V6rWn3 { 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; }
@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) { #haiUZOPQS3lSDq4n8MclB96qXZB1cqpA { display:block; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCEONp4VyTIawbCHSmeM3s0Kv2K5zJ64 { top:355px;left:721px;width:43px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo { top:218px;left:270px;width:492px;height:565px;display:block; }
 }@media only screen and (max-width: 763px) { #ik7oEDlyyRtkIOBbWB2XZkJS8IbzNqoL { width:313px;height:30px;top:245px;left:451px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vKpRETbbghIbC048g0r9TwqUpzpDNJMx { top:452px;left:428px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #C0E4NPJ3SidONb79EAXkGCs2hzDIHtO4 { top:308px;left:428px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #QtEXPT3aqpdewduqyRNt4LpmuRKzDXAG { top:462px;left:524px;width:240px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E6XhGdNs2bAWOZPEC6GbsNvfeLZm9p5g { top:500px;left:629px;width:55px;height:55px;display:block; }
#E6XhGdNs2bAWOZPEC6GbsNvfeLZm9p5g > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #eTNoWfnndZEfpWUxQcrzWxyBpPDPXZO9 { top:489px;left:484px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #zyi3XoAovu6KX66LLIBDOoIl81SemKb5 { top:318px;left:502px;width:262px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pwekOeiRnE9q4G7NJUcoX9ibCHuI6RFI { top:345px;left:484px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #CE5dBWL81FtPPBGRen5zmlpL7FdF95km { width:205px;height:55px;top:356px;left:559px;display:block; }
 }@media only screen and (max-width: 763px) { #bBwkO3gE85i8l9VKmpBaSC1PdVmbRx1n { display:block; }
 }@media only screen and (max-width: 763px) { #aco80Oun0t65aNahEK3LGdTlHM2d7gb1 { top:356px;left:627px;width:55px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #k6TkmnrWo450vpX7EB8iJTzTvREAlALi { top:646px;left:0px;width:305px;height:60px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #WWC5cyMkNCPu9QDogSVTiAeUPCDTE0Ff { top:365px;left:551px;width:0;height:290px;display:block; }
 }@media only screen and (max-width: 763px) { #T2Cz7JWPU0qE1CVIfmpmZUbrQ2IwXgFe { width:40px;height:40px;top:347px;left:533px;display:block; }
 }@media only screen and (max-width: 763px) { #WuDVIrc4oI0y5vupV3NDUpTAksqVe9bA { display:block; }
 }@media only screen and (max-width: 763px) { #i6msT6TZNfJHDCGlQJm4qcVPn0MPbD6b { width:40px;height:40px;top:491px;left:533px;display:block; }
 }@media only screen and (max-width: 763px) { #IKNSTm7TKPvmLQ3LhmydDChkPALvfc0v { display:block; }
 }@media only screen and (max-width: 763px) { #dSu8kdzr1Uy0B8ESLBUJNMBBgMZTmPEp { width:40px;height:40px;top:637px;left:533px;display:block; }
 }@media only screen and (max-width: 763px) { #PfWe7brgrroqvX6nARzS5TWiSpxZvl01 { display:block; }
 }@media only screen and (max-width: 763px) { #HTLruvcmxJnqTrOTOGahSJP65eZV23xN { top:598px;left:428px;width:334px;height:116px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTWqakTGl20y7Bv5GOfSonb5tWHla1m { top:608px;left:524px;width:240px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TFbEoTIqdiT7L9Rzawde4iJRlexJcBZ7 { top:635px;left:484px;width:280px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #J7WufDUNBb0syQ7rVsTTNArvN01KTZqL { top:646px;left:629px;width:55px;height:55px;display:block; }
#J7WufDUNBb0syQ7rVsTTNArvN01KTZqL > img { max-width: 100%;max-height:100%; width:55px; height:55px; } }@media only screen and (max-width: 763px) { #z4TpDPnMIMxWUC9r30znnLBtq9wpEaS0 { top:192px;left:0px;width:659px;height:534px;display:block; }
 }@media only screen and (max-width: 763px) { #etD7S6kLi2B4TyRTbLf5MXUxeoJZ6W8l { top:650px;left:566px;width:198px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q8gmxATU0IhZw9tLmeZOhv1sntmBROrW { top:19px;left:77.5px;width:609px;height:84px;display:block; }
 }@media only screen and (max-width: 763px) { #UFL37wfwmpA1xyhSMQV4triynyafKMRk { top:68px;left:78px;width:333px;height:126px;display:block; }
 }@media only screen and (max-width: 763px) { #ivx1k252BBvpKIunCHLiDLpG5lFE4Vv4 { top:504px;left:566px;width:198px;height:48px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Oaid5TVCwQf8CNM18oP7TbK8woKxS1Tz { top:35px;left:414px;width:314px;height:174px;display:block; }
 }@media only screen and (max-width: 763px) { #Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh { display:block; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clMTP8SnT8Mx04Irkdvp9EUTiavT3fKr { top:141px;left:0px;width:442px;height:54px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #G0Wsh50VzSp12ThaQKG5pVTLCtXJyfga { top:206px;left:40px;width:132px;height:6px;display:block; }
 }@media only screen and (max-width: 763px) { #DbLZWahTHWcOqso3c3QRAI7yB0aVT43P { top:118px;left:0px;width:441px;height:24px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JDkZztKZttZQUglzBtHSszx895d620yl { width:762px;height:668px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9 { top:253px;left:0px;width:399px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #QNPutHHLfn1y6Iuf6kbPoAvankpuhabl { top:280px;left:70px;width:312px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MTrcb4EOrGU2zr1oTeDrIActwoOqTww8 { top:341px;left:70px;width:312px;height:;font-size:14px;display:block; }#MTrcb4EOrGU2zr1oTeDrIActwoOqTww8 li:before{  }
 }@media only screen and (max-width: 763px) { #i7XsU8qwxetyKUMw6yRxDxMLSX5l7vIE { width:180px;height:42px;top:411px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #w8FUerTFfEeWGuoBugaLOzzRp0ONAU4N { display:block; }
 }@media only screen and (max-width: 763px) { #a85vhLzTEb8L3v43GgJiuMEOy9V6rWn3 { 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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH { display:block; }#iw5TrAXTEesV1g17JaO83MJ5CZv0yCPH > .row .container { width:320px;height:67px;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) { #haiUZOPQS3lSDq4n8MclB96qXZB1cqpA { 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; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA.adaptive-delivery-prevent-bg, #haiUZOPQS3lSDq4n8MclB96qXZB1cqpA.lazyload, #haiUZOPQS3lSDq4n8MclB96qXZB1cqpA.lazyloading { background-image: none; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container { background-color: transparent; background-image: none; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container > .video-iframe-container { display: none; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .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); }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row > .video-iframe-container { display: none; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .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); }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA::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; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#haiUZOPQS3lSDq4n8MclB96qXZB1cqpA > .row .container { width:320px;height:1162px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCEONp4VyTIawbCHSmeM3s0Kv2K5zJ64 { width:35px;height:28px;top:598px;left:259px;display:block; }
 }@media only screen and (max-width: 763px) { #CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo { width:320px;height:621px;top:455px;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; }#CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo.adaptive-delivery-prevent-bg, #CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo.lazyload, #CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo.lazyloading { background-image: none; }
#CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo::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; }#CMV7KFLX2xTvViZnBbyeruvJGKA5fnoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; } }@media only screen and (max-width: 763px) { #ik7oEDlyyRtkIOBbWB2XZkJS8IbzNqoL { width:235px;height:22.3906px;top:479px;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) { #vKpRETbbghIbC048g0r9TwqUpzpDNJMx { width:232px;height:140px;top:708px;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) { #C0E4NPJ3SidONb79EAXkGCs2hzDIHtO4 { width:232px;height:140px;top:526px;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) { #QtEXPT3aqpdewduqyRNt4LpmuRKzDXAG { width:148px;height:36.375px;top:728px;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) { #E6XhGdNs2bAWOZPEC6GbsNvfeLZm9p5g { display:flex;width:40px;height:40px;top:726px;left:88px;font-size:28px; }
#E6XhGdNs2bAWOZPEC6GbsNvfeLZm9p5g > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #eTNoWfnndZEfpWUxQcrzWxyBpPDPXZO9 { width:280px;height:1px;top:1025px;left:20px;background-color:rgba(0,0,0,0.16);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #zyi3XoAovu6KX66LLIBDOoIl81SemKb5 { width:148px;height:39.1875px;top:544px;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) { #pwekOeiRnE9q4G7NJUcoX9ibCHuI6RFI { 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) { #CE5dBWL81FtPPBGRen5zmlpL7FdF95km { width:205px;height:55px;top:595px;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) { #bBwkO3gE85i8l9VKmpBaSC1PdVmbRx1n { display:block; }
 }@media only screen and (max-width: 763px) { #aco80Oun0t65aNahEK3LGdTlHM2d7gb1 { width:40px;height:40px;top:543px;left:90px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k6TkmnrWo450vpX7EB8iJTzTvREAlALi { width:320px;height:40.7812px;top:386px;left:0px;font-size:12px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WWC5cyMkNCPu9QDogSVTiAeUPCDTE0Ff { width:0;height:348px;top:544px;left:32px;display:block; }
 }@media only screen and (max-width: 763px) { #T2Cz7JWPU0qE1CVIfmpmZUbrQ2IwXgFe { width:37px;height:37px;top:526px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WuDVIrc4oI0y5vupV3NDUpTAksqVe9bA { display:block; }
 }@media only screen and (max-width: 763px) { #i6msT6TZNfJHDCGlQJm4qcVPn0MPbD6b { width:40px;height:40px;top:708px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #IKNSTm7TKPvmLQ3LhmydDChkPALvfc0v { display:block; }
 }@media only screen and (max-width: 763px) { #dSu8kdzr1Uy0B8ESLBUJNMBBgMZTmPEp { width:40px;height:40px;top:893px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PfWe7brgrroqvX6nARzS5TWiSpxZvl01 { display:block; }
 }@media only screen and (max-width: 763px) { #HTLruvcmxJnqTrOTOGahSJP65eZV23xN { width:232px;height:140px;top:893px;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) { #ZNTWqakTGl20y7Bv5GOfSonb5tWHla1m { width:148px;height:36.375px;top:913px;left:147px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFbEoTIqdiT7L9Rzawde4iJRlexJcBZ7 { 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) { #J7WufDUNBb0syQ7rVsTTNArvN01KTZqL { display:flex;width:40px;height:40px;top:913px;left:88px;font-size:28px; }
#J7WufDUNBb0syQ7rVsTTNArvN01KTZqL > img { max-width: 100%;max-height:100%; width:40px; height:40px; } }@media only screen and (max-width: 763px) { #z4TpDPnMIMxWUC9r30znnLBtq9wpEaS0 { width:320px;height:258px;top:176px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #etD7S6kLi2B4TyRTbLf5MXUxeoJZ6W8l { width:181px;height:48px;top:966px;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) { #q8gmxATU0IhZw9tLmeZOhv1sntmBROrW { width:320px;height:44.125px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UFL37wfwmpA1xyhSMQV4triynyafKMRk { width:149px;height:55px;top:40.375px;left:85.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ivx1k252BBvpKIunCHLiDLpG5lFE4Vv4 { width:181px;height:48px;top:780px;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) { #Oaid5TVCwQf8CNM18oP7TbK8woKxS1Tz { width:226px;height:126px;top:51px;left:47px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh { 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; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh.adaptive-delivery-prevent-bg, #Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh.lazyload, #Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh.lazyloading { background-image: none; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container { background-color: transparent; background-image: none; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container > .video-iframe-container { display: none; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row > .video-iframe-container { display: none; }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .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); }#Ncg3zgznIELw5Nhs51PlxBc4EkyDX7Gh > .row .container { width:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #clMTP8SnT8Mx04Irkdvp9EUTiavT3fKr { 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) { #G0Wsh50VzSp12ThaQKG5pVTLCtXJyfga { width:132px;height:2px;top:65px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #DbLZWahTHWcOqso3c3QRAI7yB0aVT43P { 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) { #JDkZztKZttZQUglzBtHSszx895d620yl { width:318px;height:668px;top:38px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9 { 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; }#HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9.adaptive-delivery-prevent-bg, #HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9.lazyload, #HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9.lazyloading { background-image: none; }
#HfJs0BvVeNqoIQ55t90DvrXDWso4p8t9::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) { #QNPutHHLfn1y6Iuf6kbPoAvankpuhabl { 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) { #MTrcb4EOrGU2zr1oTeDrIActwoOqTww8 { width:312px;height:0;top:206px;left:4px;font-size:14px;text-align:left;text-align-last:left;display:none; }#MTrcb4EOrGU2zr1oTeDrIActwoOqTww8 li:before{  }
 }@media only screen and (max-width: 763px) { #i7XsU8qwxetyKUMw6yRxDxMLSX5l7vIE { width:180px;height:42px;top:276px;left:70px;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #w8FUerTFfEeWGuoBugaLOzzRp0ONAU4N { display:block; }
 }@media only screen and (max-width: 763px) { #a85vhLzTEb8L3v43GgJiuMEOy9V6rWn3 { 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; }
 }