.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:#000000;background-image:url("https://images.assets-landingi.com/uc/29f093e3-f062-45d6-bb60-f182027d363a/Frame483134.png");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:60rem;width:75rem;overflow:visible;position:relative;display:block; }#S9qTV10CoZfqy5nAXCxmyZBItcCKEQ4D { 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:3.75rem;width:11.4375rem;top:2.06201171875rem;left:31.78125rem;overflow:hidden;display:block; }
#RiDTdCXmQofdrinsssbzRMTG9IEgF0Oi { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:52.3310546875rem;left:9.90625rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SsPnXlZU7TPDRoKmsEuaE1yDVBTzzpHI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:40.6875rem;left:14.5rem;height:6.2977375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LuTVkn5mUywiDH8EfKJnQisQrb2XeWG9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:40.6875rem;left:32.625rem;height:6.2977375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvEnW6qXuudk0SQPnWX6Zq8pWxWylWHz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:40.6875rem;left:48.75rem;height:6.2977375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wTXHy654AGXE5dkd1HKvb6VMBQ7fvflX { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:32.125rem;left:29.875rem;display:block; }
#r92OTfk8Pehrm3eAcmTXGEbJHH0VVqK3 { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:32.1875rem;left:46.5rem;display:block; }
#nqVssVk6tkNAyyi1AUGVlc5Bk5hWw2gB { 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:10.9375rem;width:14.5625rem;top:30.3125rem;left:13.5rem;overflow:hidden;display:block; }
#dMWsAF1zuMwFqrdKbECw1Q4lxbR4phqS { position:absolute;display:block;z-index:15012;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:10.9375rem;width:13rem;top:30.3125rem;left:31.625rem;overflow:hidden;display:block; }
#FuD2lPn2hzVJvWeRDoTCGhgauXBd3bM2 { position:absolute;display:block;z-index:15013;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:10.9375rem;width:13rem;top:30.3125rem;left:48.5rem;overflow:hidden;display:block; }
#fsx6M2aKrqCocv1HBSFl83m4FQXyB9oo { position:absolute;display:block;z-index:15014;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:26.6875rem;width:35.3125rem;top:4.1875rem;left:21.21875rem;overflow:hidden;display:block; }
#zRLwFtIxWwIAyV9l7q9eBqPCcamuLxXe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:29.25rem;top:0rem;left:44.875rem;overflow:hidden;display:block; }
#s5mqSyXhdDv1G1H1GuOTSmwziG5mVJ62 { position:absolute;display:block;z-index:15016;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.125rem;width:13.5625rem;top:11.6875rem;left:13.34375rem;overflow:hidden;display:block; }
#dNRutxvT0OwwVfUgXDKWeFBUx5thcThT { position:absolute;display:block;z-index:15017;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.75rem;width:23.75rem;top:29.40625rem;left:51.25rem;overflow:hidden;display:block; }
#UETxwg7KFHnbnyyIfIL24r9xX4swf1Aw { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.90625rem;left:28.6875rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJThyBLG1dktEJ9yGQy4G4wKusVQGsD9 { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:41.0234375rem;left:29.875rem;display:block; }
#qrRuHPCmMd2ehPHJIFI16GASe9WqDd7i { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.9375rem;left:45.3125rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lT0n5aJRuVRL3upRA42IzNeNM3x7UJ65 { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:41.0234375rem;left:46.5rem;display:block; }
#MlfcMvI38F4KCHNTrvHMqKTumxZmDL2B { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15115;line-height:1.2;letter-spacing:0;top:40.6875rem;left:60rem;height:1.49956875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#931d00;background-image:url("https://images.assets-landingi.com/uc/c5eeb49d-6650-4733-a2ae-1a738966fbfb/Frame483156.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:none; }#Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz.adaptive-delivery-prevent-bg, #Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz.lazyload, #Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz.lazyloading { background-image: none; }#Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz > .row .container { border-width: 0; border-radius: 0; }#Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:none; }#krWfokWL3eoud2Qrneh0ppBWfx4btXkU { color:#ffffff;display:block;width:54rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5607643127441rem;left:10.499134063721rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLX8ZX8rB1oWCJNP8px3xfdr0m2XfQu3 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(0,0,0,0.25) ;height:25.3125rem;width:33.625rem;top:12.9375rem;left:1.9375rem;display:block; }
#XFt126DD7L1vdBb7UlZoJdHvA9QIUnQc { color:#000000;display:block;width:13rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.4375rem;height:2.84375rem;font-style:normal;display:block; }
#Ge9vqBcUuN5GevM7dKNKXGB8xamiyomr { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:16.087890625rem;left:5.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvDABdOVfexUJ8c3l2w5BbMPfyElo75R { position:absolute;display:block;z-index:15098;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffa400, #996200);background-image: -moz-linear-gradient(90deg, #ffa400, #996200);background-image: -ms-linear-gradient(90deg, #ffa400, #996200);background-image: -o-linear-gradient(90deg, #ffa400, #996200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#996200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#996200' );";background-image: linear-gradient(90deg, #ffa400, #996200);background-size:auto !important;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:3.125rem;width:9.1875rem;top:15.4375rem;left:4.4375rem;display:block; }
#eR072x228FeHZffx8eS5zWqPlne40zrF { color:#ffa400;display:block;width:17.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:22.78125rem;left:4.4375rem;height:8.9375rem;font-style:normal;display:block; }
#uWrHlhHHAoPEu36TI7yhQcs2d6x753XZ { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:33.90625rem;left:4.4375rem;height:1.3496125rem;font-style:normal;display:block; }
#hfUxTKTy17KcDluD626wQ2hqTl6tfLiv { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(0,0,0,0.25) ;height:25.3125rem;width:33.625rem;top:12.9375rem;left:39.4375rem;display:block; }
#H3PsdOCuE52iVAocwGwdpCabC6lkdRVV { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:33.9375rem;left:41.9375rem;height:1.3496125rem;font-style:normal;display:block; }
#V2SqSo4NC5Vc73ygy5lxZNWTcxesKQwF { color:#df2d00;display:block;width:18rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:22.8125rem;left:41.9375rem;height:8.9375rem;font-style:normal;display:block; }
#tmlVGpnEUwCpyIyTWP5XttvAZ5dGONTZ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.8125rem;left:41.9375rem;height:2.84375rem;font-style:normal;display:block; }
#CpRdtKElxu3yWwxvDfESgZJsxdS1PVqG { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:16.087890625rem;left:43.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJ6vzXnoEmcU6Zh86mD4BUTVQBmQyTGQ { position:absolute;display:block;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #df2d00, #791800);background-image: -moz-linear-gradient(90deg, #df2d00, #791800);background-image: -ms-linear-gradient(90deg, #df2d00, #791800);background-image: -o-linear-gradient(90deg, #df2d00, #791800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2d00', endColorstr='#791800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2d00', endColorstr='#791800' );";background-image: linear-gradient(90deg, #df2d00, #791800);background-size:auto !important;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:3.125rem;width:9.1875rem;top:15.4375rem;left:41.9375rem;display:block; }
#RAqCE3TdTotOoVx9yWodnZ5BpXRMQL2z { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:700;z-index:15023;line-height:.9;letter-spacing:0;top:46.4375rem;left:1.8125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKmSnpvahy2bMAGzgEHvMGCWM9KV5KG8 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:46.125rem;left:6.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WdTPiWKfPiZmxLbs0eR3OMX1sRHTFsiZ { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15110;line-height:1.2;letter-spacing:0;top:43.75rem;left:2.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D4wbXLbzv5okV36v3kpHxs5m3hIrHLo1 { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15111;line-height:1.2;letter-spacing:0;top:43.212890625rem;left:7.4375rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LiQTudPJsmAURGHEGAABuiKZPy6x5a34 { position:absolute;display:block;z-index:15107;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:13.4375rem;width:12.8125rem;top:18.78125rem;left:19.6875rem;overflow:hidden;display:block; }
#kMLhtOKtlyfngxNJFcFh9BwIW86PsILq { position:absolute;display:block;z-index:15108;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:12.5625rem;width:12.25rem;top:19.21875rem;left:57.75rem;overflow:hidden;display:block; }
#gTpJoGQnxipJuvSZO1zhLZrgcv33T7AQ { position:absolute;display:block;z-index:15006;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:10.25rem;width:18.125rem;top:41.375rem;left:0.25rem;overflow:hidden;display:block; }
#MO5kWo2RXDABHcAkBCVQaXe26APsTJ9X { 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:10.3125rem;width:18.125rem;top:41.375rem;left:19.0625rem;overflow:hidden;display:block; }
#FychexuD3p9iq6fhM8IWfrBdD1BX9WpK { 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:10.3125rem;width:18.125rem;top:41.375rem;left:37.875rem;overflow:hidden;display:block; }
#LGB6WzLWQgEwJ1qHUBk6lFPNXM6X5o9W { box-sizing:content-box;height:3.125rem;width:15.9375rem;position:absolute;display:block;z-index:15109;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:42.46875rem;left:1.375rem;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; }
#QHoVT6qS2zIwBGIxztlwtDQLrsye7lIu { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:46.125rem;left:25.3125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXuF2GkIlLtcyltxQOuMTwsweyEIZ9Ts { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:46.28125rem;left:20.625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yqy5xuOWpOeJTcaBtsBT7LhtBu4SJ9OP { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15122;line-height:1.2;letter-spacing:0;top:43.75rem;left:21.0625rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aTDtz0Tg6loXMz1MQVPkAPygm8cuaQ22 { box-sizing:content-box;height:3.125rem;width:15.9375rem;position:absolute;display:block;z-index:15114;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:42.5rem;left:20.125rem;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; }
#P1VHNmfUCmIJ6Z0Zld7n482TFAD0NZTL { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:46.4375rem;left:39.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPxUlPm1OH5QtJgsPpAOFw27rSU5RfQh { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:46.125rem;left:44.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ztarodo3N2xhlhTqF5gtnqqg4sr2VL01 { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15120;line-height:1.2;letter-spacing:0;top:43.75rem;left:39.9375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UuuLez5aAwK6yuoAPhUoMJ28NbxItyqX { box-sizing:content-box;height:3.125rem;width:15.9375rem;position:absolute;display:block;z-index:15119;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:42.5rem;left:39rem;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; }
#ygZqxTsCgHzxsQgeo0cudqzdFndE63nF { position:absolute;display:block;z-index:15014;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:10.3125rem;width:18.125rem;top:41.375rem;left:56.625rem;overflow:hidden;display:block; }
#RTKidxZ1SfSHfEghEGI6ikyxrMmJPTQ1 { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:46.125rem;left:62.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWfRRT43seBpf4tN1LkNHhig1SaIK2Mi { box-sizing:content-box;height:3.125rem;width:15.9375rem;position:absolute;display:block;z-index:15125;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:42.5rem;left:57.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; }
#NztFn4Kk42fg2W9SHCAund4sXWMKqtIH { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15126;line-height:1.2;letter-spacing:0;top:43.75rem;left:58.6875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TccrkHypweMu5Gayf8huOwbD7v02VuLd { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:700;z-index:15039;line-height:.9;letter-spacing:0;top:46.4375rem;left:58.1875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6xhOQnTgS1tsPk9DzS9KJNavKOGlKVn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -moz-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -ms-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -o-linear-gradient(180deg, #ffffff, #ffdf69);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdf69' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdf69' );";background-image: linear-gradient(180deg, #ffffff, #ffdf69);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 1.25rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:54.125rem;left:22.34375rem;display:block; }
#VWqewTyKWUg4uZkuN0Gv7M9su0Q2ylDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WzO2elgmWThcnwiNccitMb35oA9tLZii { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15128;line-height:1.2;letter-spacing:0;top:43.212890625rem;left:26.25rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3sZ15sBFTqivH4a8RyOyhWl1ytcfi7c { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15129;line-height:1.2;letter-spacing:0;top:43.212890625rem;left:45.125rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vi6agwIhPo6GHVIhViTvkWPm0iTUAwcB { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:43.212890625rem;left:63.75rem;height:1.94921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TmhSQ9WveS4lzkr4UipeJz9dXJagFUIf { color:#000000;display:block;width:2.06163125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:19.81228351593rem;left:12.559680938721rem;height:1.49956875rem;font-style:normal;display:none; }
#BSenLy1ag23Z1lTyvKkA5muWK4U1PZv3 { color:#ffffff;display:block;width:55.186625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:47.580295562744rem;left:9.9045143127444rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/22c265e3-0820-4991-90ce-9c013858cadc/Frame483156.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:none; }#R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy.adaptive-delivery-prevent-bg, #R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy.lazyload, #R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy.lazyloading { background-image: none; }#R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy > .row .container { border-width: 0; border-radius: 0; }#R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:75rem;overflow:visible;position:relative;display:none; }#Ma1TcxMEnnc3Bs2hw29oWG133AOmuTkD { 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:3.75rem;width:11.4375rem;top:2.06201171875rem;left:31.78125rem;overflow:hidden;display:block; }
#NWEN7OJcF3wrlxWeEGGhkqn7fF4rVxsF { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:52.3310546875rem;left:9.90625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a2Pw3SbakptCq2m1ELmAyVHHOKU53ER5 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:40.6875rem;left:14.5rem;height:6.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DOCrSq10Faq6JCOkqGVW9ffQqqXxAgV3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:40.6875rem;left:32.625rem;height:6.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A10gXetoalzDzDH695CmiNssEF7JWvuF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:40.6875rem;left:48.75rem;height:6.298825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItGTUZmJplTp4g2Oy7hiaTVGVQu4f8Zg { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:32.125rem;left:29.875rem;display:block; }
#KnMzJTO421T6gA8HEoON363ER3pmSkzO { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:32.1875rem;left:46.5rem;display:block; }
#pPeELbuGTPiJ7NOJRtFGkLdoy12axxew { 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:10.9375rem;width:14.5625rem;top:30.3125rem;left:13.5rem;overflow:hidden;display:block; }
#gykz0zsEagJwa1QiaKzNLmPni6z5owF4 { position:absolute;display:block;z-index:15012;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:10.9375rem;width:13rem;top:30.3125rem;left:31.625rem;overflow:hidden;display:block; }
#sDPUHCv6umgmN4TS5ovkbAbpGaOGsacv { position:absolute;display:block;z-index:15013;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:10.9375rem;width:13rem;top:30.3125rem;left:48.5rem;overflow:hidden;display:block; }
#o6iIscGBf6IOmZiSbHgJTqfBocQIWW1h { position:absolute;display:block;z-index:15014;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:26.6875rem;width:35.3125rem;top:4.1875rem;left:21.21875rem;overflow:hidden;display:block; }
#AphAinTTpcnMZOlhBRGpZG0hfHQBaFuU { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.90625rem;left:28.6875rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I66ksm9FswWtXzc7pLKJ1PtSeQkF80q2 { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:41.0234375rem;left:29.875rem;display:block; }
#oJ0CvCXOZKEdOvbC94RT6VhhM7rqTRqU { color:#ffffff;display:block;width:2.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.9375rem;left:45.3125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dpn39oHZF6m1Qye5foQuUsTyxRgn2F93 { box-sizing:content-box;height:5.625rem;width:0.0625rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:41.0234375rem;left:46.5rem;display:block; }
#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#931d00;background-image:url("https://images.assets-landingi.com/uc/c5eeb49d-6650-4733-a2ae-1a738966fbfb/Frame483156.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; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5.adaptive-delivery-prevent-bg, #TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5.lazyload, #TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5.lazyloading { background-image: none; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container { background-color: transparent; background-image: none; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container > .video-iframe-container { display: none; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row > .video-iframe-container { display: none; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .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); }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container { border-width: 0; border-radius: 0; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;position:relative;display:block; }#AyCrQNxbKT4R7CNINLzWM4Z2c2vI0RHk { color:#ffffff;display:block;width:54rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.125rem;left:10.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NoxeHbmpwqzklFce9R4is1Qhabg3LRiB { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(0,0,0,0.25) ;height:25.3125rem;width:33.625rem;top:12.9375rem;left:1.9375rem;display:block; }
#bCz2TDsLBngW3gzmFsVGz7JKgrOhrTbH { color:#000000;display:block;width:13rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.4375rem;height:2.84288125rem;font-style:normal;display:block; }
#EXffiCORdO0tst2CnelG7GvNtUmRNKrh { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:16.087890625rem;left:5.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1oNZLhaDAr3n0NNShBNlvPwWL6NPbfu { position:absolute;display:block;z-index:15098;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffa400, #996200);background-image: -moz-linear-gradient(90deg, #ffa400, #996200);background-image: -ms-linear-gradient(90deg, #ffa400, #996200);background-image: -o-linear-gradient(90deg, #ffa400, #996200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#996200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#996200' );";background-image: linear-gradient(90deg, #ffa400, #996200);background-size:auto !important;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:3.125rem;width:9.1875rem;top:15.4375rem;left:4.4375rem;display:block; }
#F0L9QPsnKi7kcLZl2UTl32Q97p7kc0Tz { color:#ffa400;display:block;width:17.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:22.78125rem;left:4.4375rem;height:8.9366375rem;font-style:normal;display:block; }
#OtLq85kz3TrgTqa7QwKdt1TUC3XT2TZH { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:33.90625rem;left:4.4375rem;height:1.349825rem;font-style:normal;display:block; }
#URJEBDUK4S7UCSOhvv0bTW4dATo1rdEr { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(0,0,0,0.25) ;height:25.3125rem;width:33.625rem;top:12.9375rem;left:39.4375rem;display:block; }
#ByCSrGanHSGl8JJk3AF24IJ03cCMpzhF { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:33.9375rem;left:41.9375rem;height:1.349825rem;font-style:normal;display:block; }
#an0kdEyExpToW25USI7Dx7Hhw5DlwXi7 { color:#df2d00;display:block;width:18rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:22.8125rem;left:41.9375rem;height:8.9366375rem;font-style:normal;display:block; }
#SLWJhKS0mkE34wEsIancH6DSFcM1yRzs { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.8125rem;left:41.9375rem;height:2.84375rem;font-style:normal;display:block; }
#VawKhXdiOAmp1PvqlsrSIyIhomsKcMdT { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:16.087890625rem;left:43.5rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKvEFHAxmTMATB4tdl9pR3tdFsoLEPxR { position:absolute;display:block;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #df2d00, #791800);background-image: -moz-linear-gradient(90deg, #df2d00, #791800);background-image: -ms-linear-gradient(90deg, #df2d00, #791800);background-image: -o-linear-gradient(90deg, #df2d00, #791800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2d00', endColorstr='#791800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2d00', endColorstr='#791800' );";background-image: linear-gradient(90deg, #df2d00, #791800);background-size:auto !important;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:3.125rem;width:9.1875rem;top:15.4375rem;left:41.9375rem;display:block; }
#C4F4WuyklhDZXzMmb2xpIz7ARclLBhvw { position:absolute;display:block;z-index:15107;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:13.4375rem;width:12.8125rem;top:18.78125rem;left:19.6875rem;overflow:hidden;display:block; }
#znPAV1KX54gysVX2TmzG3UALCsHbZPMT { position:absolute;display:block;z-index:15108;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:12.5625rem;width:12.25rem;top:19.21875rem;left:57.75rem;overflow:hidden;display:block; }
#UiNg263gP2r6QcuBgtcXMOSCh71d97PQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -moz-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -ms-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -o-linear-gradient(180deg, #ffffff, #ffdf69);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdf69' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdf69' );";background-image: linear-gradient(180deg, #ffffff, #ffdf69);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 1.25rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.749133110046rem;left:22.342666625976rem;display:block; }
#WMfSEV5TDB6fyGq7EdqosiP950S5MOuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnWaVExHEAeCmcwdOlxD5WQSsxTo7xrb { color:#000000;display:block;width:2.06163125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:19.81228351593rem;left:12.559680938721rem;height:1.49956875rem;font-style:normal;display:block; }
#rDHSX51Sdq2y9LemneT1uGeig14iqmxA { color:#ffffff;display:block;width:55.186625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:47.580295562744rem;left:9.9045143127444rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#931d00;background-image:url("https://images.assets-landingi.com/uc/2e4003b8-7a66-4e7c-8a93-adb209f778c5/Frame483157.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:none; }#HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz.adaptive-delivery-prevent-bg, #HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz.lazyload, #HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz.lazyloading { background-image: none; }#HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz > .row .container { border-width: 0; border-radius: 0; }#HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:none; }#KTxmxlBhIuGrGxdTNmvoTW3He2W78DZW { color:#ffffff;display:block;width:54rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.125rem;left:10.5rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKRh0uNLLvidH5CnmklVxcwM5JL8T4ff { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(0,0,0,0.25) ;height:25.3125rem;width:33.625rem;top:12.9375rem;left:1.9375rem;display:block; }
#T5ygVmi6BnEAgADvB8MZplpuBiwZehG3 { color:#000000;display:block;width:13rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.8125rem;left:4.4375rem;height:2.84375rem;font-style:normal;display:block; }
#SoTxuQIwqthnAvHTbdiQK2LLuqQDJw8u { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15099;line-height:1.3;letter-spacing:0;top:16.087890625rem;left:5.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUxPnGXiDevnW6w1Cf7NeiutNAFBv3Ja { position:absolute;display:block;z-index:15098;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #cc8301, #7b4f00);background-image: -moz-linear-gradient(90deg, #cc8301, #7b4f00);background-image: -ms-linear-gradient(90deg, #cc8301, #7b4f00);background-image: -o-linear-gradient(90deg, #cc8301, #7b4f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8301', endColorstr='#7b4f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc8301', endColorstr='#7b4f00' );";background-image: linear-gradient(90deg, #cc8301, #7b4f00);background-size:auto !important;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:3.125rem;width:9.1875rem;top:15.4375rem;left:4.4375rem;display:block; }
#XyiPsMZPDggrZxnTJktlESlWW804KB7I { color:#cc8301;display:block;width:17.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:22.78125rem;left:4.4375rem;height:8.9375rem;font-style:normal;display:block; }
#mrqNFSmTOEOTmr8i313pMNd9NAzq6MTh { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:33.90625rem;left:4.4375rem;height:1.3496125rem;font-style:normal;display:block; }
#mtRrvpTT8msFqA0blTORQaBqp9GlfWJn { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 1.25rem 1.5625rem rgba(0,0,0,0.25) ;height:25.3125rem;width:33.625rem;top:12.9375rem;left:39.4375rem;display:block; }
#cHRgCTnGTLU3tJCf3E8xZLT0M2xOcT7r { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:33.9375rem;left:41.9375rem;height:1.3496125rem;font-style:normal;display:block; }
#QQnP5D3IrB40OC4yQw51baJEsKHLeyd6 { color:#b22401;display:block;width:18rem;position:absolute;font-family:"ibm plex sans thai";font-size:4.0625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:22.8125rem;left:41.9375rem;height:8.9375rem;font-style:normal;display:block; }
#hXOIDznoPsOHqdfAH9PHrcUSRsxTmFVa { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:19.8125rem;left:41.9375rem;height:2.84375rem;font-style:normal;display:block; }
#Myteq6NkpmaA2A2spmvKENNwhv7rGXnn { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:16.087890625rem;left:43.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vNg6tfczZBTmypEnZxUFTA3CqglVrEhn { position:absolute;display:block;z-index:15105;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b22401, #621401);background-image: -moz-linear-gradient(90deg, #b22401, #621401);background-image: -ms-linear-gradient(90deg, #b22401, #621401);background-image: -o-linear-gradient(90deg, #b22401, #621401);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22401', endColorstr='#621401' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22401', endColorstr='#621401' );";background-image: linear-gradient(90deg, #b22401, #621401);background-size:auto !important;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:3.125rem;width:9.1875rem;top:15.4375rem;left:41.9375rem;display:block; }
#FeJXnWbkegT4yTeL23rNAKlzHiL3q7k4 { position:absolute;display:block;z-index:15107;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:13.4375rem;width:12.8125rem;top:18.78125rem;left:19.6875rem;overflow:hidden;display:block; }
#ru9l97Oe4cQUemOXByPmqnpUXoTJ7KUd { position:absolute;display:block;z-index:15108;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:12.4375rem;width:12.25rem;top:19.21875rem;left:57.75rem;overflow:hidden;display:block; }
#HWWRfu7T1Tzt7fCiZt58z49h0OS0gC9n { position:absolute;display:block;z-index:15038;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:10.375rem;width:18.125rem;top:41.375rem;left:56.625rem;overflow:hidden;display:block; }
#TbOFRSV4HuoO3K1m2GcoKR8tFKzkATTR { position:absolute;display:block;z-index:15032;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:10.375rem;width:18.125rem;top:41.375rem;left:37.875rem;overflow:hidden;display:block; }
#CBS5PNsJ1dHELAes4icyJsbsoDbHDExv { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15058;line-height:1.2;letter-spacing:0;top:46.125rem;left:44.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMeelIwBmKTyi6RyC81RWl4uEVURDxsQ { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15064;line-height:1.2;letter-spacing:0;top:46.125rem;left:62.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SHgVTTwyrBQolBTzTnGmUoTMVDqvH7RT { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:700;z-index:15063;line-height:.9;letter-spacing:0;top:46.4375rem;left:58.1875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4aPhZ5Zb4kzil8e5UQt1fMEGqxOyTcC { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:700;z-index:15057;line-height:.9;letter-spacing:0;top:46.4375rem;left:39.4375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyiFQO2wnHxduDWw5UQrTlcWL0tcXK6w { position:absolute;display:block;z-index:15031;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:10.375rem;width:18.125rem;top:41.375rem;left:19.0625rem;overflow:hidden;display:block; }
#CDWsTkw4qiLptIJrtNw2cCpNhO5vXBnF { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:46.125rem;left:25.3125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fMM0BcTuZBpelO38U7kcCxOAt2qVfoLh { box-sizing:content-box;height:3.125rem;width:15.9375rem;position:absolute;display:block;z-index:15138;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c1a01, #986201);background-image: -moz-linear-gradient(180deg, #7c1a01, #986201);background-image: -ms-linear-gradient(180deg, #7c1a01, #986201);background-image: -o-linear-gradient(180deg, #7c1a01, #986201);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a01', endColorstr='#986201' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a01', endColorstr='#986201' );";background-image: linear-gradient(180deg, #7c1a01, #986201);background-size:auto !important;top:42.5rem;left:20.125rem;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; }
#b8WXFwC3p15KhktFKh1ZCa3uaruUI1r1 { box-sizing:content-box;height:3.125rem;width:15.9375rem;position:absolute;display:block;z-index:15143;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c1a01, #986201);background-image: -moz-linear-gradient(180deg, #7c1a01, #986201);background-image: -ms-linear-gradient(180deg, #7c1a01, #986201);background-image: -o-linear-gradient(180deg, #7c1a01, #986201);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a01', endColorstr='#986201' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a01', endColorstr='#986201' );";background-image: linear-gradient(180deg, #7c1a01, #986201);background-size:auto !important;top:42.5rem;left:39rem;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; }
#MVeQSGFao6P0dLVsKcbT2DrO5lD86sFW { box-sizing:content-box;height:3.125rem;width:15.9375rem;position:absolute;display:block;z-index:15149;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c1a01, #986201);background-image: -moz-linear-gradient(180deg, #7c1a01, #986201);background-image: -ms-linear-gradient(180deg, #7c1a01, #986201);background-image: -o-linear-gradient(180deg, #7c1a01, #986201);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a01', endColorstr='#986201' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a01', endColorstr='#986201' );";background-image: linear-gradient(180deg, #7c1a01, #986201);background-size:auto !important;top:42.5rem;left:57.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; }
#eHeQM0ZWed9ln6wXkZgUArxsLNC6W6OT { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:43.0625rem;left:26.1875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDCGTTCBlVW2Be4CBOP4MNQaE2LcntW7 { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15144;line-height:1.2;letter-spacing:0;top:43.75rem;left:39.9375rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nq8U5JOqwloCsZHVz8lcBZea1GOhZilu { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15145;line-height:1.2;letter-spacing:0;top:43.0625rem;left:45.125rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qAwdpIcIQcf7VwniyXQPTPgoF7iSwuSH { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15151;line-height:1.2;letter-spacing:0;top:43rem;left:63.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ibUvfdH5fsNRlppKNuIC7SxNe5TzNQ5B { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15150;line-height:1.2;letter-spacing:0;top:43.75rem;left:58.6875rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G2Md6MUpebmp10k2PVM8zIQhnBxgs4HF { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:700;z-index:15052;line-height:.9;letter-spacing:0;top:46.3125rem;left:20.625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZB9kXbV26OapiTRIcNJtH7DKfsFTaazy { color:#ffffff;display:block;width:4.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15146;line-height:1.2;letter-spacing:0;top:43.75rem;left:21.0625rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KQRksaQyL3x24ToRinDSq8bQFsQ2biaE { position:absolute;display:block;z-index:15030;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:10.375rem;width:18.125rem;top:41.375rem;left:0.25rem;overflow:hidden;display:block; }
#z33Z6ICxZB5TAgEXbJUuXZ0u5Mn3zSQO { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.8125rem;font-weight:700;z-index:15048;line-height:1.2;letter-spacing:0;top:46.125rem;left:6.5rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eoCHOucnSQAb3aABBpLvEXy8NQn0ZdFa { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15135;line-height:1.2;letter-spacing:0;top:43.0625rem;left:7.4375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qxVh5eESdnPACZ4V5HXx9GRFH9LrrGrL { box-sizing:content-box;height:3.125rem;width:15.9375rem;position:absolute;display:block;z-index:15133;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #7c1a01, #986201);background-image: -moz-linear-gradient(180deg, #7c1a01, #986201);background-image: -ms-linear-gradient(180deg, #7c1a01, #986201);background-image: -o-linear-gradient(180deg, #7c1a01, #986201);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a01', endColorstr='#986201' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c1a01', endColorstr='#986201' );";background-image: linear-gradient(180deg, #7c1a01, #986201);background-size:auto !important;top:42.5rem;left:1.375rem;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; }
#I8nc9ZKWWWaO3coOpg5fbROQMTmwvO9W { color:#ffffff;display:block;width:4.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15134;line-height:1.2;letter-spacing:0;top:43.75rem;left:2.3125rem;height:1.3496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vTF0MElESCZ7XrFlgqbu9HvOWLFtGpwT { color:#000000;display:block;width:4.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:700;z-index:15047;line-height:.9;letter-spacing:0;top:46.4375rem;left:1.8125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfC4mNLP968DJNwNQzkouGI6DPwpNKUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84e1b47c-752e-4a99-82bc-4f2ca9f6ec8e/Frame483156.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:none; }#TfC4mNLP968DJNwNQzkouGI6DPwpNKUM.adaptive-delivery-prevent-bg, #TfC4mNLP968DJNwNQzkouGI6DPwpNKUM.lazyload, #TfC4mNLP968DJNwNQzkouGI6DPwpNKUM.lazyloading { background-image: none; }#TfC4mNLP968DJNwNQzkouGI6DPwpNKUM > .row .container { border-width: 0; border-radius: 0; }#TfC4mNLP968DJNwNQzkouGI6DPwpNKUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfC4mNLP968DJNwNQzkouGI6DPwpNKUM > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:75rem;position:relative;display:none; }#bs5ay3On7F6Tco0vhQM8GvNzkwgxkcHq { color:#000000;display:block;width:75rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdeIICPsUMyESiAHkaGX8CBE7762RTOI { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RGXmN7I7HgpUnZsoJordD0fRBLUer8kC { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NKIFmNiEBpdJOaWI60PH05CwHTzzXr1y { 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:15009;background-color:#000000;background-image:none;top:13rem;left:1.875rem;display:block; }
#fK4RhuyQ9nP7RntUBbWtiKRSUJVO8nIa { 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:15010;background-color:#000000;background-image:none;top:18.5625rem;left:1.875rem;display:block; }
#EOA6pp7bZ8lkDv97wS4vzn7SehzTULDS { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:2.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBLMAh4bDXVJo14QxzKRbumNVrxz2H5F { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.556640625rem;left:2.40625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sCdg2HIQ1T3NtZMDgsPzmAE2ydo1vKx9 { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oBtEGsZWc2fxod2mTHlmGsoCFeM1htfp { 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:15013;background-color:#000000;background-image:none;top:37.25rem;left:1.875rem;display:block; }
#NoaqF2MTc7PkWZeALMD0xXuKGJdR5iLl { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.8125rem;left:2.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omT3qiHOcnn66rdW2thsa3hvgsawV2Iy { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid rgba(238,238,238,0.93);border-left:0.0625rem solid rgba(238,238,238,0.93);border-right:0.0625rem solid rgba(238,238,238,0.93);border-bottom:0.0625rem solid rgba(238,238,238,0.93);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:22rem;left:5.625rem;overflow:hidden;display:block; }
#d4UHbwLV75dhBFAkTuNJqKcbRu89qQvo { position:absolute;display:block;z-index:15018;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:11rem;width:28.6875rem;top:41.75rem;left:5.625rem;overflow:hidden;display:block; }
#T2HDFgyPfGBMGQBsH59ONnmVJO9F3nBK { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:54.625rem;left:5.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wnKhtqRWSHz6snIPtIbWmUvGaCGMATV3 { 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:54.1875rem;left:1.9375rem;display:block; }
#ugyw09ZBIzzZ1lw6qqZQ8wS3ocTAvX7I { 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:54.6875rem;left:2.5rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8vsIDTA6rqpJHUtruGnO84N1NF7TXmi { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.375rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#llQcXFBrasu7sTdl0b0VyBtOs2Tq1HhP { 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:32.9375rem;left:40.625rem;display:block; }
#bm5esmR7VVFIAT1lQcT3BqISQ7BENdmo { 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:33.4375rem;left:41.1875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wKf7bSDCyUdfTButeDndTr52hZTcMwp2 { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:53.3125rem;left:44.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MWhnreNPV61Z5sZ3aiysEQqzWUXlCWeV { 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:52.875rem;left:40.375rem;display:block; }
#vcQTnWTSPkZw3XWAHtr03Noym7yubPos { 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:53.375rem;left:40.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VmNOrRcbrnNaaxesA5PnUhGKw0T1TBZr { position:absolute;display:block;z-index:15023;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:12.5rem;width:28.6875rem;top:17rem;left:44rem;overflow:hidden;display:block; }
#wsOGUIMqSCIhRvy6WTNFGR3Mo7RsoMcU { position:absolute;display:block;z-index:15024;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:14.375rem;width:28.6875rem;top:36.5625rem;left:44rem;overflow:hidden;display:block; }
#sXSvG04bv1RfrZHxob2FR1vFwRmaRs6U { box-sizing:content-box;height:55.5rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:#000000;background-image:none;top:13rem;left:37.5rem;display:block; }
#KvaI3guI4lF97uaDvJCSiyQPwkHuyaPI { position:absolute;display:block;z-index:15019;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:11rem;width:28.6875rem;top:59.5625rem;left:5.25rem;overflow:hidden;display:block; }
#qyocr8LoS3tI5yvMCOHGTT2Gh8tRpggR { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.4375rem;left:44.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g4t9fCX4iZGCAfuu1G6I2v03gcxsDpbu { 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:15016;background-color:#000000;background-image:none;top:13rem;left:40.375rem;display:block; }
#tAstnmSQlOmCgENqirqQwyPWvV7atnCb { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5rem;left:40.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxgyKv622f2tWk1i3pkny3ig08EvPvlD { position:absolute;display:block;z-index:15109;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:12.5625rem;width:12.25rem;top:57rem;left:44.375rem;overflow:hidden;display:block; }
#gOW1uC0L5P8kAXywpI6QhFm92PNMZgox { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e130011b-d654-4666-8cd7-7a6409e9654c/Frame483158.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:none; }#gOW1uC0L5P8kAXywpI6QhFm92PNMZgox.adaptive-delivery-prevent-bg, #gOW1uC0L5P8kAXywpI6QhFm92PNMZgox.lazyload, #gOW1uC0L5P8kAXywpI6QhFm92PNMZgox.lazyloading { background-image: none; }#gOW1uC0L5P8kAXywpI6QhFm92PNMZgox > .row .container { border-width: 0; border-radius: 0; }#gOW1uC0L5P8kAXywpI6QhFm92PNMZgox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gOW1uC0L5P8kAXywpI6QhFm92PNMZgox > .row .container { font-size:0.875rem;font-family:arial;height:76.375rem;width:75rem;position:relative;display:none; }#KQI06Flhl5R2nnuOzrJGuPUr5VPatZQL { color:#000000;display:block;width:75rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IhWZokDRnhbV4VoWy3JH9RqtKLkS4Ulg { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q5ustdLoqb5ySehpJ9CGNppJ1ErhwWGU { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BcGQ0XNBMGb1HIHI5xmkvHH4xvH087rF { 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:15009;background-color:#000000;background-image:none;top:13rem;left:1.875rem;display:block; }
#Q7aQIQLhotH0HqoXDu39P6TI8OnyrrfB { 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:15010;background-color:#000000;background-image:none;top:18.5625rem;left:1.875rem;display:block; }
#VSraPq9TDnA5ldydRcXzxhfptLB5KtnT { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:2.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZcBTxSbcMQnTLViWaTzeGvUfNVE4FuRI { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.556640625rem;left:2.40625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UNEylrabrJOmKXHWdXDMto3Bmp5RQ7tn { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SLqEcyzEh9TsDBxs3nT04RH0TwdqddEp { 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:15013;background-color:#000000;background-image:none;top:37.25rem;left:1.875rem;display:block; }
#wvAcPzXx0T7Ncd21yIIvbvy6LIb9GW38 { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.8125rem;left:2.4375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMTrLMcxEfXVo1Fl1HoTgMpTyGQ4wwqN { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid rgba(238,238,238,0.93);border-left:0.0625rem solid rgba(238,238,238,0.93);border-right:0.0625rem solid rgba(238,238,238,0.93);border-bottom:0.0625rem solid rgba(238,238,238,0.93);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:22rem;left:5.625rem;overflow:hidden;display:block; }
#EnyognIzg1U0g5R9Xge9ZPDxCL9Fe7ut { position:absolute;display:block;z-index:15018;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:11rem;width:28.6875rem;top:41.75rem;left:5.625rem;overflow:hidden;display:block; }
#AJ4JkaTZS2RMbTMWaX3TXNEEfsCqEBll { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:54.625rem;left:5.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t902nK7rASsIT5MC4A2TWH0deH2XkJKS { 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:54.1875rem;left:1.9375rem;display:block; }
#qxl5hNswVi4qHPKWuE65kTkJCCxJTbN7 { 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:54.6875rem;left:2.5rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mnqTM5Z22IQMo81ndemFGWNAioTT9c7p { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.375rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MHfsJFbpS9mnlQoUo4rg6sLkMyE5VTWh { 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:32.9375rem;left:40.625rem;display:block; }
#GitRoMMGIJpTOz1fZymguAZMdXRF2H5b { 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:33.4375rem;left:41.1875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dBMCkbrbbWqexHeRW34xKVOGzXJJ7fwr { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:53.3125rem;left:44.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cblVgVbwsqCsVxd3b3WIVIkZNFZgEzId { 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:52.875rem;left:40.375rem;display:block; }
#frKa8fqmdnvnFRuQ6Fln1T7oKmR490Dd { 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:53.375rem;left:40.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTT3ZAJsiPWDEnRwvaBsgOMGKt2tE8q3 { position:absolute;display:block;z-index:15023;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:12.5rem;width:28.6875rem;top:17rem;left:44rem;overflow:hidden;display:block; }
#EBv6hKHhJLv80B63mTf3gU3H7BkAuSTN { position:absolute;display:block;z-index:15024;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:14.375rem;width:28.6875rem;top:36.5625rem;left:44rem;overflow:hidden;display:block; }
#qiaPnfTcK6ewFK5KsIJM15eh04gzORgT { box-sizing:content-box;height:55.5rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:#000000;background-image:none;top:13rem;left:37.5rem;display:block; }
#zoobRWBmRLWqoS3q6mnkHoxSZmB4aRw2 { position:absolute;display:block;z-index:15019;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:11rem;width:28.6875rem;top:59.5625rem;left:5.25rem;overflow:hidden;display:block; }
#q1BIBWuBV8r3GcpSC7gXgHpV3kKQKXDi { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.4375rem;left:44.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GqlFwkEonrqzFoyMJfr25dp8uun5Rte6 { 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:15016;background-color:#000000;background-image:none;top:13rem;left:40.375rem;display:block; }
#FkvtwPAw7ats4issnLkNmmkGS2ZhoAtD { color:#ffffff;display:block;width:1.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5rem;left:40.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e66a7e59-6eb5-4461-8831-22ebab7cef32/Frame483157.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:none; }#e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS.adaptive-delivery-prevent-bg, #e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS.lazyload, #e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS.lazyloading { background-image: none; }#e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS > .row .container { border-width: 0; border-radius: 0; }#e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:none; }#qqSLsF1DnOAzpyPHCHMk6ItCCsuJxROt { color:#ffffff;display:block;width:60.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8515625rem;left:6.748046875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZoFtoTRt1CpT8rDMxZuZzZizBimTT0W { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.625rem;left:14.560546875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZRiqroqOSEti39mDUVb8oTncpnXcry1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -moz-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -ms-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -o-linear-gradient(180deg, #ffffff, #ffdf69);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdf69' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdf69' );";background-image: linear-gradient(180deg, #ffffff, #ffdf69);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 1.25rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.060546875rem;left:22.404296875rem;display:block; }
#UCsFNARPAUidJFuNZJ6JsJBkWTVpo88X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AAzD8LLM8xKGaDEwmix7MID4iqbifIUm { 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:10.625rem;width:16.125rem;top:25rem;left:9.6171875rem;overflow:hidden;display:block; }
#UpfAK4OOoxB1iAM5yyTDDHw5q0SgUk5p { position:absolute;display:block;z-index:15012;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:12.125rem;width:18.25rem;top:23.5rem;left:53.404296875rem;overflow:hidden;display:block; }
#QC4lThShHgtW3LAqk1i6aRIFI1tBUK5g { position:absolute;display:block;z-index:15013;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:6.0625rem;width:11.6875rem;top:18.875rem;left:2.7911503232759rem;overflow:hidden;display:block; }
#tQDyQLxXGRfpD2OQmkLkvwSXHA9WpSGL { position:absolute;display:block;z-index:15014;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:8.0625rem;width:9.0625rem;top:15.5rem;left:64.625rem;overflow:hidden;display:block; }
#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84e1b47c-752e-4a99-82bc-4f2ca9f6ec8e/Frame483156.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; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL.adaptive-delivery-prevent-bg, #W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL.lazyload, #W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL.lazyloading { background-image: none; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container { background-color: transparent; background-image: none; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container > .video-iframe-container { display: none; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row > .video-iframe-container { display: none; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .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); }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container { border-width: 0; border-radius: 0; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#MDe6OzeSo6qCgsZCduPgryxgVu2gOVqe { color:#000000;display:block;width:60.5620625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.2252638339996rem;left:6.9346809387206rem;height:3.493925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6FaK5Dt0PLXRU9btoLr9W3uEAJ6mDzX { color:#000000;display:block;width:46.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.7543406486512rem;left:14.685329437256rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#O6FaK5Dt0PLXRU9btoLr9W3uEAJ6mDzX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O6FaK5Dt0PLXRU9btoLr9W3uEAJ6mDzX li:before{  }
#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e66a7e59-6eb5-4461-8831-22ebab7cef32/Frame483157.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; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g.adaptive-delivery-prevent-bg, #sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g.lazyload, #sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g.lazyloading { background-image: none; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container { background-color: transparent; background-image: none; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container > .video-iframe-container { display: none; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row > .video-iframe-container { display: none; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .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); }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container { border-width: 0; border-radius: 0; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#mQF5tvGM0Sg1imm5fqxuPJDmwQyUTsWW { color:#ffffff;display:block;width:60.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8515625rem;left:6.748046875rem;height:4.87413125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xwytTWAx0ZSXP5LOhAcigkMioiCGdnAL { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.625rem;left:14.560546875rem;height:4.8763rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pSJyA22qaiEZs2W8J75rmeW6u6PdhXAH { 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:10.625rem;width:16.125rem;top:25rem;left:9.6171875rem;overflow:hidden;display:block; }
#c738tJVcK6PuAfBhLhqoTTAS7IoX1l5a { position:absolute;display:block;z-index:15012;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:12.125rem;width:18.25rem;top:23.5rem;left:53.404296875rem;overflow:hidden;display:block; }
#T3Js6BDV8oW44Nowba39uPOzB7bNhwZt { position:absolute;display:block;z-index:15013;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:6.0625rem;width:11.6875rem;top:18.875rem;left:2.7911503232759rem;overflow:hidden;display:block; }
#xzD0nqRcnc5OkzVOZcvvXBSuFk0al1ze { position:absolute;display:block;z-index:15014;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:8.0625rem;width:9.0625rem;top:15.5rem;left:64.625rem;overflow:hidden;display:block; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(181deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(181deg, #ffffff, #ffffff);background-image: -o-linear-gradient(181deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(181deg, #ffffff, #ffffff);background-size:contain !important;color:#231f20;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:21rem;left:28.060546875rem;z-index:15015; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #WiziMAvHonDVAdQX3CekNDTbAtN9xKG0 { display:flex;position:relative;top:0rem;left:0rem; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #HpTaN7iKCmD8byOigQ73y9H28IbtG7EW { width:auto; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #P68ZrTeQbadOR3SxqgXrE18HBGSX6NCB {  }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #bUiVFZeO3wr0BdUmh3bESPmV9H0ZTm1G { display:flex;position:relative;top:0rem;left:0rem; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #gnJqXKQsXLX828CKQlpUfVfvpkx7acAt {  }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #aLZM6DtKHkekbu8B0DmnL5WRwyqlKHHd {  }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #QPFyyT4AH9TokxTFhHsJBknwNT2AgTHg { display:flex;position:relative;top:0rem;left:0rem; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #vftACh8VkEA7RAW0UrElB7VDItprVGVB {  }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #Sp3qLWJJqgs6c1SPunIbnRBCtlyUQNFg {  }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #u5wGy9FLgwmGKzlM1hHa5Iplv84B0uyR { display:flex;position:relative;top:0rem;left:0rem; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #nwm5Pqpcn2TLDdxMLX8ZGNDWH1L0ZeTN {  }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh #miDSxr66kPlPNPKfRDfZAM9EXRWUL84U {  }
#Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/c1741497-c1cf-4158-8699-d3b622bbf336/Frame483157.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:none; }#Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q.adaptive-delivery-prevent-bg, #Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q.lazyload, #Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q.lazyloading { background-image: none; }#Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q > .row .container { border-width: 0; border-radius: 0; }#Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:none; }#t9MHTK7Ds647wbeToXSg3mrAtnQKxO9q { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.7890625rem;left:10.998046875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABBiIFd0DGTD4nqAWq9mcZV6xsutNvnM { color:#ffffff;display:block;width:46.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.625rem;left:14.560546875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O9AJoHxGxD5cOKWTbgfNlrknPbcEONSw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -moz-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -ms-linear-gradient(180deg, #ffffff, #ffdf69);background-image: -o-linear-gradient(180deg, #ffffff, #ffdf69);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdf69' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdf69' );";background-image: linear-gradient(180deg, #ffffff, #ffdf69);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 1.25rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.060546875rem;left:22.404296875rem;display:block; }
#xswFTGx4LO2C2CHzZuZyf0MGtcspJoPQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VELKKp3PpLyOThuTskaU2mqcnCaGbXOk { 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:10.625rem;width:16.5rem;top:25rem;left:9.6171875rem;overflow:hidden;display:block; }
#QbuGvIlX3uHvxZ9AeczUvG9Th77v0RzK { position:absolute;display:block;z-index:15012;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:12.125rem;width:18.6875rem;top:23.5rem;left:53.404296875rem;overflow:hidden;display:block; }
#XALBFEC2BQA5IJHzTKMScuyg2Jmv7DV5 { position:absolute;display:block;z-index:15013;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:6.0625rem;width:11.6875rem;top:18.875rem;left:2.7911503232759rem;overflow:hidden;display:block; }
#TTrRPLF6DGmEPIDe7tMc2miOHOrGKCaU { position:absolute;display:block;z-index:15014;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:8.0625rem;width:9.0625rem;top:15.5rem;left:64.625rem;overflow:hidden;display:block; }
#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f { 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; }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row .container { background-color: transparent; background-image: none; }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row .container > .video-iframe-container { display: none; }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row > .video-iframe-container { display: none; }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .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); }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row .container { border-width: 0; border-radius: 0; }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#cwsCsEulvxEeACOOFdHF2TvGaBdp3NZ4 { 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; }
#F62Rs8cXPbVHvFAP1BTaPkK6bItTXcQt { 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; }
#Qb84Xholsi6chxL7fUcTofSH5QwTfbpZ { 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; }
#McICppnZzBeza1OqdDggUTW6G4DzQ9hd { 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; }
#Mh1fQQohB1ZbBQHiXWxaKTBALqPUeLhy { 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; }
#hxONZ4Ilx8UMGdGUsArLsaBb5fXqwNss { 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; }
#OadcQKAD70AfR6mkPktBziR8ghfV7REK { 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; }
#faeXHAnrQ70T9T4T7qTiT2QluTwJkRVr { 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; }
#VLiML8mIpLfL3ao8f9Q8tf5GpeaigdPP { 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; }
#VLiML8mIpLfL3ao8f9Q8tf5GpeaigdPP > 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) { #S9qTV10CoZfqy5nAXCxmyZBItcCKEQ4D { top:2rem;left:18.15625rem;width:11.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiDTdCXmQofdrinsssbzRMTG9IEgF0Oi { top:52.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsPnXlZU7TPDRoKmsEuaE1yDVBTzzpHI { top:40.6875rem;left:0.875rem;width:12.5rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTVkn5mUywiDH8EfKJnQisQrb2XeWG9 { top:40.6875rem;left:19rem;width:12.5rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvEnW6qXuudk0SQPnWX6Zq8pWxWylWHz { top:40.6875rem;left:35.125rem;width:12.5rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXHy654AGXE5dkd1HKvb6VMBQ7fvflX { top:32.125rem;left:16.25rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92OTfk8Pehrm3eAcmTXGEbJHH0VVqK3 { top:32.1875rem;left:32.875rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVssVk6tkNAyyi1AUGVlc5Bk5hWw2gB { top:30.3125rem;left:0rem;width:14.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMWsAF1zuMwFqrdKbECw1Q4lxbR4phqS { top:30.3125rem;left:18rem;width:13rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuD2lPn2hzVJvWeRDoTCGhgauXBd3bM2 { top:30.3125rem;left:34.75rem;width:13rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsx6M2aKrqCocv1HBSFl83m4FQXyB9oo { top:4.1875rem;left:7.59375rem;width:35.3125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRLwFtIxWwIAyV9l7q9eBqPCcamuLxXe { top:0rem;left:18.25rem;width:29.25rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mqSyXhdDv1G1H1GuOTSmwziG5mVJ62 { top:11.6875rem;left:0rem;width:13.5625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRutxvT0OwwVfUgXDKWeFBUx5thcThT { top:29.375rem;left:24rem;width:23.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UETxwg7KFHnbnyyIfIL24r9xX4swf1Aw { top:37.875rem;left:15.0625rem;width:2.4375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJThyBLG1dktEJ9yGQy4G4wKusVQGsD9 { top:41rem;left:16.25rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrRuHPCmMd2ehPHJIFI16GASe9WqDd7i { top:37.9375rem;left:31.6875rem;width:2.4375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT0n5aJRuVRL3upRA42IzNeNM3x7UJ65 { top:41rem;left:32.875rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfcMvI38F4KCHNTrvHMqKTumxZmDL2B { top:40.6875rem;left:46.375rem;width:1.3125rem;height:1.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz { display:block; }#Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krWfokWL3eoud2Qrneh0ppBWfx4btXkU { top:2.5rem;left:0rem;width:47.75rem;height:8.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLX8ZX8rB1oWCJNP8px3xfdr0m2XfQu3 { top:12.9375rem;left:0rem;width:33.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFt126DD7L1vdBb7UlZoJdHvA9QIUnQc { top:19.8125rem;left:0rem;width:13rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge9vqBcUuN5GevM7dKNKXGB8xamiyomr { top:16.0625rem;left:0rem;width:7.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDABdOVfexUJ8c3l2w5BbMPfyElo75R { top:15.4375rem;left:0rem;width:9.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR072x228FeHZffx8eS5zWqPlne40zrF { top:22.75rem;left:0rem;width:17.8125rem;height:8.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrHlhHHAoPEu36TI7yhQcs2d6x753XZ { top:33.875rem;left:0rem;width:27.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfUxTKTy17KcDluD626wQ2hqTl6tfLiv { top:12.9375rem;left:14.125rem;width:33.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3PsdOCuE52iVAocwGwdpCabC6lkdRVV { top:33.9375rem;left:23.375rem;width:24.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2SqSo4NC5Vc73ygy5lxZNWTcxesKQwF { top:22.8125rem;left:23.875rem;width:18rem;height:8.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmlVGpnEUwCpyIyTWP5XttvAZ5dGONTZ { top:19.8125rem;left:23.875rem;width:14.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpRdtKElxu3yWwxvDfESgZJsxdS1PVqG { top:16.0625rem;left:23.875rem;width:6.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6vzXnoEmcU6Zh86mD4BUTVQBmQyTGQ { top:15.4375rem;left:23.875rem;width:9.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAqCE3TdTotOoVx9yWodnZ5BpXRMQL2z { top:46.4375rem;left:0rem;width:4.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKmSnpvahy2bMAGzgEHvMGCWM9KV5KG8 { top:46.125rem;left:0rem;width:10.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdTPiWKfPiZmxLbs0eR3OMX1sRHTFsiZ { top:43.75rem;left:0rem;width:4.9375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4wbXLbzv5okV36v3kpHxs5m3hIrHLo1 { top:43.1875rem;left:0.625rem;width:9.375rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiQTudPJsmAURGHEGAABuiKZPy6x5a34 { top:18.75rem;left:11.0625rem;width:12.8125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMLhtOKtlyfngxNJFcFh9BwIW86PsILq { top:19.1875rem;left:35.5rem;width:12.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTpJoGQnxipJuvSZO1zhLZrgcv33T7AQ { top:41.375rem;left:0rem;width:18.125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO5kWo2RXDABHcAkBCVQaXe26APsTJ9X { top:41.375rem;left:5.75rem;width:18.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FychexuD3p9iq6fhM8IWfrBdD1BX9WpK { top:41.375rem;left:23.875rem;width:18.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGB6WzLWQgEwJ1qHUBk6lFPNXM6X5o9W { top:42.4375rem;left:0rem;width:15.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHoVT6qS2zIwBGIxztlwtDQLrsye7lIu { top:46.125rem;left:13.625rem;width:10.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXuF2GkIlLtcyltxQOuMTwsweyEIZ9Ts { top:46.25rem;left:13.8125rem;width:4.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqy5xuOWpOeJTcaBtsBT7LhtBu4SJ9OP { top:43.75rem;left:14.25rem;width:4.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTDtz0Tg6loXMz1MQVPkAPygm8cuaQ22 { top:42.5rem;left:7.9375rem;width:15.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VHNmfUCmIJ6Z0Zld7n482TFAD0NZTL { top:46.4375rem;left:23.875rem;width:4.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPxUlPm1OH5QtJgsPpAOFw27rSU5RfQh { top:46.125rem;left:23.875rem;width:10.3125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztarodo3N2xhlhTqF5gtnqqg4sr2VL01 { top:43.75rem;left:23.875rem;width:4.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuuLez5aAwK6yuoAPhUoMJ28NbxItyqX { top:42.5rem;left:23.875rem;width:15.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygZqxTsCgHzxsQgeo0cudqzdFndE63nF { top:41.375rem;left:29.625rem;width:18.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTKidxZ1SfSHfEghEGI6ikyxrMmJPTQ1 { top:46.125rem;left:37.4375rem;width:10.3125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWfRRT43seBpf4tN1LkNHhig1SaIK2Mi { top:42.5rem;left:31.8125rem;width:15.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NztFn4Kk42fg2W9SHCAund4sXWMKqtIH { top:43.75rem;left:38.25rem;width:4.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TccrkHypweMu5Gayf8huOwbD7v02VuLd { top:46.4375rem;left:37.75rem;width:4.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6xhOQnTgS1tsPk9DzS9KJNavKOGlKVn { width:30.3125rem;height:4.375rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqewTyKWUg4uZkuN0Gv7M9su0Q2ylDH { display:block; }
 }@media only screen and (max-width: 763px) { #WzO2elgmWThcnwiNccitMb35oA9tLZii { top:43.1875rem;left:14.5rem;width:9.375rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3sZ15sBFTqivH4a8RyOyhWl1ytcfi7c { top:43.1875rem;left:24.6875rem;width:9.375rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi6agwIhPo6GHVIhViTvkWPm0iTUAwcB { top:43.1875rem;left:38.375rem;width:9.375rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmhSQ9WveS4lzkr4UipeJz9dXJagFUIf { top:19.75rem;left:5.7471809387207rem;width:2rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSenLy1ag23Z1lTyvKkA5muWK4U1PZv3 { top:47.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy { display:block; }#R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ma1TcxMEnnc3Bs2hw29oWG133AOmuTkD { top:2rem;left:18.15625rem;width:11.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWEN7OJcF3wrlxWeEGGhkqn7fF4rVxsF { top:52.3125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2Pw3SbakptCq2m1ELmAyVHHOKU53ER5 { top:40.6875rem;left:0.875rem;width:12.5rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOCrSq10Faq6JCOkqGVW9ffQqqXxAgV3 { top:40.6875rem;left:19rem;width:12.5rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A10gXetoalzDzDH695CmiNssEF7JWvuF { top:40.6875rem;left:35.125rem;width:12.5rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItGTUZmJplTp4g2Oy7hiaTVGVQu4f8Zg { top:32.125rem;left:16.25rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnMzJTO421T6gA8HEoON363ER3pmSkzO { top:32.1875rem;left:32.875rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPeELbuGTPiJ7NOJRtFGkLdoy12axxew { top:30.3125rem;left:0rem;width:14.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gykz0zsEagJwa1QiaKzNLmPni6z5owF4 { top:30.3125rem;left:18rem;width:13rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPUHCv6umgmN4TS5ovkbAbpGaOGsacv { top:30.3125rem;left:34.75rem;width:13rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6iIscGBf6IOmZiSbHgJTqfBocQIWW1h { top:4.1875rem;left:7.59375rem;width:35.3125rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AphAinTTpcnMZOlhBRGpZG0hfHQBaFuU { top:37.875rem;left:15.0625rem;width:2.4375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I66ksm9FswWtXzc7pLKJ1PtSeQkF80q2 { top:41rem;left:16.25rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0CvCXOZKEdOvbC94RT6VhhM7rqTRqU { top:37.9375rem;left:31.6875rem;width:2.4375rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpn39oHZF6m1Qye5foQuUsTyxRgn2F93 { top:41rem;left:32.875rem;width:0.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 { display:block; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyCrQNxbKT4R7CNINLzWM4Z2c2vI0RHk { top:6.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoxeHbmpwqzklFce9R4is1Qhabg3LRiB { top:12.9375rem;left:0rem;width:33.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCz2TDsLBngW3gzmFsVGz7JKgrOhrTbH { top:19.8125rem;left:0rem;width:13rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXffiCORdO0tst2CnelG7GvNtUmRNKrh { top:16.0625rem;left:0rem;width:7.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1oNZLhaDAr3n0NNShBNlvPwWL6NPbfu { top:15.4375rem;left:0rem;width:9.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0L9QPsnKi7kcLZl2UTl32Q97p7kc0Tz { top:22.75rem;left:0rem;width:17.8125rem;height:8.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtLq85kz3TrgTqa7QwKdt1TUC3XT2TZH { top:33.875rem;left:0rem;width:27.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URJEBDUK4S7UCSOhvv0bTW4dATo1rdEr { top:12.9375rem;left:14.125rem;width:33.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByCSrGanHSGl8JJk3AF24IJ03cCMpzhF { top:33.9375rem;left:23.375rem;width:24.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #an0kdEyExpToW25USI7Dx7Hhw5DlwXi7 { top:22.8125rem;left:23.875rem;width:18rem;height:8.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLWJhKS0mkE34wEsIancH6DSFcM1yRzs { top:19.8125rem;left:23.875rem;width:14.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawKhXdiOAmp1PvqlsrSIyIhomsKcMdT { top:16.0625rem;left:23.875rem;width:6.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKvEFHAxmTMATB4tdl9pR3tdFsoLEPxR { top:15.4375rem;left:23.875rem;width:9.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4F4WuyklhDZXzMmb2xpIz7ARclLBhvw { top:18.75rem;left:11.0625rem;width:12.8125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znPAV1KX54gysVX2TmzG3UALCsHbZPMT { top:19.1875rem;left:35.5rem;width:12.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNg263gP2r6QcuBgtcXMOSCh71d97PQ { width:30.3125rem;height:4.375rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMfSEV5TDB6fyGq7EdqosiP950S5MOuD { display:block; }
 }@media only screen and (max-width: 763px) { #MnWaVExHEAeCmcwdOlxD5WQSsxTo7xrb { top:19.75rem;left:5.7471809387207rem;width:2rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHSX51Sdq2y9LemneT1uGeig14iqmxA { top:47.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz { display:block; }#HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTxmxlBhIuGrGxdTNmvoTW3He2W78DZW { top:6.125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRh0uNLLvidH5CnmklVxcwM5JL8T4ff { top:12.9375rem;left:0rem;width:33.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ygVmi6BnEAgADvB8MZplpuBiwZehG3 { top:19.8125rem;left:0rem;width:13rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoTxuQIwqthnAvHTbdiQK2LLuqQDJw8u { top:16.0625rem;left:0rem;width:7.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUxPnGXiDevnW6w1Cf7NeiutNAFBv3Ja { top:15.4375rem;left:0rem;width:9.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyiPsMZPDggrZxnTJktlESlWW804KB7I { top:22.75rem;left:0rem;width:17.8125rem;height:8.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrqNFSmTOEOTmr8i313pMNd9NAzq6MTh { top:33.875rem;left:0rem;width:27.0625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtRrvpTT8msFqA0blTORQaBqp9GlfWJn { top:12.9375rem;left:14.125rem;width:33.625rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHRgCTnGTLU3tJCf3E8xZLT0M2xOcT7r { top:33.9375rem;left:23.375rem;width:24.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQnP5D3IrB40OC4yQw51baJEsKHLeyd6 { top:22.8125rem;left:23.875rem;width:18rem;height:8.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOIDznoPsOHqdfAH9PHrcUSRsxTmFVa { top:19.8125rem;left:23.875rem;width:14.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myteq6NkpmaA2A2spmvKENNwhv7rGXnn { top:16.0625rem;left:23.875rem;width:6.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNg6tfczZBTmypEnZxUFTA3CqglVrEhn { top:15.4375rem;left:23.875rem;width:9.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeJXnWbkegT4yTeL23rNAKlzHiL3q7k4 { top:18.75rem;left:11.0625rem;width:12.8125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru9l97Oe4cQUemOXByPmqnpUXoTJ7KUd { top:19.1875rem;left:35.5rem;width:12.25rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWWRfu7T1Tzt7fCiZt58z49h0OS0gC9n { top:41.375rem;left:29.625rem;width:18.125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbOFRSV4HuoO3K1m2GcoKR8tFKzkATTR { top:41.375rem;left:23.875rem;width:18.125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBS5PNsJ1dHELAes4icyJsbsoDbHDExv { top:46.125rem;left:23.875rem;width:10.3125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMeelIwBmKTyi6RyC81RWl4uEVURDxsQ { top:46.125rem;left:37.4375rem;width:10.3125rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHgVTTwyrBQolBTzTnGmUoTMVDqvH7RT { top:46.4375rem;left:37.75rem;width:4.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4aPhZ5Zb4kzil8e5UQt1fMEGqxOyTcC { top:46.4375rem;left:23.875rem;width:4.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyiFQO2wnHxduDWw5UQrTlcWL0tcXK6w { top:41.375rem;left:5.75rem;width:18.125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDWsTkw4qiLptIJrtNw2cCpNhO5vXBnF { top:46.125rem;left:13.625rem;width:10.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMM0BcTuZBpelO38U7kcCxOAt2qVfoLh { top:42.5rem;left:7.9375rem;width:15.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8WXFwC3p15KhktFKh1ZCa3uaruUI1r1 { top:42.5rem;left:23.875rem;width:15.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVeQSGFao6P0dLVsKcbT2DrO5lD86sFW { top:42.5rem;left:31.8125rem;width:15.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHeQM0ZWed9ln6wXkZgUArxsLNC6W6OT { top:43.0625rem;left:14.5rem;width:9.375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDCGTTCBlVW2Be4CBOP4MNQaE2LcntW7 { top:43.75rem;left:23.875rem;width:4.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8U5JOqwloCsZHVz8lcBZea1GOhZilu { top:43.0625rem;left:24.6875rem;width:9.375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAwdpIcIQcf7VwniyXQPTPgoF7iSwuSH { top:43rem;left:38.375rem;width:9.375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibUvfdH5fsNRlppKNuIC7SxNe5TzNQ5B { top:43.75rem;left:38.25rem;width:4.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2Md6MUpebmp10k2PVM8zIQhnBxgs4HF { top:46.3125rem;left:13.8125rem;width:4.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9kXbV26OapiTRIcNJtH7DKfsFTaazy { top:43.75rem;left:14.25rem;width:4.8125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQRksaQyL3x24ToRinDSq8bQFsQ2biaE { top:41.375rem;left:0rem;width:18.125rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z33Z6ICxZB5TAgEXbJUuXZ0u5Mn3zSQO { top:46.125rem;left:0rem;width:10.25rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoCHOucnSQAb3aABBpLvEXy8NQn0ZdFa { top:43.0625rem;left:0.625rem;width:9.375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxVh5eESdnPACZ4V5HXx9GRFH9LrrGrL { top:42.5rem;left:0rem;width:15.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8nc9ZKWWWaO3coOpg5fbROQMTmwvO9W { top:43.75rem;left:0rem;width:4.9375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTF0MElESCZ7XrFlgqbu9HvOWLFtGpwT { top:46.4375rem;left:0rem;width:4.4375rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfC4mNLP968DJNwNQzkouGI6DPwpNKUM { display:block; }#TfC4mNLP968DJNwNQzkouGI6DPwpNKUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bs5ay3On7F6Tco0vhQM8GvNzkwgxkcHq { top:6rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdeIICPsUMyESiAHkaGX8CBE7762RTOI { top:13.4375rem;left:0rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGXmN7I7HgpUnZsoJordD0fRBLUer8kC { top:19.1875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKIFmNiEBpdJOaWI60PH05CwHTzzXr1y { top:13rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4RhuyQ9nP7RntUBbWtiKRSUJVO8nIa { top:18.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOA6pp7bZ8lkDv97wS4vzn7SehzTULDS { top:19.125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBLMAh4bDXVJo14QxzKRbumNVrxz2H5F { top:13.5rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCdg2HIQ1T3NtZMDgsPzmAE2ydo1vKx9 { top:37.875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBtEGsZWc2fxod2mTHlmGsoCFeM1htfp { top:37.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoaqF2MTc7PkWZeALMD0xXuKGJdR5iLl { top:37.8125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omT3qiHOcnn66rdW2thsa3hvgsawV2Iy { top:22rem;left:0rem;width:14.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4UHbwLV75dhBFAkTuNJqKcbRu89qQvo { top:41.75rem;left:0rem;width:28.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2HDFgyPfGBMGQBsH59ONnmVJO9F3nBK { top:54.625rem;left:0rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnKhtqRWSHz6snIPtIbWmUvGaCGMATV3 { top:54.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugyw09ZBIzzZ1lw6qqZQ8wS3ocTAvX7I { top:54.6875rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8vsIDTA6rqpJHUtruGnO84N1NF7TXmi { top:33.375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llQcXFBrasu7sTdl0b0VyBtOs2Tq1HhP { top:32.9375rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm5esmR7VVFIAT1lQcT3BqISQ7BENdmo { top:33.4375rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKf7bSDCyUdfTButeDndTr52hZTcMwp2 { top:53.3125rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWhnreNPV61Z5sZ3aiysEQqzWUXlCWeV { top:52.875rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcQTnWTSPkZw3XWAHtr03Noym7yubPos { top:53.375rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmNOrRcbrnNaaxesA5PnUhGKw0T1TBZr { top:17rem;left:18.9375rem;width:28.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOGUIMqSCIhRvy6WTNFGR3Mo7RsoMcU { top:36.5625rem;left:18.9375rem;width:28.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSvG04bv1RfrZHxob2FR1vFwRmaRs6U { top:13rem;left:23.875rem;width:0.0625rem;height:55.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvaI3guI4lF97uaDvJCSiyQPwkHuyaPI { top:59.5625rem;left:0rem;width:28.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyocr8LoS3tI5yvMCOHGTT2Gh8tRpggR { top:13.4375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4t9fCX4iZGCAfuu1G6I2v03gcxsDpbu { top:13rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAstnmSQlOmCgENqirqQwyPWvV7atnCb { top:13.5rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxgyKv622f2tWk1i3pkny3ig08EvPvlD { top:57rem;left:23.9375rem;width:12.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOW1uC0L5P8kAXywpI6QhFm92PNMZgox { display:block; }#gOW1uC0L5P8kAXywpI6QhFm92PNMZgox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQI06Flhl5R2nnuOzrJGuPUr5VPatZQL { top:6rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhWZokDRnhbV4VoWy3JH9RqtKLkS4Ulg { top:13.4375rem;left:0rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ustdLoqb5ySehpJ9CGNppJ1ErhwWGU { top:19.1875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcGQ0XNBMGb1HIHI5xmkvHH4xvH087rF { top:13rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7aQIQLhotH0HqoXDu39P6TI8OnyrrfB { top:18.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSraPq9TDnA5ldydRcXzxhfptLB5KtnT { top:19.125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBTxSbcMQnTLViWaTzeGvUfNVE4FuRI { top:13.5rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNEylrabrJOmKXHWdXDMto3Bmp5RQ7tn { top:37.875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLqEcyzEh9TsDBxs3nT04RH0TwdqddEp { top:37.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvAcPzXx0T7Ncd21yIIvbvy6LIb9GW38 { top:37.8125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTrLMcxEfXVo1Fl1HoTgMpTyGQ4wwqN { top:22rem;left:0rem;width:14.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnyognIzg1U0g5R9Xge9ZPDxCL9Fe7ut { top:41.75rem;left:0rem;width:28.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ4JkaTZS2RMbTMWaX3TXNEEfsCqEBll { top:54.625rem;left:0rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t902nK7rASsIT5MC4A2TWH0deH2XkJKS { top:54.1875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxl5hNswVi4qHPKWuE65kTkJCCxJTbN7 { top:54.6875rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqTM5Z22IQMo81ndemFGWNAioTT9c7p { top:33.375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHfsJFbpS9mnlQoUo4rg6sLkMyE5VTWh { top:32.9375rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GitRoMMGIJpTOz1fZymguAZMdXRF2H5b { top:33.4375rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBMCkbrbbWqexHeRW34xKVOGzXJJ7fwr { top:53.3125rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cblVgVbwsqCsVxd3b3WIVIkZNFZgEzId { top:52.875rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKa8fqmdnvnFRuQ6Fln1T7oKmR490Dd { top:53.375rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTT3ZAJsiPWDEnRwvaBsgOMGKt2tE8q3 { top:17rem;left:18.9375rem;width:28.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBv6hKHhJLv80B63mTf3gU3H7BkAuSTN { top:36.5625rem;left:18.9375rem;width:28.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiaPnfTcK6ewFK5KsIJM15eh04gzORgT { top:13rem;left:23.875rem;width:0.0625rem;height:55.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoobRWBmRLWqoS3q6mnkHoxSZmB4aRw2 { top:59.5625rem;left:0rem;width:28.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1BIBWuBV8r3GcpSC7gXgHpV3kKQKXDi { top:13.4375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlFwkEonrqzFoyMJfr25dp8uun5Rte6 { top:13rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkvtwPAw7ats4issnLkNmmkGS2ZhoAtD { top:13.5rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS { display:block; }#e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqSLsF1DnOAzpyPHCHMk6ItCCsuJxROt { top:5.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZoFtoTRt1CpT8rDMxZuZzZizBimTT0W { top:13.625rem;left:0rem;width:46.25rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZRiqroqOSEti39mDUVb8oTncpnXcry1 { width:30.3125rem;height:4.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCsFNARPAUidJFuNZJ6JsJBkWTVpo88X { display:block; }
 }@media only screen and (max-width: 763px) { #AAzD8LLM8xKGaDEwmix7MID4iqbifIUm { top:25rem;left:2.8046875rem;width:16.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfAK4OOoxB1iAM5yyTDDHw5q0SgUk5p { top:23.5rem;left:29.5rem;width:18.25rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC4lThShHgtW3LAqk1i6aRIFI1tBUK5g { top:18.875rem;left:0rem;width:11.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQDyQLxXGRfpD2OQmkLkvwSXHA9WpSGL { top:15.5rem;left:38.6875rem;width:9.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL { display:block; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDe6OzeSo6qCgsZCduPgryxgVu2gOVqe { top:4.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6FaK5Dt0PLXRU9btoLr9W3uEAJ6mDzX { top:8.75rem;left:0rem;width:46.25rem;height:;font-size:0.875rem;display:block; }#O6FaK5Dt0PLXRU9btoLr9W3uEAJ6mDzX li:before{  }
 }@media only screen and (max-width: 763px) { #sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g { display:block; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQF5tvGM0Sg1imm5fqxuPJDmwQyUTsWW { top:5.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwytTWAx0ZSXP5LOhAcigkMioiCGdnAL { top:13.625rem;left:0rem;width:46.25rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSJyA22qaiEZs2W8J75rmeW6u6PdhXAH { top:25rem;left:2.8046875rem;width:16.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c738tJVcK6PuAfBhLhqoTTAS7IoX1l5a { top:23.5rem;left:29.5rem;width:18.25rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Js6BDV8oW44Nowba39uPOzB7bNhwZt { top:18.875rem;left:0rem;width:11.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzD0nqRcnc5OkzVOZcvvXBSuFk0al1ze { top:15.5rem;left:38.6875rem;width:9.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh { width:18rem;height:5.0625rem;display:flex;top:21rem;left:4.625rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #WiziMAvHonDVAdQX3CekNDTbAtN9xKG0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #HpTaN7iKCmD8byOigQ73y9H28IbtG7EW {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #P68ZrTeQbadOR3SxqgXrE18HBGSX6NCB {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #bUiVFZeO3wr0BdUmh3bESPmV9H0ZTm1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #gnJqXKQsXLX828CKQlpUfVfvpkx7acAt {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #aLZM6DtKHkekbu8B0DmnL5WRwyqlKHHd {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #QPFyyT4AH9TokxTFhHsJBknwNT2AgTHg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #vftACh8VkEA7RAW0UrElB7VDItprVGVB {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #Sp3qLWJJqgs6c1SPunIbnRBCtlyUQNFg {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #u5wGy9FLgwmGKzlM1hHa5Iplv84B0uyR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #nwm5Pqpcn2TLDdxMLX8ZGNDWH1L0ZeTN {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #miDSxr66kPlPNPKfRDfZAM9EXRWUL84U {  }
 }@media only screen and (max-width: 763px) { #Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q { display:block; }#Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9MHTK7Ds647wbeToXSg3mrAtnQKxO9q { top:5.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABBiIFd0DGTD4nqAWq9mcZV6xsutNvnM { top:13.625rem;left:0rem;width:46.25rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9AJoHxGxD5cOKWTbgfNlrknPbcEONSw { width:30.3125rem;height:4.375rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xswFTGx4LO2C2CHzZuZyf0MGtcspJoPQ { display:block; }
 }@media only screen and (max-width: 763px) { #VELKKp3PpLyOThuTskaU2mqcnCaGbXOk { top:25rem;left:2.8046875rem;width:16.5rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuGvIlX3uHvxZ9AeczUvG9Th77v0RzK { top:23.5rem;left:29.0625rem;width:18.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XALBFEC2BQA5IJHzTKMScuyg2Jmv7DV5 { top:18.875rem;left:0rem;width:11.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrRPLF6DGmEPIDe7tMc2miOHOrGKCaU { top:15.5rem;left:38.6875rem;width:9.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f { display:block; }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwsCsEulvxEeACOOFdHF2TvGaBdp3NZ4 { 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) { #F62Rs8cXPbVHvFAP1BTaPkK6bItTXcQt { 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) { #Qb84Xholsi6chxL7fUcTofSH5QwTfbpZ { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McICppnZzBeza1OqdDggUTW6G4DzQ9hd { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh1fQQohB1ZbBQHiXWxaKTBALqPUeLhy { top:2.625rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxONZ4Ilx8UMGdGUsArLsaBb5fXqwNss { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OadcQKAD70AfR6mkPktBziR8ghfV7REK { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faeXHAnrQ70T9T4T7qTiT2QluTwJkRVr { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLiML8mIpLfL3ao8f9Q8tf5GpeaigdPP { top:4.6875rem;left:39.185115814209rem;width:1.5rem;height:1.1875rem;display:block; }
#VLiML8mIpLfL3ao8f9Q8tf5GpeaigdPP > 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:#faa91a;background-image:url("https://images.assets-landingi.com/uc/0ff1387a-ae4c-4251-b87c-1eb5b807f3c7/Frame483158.jpg");background-position: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:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9qTV10CoZfqy5nAXCxmyZBItcCKEQ4D { width:5.625rem;height:1.8125rem;top:0.8701171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiDTdCXmQofdrinsssbzRMTG9IEgF0Oi { width:15.3125rem;height:2.2482625rem;top:30.13671875rem;left:2.34375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SsPnXlZU7TPDRoKmsEuaE1yDVBTzzpHI { width:5.125rem;height:2.2482625rem;top:25.5859375rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTVkn5mUywiDH8EfKJnQisQrb2XeWG9 { width:5.125rem;height:2.2482625rem;top:25.5859375rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvEnW6qXuudk0SQPnWX6Zq8pWxWylWHz { width:5.125rem;height:2.2482625rem;top:25.5859375rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXHy654AGXE5dkd1HKvb6VMBQ7fvflX { width:0.0625rem;height:2.1875rem;top:21.75390625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r92OTfk8Pehrm3eAcmTXGEbJHH0VVqK3 { width:0.0625rem;height:2.1875rem;top:25.5234375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqVssVk6tkNAyyi1AUGVlc5Bk5hWw2gB { width:5.4375rem;height:4.0625rem;top:21.0859375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMWsAF1zuMwFqrdKbECw1Q4lxbR4phqS { width:4.8125rem;height:4.0625rem;top:21.0859375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuD2lPn2hzVJvWeRDoTCGhgauXBd3bM2 { width:4.8125rem;height:4.0625rem;top:21.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsx6M2aKrqCocv1HBSFl83m4FQXyB9oo { width:14.9375rem;height:11.1875rem;top:8.38671875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRLwFtIxWwIAyV9l7q9eBqPCcamuLxXe { width:11.9375rem;height:11.3125rem;top:2.6826171875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5mqSyXhdDv1G1H1GuOTSmwziG5mVJ62 { width:5.625rem;height:8.6875rem;top:11.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNRutxvT0OwwVfUgXDKWeFBUx5thcThT { width:8.125rem;height:0.5625rem;top:20.01171875rem;left:11.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UETxwg7KFHnbnyyIfIL24r9xX4swf1Aw { width:1.1875rem;height:1.625rem;top:23.9609375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJThyBLG1dktEJ9yGQy4G4wKusVQGsD9 { width:0.0625rem;height:2.1875rem;top:21.75390625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrRuHPCmMd2ehPHJIFI16GASe9WqDd7i { width:1.1875rem;height:1.625rem;top:23.9609375rem;left:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT0n5aJRuVRL3upRA42IzNeNM3x7UJ65 { width:0.0625rem;height:2.1875rem;top:25.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlfcMvI38F4KCHNTrvHMqKTumxZmDL2B { width:1.3125rem;height:0.67480625rem;top:25.5859375rem;left:18.6875rem;font-size:0.5625rem;z-index:15125;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz { background-color:#931d00;background-image:url("https://images.assets-landingi.com/uc/99a7a48e-7492-45df-91f4-a564f6692548/Frame483156.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz.adaptive-delivery-prevent-bg, #Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz.lazyload, #Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz.lazyloading { background-image: none; }#Rxc1z4LIWM40SHQVK17vE1RTUcAMi3dz > .row .container { width:20rem;height:98.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #krWfokWL3eoud2Qrneh0ppBWfx4btXkU { width:20rem;height:4.798175rem;top:3.125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BLX8ZX8rB1oWCJNP8px3xfdr0m2XfQu3 { width:20rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFt126DD7L1vdBb7UlZoJdHvA9QIUnQc { width:9.5625rem;height:2.4375rem;top:14.0625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge9vqBcUuN5GevM7dKNKXGB8xamiyomr { width:5.125rem;height:1.2999125rem;top:10.9375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDABdOVfexUJ8c3l2w5BbMPfyElo75R { width:8.75rem;height:2.5rem;top:10.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR072x228FeHZffx8eS5zWqPlne40zrF { width:11.75rem;height:5.4991375rem;top:17.125rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrHlhHHAoPEu36TI7yhQcs2d6x753XZ { width:16rem;height:2.098525rem;top:24rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfUxTKTy17KcDluD626wQ2hqTl6tfLiv { width:20rem;height:18.75rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3PsdOCuE52iVAocwGwdpCabC6lkdRVV { width:9.9375rem;height:2.098525rem;top:43.25rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2SqSo4NC5Vc73ygy5lxZNWTcxesKQwF { width:11.25rem;height:5.4991375rem;top:36.5rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmlVGpnEUwCpyIyTWP5XttvAZ5dGONTZ { width:9.25rem;height:2.4375rem;top:33.4375rem;left:1.25rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CpRdtKElxu3yWwxvDfESgZJsxdS1PVqG { width:5.125rem;height:1.2999125rem;top:30.3125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6vzXnoEmcU6Zh86mD4BUTVQBmQyTGQ { width:8.75rem;height:2.5rem;top:29.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAqCE3TdTotOoVx9yWodnZ5BpXRMQL2z { width:4.25rem;height:2.8125rem;top:54.5625rem;left:2.5625rem;font-size:1.5625rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #TKmSnpvahy2bMAGzgEHvMGCWM9KV5KG8 { width:10.0625rem;height:3.375rem;top:54.3125rem;left:7.5rem;font-size:2.8125rem;text-align:left;text-align-last:left;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #WdTPiWKfPiZmxLbs0eR3OMX1sRHTFsiZ { width:4rem;height:1.04980625rem;top:51.6875rem;left:3.5625rem;font-size:0.875rem;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #D4wbXLbzv5okV36v3kpHxs5m3hIrHLo1 { width:8.311625rem;height:1.875rem;top:51.273867607117rem;left:8.1857643127444rem;font-size:1.5625rem;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #LiQTudPJsmAURGHEGAABuiKZPy6x5a34 { width:8.3125rem;height:8.6875rem;top:13.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMLhtOKtlyfngxNJFcFh9BwIW86PsILq { width:7.8125rem;height:7.9375rem;top:33.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTpJoGQnxipJuvSZO1zhLZrgcv33T7AQ { width:18.4375rem;height:10.375rem;top:49.4375rem;left:0.78125rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #MO5kWo2RXDABHcAkBCVQaXe26APsTJ9X { width:18.4375rem;height:10.5rem;top:59.0625rem;left:0.8125rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #FychexuD3p9iq6fhM8IWfrBdD1BX9WpK { width:18.4375rem;height:10.5rem;top:68.8125rem;left:0.8125rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #LGB6WzLWQgEwJ1qHUBk6lFPNXM6X5o9W { width:15.125rem;height:3.125rem;top:50.625rem;left:2.4375rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #QHoVT6qS2zIwBGIxztlwtDQLrsye7lIu { width:10.0625rem;height:3.37456875rem;top:64rem;left:7.5rem;font-size:2.8125rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #LXuF2GkIlLtcyltxQOuMTwsweyEIZ9Ts { width:4.25rem;height:2.8125rem;top:64.125rem;left:2.5625rem;font-size:1.5625rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #yqy5xuOWpOeJTcaBtsBT7LhtBu4SJ9OP { width:4rem;height:1.0492625rem;top:61.375rem;left:3.5625rem;font-size:0.875rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #aTDtz0Tg6loXMz1MQVPkAPygm8cuaQ22 { width:15.125rem;height:3.125rem;top:60.3125rem;left:2.4375rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #P1VHNmfUCmIJ6Z0Zld7n482TFAD0NZTL { width:4.4375rem;height:2.8125rem;top:74rem;left:2.5625rem;font-size:1.5625rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #qPxUlPm1OH5QtJgsPpAOFw27rSU5RfQh { width:10.0625rem;height:3.375rem;top:73.8125rem;left:7.5rem;font-size:2.8125rem;text-align:left;text-align-last:left;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #Ztarodo3N2xhlhTqF5gtnqqg4sr2VL01 { width:4rem;height:1.04980625rem;top:71.125rem;left:3.5625rem;font-size:0.875rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #UuuLez5aAwK6yuoAPhUoMJ28NbxItyqX { width:15.125rem;height:3.125rem;top:70.0625rem;left:2.4375rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #ygZqxTsCgHzxsQgeo0cudqzdFndE63nF { width:18.125rem;height:10.3125rem;top:78.5625rem;left:0.9375rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #RTKidxZ1SfSHfEghEGI6ikyxrMmJPTQ1 { width:10.3125rem;height:3.375rem;top:83.5rem;left:7.1875rem;font-size:2.8125rem;text-align:left;text-align-last:left;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #aWfRRT43seBpf4tN1LkNHhig1SaIK2Mi { width:15.9375rem;height:3.125rem;top:79.8125rem;left:2.0625rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #NztFn4Kk42fg2W9SHCAund4sXWMKqtIH { width:4.8125rem;height:1.04980625rem;top:81.0625rem;left:3rem;font-size:0.875rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #TccrkHypweMu5Gayf8huOwbD7v02VuLd { width:4.4375rem;height:2.8125rem;top:83.8125rem;left:2.5rem;font-size:1.5625rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #o6xhOQnTgS1tsPk9DzS9KJNavKOGlKVn { width:18.9995625rem;height:4.375rem;top:89.49979019165rem;left:0.49913203716278rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqewTyKWUg4uZkuN0Gv7M9su0Q2ylDH { display:block; }
 }@media only screen and (max-width: 763px) { #WzO2elgmWThcnwiNccitMb35oA9tLZii { width:9.375rem;height:1.875rem;top:60.961376190186rem;left:8.1857643127444rem;font-size:1.5625rem;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #g3sZ15sBFTqivH4a8RyOyhWl1ytcfi7c { width:9.375rem;height:1.875rem;top:70.71072387695rem;left:8.1857643127444rem;font-size:1.5625rem;z-index:15141;display:block; }
 }@media only screen and (max-width: 763px) { #Vi6agwIhPo6GHVIhViTvkWPm0iTUAwcB { width:9.375rem;height:1.875rem;top:80.43728637695rem;left:7.8428821563719rem;font-size:1.5625rem;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #TmhSQ9WveS4lzkr4UipeJz9dXJagFUIf { width:1.9987rem;height:1.49956875rem;top:14.061416625976rem;left:8.1857643127444rem;font-size:1.25rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #BSenLy1ag23Z1lTyvKkA5muWK4U1PZv3 { width:20rem;height:1.12413125rem;top:94.896930694581rem;left:0rem;font-size:0.9375rem;line-height:1.2;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy { background-color:#faa91a;background-image:url("https://images.assets-landingi.com/uc/b0c4a39b-cabe-498a-bfef-993879b50e56/Frame483161.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy.adaptive-delivery-prevent-bg, #R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy.lazyload, #R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy.lazyloading { background-image: none; }#R1VRnQqKeUtM7qPvZaia8sTlNUPBiyCy > .row .container { width:20rem;height:34.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ma1TcxMEnnc3Bs2hw29oWG133AOmuTkD { width:7.75rem;height:2.375rem;top:1.5576171875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWEN7OJcF3wrlxWeEGGhkqn7fF4rVxsF { width:15.3125rem;height:2.25rem;top:30.13671875rem;left:2.34375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a2Pw3SbakptCq2m1ELmAyVHHOKU53ER5 { width:5.125rem;height:2.25rem;top:25.5859375rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOCrSq10Faq6JCOkqGVW9ffQqqXxAgV3 { width:5.125rem;height:2.25rem;top:25.5859375rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A10gXetoalzDzDH695CmiNssEF7JWvuF { width:5.125rem;height:2.25rem;top:25.5859375rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItGTUZmJplTp4g2Oy7hiaTVGVQu4f8Zg { width:0.0625rem;height:2.1875rem;top:21.75390625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnMzJTO421T6gA8HEoON363ER3pmSkzO { width:0.0625rem;height:2.1875rem;top:25.5234375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPeELbuGTPiJ7NOJRtFGkLdoy12axxew { width:5.4375rem;height:4.0625rem;top:21.0859375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gykz0zsEagJwa1QiaKzNLmPni6z5owF4 { width:4.8125rem;height:4rem;top:21.0859375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDPUHCv6umgmN4TS5ovkbAbpGaOGsacv { width:4.8125rem;height:4rem;top:21.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6iIscGBf6IOmZiSbHgJTqfBocQIWW1h { width:19.5rem;height:14.6875rem;top:5.13671875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AphAinTTpcnMZOlhBRGpZG0hfHQBaFuU { width:1.1875rem;height:1.625rem;top:23.9609375rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I66ksm9FswWtXzc7pLKJ1PtSeQkF80q2 { width:0.0625rem;height:2.1875rem;top:21.75390625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ0CvCXOZKEdOvbC94RT6VhhM7rqTRqU { width:1.1875rem;height:1.625rem;top:23.9609375rem;left:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpn39oHZF6m1Qye5foQuUsTyxRgn2F93 { width:0.0625rem;height:2.1875rem;top:25.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 { background-color:#931d00;background-image:url("https://images.assets-landingi.com/uc/99a7a48e-7492-45df-91f4-a564f6692548/Frame483156.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5.adaptive-delivery-prevent-bg, #TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5.lazyload, #TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5.lazyloading { background-image: none; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container { background-color: transparent; background-image: none; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container > .video-iframe-container { display: none; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row > .video-iframe-container { display: none; }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .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); }#TpWfB35CUUJt1zD0EUqsHZcO8M4qIiO5 > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyCrQNxbKT4R7CNINLzWM4Z2c2vI0RHk { width:20rem;height:4.9500875rem;top:3.125rem;left:0rem;font-size:2.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NoxeHbmpwqzklFce9R4is1Qhabg3LRiB { width:20rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCz2TDsLBngW3gzmFsVGz7JKgrOhrTbH { width:9.5625rem;height:2.4375rem;top:14.0625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXffiCORdO0tst2CnelG7GvNtUmRNKrh { width:5.125rem;height:1.2999125rem;top:10.9375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1oNZLhaDAr3n0NNShBNlvPwWL6NPbfu { width:8.75rem;height:2.5rem;top:10.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0L9QPsnKi7kcLZl2UTl32Q97p7kc0Tz { width:11.75rem;height:5.4991375rem;top:17.125rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtLq85kz3TrgTqa7QwKdt1TUC3XT2TZH { width:16rem;height:2.098525rem;top:24rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URJEBDUK4S7UCSOhvv0bTW4dATo1rdEr { width:20rem;height:18.75rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByCSrGanHSGl8JJk3AF24IJ03cCMpzhF { width:9.9375rem;height:2.098525rem;top:43.25rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #an0kdEyExpToW25USI7Dx7Hhw5DlwXi7 { width:11.25rem;height:5.4991375rem;top:36.5rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLWJhKS0mkE34wEsIancH6DSFcM1yRzs { width:9.25rem;height:2.4375rem;top:33.4375rem;left:1.25rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VawKhXdiOAmp1PvqlsrSIyIhomsKcMdT { width:5.125rem;height:1.2999125rem;top:30.3125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKvEFHAxmTMATB4tdl9pR3tdFsoLEPxR { width:8.75rem;height:2.5rem;top:29.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4F4WuyklhDZXzMmb2xpIz7ARclLBhvw { width:8.3125rem;height:8.6875rem;top:13.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znPAV1KX54gysVX2TmzG3UALCsHbZPMT { width:7.8125rem;height:7.9375rem;top:33.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNg263gP2r6QcuBgtcXMOSCh71d97PQ { width:18.9995625rem;height:4.375rem;top:49.280612945557rem;left:0.49913203716278rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMfSEV5TDB6fyGq7EdqosiP950S5MOuD { display:block; }
 }@media only screen and (max-width: 763px) { #MnWaVExHEAeCmcwdOlxD5WQSsxTo7xrb { width:1.99978125rem;height:1.49956875rem;top:14.062496185302rem;left:8.1857643127444rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDHSX51Sdq2y9LemneT1uGeig14iqmxA { width:20rem;height:1.12413125rem;top:54.811198711395rem;left:0rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz { background-color:#931d00;background-image:url("https://images.assets-landingi.com/uc/5f0fa90f-561e-4145-bace-686b5a059b39/Frame483160.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz.adaptive-delivery-prevent-bg, #HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz.lazyload, #HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz.lazyloading { background-image: none; }#HhsKQNPrfCbWQ8FdlqRlbw2JUxy2F5dz > .row .container { width:20rem;height:89.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KTxmxlBhIuGrGxdTNmvoTW3He2W78DZW { width:20rem;height:4.798825rem;top:3.125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TKRh0uNLLvidH5CnmklVxcwM5JL8T4ff { width:20rem;height:18.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ygVmi6BnEAgADvB8MZplpuBiwZehG3 { width:9.5625rem;height:2.4375rem;top:14.0625rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoTxuQIwqthnAvHTbdiQK2LLuqQDJw8u { width:5.125rem;height:1.29980625rem;top:10.9375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUxPnGXiDevnW6w1Cf7NeiutNAFBv3Ja { width:8.75rem;height:2.5rem;top:10.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyiPsMZPDggrZxnTJktlESlWW804KB7I { width:11.75rem;height:5.5rem;top:17.125rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrqNFSmTOEOTmr8i313pMNd9NAzq6MTh { width:16rem;height:2.0996125rem;top:24rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtRrvpTT8msFqA0blTORQaBqp9GlfWJn { width:20rem;height:18.75rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHRgCTnGTLU3tJCf3E8xZLT0M2xOcT7r { width:9.9375rem;height:2.0996125rem;top:43.25rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQnP5D3IrB40OC4yQw51baJEsKHLeyd6 { width:11.25rem;height:5.5rem;top:36.5rem;left:1.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXOIDznoPsOHqdfAH9PHrcUSRsxTmFVa { width:9.25rem;height:2.4375rem;top:33.4375rem;left:1.25rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Myteq6NkpmaA2A2spmvKENNwhv7rGXnn { width:5.125rem;height:1.29980625rem;top:30.3125rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNg6tfczZBTmypEnZxUFTA3CqglVrEhn { width:8.75rem;height:2.5rem;top:29.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeJXnWbkegT4yTeL23rNAKlzHiL3q7k4 { width:8.3125rem;height:8.6875rem;top:13.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru9l97Oe4cQUemOXByPmqnpUXoTJ7KUd { width:7.75rem;height:7.9375rem;top:33.0625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWWRfu7T1Tzt7fCiZt58z49h0OS0gC9n { width:18.125rem;height:10.375rem;top:77.375rem;left:0.9375rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #TbOFRSV4HuoO3K1m2GcoKR8tFKzkATTR { width:18.125rem;height:10.375rem;top:67.6875rem;left:0.9375rem;z-index:15134;display:block; }
 }@media only screen and (max-width: 763px) { #CBS5PNsJ1dHELAes4icyJsbsoDbHDExv { width:10.3125rem;height:3.375rem;top:72.4375rem;left:7.1875rem;font-size:2.8125rem;text-align:left;text-align-last:left;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #ZMeelIwBmKTyi6RyC81RWl4uEVURDxsQ { width:10.3125rem;height:3.375rem;top:82.125rem;left:7.1875rem;font-size:2.8125rem;text-align:left;text-align-last:left;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #SHgVTTwyrBQolBTzTnGmUoTMVDqvH7RT { width:4.4375rem;height:2.8125rem;top:82.4375rem;left:2.5rem;font-size:1.5625rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #S4aPhZ5Zb4kzil8e5UQt1fMEGqxOyTcC { width:4.4375rem;height:2.8125rem;top:72.75rem;left:2.5rem;font-size:1.5625rem;z-index:15135;display:block; }
 }@media only screen and (max-width: 763px) { #yyiFQO2wnHxduDWw5UQrTlcWL0tcXK6w { width:18.125rem;height:10.375rem;top:58.0625rem;left:0.9375rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #CDWsTkw4qiLptIJrtNw2cCpNhO5vXBnF { width:10.25rem;height:3.375rem;top:62.8125rem;left:7.1875rem;font-size:2.8125rem;z-index:15131;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fMM0BcTuZBpelO38U7kcCxOAt2qVfoLh { width:15.9375rem;height:3.125rem;top:59.1875rem;left:2rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #b8WXFwC3p15KhktFKh1ZCa3uaruUI1r1 { width:15.9375rem;height:3.125rem;top:68.8125rem;left:2.0625rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #MVeQSGFao6P0dLVsKcbT2DrO5lD86sFW { width:15.9375rem;height:3.125rem;top:78.5rem;left:2.0625rem;z-index:15136;display:block; }
 }@media only screen and (max-width: 763px) { #eHeQM0ZWed9ln6wXkZgUArxsLNC6W6OT { width:9.375rem;height:1.875rem;top:59.75rem;left:8.0625rem;font-size:1.5625rem;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #dDCGTTCBlVW2Be4CBOP4MNQaE2LcntW7 { width:4.8125rem;height:1.04980625rem;top:70.0625rem;left:3rem;font-size:0.875rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #Nq8U5JOqwloCsZHVz8lcBZea1GOhZilu { width:9.375rem;height:1.875rem;top:69.375rem;left:8.1875rem;font-size:1.5625rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #qAwdpIcIQcf7VwniyXQPTPgoF7iSwuSH { width:9.375rem;height:1.875rem;top:79rem;left:8.1875rem;font-size:1.5625rem;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #ibUvfdH5fsNRlppKNuIC7SxNe5TzNQ5B { width:4.8125rem;height:1.04980625rem;top:79.75rem;left:3rem;font-size:0.875rem;z-index:15137;display:block; }
 }@media only screen and (max-width: 763px) { #G2Md6MUpebmp10k2PVM8zIQhnBxgs4HF { width:4.4375rem;height:2.8125rem;top:63rem;left:2.5rem;font-size:1.5625rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9kXbV26OapiTRIcNJtH7DKfsFTaazy { width:4.8125rem;height:1.04980625rem;top:60.4375rem;left:2.9375rem;font-size:0.875rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #KQRksaQyL3x24ToRinDSq8bQFsQ2biaE { width:18.125rem;height:10.375rem;top:48.4375rem;left:0.9375rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #z33Z6ICxZB5TAgEXbJUuXZ0u5Mn3zSQO { width:10.25rem;height:3.375rem;top:53.1875rem;left:7.1875rem;font-size:2.8125rem;text-align:left;text-align-last:left;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #eoCHOucnSQAb3aABBpLvEXy8NQn0ZdFa { width:9.375rem;height:1.875rem;top:50.125rem;left:8.125rem;font-size:1.5625rem;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #qxVh5eESdnPACZ4V5HXx9GRFH9LrrGrL { width:15.9375rem;height:3.125rem;top:49.5625rem;left:2.0625rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #I8nc9ZKWWWaO3coOpg5fbROQMTmwvO9W { width:4.9375rem;height:1.04980625rem;top:50.8125rem;left:3rem;font-size:0.875rem;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #vTF0MElESCZ7XrFlgqbu9HvOWLFtGpwT { width:4.4375rem;height:2.8125rem;top:53.5rem;left:2.5rem;font-size:1.5625rem;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #TfC4mNLP968DJNwNQzkouGI6DPwpNKUM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/45b6fac9-5c01-498c-82b3-92630be91a9c/Frame483157.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TfC4mNLP968DJNwNQzkouGI6DPwpNKUM.adaptive-delivery-prevent-bg, #TfC4mNLP968DJNwNQzkouGI6DPwpNKUM.lazyload, #TfC4mNLP968DJNwNQzkouGI6DPwpNKUM.lazyloading { background-image: none; }#TfC4mNLP968DJNwNQzkouGI6DPwpNKUM > .row .container { width:20rem;height:84.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bs5ay3On7F6Tco0vhQM8GvNzkwgxkcHq { width:20rem;height:2.11230625rem;top:3rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdeIICPsUMyESiAHkaGX8CBE7762RTOI { width:16.375rem;height:2.5996125rem;top:6.375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGXmN7I7HgpUnZsoJordD0fRBLUer8kC { width:17.4375rem;height:1.29980625rem;top:10.5625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKIFmNiEBpdJOaWI60PH05CwHTzzXr1y { width:1.875rem;height:1.875rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK4RhuyQ9nP7RntUBbWtiKRSUJVO8nIa { width:1.875rem;height:1.875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOA6pp7bZ8lkDv97wS4vzn7SehzTULDS { width:1.75rem;height:1.29980625rem;top:10.5625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBLMAh4bDXVJo14QxzKRbumNVrxz2H5F { width:1.75rem;height:1.29980625rem;top:6.4619140625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCdg2HIQ1T3NtZMDgsPzmAE2ydo1vKx9 { width:17.4375rem;height:1.29980625rem;top:25.037109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBtEGsZWc2fxod2mTHlmGsoCFeM1htfp { width:1.875rem;height:1.875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoaqF2MTc7PkWZeALMD0xXuKGJdR5iLl { width:1.75rem;height:1.29980625rem;top:25.099609375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omT3qiHOcnn66rdW2thsa3hvgsawV2Iy { width:11.875rem;height:10.6875rem;top:12.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4UHbwLV75dhBFAkTuNJqKcbRu89qQvo { width:15.625rem;height:5.8125rem;top:27.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2HDFgyPfGBMGQBsH59ONnmVJO9F3nBK { width:16.1875rem;height:2.5996125rem;top:34.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnKhtqRWSHz6snIPtIbWmUvGaCGMATV3 { width:1.875rem;height:1.875rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugyw09ZBIzzZ1lw6qqZQ8wS3ocTAvX7I { width:1.75rem;height:1.29980625rem;top:34.875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8vsIDTA6rqpJHUtruGnO84N1NF7TXmi { width:16.5rem;height:1.29980625rem;top:48.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llQcXFBrasu7sTdl0b0VyBtOs2Tq1HhP { width:1.875rem;height:1.875rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm5esmR7VVFIAT1lQcT3BqISQ7BENdmo { width:1.75rem;height:1.29980625rem;top:48.75rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKf7bSDCyUdfTButeDndTr52hZTcMwp2 { width:17.5rem;height:1.29980625rem;top:59.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWhnreNPV61Z5sZ3aiysEQqzWUXlCWeV { width:1.875rem;height:1.875rem;top:59rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcQTnWTSPkZw3XWAHtr03Noym7yubPos { width:1.75rem;height:1.29980625rem;top:59.4375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmNOrRcbrnNaaxesA5PnUhGKw0T1TBZr { width:15.625rem;height:6.75rem;top:50.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOGUIMqSCIhRvy6WTNFGR3Mo7RsoMcU { width:15.625rem;height:7.8125rem;top:61.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXSvG04bv1RfrZHxob2FR1vFwRmaRs6U { width:0.0625rem;height:55.5rem;top:60.745125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvaI3guI4lF97uaDvJCSiyQPwkHuyaPI { width:15.625rem;height:5.9375rem;top:37.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyocr8LoS3tI5yvMCOHGTT2Gh8tRpggR { width:17.6875rem;height:1.29980625rem;top:45.662109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4t9fCX4iZGCAfuu1G6I2v03gcxsDpbu { width:1.875rem;height:1.875rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAstnmSQlOmCgENqirqQwyPWvV7atnCb { width:1.75rem;height:1.29980625rem;top:45.662109375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxgyKv622f2tWk1i3pkny3ig08EvPvlD { width:12.25rem;height:12.5625rem;top:70.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOW1uC0L5P8kAXywpI6QhFm92PNMZgox { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/84ea6717-7dfa-4476-995c-8e05b76bd4df/Frame483159.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#gOW1uC0L5P8kAXywpI6QhFm92PNMZgox.adaptive-delivery-prevent-bg, #gOW1uC0L5P8kAXywpI6QhFm92PNMZgox.lazyload, #gOW1uC0L5P8kAXywpI6QhFm92PNMZgox.lazyloading { background-image: none; }#gOW1uC0L5P8kAXywpI6QhFm92PNMZgox > .row .container { width:20rem;height:72.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KQI06Flhl5R2nnuOzrJGuPUr5VPatZQL { width:20rem;height:2.11230625rem;top:3rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhWZokDRnhbV4VoWy3JH9RqtKLkS4Ulg { width:16.375rem;height:2.5996125rem;top:6.375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5ustdLoqb5ySehpJ9CGNppJ1ErhwWGU { width:17.4375rem;height:1.29980625rem;top:10.5625rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcGQ0XNBMGb1HIHI5xmkvHH4xvH087rF { width:1.875rem;height:1.875rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7aQIQLhotH0HqoXDu39P6TI8OnyrrfB { width:1.875rem;height:1.875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSraPq9TDnA5ldydRcXzxhfptLB5KtnT { width:1.75rem;height:1.29980625rem;top:10.5625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcBTxSbcMQnTLViWaTzeGvUfNVE4FuRI { width:1.75rem;height:1.29980625rem;top:6.4619140625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNEylrabrJOmKXHWdXDMto3Bmp5RQ7tn { width:17.4375rem;height:1.29980625rem;top:25.037109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLqEcyzEh9TsDBxs3nT04RH0TwdqddEp { width:1.875rem;height:1.875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvAcPzXx0T7Ncd21yIIvbvy6LIb9GW38 { width:1.75rem;height:1.29980625rem;top:25.099609375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMTrLMcxEfXVo1Fl1HoTgMpTyGQ4wwqN { width:11.875rem;height:10.6875rem;top:12.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnyognIzg1U0g5R9Xge9ZPDxCL9Fe7ut { width:15.625rem;height:5.8125rem;top:27.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ4JkaTZS2RMbTMWaX3TXNEEfsCqEBll { width:16.1875rem;height:2.5996125rem;top:34.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t902nK7rASsIT5MC4A2TWH0deH2XkJKS { width:1.875rem;height:1.875rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxl5hNswVi4qHPKWuE65kTkJCCxJTbN7 { width:1.75rem;height:1.29980625rem;top:34.875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqTM5Z22IQMo81ndemFGWNAioTT9c7p { width:16.5rem;height:1.29980625rem;top:48.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHfsJFbpS9mnlQoUo4rg6sLkMyE5VTWh { width:1.875rem;height:1.875rem;top:48.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GitRoMMGIJpTOz1fZymguAZMdXRF2H5b { width:1.75rem;height:1.29980625rem;top:48.75rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBMCkbrbbWqexHeRW34xKVOGzXJJ7fwr { width:17.5rem;height:1.29980625rem;top:59.3125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cblVgVbwsqCsVxd3b3WIVIkZNFZgEzId { width:1.875rem;height:1.875rem;top:59rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frKa8fqmdnvnFRuQ6Fln1T7oKmR490Dd { width:1.75rem;height:1.29980625rem;top:59.4375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTT3ZAJsiPWDEnRwvaBsgOMGKt2tE8q3 { width:15.625rem;height:6.75rem;top:50.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBv6hKHhJLv80B63mTf3gU3H7BkAuSTN { width:15.625rem;height:7.8125rem;top:61.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiaPnfTcK6ewFK5KsIJM15eh04gzORgT { width:0.0625rem;height:55.5rem;top:60.745125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoobRWBmRLWqoS3q6mnkHoxSZmB4aRw2 { width:15.625rem;height:5.9375rem;top:37.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1BIBWuBV8r3GcpSC7gXgHpV3kKQKXDi { width:17.6875rem;height:1.29980625rem;top:45.662109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqlFwkEonrqzFoyMJfr25dp8uun5Rte6 { width:1.875rem;height:1.875rem;top:45.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkvtwPAw7ats4issnLkNmmkGS2ZhoAtD { width:1.75rem;height:1.29980625rem;top:45.662109375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ee2774c8-6f85-4054-b8fd-bd405a106e4e/Frame483158.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS.adaptive-delivery-prevent-bg, #e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS.lazyload, #e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS.lazyloading { background-image: none; }#e5ZAPfs1srmIwC054JgmHmnvoQ21eQFS > .row .container { width:20rem;height:31.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qqSLsF1DnOAzpyPHCHMk6ItCCsuJxROt { width:20rem;height:5.19921875rem;top:2.873046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mZoFtoTRt1CpT8rDMxZuZzZizBimTT0W { width:16.0625rem;height:6.296875rem;top:9.6875rem;left:2rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZRiqroqOSEti39mDUVb8oTncpnXcry1 { width:20rem;height:3.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCsFNARPAUidJFuNZJ6JsJBkWTVpo88X { display:block; }
 }@media only screen and (max-width: 763px) { #AAzD8LLM8xKGaDEwmix7MID4iqbifIUm { width:9.25rem;height:6.0625rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfAK4OOoxB1iAM5yyTDDHw5q0SgUk5p { width:9.8125rem;height:6.4375rem;top:25.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC4lThShHgtW3LAqk1i6aRIFI1tBUK5g { width:6.875rem;height:3.5rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQDyQLxXGRfpD2OQmkLkvwSXHA9WpSGL { width:5.4375rem;height:4.8125rem;top:22.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/84ea6717-7dfa-4476-995c-8e05b76bd4df/Frame483159.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL.adaptive-delivery-prevent-bg, #W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL.lazyload, #W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL.lazyloading { background-image: none; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container { background-color: transparent; background-image: none; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container > .video-iframe-container { display: none; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row > .video-iframe-container { display: none; }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .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); }#W07q0cnP3iHnIZvt9imVOcAPaOGeWxxL > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDe6OzeSo6qCgsZCduPgryxgVu2gOVqe { width:20rem;height:1.8684875rem;top:2.873046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #O6FaK5Dt0PLXRU9btoLr9W3uEAJ6mDzX { width:16.0623125rem;height:37.3958125rem;top:6.311858177185rem;left:1.9683160781861rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }#O6FaK5Dt0PLXRU9btoLr9W3uEAJ6mDzX li:before{  }
 }@media only screen and (max-width: 763px) { #sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ee2774c8-6f85-4054-b8fd-bd405a106e4e/Frame483158.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g.adaptive-delivery-prevent-bg, #sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g.lazyload, #sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g.lazyloading { background-image: none; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container { background-color: transparent; background-image: none; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container > .video-iframe-container { display: none; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row > .video-iframe-container { display: none; }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .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); }#sDogZWxFt2SIiTTT4RfF8Grmcgdpr56g > .row .container { width:20rem;height:25.373265124512rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQF5tvGM0Sg1imm5fqxuPJDmwQyUTsWW { width:20rem;height:1.7068125rem;top:2.873046875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xwytTWAx0ZSXP5LOhAcigkMioiCGdnAL { width:16.0623125rem;height:2.098525rem;top:5.8723945617676rem;left:1.9683160781861rem;font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSJyA22qaiEZs2W8J75rmeW6u6PdhXAH { width:9.249125rem;height:6.06228125rem;top:19.312067031861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c738tJVcK6PuAfBhLhqoTTAS7IoX1l5a { width:9.8123125rem;height:6.436625rem;top:18.937715530396rem;left:10.186632156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Js6BDV8oW44Nowba39uPOzB7bNhwZt { width:6.875rem;height:3.49935rem;top:15.882162094116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzD0nqRcnc5OkzVOZcvvXBSuFk0al1ze { width:5.4375rem;height:4.8125rem;top:15.75rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#FPpaeb96FVZFlskttC4UT2TvK2POavLh { width:17.999125rem;height:5.06185rem;display:flex;top:9.7450084686281rem;left:0.9364149570465rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #WiziMAvHonDVAdQX3CekNDTbAtN9xKG0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #HpTaN7iKCmD8byOigQ73y9H28IbtG7EW {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #P68ZrTeQbadOR3SxqgXrE18HBGSX6NCB {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #bUiVFZeO3wr0BdUmh3bESPmV9H0ZTm1G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #gnJqXKQsXLX828CKQlpUfVfvpkx7acAt {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #aLZM6DtKHkekbu8B0DmnL5WRwyqlKHHd {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #QPFyyT4AH9TokxTFhHsJBknwNT2AgTHg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #vftACh8VkEA7RAW0UrElB7VDItprVGVB {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #Sp3qLWJJqgs6c1SPunIbnRBCtlyUQNFg {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #u5wGy9FLgwmGKzlM1hHa5Iplv84B0uyR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #nwm5Pqpcn2TLDdxMLX8ZGNDWH1L0ZeTN {  }
 }@media only screen and (max-width: 763px) { #FPpaeb96FVZFlskttC4UT2TvK2POavLh #miDSxr66kPlPNPKfRDfZAM9EXRWUL84U {  }
 }@media only screen and (max-width: 763px) { #Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/70aadd17-d5a3-45a6-91ee-0f0bc2fc99b6/Frame483158.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q.adaptive-delivery-prevent-bg, #Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q.lazyload, #Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q.lazyloading { background-image: none; }#Ul7CvCzIA9v3MedBAfd66aTCCXMwaK1q > .row .container { width:20rem;height:31.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t9MHTK7Ds647wbeToXSg3mrAtnQKxO9q { width:20rem;height:5.19921875rem;top:2.873046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ABBiIFd0DGTD4nqAWq9mcZV6xsutNvnM { width:16.0625rem;height:6.296875rem;top:9.6875rem;left:2rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9AJoHxGxD5cOKWTbgfNlrknPbcEONSw { width:20rem;height:3.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xswFTGx4LO2C2CHzZuZyf0MGtcspJoPQ { display:block; }
 }@media only screen and (max-width: 763px) { #VELKKp3PpLyOThuTskaU2mqcnCaGbXOk { width:9.4375rem;height:6.0625rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuGvIlX3uHvxZ9AeczUvG9Th77v0RzK { width:10rem;height:6.4375rem;top:25.5rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XALBFEC2BQA5IJHzTKMScuyg2Jmv7DV5 { width:6.875rem;height:3.5rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrRPLF6DGmEPIDe7tMc2miOHOrGKCaU { width:5.4375rem;height:4.8125rem;top:22.4375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f { display:block; }#O1CNeNJSZHlFNG66p5cNEeygPlvJWS0f > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwsCsEulvxEeACOOFdHF2TvGaBdp3NZ4 { width:10rem;height:0.97439375rem;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) { #F62Rs8cXPbVHvFAP1BTaPkK6bItTXcQt { width:6.375rem;height:0.97473125rem;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) { #Qb84Xholsi6chxL7fUcTofSH5QwTfbpZ { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McICppnZzBeza1OqdDggUTW6G4DzQ9hd { width:6.5rem;height:0.97473125rem;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) { #Mh1fQQohB1ZbBQHiXWxaKTBALqPUeLhy { width:12.75rem;height:1.2999125rem;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) { #hxONZ4Ilx8UMGdGUsArLsaBb5fXqwNss { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OadcQKAD70AfR6mkPktBziR8ghfV7REK { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #faeXHAnrQ70T9T4T7qTiT2QluTwJkRVr { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLiML8mIpLfL3ao8f9Q8tf5GpeaigdPP { display:flex;width:1.49956875rem;height:1.18706875rem;top:8.5308189392087rem;left:11.185981750488rem; }
#VLiML8mIpLfL3ao8f9Q8tf5GpeaigdPP > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.18706875rem; } }