.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e4d2671b-30a1-450d-a314-c4b387010813/Frame483144.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;overflow:visible;position:relative;display:block; }#iUgxvrv8xqbXh6gvULro6cu39wGf2cd5 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:8.8125rem;left:0rem;height:14.625rem;font-style:normal;display:block; }
#PKFhr3SThEKfF84UMHRkFi9B6AGInE4R { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:25.8125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#wFooyNrHX0BXMeZ7qthuIhiS0ZzWrzkL { 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:3.1875rem;width:10rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#Iv8LhOxrJNLRLbJUSIT2BIlqUaw6bkxW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:9.0625rem;top:2.46875rem;left:13.25rem;overflow:hidden;display:block; }
#B0a8AeWF7KnFPRBueuEOJaxVSG4DR1zT { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.09375rem;left:10.90625rem; }
#TmX1umihrlZVI6DcL12cCKAvsybv6HmF { position:absolute;display:block;z-index:15005;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:1.1875rem;width:31.875rem;top:29.1875rem;left:0rem;overflow:hidden;display:block; }
#PHHuM1guAUr5B4oFQSLVGQZWoc1EsB9d { position:absolute;display:block;z-index:15008;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:29.9375rem;width:27.5rem;top:4.4375rem;left:36.875rem;overflow:hidden;display:block; }
#NzlTMIm8k2EQVgWNHG79ZaH7ICbRsHHo { position:absolute;display:block;z-index:15007;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:34rem;width:21.1875rem;top:0.375rem;left:53.0732421875rem;overflow:hidden;display:block; }
#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f8;background-image:url("https://images.assets-landingi.com/uc/7fa8450c-4552-416d-a680-748e3fa7da7d/Frame483147.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK.adaptive-delivery-prevent-bg, #GH4lAVXfLN1vAJEvKtVShym5ECJV80AK.lazyload, #GH4lAVXfLN1vAJEvKtVShym5ECJV80AK.lazyloading { background-image: none; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container { background-color: transparent; background-image: none; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container > .video-iframe-container { display: none; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row > .video-iframe-container { display: none; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .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); }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container { border-width: 0; border-radius: 0; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#s1NTMxCgXmuFGH8nnZFTGmitVZ8f4pyC { color:#000000;display:block;width:63.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.90625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2Pq3aSpi7UJd0scoPqtrp1VWhfvcc5n { color:#575757;display:block;width:54.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:10.375rem;left:10.15625rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JrFgfQzLccsifhgL1vDWWZoPCfqAUalZ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:38.5625rem;left:8.09375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9HMuWiBBIZ1VhvKdWLSGnOVB2RE31Ts { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:40.8876953125rem;left:8.125rem;height:1.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0TnGnXq3OZgT8SXSNxmTHDv1TVhJlua { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:45.625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEOcs7CNVGmEbaG8AFenRlqQD7n3pcGl { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:40.875rem;left:45.625rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dhdUUXL115VLvTzbXFn8KfIrnW9lkeu2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:25.9375rem;top:15.7353515625rem;left:5.78125rem;overflow:hidden;display:block; }
#ucrErAWwnbdTbHHcMvSTd8BuDQyTlosr { 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:24rem;width:25.9375rem;top:15.7353515625rem;left:43.28125rem;overflow:hidden;display:block; }
#HtzvHiscSS6FK0SF1bweHGdlewXLOL0t { position:absolute;display:block;z-index:15035;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:7.0625rem;width:13.75rem;top:28.125rem;left:40.810546875rem;overflow:hidden;display:block; }
#JQ0nVUPhst4TTFTBEgJ9yGiQswUJaqxu { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:29.232421875rem;left:42.123046875rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cmJryqUy0G1Q1nHNQeMoeSUkWOgJS8HD { position:absolute;display:block;z-index:15037;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:7.0625rem;width:13.3125rem;top:28.125rem;left:3.28125rem;overflow:hidden;display:block; }
#BJauXvmPvdbtBZ61lfahJykXNGmtzL0u { color:#000000;display:block;width:11.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.8125rem;font-weight:300;z-index:15037;line-height:1.4;letter-spacing:0;top:29.25rem;left:4.375rem;height:4.546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EXTtbAf6Id71nHxQWvpbBkXpcSBHVsJ7 { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:sriracha;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:23.0625rem;left:5.96875rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tvz6I9uhg9qPvIzdvZTHgTnTKJSTQo6B { color:#000000;display:block;width:9.4375rem;position:absolute;font-family:sriracha;font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:23.0625rem;left:43.935546875rem;height:3.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f8;background-image:url("https://images.assets-landingi.com/uc/271c05e9-0f33-4339-9682-f89d1a897bd9/Frame483148.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z.adaptive-delivery-prevent-bg, #lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z.lazyload, #lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z.lazyloading { background-image: none; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container { background-color: transparent; background-image: none; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container > .video-iframe-container { display: none; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row > .video-iframe-container { display: none; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .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); }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container { border-width: 0; border-radius: 0; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container { font-size:0.875rem;font-family:arial;height:91.75rem;width:75rem;position:relative;display:block; }#PQraQhGxqRQe53RTQJrSecObJtSZgBAC { box-sizing:content-box;height:58.125rem;width:34.375rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:29.4375rem;left:1.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 1.25rem 3.125rem rgba(0,0,0,0.06) ;display:block; }
#C5LTa0DlHfyR2R0SOL9XPobdhPfCELND { box-sizing:content-box;height:58.125rem;width:34.375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:29.4375rem;left:39.0625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;box-shadow: 0rem 1.25rem 3.125rem rgba(0,0,0,0.06) ;display:block; }
#Np4l1sNd0wwRFEON9pDP8xQO7Np9MmQp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:18rem;width:34.375rem;top:3.1875019073486rem;left:1.5625rem;overflow:hidden;display:block; }
#kykELGz2zE61V8QrTh9rv7qfvhT3hyuS { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:3.1875rem;left:39.0625rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vpQqZc0qHwXC1THapncp9W7NIkbbAWL6 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:6.4375rem;left:39.0625rem;height:7rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IEsFNEx8s45Tgmy6zoVL7WR6o3zuNuin { color:#faaa19;display:block;width:9.3125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.44921875rem;left:64.1875rem;height:1.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhOANd666rJ2b5be7ivvzwJ2oBflovau { position:absolute;display:block;z-index:15011;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:4.3125rem;width:7.9375rem;top:16.875rem;left:39.0625rem;overflow:hidden;display:block; }
#FeBDISTrw7yT5ivNGUancu1TTUXZvt8b { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:46.9375rem;left:4.6875rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yUtilq7g9Wn8rrBz3Zd4oflqDetlWUMw { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:49.4873046875rem;left:4.6875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#otsGvHiCCTE5dXlXXkdM1hTyaP4IVfTz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.75rem;width:18.75rem;top:35.375rem;left:9.375rem;overflow:hidden;display:block; }
#IAKdh4f1S3vh7nIJ0ZdelC5hRXArZ30y { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15015;background-color:#bcbcbc;background-image:none;top:59.625rem;left:4.6875rem;display:block; }
#z3uTKppvUaUpETFgXASmc7IDfVHRvNO6 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:55.41015625rem;left:4.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wFiTeayZoLM6DBJf7hRdqTxhPeGpIqQI { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:46.9375rem;left:42.1875rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgCXTdDifhLRpFoyTbsTcX1WupZF1MTi { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:49.5rem;left:42.1875rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvlIo8T6A9hfuf0uhpA6dnRusset4XNP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.75rem;width:18.625rem;top:35.375rem;left:46.875rem;overflow:hidden;display:block; }
#kOexRG0kGtCyOS4giM5P3BbnIgG2iUF5 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:55.4375rem;left:42.1875rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DqLQ02P6aIbc7HC47T41NT1TEXr074ZV { box-sizing:content-box;height:0.0625rem;width:28.125rem;position:absolute;display:block;z-index:15020;background-color:#bcbcbc;background-image:none;top:59.625rem;left:42.1875rem;display:block; }
#mTpmcqJP3li8AWUaF0LID00qaGs9XHib { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.75rem;width:18.625rem;top:62.8125rem;left:9.375rem;overflow:hidden;display:block; }
#Ib1a9g2VwPTUM2kFTEwuHrzGoa5DvpuT { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:74.375rem;left:4.6875rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P38iVtM9VVwQOJczXFdKPChhyq1TASIT { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:76.9375rem;left:4.6875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#szHcTwzWTqI0OigO3CMQdSCQNEepfbWH { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:82.875rem;left:4.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wJfLdd47beqWZayBiscubks3eRKT7ks9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.75rem;width:18.625rem;top:62.8125rem;left:46.875rem;overflow:hidden;display:block; }
#AM9NwaS3K7uOKcAAnrrx5rZG5KvXgMKx { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:74.375rem;left:42.1875rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VnV7x9OsSdC92CW9yHHtd7hkwoyNTRSI { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:76.9375rem;left:42.1875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HXv0RyRDrEb1TIE54sb4sE4DKip2h5Q3 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:0.8125rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:82.875rem;left:42.1875rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S0IvTUBpvBdEytR6KfK4JCa9lUuDadSp { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.25rem;top:24.8125rem;left:14.125rem;overflow:hidden;display:block; }
#ZqG5cgnAO9a94lQcxP9n9tT0L3fhs9M8 { position:absolute;display:block;z-index:15024;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:9.25rem;width:9.25rem;top:24.8125rem;left:51.625rem;overflow:hidden;display:block; }
#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f8;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; }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row .container { background-color: transparent; background-image: none; }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row .container > .video-iframe-container { display: none; }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row > .video-iframe-container { display: none; }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .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); }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row .container { border-width: 0; border-radius: 0; }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#fIxamb3B8AnuCKv24xUIUg3qr0E859wP { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GiGFbrUM1o2KnrbGNgzuHnnE73r1cBaS { color:#575757;display:block;width:26.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:12.125rem;left:0rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RMvUDEbcZOQJgPaJWvA1dlkETlAT47D1 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #faaa19, #d8262f);background-image: -moz-linear-gradient(90deg, #faaa19, #d8262f);background-image: -ms-linear-gradient(90deg, #faaa19, #d8262f);background-image: -o-linear-gradient(90deg, #faaa19, #d8262f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa19', endColorstr='#d8262f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa19', endColorstr='#d8262f' );";background-image: linear-gradient(90deg, #faaa19, #d8262f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.0625rem;left:0rem;display:block; }
#RR4HAytn0ypmdJs2PAAMdcbTEvmwInbH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Km8leXvSFipXQ1vQThq3veLWC708d7Wi { position:absolute;display:block;z-index:15009;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:19.625rem;width:43.75rem;top:2.8125rem;left:31.25rem;overflow:hidden;display:block; }
#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db2f00;background-image:url("https://images.assets-landingi.com/uc/f53db35a-c253-4ec0-bdca-abc5f42d5618/Frame483144.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK.adaptive-delivery-prevent-bg, #XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK.lazyload, #XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK.lazyloading { background-image: none; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container { background-color: transparent; background-image: none; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container > .video-iframe-container { display: none; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row > .video-iframe-container { display: none; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .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); }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container { border-width: 0; border-radius: 0; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#qu5SH7if9w59TzpmwA4WfQd6JmSNqrXr { color:#ffffff;display:block;width:63.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4375rem;left:5.96875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tE4wye1Hir7KWFRnoRi1HqAiwxisb1rZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #faaa19, #d8262f);background-image: -moz-linear-gradient(90deg, #faaa19, #d8262f);background-image: -ms-linear-gradient(90deg, #faaa19, #d8262f);background-image: -o-linear-gradient(90deg, #faaa19, #d8262f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa19', endColorstr='#d8262f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaa19', endColorstr='#d8262f' );";background-image: linear-gradient(90deg, #faaa19, #d8262f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.125rem;left:30.3125rem;display:block; }
#zBT4mpZc28KpkO8BSHLrwhLE3hIF4lXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTTdntglnqrm6OLEJAIxKK9LIOUc08Td { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:31.8125rem;left:24.1875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uDKPUt2XRT5ABHWSy6hWb9cTayEJAESF { position:absolute;display:block;z-index:15010;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:20.75rem;width:52.4375rem;top:11.25rem;left:11.28125rem;overflow:hidden;display:block; }
#r9NsNHkpoG4gxcFT7KSDSvTiIO9kSdcT { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.5625rem;left:16.75rem;height:2.599825rem;font-style:normal;display:block; }
#vk4wPwgWcTKrKKz5Xu121Qv6zRGFa08w { color:#d8262f;display:block;width:21.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:18.500001072884rem;left:16.75rem;height:6.6621125rem;font-style:normal;display:block; }
#yIaISvSJIlWWIZmTaOiPUQOGlt7sfJZf { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.4375rem;left:43.25rem;height:1.29980625rem;font-style:normal;display:block; }
#Rr1ASJHV37kXeQX2344fmaVaglDOpbID { box-sizing:content-box;height:3.125rem;width:15rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ce2900, #fea401);background-image: -moz-linear-gradient(180deg, #ce2900, #fea401);background-image: -ms-linear-gradient(180deg, #ce2900, #fea401);background-image: -o-linear-gradient(180deg, #ce2900, #fea401);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce2900', endColorstr='#fea401' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce2900', endColorstr='#fea401' );";background-image: linear-gradient(180deg, #ce2900, #fea401);background-size:auto !important;top:21.25rem;left:43.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#yoyyTtHutUL5mEPlraaBrGfvMpo6tcik { color:#000000;display:block;width:13.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.9375rem;left:44.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgTeCZgx91matUx9zUqt8OMnTkmCDaFH { color:#d8262f;display:block;width:15rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.25rem;height:5.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#boqGbniMBIMF06gDIyZcA4ETD9kVuUDo { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15015;background-color:#a5a5a5;background-image:none;top:14.625rem;left:40.5625rem;display:block; }
#MIBXacLZcJfhkE4i2FeLspGXsA5qUv8y { 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:42rem;width:40.75rem;display:none; }
#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f8;background-image:url("https://images.assets-landingi.com/uc/62f1953b-441d-473f-b7f9-e9e81ff02436/Frame483149.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs.adaptive-delivery-prevent-bg, #GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs.lazyload, #GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs.lazyloading { background-image: none; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container { background-color: transparent; background-image: none; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container > .video-iframe-container { display: none; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row > .video-iframe-container { display: none; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .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); }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container { border-width: 0; border-radius: 0; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#s994Lc9V9VTcaCcRUTcdTOTO6LN6Tfun { color:#000000;display:block;width:63.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4375rem;left:5.9375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EHg3M43oyiNNwsiS6oCt0yfVTDTil9FT { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4375rem;left:8.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GCi8v9rTCVhxRk9q4fyIObWIwadhrrti { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#000000;background-image:none;top:11.8125rem;left:5.125rem;display:block; }
#yeMhceMseQo7ooBp1M2To1wk5cz5lVbx { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:12.375rem;left:5.6875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yd9aQcQhv4UoHzqkPtIf2uPQKdCagyTz { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:17.125rem;left:8.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ogSl4Fck7yo3faW0I6zxpMuX32p9REmX { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#000000;background-image:none;top:16.5rem;left:5.125rem;display:block; }
#dXr7f3Hyib068J5sDnT9q1ciQOpkcveK { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.0625rem;left:5.6875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xV4IthZhUbENeI7uXdq9zqImq9C0ZgEd { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.25rem;width:14.6875rem;top:19.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#IIm79HQtFklf3TAXVpBBdJaaHwggkBNP { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:35.8125rem;left:8.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTRfVbKNLUELwVhzTRKFlBIC90g6SMiI { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#000000;background-image:none;top:35.1875rem;left:5.125rem;display:block; }
#StJtbA4fCO9DbrJugTopLu0R9lNvWXbc { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:35.75rem;left:5.6875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ob57scb6AyuI2IkaLqol4Ls8NNcObRT8 { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:20rem;top:38.625rem;left:8.5625rem;overflow:hidden;display:block; }
#XfEVPgIyQW6ywBLTn7mOBbCwcVGyeEy7 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:12.4375rem;left:46.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WCKLelU9ua2lvIpkgTQhx97D7sgrZK0h { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#000000;background-image:none;top:11.8125rem;left:42.625rem;display:block; }
#IdIfz4uPH7BCdiQ1AyogzGxWv2mTOVFZ { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:12.375rem;left:43.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PNCemMr4oqGiVmTyVSn3NgD3loVdQcn9 { position:absolute;display:block;z-index:15026;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.6875rem;width:20rem;top:16.3125rem;left:46.0625rem;overflow:hidden;display:block; }
#SGCt1EGOi0JcL7Vse0GeE19mmVL1FaI8 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:26.625rem;left:46.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bgpUfJOOWTwFtJhRRErKO69OTuUdL66Q { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#000000;background-image:none;top:26rem;left:42.625rem;display:block; }
#LJPSp3cpxJ4G1N9POSAK0Zw6aEliHk1C { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26.5625rem;left:43.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2i5eGLHXpD9z4sGT6vbSGp3aS5OvK25 { position:absolute;display:block;z-index:15030;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.6875rem;width:20rem;top:29.4375rem;left:46.0625rem;overflow:hidden;display:block; }
#Raz4ECyvMlaC0yr5EJciZeZITNSLTlNa { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#000000;background-image:none;top:39.9375rem;left:42.625rem;display:block; }
#CTDlXZBACm7uItck04QqN1GXrFU8J9qm { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:40.5rem;left:43.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qzkTWme133F2iDs5TZxHB2bsCXMPCi37 { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:40.5625rem;left:46.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mq6HkGknTSUGxzkkQ7hpIsoV3t9vtcpX { position:absolute;display:block;z-index:15034;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10rem;width:20rem;top:43.375rem;left:45.875rem;overflow:hidden;display:block; }
#VbIhQ7xQUaE9hGUdsBENETDz4RZJhIPr { box-sizing:content-box;height:41.75rem;width:0.0625rem;position:absolute;display:block;z-index:15035;background-color:#a5a5a5;background-image:none;top:11.8125rem;left:40.125rem;display:block; }
#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f8;background-image:url("https://images.assets-landingi.com/uc/6a1c268f-be62-4d7e-8ddd-7412cebba11b/Frame483144.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m.adaptive-delivery-prevent-bg, #WtzaJdE4aiNH3kmOqPk0UQOowOrore8m.lazyload, #WtzaJdE4aiNH3kmOqPk0UQOowOrore8m.lazyloading { background-image: none; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container { background-color: transparent; background-image: none; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container > .video-iframe-container { display: none; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row > .video-iframe-container { display: none; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .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); }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container { border-width: 0; border-radius: 0; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#CP7uhbpzWTukU15HPlLfSzIoPnhrQflH { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UeTz0641RVPcyLvyHEOebzC6SqcyJFoD { color:#000000;display:block;width:37rem;position:absolute;font-family:"ibm plex sans thai looped";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:19.097625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UeTz0641RVPcyLvyHEOebzC6SqcyJFoD li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#UeTz0641RVPcyLvyHEOebzC6SqcyJFoD li:before{  }
#ipXLVAgfUPpTTTeoBavhcrFTlb2sTpLG { position:absolute;display:block;z-index:15018;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:32.9375rem;width:23rem;top:1.8466796875rem;left:45.03125rem;overflow:hidden;display:block; }
#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe { 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; }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row .container { background-color: transparent; background-image: none; }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row .container > .video-iframe-container { display: none; }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row > .video-iframe-container { display: none; }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .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); }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row .container { border-width: 0; border-radius: 0; }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#Mtm1QyWSWSFMKTbz5v3EaqeHTIZhdeW4 { color:#a6a6a6;display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:;font-style:normal;display:block; }
#MMRbXVOrRQezn0ATwB4JNZlMRwrHAZeb { color:#a6a6a6;display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:;font-style:normal;display:block; }
#Z87gDKuWwnk8pOPywx2HMqn9cEHbs1mR { position:absolute;display:block;z-index:15058;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:2.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#t74UWPCEALUyAbRAdtJMkF4C527n5z3B { color:#a6a6a6;display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:;font-style:normal;display:block; }
#t1n9mkVVrpBSMHqtnEtsk7672noTvKXT { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.625rem;left:54.125rem;height:;font-style:normal;display:block; }
#KIhRQdDq9LdQ5Kn1MVu3ca8XNIJo6ETy { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:4.4375rem;left:54.125rem;display:block; }
#iHpsM0lrSXMTXpUBH8mFSoCJ0OmsaGkf { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:4.4375rem;left:56.75rem;display:block; }
#CsqcgRrC6scX9Hdo4MZHeqiQEa73XBbx { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:4.4375rem;left:62rem;display:block; }
#CusyQZ85zRUFwZe2Can8KPPmkkcgtZxP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:4.6875rem;left:59.622615814209rem; }
#CusyQZ85zRUFwZe2Can8KPPmkkcgtZxP > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUgxvrv8xqbXh6gvULro6cu39wGf2cd5 { top:8.8125rem;left:0rem;width:27.5rem;height:14.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKFhr3SThEKfF84UMHRkFi9B6AGInE4R { top:25.8125rem;left:0rem;width:32.3125rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFooyNrHX0BXMeZ7qthuIhiS0ZzWrzkL { top:2.25rem;left:0rem;width:10rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv8LhOxrJNLRLbJUSIT2BIlqUaw6bkxW { top:2.4375rem;left:0rem;width:9.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0a8AeWF7KnFPRBueuEOJaxVSG4DR1zT { top:3.0625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmX1umihrlZVI6DcL12cCKAvsybv6HmF { top:29.1875rem;left:0rem;width:31.875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHHuM1guAUr5B4oFQSLVGQZWoc1EsB9d { top:4.4375rem;left:20.25rem;width:27.5rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzlTMIm8k2EQVgWNHG79ZaH7ICbRsHHo { top:0.375rem;left:26.5625rem;width:21.1875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH4lAVXfLN1vAJEvKtVShym5ECJV80AK { display:block; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1NTMxCgXmuFGH8nnZFTGmitVZ8f4pyC { top:4.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2Pq3aSpi7UJd0scoPqtrp1VWhfvcc5n { top:10.375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFgfQzLccsifhgL1vDWWZoPCfqAUalZ { top:38.5625rem;left:1.28125rem;width:21.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9HMuWiBBIZ1VhvKdWLSGnOVB2RE31Ts { top:40.875rem;left:1.3125rem;width:21.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0TnGnXq3OZgT8SXSNxmTHDv1TVhJlua { top:38.5625rem;left:25.1875rem;width:21.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEOcs7CNVGmEbaG8AFenRlqQD7n3pcGl { top:40.875rem;left:25.1875rem;width:21.25rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhdUUXL115VLvTzbXFn8KfIrnW9lkeu2 { top:15.6875rem;left:0rem;width:25.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucrErAWwnbdTbHHcMvSTd8BuDQyTlosr { top:15.6875rem;left:21.8125rem;width:25.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtzvHiscSS6FK0SF1bweHGdlewXLOL0t { top:28.125rem;left:23.875rem;width:13.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ0nVUPhst4TTFTBEgJ9yGiQswUJaqxu { top:29.1875rem;left:23.875rem;width:11.125rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJryqUy0G1Q1nHNQeMoeSUkWOgJS8HD { top:28.125rem;left:0rem;width:13.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJauXvmPvdbtBZ61lfahJykXNGmtzL0u { top:29.25rem;left:0rem;width:11.125rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTtbAf6Id71nHxQWvpbBkXpcSBHVsJ7 { top:23.0625rem;left:0rem;width:9.4375rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvz6I9uhg9qPvIzdvZTHgTnTKJSTQo6B { top:23.0625rem;left:23.875rem;width:9.4375rem;height:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z { display:block; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQraQhGxqRQe53RTQJrSecObJtSZgBAC { top:29.4375rem;left:0rem;width:34.375rem;height:58.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LTa0DlHfyR2R0SOL9XPobdhPfCELND { top:29.4375rem;left:13.375rem;width:34.375rem;height:58.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np4l1sNd0wwRFEON9pDP8xQO7Np9MmQp { top:3.1875rem;left:0rem;width:34.375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #kykELGz2zE61V8QrTh9rv7qfvhT3hyuS { top:3.1875rem;left:13.375rem;width:34.375rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpQqZc0qHwXC1THapncp9W7NIkbbAWL6 { top:6.4375rem;left:13.375rem;width:34.375rem;height:7rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEsFNEx8s45Tgmy6zoVL7WR6o3zuNuin { top:18.4375rem;left:38.4375rem;width:9.3125rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhOANd666rJ2b5be7ivvzwJ2oBflovau { top:16.875rem;left:23.875rem;width:7.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeBDISTrw7yT5ivNGUancu1TTUXZvt8b { top:46.9375rem;left:0rem;width:28.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUtilq7g9Wn8rrBz3Zd4oflqDetlWUMw { top:49.4375rem;left:0rem;width:28.125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otsGvHiCCTE5dXlXXkdM1hTyaP4IVfTz { top:35.375rem;left:2.5625rem;width:18.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKdh4f1S3vh7nIJ0ZdelC5hRXArZ30y { top:59.625rem;left:0rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3uTKppvUaUpETFgXASmc7IDfVHRvNO6 { top:55.375rem;left:0rem;width:28.125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFiTeayZoLM6DBJf7hRdqTxhPeGpIqQI { top:46.9375rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgCXTdDifhLRpFoyTbsTcX1WupZF1MTi { top:49.5rem;left:19.625rem;width:28.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvlIo8T6A9hfuf0uhpA6dnRusset4XNP { top:35.375rem;left:26.4375rem;width:18.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOexRG0kGtCyOS4giM5P3BbnIgG2iUF5 { top:55.4375rem;left:19.625rem;width:28.125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLQ02P6aIbc7HC47T41NT1TEXr074ZV { top:59.625rem;left:19.625rem;width:28.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpmcqJP3li8AWUaF0LID00qaGs9XHib { top:62.8125rem;left:2.5625rem;width:18.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib1a9g2VwPTUM2kFTEwuHrzGoa5DvpuT { top:74.375rem;left:0rem;width:28.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P38iVtM9VVwQOJczXFdKPChhyq1TASIT { top:76.9375rem;left:0rem;width:28.125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szHcTwzWTqI0OigO3CMQdSCQNEepfbWH { top:82.875rem;left:0rem;width:28.125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJfLdd47beqWZayBiscubks3eRKT7ks9 { top:62.8125rem;left:26.4375rem;width:18.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM9NwaS3K7uOKcAAnrrx5rZG5KvXgMKx { top:74.375rem;left:19.625rem;width:28.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnV7x9OsSdC92CW9yHHtd7hkwoyNTRSI { top:76.9375rem;left:19.625rem;width:28.125rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXv0RyRDrEb1TIE54sb4sE4DKip2h5Q3 { top:82.875rem;left:19.625rem;width:28.125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0IvTUBpvBdEytR6KfK4JCa9lUuDadSp { top:24.8125rem;left:7.3125rem;width:9.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqG5cgnAO9a94lQcxP9n9tT0L3fhs9M8 { top:24.8125rem;left:31.1875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC { display:block; }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIxamb3B8AnuCKv24xUIUg3qr0E859wP { top:2.8125rem;left:0rem;width:26.875rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiGFbrUM1o2KnrbGNgzuHnnE73r1cBaS { top:12.125rem;left:0rem;width:26.625rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMvUDEbcZOQJgPaJWvA1dlkETlAT47D1 { width:14.375rem;height:3.4375rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR4HAytn0ypmdJs2PAAMdcbTEvmwInbH { display:block; }
 }@media only screen and (max-width: 763px) { #Km8leXvSFipXQ1vQThq3veLWC708d7Wi { top:2.8125rem;left:0rem;width:43.75rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK { display:block; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu5SH7if9w59TzpmwA4WfQd6JmSNqrXr { top:4.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4wye1Hir7KWFRnoRi1HqAiwxisb1rZ { width:14.375rem;height:3.4375rem;top:34.125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBT4mpZc28KpkO8BSHLrwhLE3hIF4lXV { display:block; }
 }@media only screen and (max-width: 763px) { #JTTdntglnqrm6OLEJAIxKK9LIOUc08Td { top:31.8125rem;left:10.5625rem;width:26.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDKPUt2XRT5ABHWSy6hWb9cTayEJAESF { top:11.25rem;left:0rem;width:47.75rem;height:18.895113230036rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9NsNHkpoG4gxcFT7KSDSvTiIO9kSdcT { top:15.5625rem;left:3.125rem;width:15.5625rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vk4wPwgWcTKrKKz5Xu121Qv6zRGFa08w { top:18.5rem;left:3.125rem;width:21.8125rem;height:6.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIaISvSJIlWWIZmTaOiPUQOGlt7sfJZf { top:25.4375rem;left:26.1875rem;width:21.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rr1ASJHV37kXeQX2344fmaVaglDOpbID { top:21.25rem;left:29.625rem;width:15rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoyyTtHutUL5mEPlraaBrGfvMpo6tcik { top:21.9375rem;left:30.4375rem;width:13.375rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTeCZgx91matUx9zUqt8OMnTkmCDaFH { top:16.0625rem;left:29.625rem;width:15rem;height:5.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqGbniMBIMF06gDIyZcA4ETD9kVuUDo { top:14.625rem;left:26.9375rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIBXacLZcJfhkE4i2FeLspGXsA5qUv8y { width:40.75rem;height:42rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs { display:block; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s994Lc9V9VTcaCcRUTcdTOTO6LN6Tfun { top:4.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHg3M43oyiNNwsiS6oCt0yfVTDTil9FT { top:12.4375rem;left:0rem;width:28.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCi8v9rTCVhxRk9q4fyIObWIwadhrrti { top:11.8125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeMhceMseQo7ooBp1M2To1wk5cz5lVbx { top:12.375rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9aQcQhv4UoHzqkPtIf2uPQKdCagyTz { top:17.125rem;left:0rem;width:28.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogSl4Fck7yo3faW0I6zxpMuX32p9REmX { top:16.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXr7f3Hyib068J5sDnT9q1ciQOpkcveK { top:17.0625rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4IthZhUbENeI7uXdq9zqImq9C0ZgEd { top:19.9375rem;left:1.75rem;width:14.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIm79HQtFklf3TAXVpBBdJaaHwggkBNP { top:35.8125rem;left:0rem;width:28.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRfVbKNLUELwVhzTRKFlBIC90g6SMiI { top:35.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #StJtbA4fCO9DbrJugTopLu0R9lNvWXbc { top:35.75rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob57scb6AyuI2IkaLqol4Ls8NNcObRT8 { top:38.625rem;left:1.75rem;width:20rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfEVPgIyQW6ywBLTn7mOBbCwcVGyeEy7 { top:12.4375rem;left:25.625rem;width:19.6875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCKLelU9ua2lvIpkgTQhx97D7sgrZK0h { top:11.8125rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdIfz4uPH7BCdiQ1AyogzGxWv2mTOVFZ { top:12.375rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNCemMr4oqGiVmTyVSn3NgD3loVdQcn9 { top:16.3125rem;left:25.625rem;width:20rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGCt1EGOi0JcL7Vse0GeE19mmVL1FaI8 { top:26.625rem;left:23.9375rem;width:23.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgpUfJOOWTwFtJhRRErKO69OTuUdL66Q { top:26rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJPSp3cpxJ4G1N9POSAK0Zw6aEliHk1C { top:26.5625rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2i5eGLHXpD9z4sGT6vbSGp3aS5OvK25 { top:29.4375rem;left:25.625rem;width:20rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raz4ECyvMlaC0yr5EJciZeZITNSLTlNa { top:39.9375rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTDlXZBACm7uItck04QqN1GXrFU8J9qm { top:40.5rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzkTWme133F2iDs5TZxHB2bsCXMPCi37 { top:40.5625rem;left:23.9375rem;width:23.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6HkGknTSUGxzkkQ7hpIsoV3t9vtcpX { top:43.375rem;left:25.4375rem;width:20rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIhQ7xQUaE9hGUdsBENETDz4RZJhIPr { top:11.8125rem;left:23.875rem;width:0.0625rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtzaJdE4aiNH3kmOqPk0UQOowOrore8m { display:block; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP7uhbpzWTukU15HPlLfSzIoPnhrQflH { top:4.375rem;left:0rem;width:32.6875rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTz0641RVPcyLvyHEOebzC6SqcyJFoD { top:15.625rem;left:0rem;width:37rem;height:19.125rem;font-size:0.8125rem;display:block; }#UeTz0641RVPcyLvyHEOebzC6SqcyJFoD li:before{  }
 }@media only screen and (max-width: 763px) { #ipXLVAgfUPpTTTeoBavhcrFTlb2sTpLG { top:1.8125rem;left:24.59375rem;width:23rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe { display:block; }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mtm1QyWSWSFMKTbz5v3EaqeHTIZhdeW4 { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMRbXVOrRQezn0ATwB4JNZlMRwrHAZeb { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z87gDKuWwnk8pOPywx2HMqn9cEHbs1mR { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t74UWPCEALUyAbRAdtJMkF4C527n5z3B { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1n9mkVVrpBSMHqtnEtsk7672noTvKXT { top:2.625rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIhRQdDq9LdQ5Kn1MVu3ca8XNIJo6ETy { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpsM0lrSXMTXpUBH8mFSoCJ0OmsaGkf { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsqcgRrC6scX9Hdo4MZHeqiQEa73XBbx { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CusyQZ85zRUFwZe2Can8KPPmkkcgtZxP { top:4.6875rem;left:39.185115814209rem;width:1.5rem;height:1.1875rem;display:block; }
#CusyQZ85zRUFwZe2Can8KPPmkkcgtZxP > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9235b358-6460-4164-bd3f-9d3111f52352/Frame483144copy.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUgxvrv8xqbXh6gvULro6cu39wGf2cd5 { width:20rem;height:5.25rem;top:5.125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKFhr3SThEKfF84UMHRkFi9B6AGInE4R { width:20rem;height:1.79980625rem;top:11.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wFooyNrHX0BXMeZ7qthuIhiS0ZzWrzkL { width:5.6875rem;height:1.8125rem;top:1.5rem;left:3.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Iv8LhOxrJNLRLbJUSIT2BIlqUaw6bkxW { width:5.625rem;height:1.625rem;top:1.5625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0a8AeWF7KnFPRBueuEOJaxVSG4DR1zT { display:flex;width:1.25rem;height:1.25rem;top:1.8125rem;left:9.4375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TmX1umihrlZVI6DcL12cCKAvsybv6HmF { width:18.75rem;height:0.6875rem;top:13.4873046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHHuM1guAUr5B4oFQSLVGQZWoc1EsB9d { width:16.625rem;height:18.125rem;top:15.423828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzlTMIm8k2EQVgWNHG79ZaH7ICbRsHHo { width:13.6875rem;height:22.0625rem;top:15.423828125rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GH4lAVXfLN1vAJEvKtVShym5ECJV80AK { background-color:#f6f6f8;background-image:none;display:block; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container { background-color: transparent; background-image: none; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container > .video-iframe-container { display: none; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row > .video-iframe-container { display: none; }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .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); }#GH4lAVXfLN1vAJEvKtVShym5ECJV80AK > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1NTMxCgXmuFGH8nnZFTGmitVZ8f4pyC { width:20rem;height:4.3496125rem;top:2.625rem;left:0rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X2Pq3aSpi7UJd0scoPqtrp1VWhfvcc5n { width:20rem;height:4.19824375rem;top:8.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JrFgfQzLccsifhgL1vDWWZoPCfqAUalZ { width:20rem;height:1.57465rem;top:27.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9HMuWiBBIZ1VhvKdWLSGnOVB2RE31Ts { width:20rem;height:1.31303125rem;top:29.38671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I0TnGnXq3OZgT8SXSNxmTHDv1TVhJlua { width:20rem;height:1.57465rem;top:46.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEOcs7CNVGmEbaG8AFenRlqQD7n3pcGl { width:20rem;height:2.0996125rem;top:48.26171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dhdUUXL115VLvTzbXFn8KfIrnW9lkeu2 { width:15.9375rem;height:14.75rem;top:13.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucrErAWwnbdTbHHcMvSTd8BuDQyTlosr { width:15.9375rem;height:14.6875rem;top:32.78125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtzvHiscSS6FK0SF1bweHGdlewXLOL0t { width:9.375rem;height:4.8125rem;top:39.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ0nVUPhst4TTFTBEgJ9yGiQswUJaqxu { width:7.9375rem;height:3.25rem;top:39.75rem;left:1.875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cmJryqUy0G1Q1nHNQeMoeSUkWOgJS8HD { width:9.375rem;height:4.75rem;top:20rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJauXvmPvdbtBZ61lfahJykXNGmtzL0u { width:7.9375rem;height:3.25rem;top:20.625rem;left:1.875rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EXTtbAf6Id71nHxQWvpbBkXpcSBHVsJ7 { width:6.625rem;height:2.1875rem;top:17.25rem;left:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvz6I9uhg9qPvIzdvZTHgTnTKJSTQo6B { width:6.5625rem;height:2.1875rem;top:36.3125rem;left:2.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z { background-color:#f6f6f8;background-image:none;display:block; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container { background-color: transparent; background-image: none; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container > .video-iframe-container { display: none; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row > .video-iframe-container { display: none; }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .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); }#lL81Tc76c56LIFAHtQKpDbyiFMfzeg4z > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQraQhGxqRQe53RTQJrSecObJtSZgBAC { width:20rem;height:39.6875rem;top:32.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5LTa0DlHfyR2R0SOL9XPobdhPfCELND { width:20rem;height:41.3125rem;top:75.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np4l1sNd0wwRFEON9pDP8xQO7Np9MmQp { width:16.875rem;height:8.75rem;top:1.9990234375rem;left:1.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kykELGz2zE61V8QrTh9rv7qfvhT3hyuS { width:16.875rem;height:2.9243625rem;top:11.9990234375rem;left:1.5625rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpQqZc0qHwXC1THapncp9W7NIkbbAWL6 { width:16.875rem;height:5.27831875rem;top:15.5458984375rem;left:1.5625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IEsFNEx8s45Tgmy6zoVL7WR6o3zuNuin { width:7.3125rem;height:0.875rem;top:25.6357421875rem;left:6.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhOANd666rJ2b5be7ivvzwJ2oBflovau { width:5.375rem;height:2.9375rem;top:22.0732421875rem;left:7.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FeBDISTrw7yT5ivNGUancu1TTUXZvt8b { width:16.875rem;height:1.57465rem;top:43.4375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUtilq7g9Wn8rrBz3Zd4oflqDetlWUMw { width:16.875rem;height:3.16699375rem;top:45.625rem;left:1.5625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #otsGvHiCCTE5dXlXXkdM1hTyaP4IVfTz { width:12.5rem;height:6.375rem;top:35.8125rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAKdh4f1S3vh7nIJ0ZdelC5hRXArZ30y { width:16.875rem;height:0.0625rem;top:52.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3uTKppvUaUpETFgXASmc7IDfVHRvNO6 { width:16.875rem;height:0.875rem;top:50.0625rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFiTeayZoLM6DBJf7hRdqTxhPeGpIqQI { width:16.875rem;height:1.57465rem;top:87rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgCXTdDifhLRpFoyTbsTcX1WupZF1MTi { width:16.875rem;height:4.22265625rem;top:89.1875rem;left:1.5625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TvlIo8T6A9hfuf0uhpA6dnRusset4XNP { width:12.5rem;height:6.5rem;top:79.25rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOexRG0kGtCyOS4giM5P3BbnIgG2iUF5 { width:16.875rem;height:0.875rem;top:94.6875rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLQ02P6aIbc7HC47T41NT1TEXr074ZV { width:16.875rem;height:0.0625rem;top:97.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpmcqJP3li8AWUaF0LID00qaGs9XHib { width:12.5rem;height:6.5rem;top:54.6875rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib1a9g2VwPTUM2kFTEwuHrzGoa5DvpuT { width:16.875rem;height:1.57465rem;top:62.375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P38iVtM9VVwQOJczXFdKPChhyq1TASIT { width:16.875rem;height:3.16699375rem;top:64.5625rem;left:1.5625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #szHcTwzWTqI0OigO3CMQdSCQNEepfbWH { width:16.875rem;height:0.875rem;top:68.9375rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJfLdd47beqWZayBiscubks3eRKT7ks9 { width:12.5rem;height:6.5rem;top:99.3125rem;left:3.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM9NwaS3K7uOKcAAnrrx5rZG5KvXgMKx { width:16.875rem;height:1.57465rem;top:107.0625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnV7x9OsSdC92CW9yHHtd7hkwoyNTRSI { width:16.875rem;height:3.16699375rem;top:109.25rem;left:1.5625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HXv0RyRDrEb1TIE54sb4sE4DKip2h5Q3 { width:16.875rem;height:0.875rem;top:113.6875rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0IvTUBpvBdEytR6KfK4JCa9lUuDadSp { width:6.125rem;height:6.25rem;top:29rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqG5cgnAO9a94lQcxP9n9tT0L3fhs9M8 { width:6.25rem;height:6.25rem;top:72.375rem;left:6.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC { display:block; }#pTm3kV6XPXlkgTMnJCZqg7IVrrBLDBJC > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIxamb3B8AnuCKv24xUIUg3qr0E859wP { width:20rem;height:4.5rem;top:1.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GiGFbrUM1o2KnrbGNgzuHnnE73r1cBaS { width:20rem;height:2.798825rem;top:7.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RMvUDEbcZOQJgPaJWvA1dlkETlAT47D1 { width:20rem;height:3.125rem;top:22.7041015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR4HAytn0ypmdJs2PAAMdcbTEvmwInbH { display:block; }
 }@media only screen and (max-width: 763px) { #Km8leXvSFipXQ1vQThq3veLWC708d7Wi { width:20rem;height:8.9706875rem;top:11.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK { background-color:#db2f00;background-image:url("https://images.assets-landingi.com/uc/853632d4-f228-4b85-aa8a-6d4a2a0182c5/Frame483145.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK.adaptive-delivery-prevent-bg, #XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK.lazyload, #XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK.lazyloading { background-image: none; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container { background-color: transparent; background-image: none; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container > .video-iframe-container { display: none; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row > .video-iframe-container { display: none; }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .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); }#XTB2z7KpHaw1hT7MTEAJJncJUkoirDyK > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu5SH7if9w59TzpmwA4WfQd6JmSNqrXr { width:20rem;height:4.875rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4wye1Hir7KWFRnoRi1HqAiwxisb1rZ { width:20rem;height:3.125rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBT4mpZc28KpkO8BSHLrwhLE3hIF4lXV { display:block; }
 }@media only screen and (max-width: 763px) { #JTTdntglnqrm6OLEJAIxKK9LIOUc08Td { width:20rem;height:1.349825rem;top:30.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uDKPUt2XRT5ABHWSy6hWb9cTayEJAESF { width:20rem;height:7.9140625rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9NsNHkpoG4gxcFT7KSDSvTiIO9kSdcT { width:16.875rem;height:1.625rem;top:10.4375rem;left:1.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vk4wPwgWcTKrKKz5Xu121Qv6zRGFa08w { width:16.875rem;height:5.0371125rem;top:12.5712890625rem;left:1.5625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIaISvSJIlWWIZmTaOiPUQOGlt7sfJZf { width:16.875rem;height:1.0556625rem;top:26.375rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rr1ASJHV37kXeQX2344fmaVaglDOpbID { width:16.875rem;height:3.125rem;top:22.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoyyTtHutUL5mEPlraaBrGfvMpo6tcik { width:13.375rem;height:1.7871125rem;top:23.375rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgTeCZgx91matUx9zUqt8OMnTkmCDaFH { width:16.875rem;height:4.46875rem;top:17.546875rem;left:1.5625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boqGbniMBIMF06gDIyZcA4ETD9kVuUDo { width:0.6875rem;height:10rem;top:41.125rem;left:8.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MIBXacLZcJfhkE4i2FeLspGXsA5qUv8y { top:8.625rem;left:0rem;width:19.9375rem;height:20.5625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs { background-color:#f6f6f8;background-image:none;display:block; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container { background-color: transparent; background-image: none; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container > .video-iframe-container { display: none; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row > .video-iframe-container { display: none; }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .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); }#GuLZ4kvKilUCPpTtC5yGKIkbBKFUb0Hs > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s994Lc9V9VTcaCcRUTcdTOTO6LN6Tfun { width:20rem;height:4.5rem;top:1.9375rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EHg3M43oyiNNwsiS6oCt0yfVTDTil9FT { width:16.3125rem;height:2.39930625rem;top:8rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GCi8v9rTCVhxRk9q4fyIObWIwadhrrti { width:1.875rem;height:1.875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeMhceMseQo7ooBp1M2To1wk5cz5lVbx { width:1.75rem;height:1.29980625rem;top:8rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd9aQcQhv4UoHzqkPtIf2uPQKdCagyTz { width:13.5625rem;height:2.39930625rem;top:12.625rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ogSl4Fck7yo3faW0I6zxpMuX32p9REmX { width:1.875rem;height:1.875rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXr7f3Hyib068J5sDnT9q1ciQOpkcveK { width:1.75rem;height:1.29980625rem;top:12.625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4IthZhUbENeI7uXdq9zqImq9C0ZgEd { width:11.875rem;height:10.6875rem;top:15.6875rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIm79HQtFklf3TAXVpBBdJaaHwggkBNP { width:10.9375rem;height:2.5996125rem;top:28.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRfVbKNLUELwVhzTRKFlBIC90g6SMiI { width:1.875rem;height:1.875rem;top:28.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StJtbA4fCO9DbrJugTopLu0R9lNvWXbc { width:1.25rem;height:1.29980625rem;top:28.75rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob57scb6AyuI2IkaLqol4Ls8NNcObRT8 { width:11.875rem;height:6.1875rem;top:31.974609375rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfEVPgIyQW6ywBLTn7mOBbCwcVGyeEy7 { width:15.6875rem;height:2.5996125rem;top:40.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCKLelU9ua2lvIpkgTQhx97D7sgrZK0h { width:1.875rem;height:1.875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdIfz4uPH7BCdiQ1AyogzGxWv2mTOVFZ { width:1.0625rem;height:1.29980625rem;top:40.5rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNCemMr4oqGiVmTyVSn3NgD3loVdQcn9 { width:14.625rem;height:5.625rem;top:43.724609375rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGCt1EGOi0JcL7Vse0GeE19mmVL1FaI8 { width:12rem;height:2.5996125rem;top:51.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgpUfJOOWTwFtJhRRErKO69OTuUdL66Q { width:1.875rem;height:1.875rem;top:51.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJPSp3cpxJ4G1N9POSAK0Zw6aEliHk1C { width:1.1875rem;height:1.29980625rem;top:51.6875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2i5eGLHXpD9z4sGT6vbSGp3aS5OvK25 { width:14.625rem;height:6.3125rem;top:54.912109375rem;left:2.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Raz4ECyvMlaC0yr5EJciZeZITNSLTlNa { width:1.875rem;height:1.875rem;top:63.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTDlXZBACm7uItck04QqN1GXrFU8J9qm { width:1.1875rem;height:1.29980625rem;top:63.5625rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzkTWme133F2iDs5TZxHB2bsCXMPCi37 { width:12.6875rem;height:1.29980625rem;top:63.537109375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq6HkGknTSUGxzkkQ7hpIsoV3t9vtcpX { width:14.625rem;height:7.3125rem;top:65.75rem;left:2.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbIhQ7xQUaE9hGUdsBENETDz4RZJhIPr { width:0.0625rem;height:41.75rem;top:54.8837875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtzaJdE4aiNH3kmOqPk0UQOowOrore8m { background-color:#f6f6f8;background-image:url("https://images.assets-landingi.com/uc/bdde6d86-582b-4bee-a988-c60ede734100/Frame483146.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m.adaptive-delivery-prevent-bg, #WtzaJdE4aiNH3kmOqPk0UQOowOrore8m.lazyload, #WtzaJdE4aiNH3kmOqPk0UQOowOrore8m.lazyloading { background-image: none; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container { background-color: transparent; background-image: none; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container > .video-iframe-container { display: none; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row > .video-iframe-container { display: none; }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .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); }#WtzaJdE4aiNH3kmOqPk0UQOowOrore8m > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP7uhbpzWTukU15HPlLfSzIoPnhrQflH { width:20rem;height:4.5rem;top:2.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UeTz0641RVPcyLvyHEOebzC6SqcyJFoD { width:20rem;height:18.8974375rem;top:7.375rem;left:0rem;font-size:0.8125rem;display:block; }#UeTz0641RVPcyLvyHEOebzC6SqcyJFoD li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UeTz0641RVPcyLvyHEOebzC6SqcyJFoD li:before{  }
 }@media only screen and (max-width: 763px) { #ipXLVAgfUPpTTTeoBavhcrFTlb2sTpLG { width:10.625rem;height:15.3125rem;top:26.93359375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe { display:block; }#FI7Do3ly9vayNH6k1TPXT2hSS8wLnKGe > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mtm1QyWSWSFMKTbz5v3EaqeHTIZhdeW4 { width:10rem;height:0.974825rem;top:13.5rem;left:6.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #MMRbXVOrRQezn0ATwB4JNZlMRwrHAZeb { width:6.375rem;height:0.974825rem;top:13.5rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z87gDKuWwnk8pOPywx2HMqn9cEHbs1mR { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t74UWPCEALUyAbRAdtJMkF4C527n5z3B { width:6.5rem;height:0.974825rem;top:12rem;left:6.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t1n9mkVVrpBSMHqtnEtsk7672noTvKXT { width:12.75rem;height:1.29980625rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KIhRQdDq9LdQ5Kn1MVu3ca8XNIJo6ETy { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHpsM0lrSXMTXpUBH8mFSoCJ0OmsaGkf { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsqcgRrC6scX9Hdo4MZHeqiQEa73XBbx { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CusyQZ85zRUFwZe2Can8KPPmkkcgtZxP { display:flex;width:1.49956875rem;height:1.18706875rem;top:8.5308189392087rem;left:11.185981750488rem; }
#CusyQZ85zRUFwZe2Can8KPPmkkcgtZxP > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.18706875rem; } }