.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:#000000;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); }#kWhKEMww2FCkdQt9E4BFSLB3oq3ImX3f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0.86), #ac0000);background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0.86), #ac0000);background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0.86), #ac0000);background-image: -o-linear-gradient(45deg, rgba(0,0,0,0.86), #ac0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#ac0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#ac0000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0.86), #ac0000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#kWhKEMww2FCkdQt9E4BFSLB3oq3ImX3f > .row .container { border-width: 0; border-radius: 0; }#kWhKEMww2FCkdQt9E4BFSLB3oq3ImX3f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWhKEMww2FCkdQt9E4BFSLB3oq3ImX3f > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#KEo7501NtL7OX5EqT5xPi3E4wp6F4heR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.436525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.8125rem;left:21.375rem;display:block; }
#Dx60xGnlQLp0KkV3e0t4WXkKbDNGTH57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0gDIJ1UJwayNfNNfWr62FsWm6BRdsKD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.436525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.8125rem;left:32.8125rem;display:block; }
#BpV1Ib1eArLaucJoIhiU34liRJ28H4iD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kgbti4ZTsTpIwMEObpTVy7f2waNnWMd4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.436525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.8125rem;left:44.875rem;display:block; }
#gDfKtBFBT9DIqSEw3kKQBdrdgoi4rCWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#anLOToLTJurJ0lDMNyBEShoxC951925n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/25c4f352-5cb4-474a-bd3c-bd29589bd7c3/BgDestop.png");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; }#anLOToLTJurJ0lDMNyBEShoxC951925n.adaptive-delivery-prevent-bg, #anLOToLTJurJ0lDMNyBEShoxC951925n.lazyload, #anLOToLTJurJ0lDMNyBEShoxC951925n.lazyloading { background-image: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { border-width: 0; border-radius: 0; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:none; }#HRWQmQiSyQAxH3timTki909pVLzdWCBg { color:#ffffff;display:block;width:36.249rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0058625rem;top:15.8115234375rem;left:0rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#asfqiDzk6sSonOBtVFldMGdz2txk3sAR { color:#ffdeb5;display:block;width:36.249rem;position:absolute;font-family:rubik;font-size:4.9375rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:7.125rem;left:0rem;height:8.886725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vbQVSL7ickeS9wnoqZb3cVhZrKoH9n7b { 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:25.625rem;width:23.3125rem;display:none; }
#RA8qWyS7FTczyRTEba4585kZUHDN4WGE { color:#ffffff;display:block;width:36.2475625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;height:2.2753875rem;top:20.06103515625rem;left:0rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bEAdGGRhWZWxFuKHLKgcCksyUDxGMRTW { 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:2.5rem;width:14.0625rem;top:1.9375rem;left:10.875rem;overflow:hidden;display:block; }
#H1TQLEydbN8Z9JBaCy5I2CGK1JpnoSEJ { color:rgba(255,255,255,0.8);display:block;width:33.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:4.2236375rem;top:24.05859375rem;left:1.9674472808838rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mzDCklTa7PMFwQKL7k7bzN2klpa0TAQw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.374755859375rem;left:6.248779296875rem;display:block; }
#OF0oop358avVVSu1hSXaDmZy9iSLwhM7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wrDx0wIdMvgFTKrOrXiQ77iByuKDTc7k { position:absolute;display:block;z-index:15004;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:38.1875rem;width:41.1875rem;top:-0.063232421875rem;left:36.688232421875rem;overflow:hidden;display:block; }
#AOm5x8hwq0TW8FQfG9TbSNnFSqszoneM { color:#ffffff;display:block;width:32.312rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:3.7377875rem;top:24.058837890625rem;left:1.9677734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/58ca085e-a97f-4092-b8db-6b51a1e35d42/Header.png");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; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA.adaptive-delivery-prevent-bg, #qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA.lazyload, #qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA.lazyloading { background-image: none; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA > .row .container { border-width: 0; border-radius: 0; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:none; }#hzHGVTwJddTb8TJFJZcMCMQ9qTmRzfLa { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0058625rem;top:15.25rem;left:8.9375rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#Pt4KKeToDZAEmv0Q5fleB4BJVq6alS5v { color:#ffdeb5;display:block;width:36.2480625rem;position:absolute;font-family:rubik;font-size:4rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:7.9772133827213rem;left:1.3424491882324rem;height:7.199225rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#BVnNR1rvQ55a7UsRUoX0sHONzzJDNfno { 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:25.625rem;width:23.3125rem;display:none; }
#ZJKbbfKp9FFMqvTE8p6k7eZddKHPMhwX { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;height:2.2749rem;top:23.391277313233rem;left:2.8736991882324rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sXayFOhW8mqBG3DTLoBTnLWfhfmDK39F { 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:3.375rem;width:18.1875rem;top:9.322265625rem;left:17.935546875rem;overflow:hidden;display:block; }
#WQV0ph9mi1epvONVU89lApquqsG6hVXL { color:rgba(255,255,255,0.8);display:block;width:33.625rem;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;height:1.94970625rem;top:28.99609375rem;left:1.31103515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2pPwEiA1hcJ8521ucuxhhQxEPzxxB7B { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:35.311851501465rem;left:2.623046875rem;display:block; }
#OD0MoCklxg0yKvTODDPJxE5TyyUB619D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umwB982tGHf1oG92nfm9oc0sSELSr5OD { position:absolute;display:block;z-index:15004;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:36.375rem;width:41.75rem;top:5.904296875rem;left:33.250652313233rem;overflow:hidden;display:block; }
#bCI8bmeeUtTcyb0a8UFtwSdUqlVEGmoK { color:#ffffff;display:block;width:32.312rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:3.7377875rem;top:24.058837890625rem;left:1.9677734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ybi2C2AyCNqib6DCI4pBSixuIu3uiAxU { position:absolute;display:block;z-index:15025;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.5625rem;width:9.375rem;top:13.5rem;left:21.5rem;overflow:hidden;display:none; }
#DbKyAZqOkGxFppkcnC9u1fx6rmw8ouGp { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -moz-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -ms-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -o-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );";background-image: linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-size:auto !important;border-top:0.125rem solid #ef0000;border-left:0.125rem solid #ef0000;border-right:0.125rem solid #ef0000;border-bottom:0.125rem solid #ef0000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:35.311851501465rem;left:18.9375rem;display:block; }
#R24QBbNL5CT3FmGlHuCWTyEPuVbLiwgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytTliNGJJZS2LDSsEKivPrvmTRops1mQ { color:#807f7f;display:block;width:25.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:40.3125rem;left:5.4361991882324rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iMu0OEHAUegQqLompV4kWCEtQQDfCWmu { position:absolute;display:block;z-index:15029;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.0625rem;width:13.8125rem;top:9.478515625rem;left:2.654296875rem;overflow:hidden;display:block; }
#leULv4y8iouhWpe5xqmVCvtlzETqTnJR { 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:10rem;width:36.25rem;top:15rem;left:0.71614646911619rem;overflow:hidden;display:block; }
#SLLRSDqPrg1TqhcSA2EHVJ1MQKz5I6Mt { color:#ffffff;display:block;width:32.312rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:3.7377875rem;top:24.058837890625rem;left:1.9677734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/58ca085e-a97f-4092-b8db-6b51a1e35d42/Header.png");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; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ.adaptive-delivery-prevent-bg, #gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ.lazyload, #gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ.lazyloading { background-image: none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container { background-color: transparent; background-image: none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container > .video-iframe-container { display: none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row > .video-iframe-container { display: none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .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); }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container { border-width: 0; border-radius: 0; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#hlrzSIaTuwyecTEmlnn2h1HwLNEokrVl { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:rubik;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.0058625rem;top:15.25rem;left:8.9375rem;font-style:italic;text-align:left;text-align-last:left;display:none; }
#dugGdAJ04rcV3fz7OZJXAUCeIzxINEni { color:#ffdeb5;display:block;width:36.2480625rem;position:absolute;font-family:rubik;font-size:4rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:7.9772133827213rem;left:1.3424491882324rem;height:7.199225rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#mXmuNeuG1eixTQmFW6FyKVGEwtNsgRwf { 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:25.625rem;width:23.3125rem;display:none; }
#zBxTemP9sH2qInuzlE3GApF0IJAAWG1Z { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;height:2.2744125rem;top:23.391277313233rem;left:2.8736991882324rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Phk5edibxAvLdVoRUnFyKTkgTTs9oTX5 { 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:3.375rem;width:18.1875rem;top:9.322265625rem;left:17.935546875rem;overflow:hidden;display:block; }
#RIHKQqFbDA4JnRitE9T8qHSMJR7WBPA1 { color:rgba(255,255,255,0.8);display:block;width:33.625rem;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;height:1.94921875rem;top:28.99609375rem;left:1.31103515625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWIADs0XdOPUAJ3Ln1JwV1P10a8zu31M { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:34.5615234375rem;left:6.623046875rem;display:block; }
#gca9nSTmd1OS67MhECOmVQrCZniQnIMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wifG4rlNeu9ysbLVN90tKguw8TD6xIBX { position:absolute;display:block;z-index:15004;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:36.375rem;width:41.75rem;top:5.904296875rem;left:33.250652313233rem;overflow:hidden;display:block; }
#sv91ts3t8XMogF6DkIOe0uAvIK45hVR9 { color:#ffffff;display:block;width:32.312rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:3.7377875rem;top:24.058837890625rem;left:1.9677734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tRJlUmva0zveGBsD6kkJ7J0Lwqbl4S0Q { position:absolute;display:block;z-index:15025;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.5625rem;width:9.375rem;top:13.5rem;left:21.5rem;overflow:hidden;display:none; }
#Dtrizri4Q8VQ0TwfvEKaLzA4Gk9VPtm0 { position:absolute;display:block;z-index:15029;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.0625rem;width:13.8125rem;top:9.478515625rem;left:2.654296875rem;overflow:hidden;display:block; }
#WbQDM2Lu3l2rcPJ4oRRK9QcMz1iORJnR { 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:10rem;width:36.25rem;top:15rem;left:0.71614646911619rem;overflow:hidden;display:block; }
#pKPvmfysUVFOBcT0oXLgGcNg4VxSsR45 { color:#ffffff;display:block;width:32.312rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;height:3.7377875rem;top:24.058837890625rem;left:1.9677734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA { 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:none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { border-width: 0; border-radius: 0; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { font-size:0.875rem;font-family:arial;height:55.875rem;width:75rem;position:relative;display:none; }#kSuLC4G2i0VdvMBK730d7qVgKzsI6y6h { 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:23.875rem;width:13.4375rem;top:1.375rem;left:2.0625rem;overflow:hidden;display:block; }
#AeOdvSzpXgXZbTMD8thw5B7rz2G3I6gg { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;height:2.1118125rem;top:6.999267578125rem;left:5.499267578125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KVyyQeb9OrLxyUmICp2WMTBX1TK9G1Sw { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:2.5rem;left:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ItESXsoBIX2V2PwNuT1ffQ4KhFVWZdCM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:13.4375rem;top:1.4375rem;left:13.4375rem;overflow:hidden;display:block; }
#xGU5BsMaD390d48c2OtTiPsTR7sAxfXH { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;height:2.11181875rem;top:7.0615234375rem;left:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gO8zxTPq6cHO0xTMEJBdzWXdsa517FTG { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:2.5rem;left:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hDzMRSbRsl00OlZFDJZGyQc1vEpmH1G1 { 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:23.625rem;width:13.4375rem;top:1.37451171875rem;left:24.811767578125rem;overflow:hidden;display:block; }
#u8iLLDqm4rag6OxhwTMidKQkB4a3lfWo { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;height:3.167725rem;top:7.125rem;left:28.310546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VRtSPxxgQQfKSwwwbFtKCLoLzyECAZAa { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:2.5rem;left:28.3115234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N9bPTmrqTiOpfzGsFDIJZuTQpdCN675u { 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:23.75rem;width:13.4375rem;top:1.37451171875rem;left:36.249755859375rem;overflow:hidden;display:block; }
#ildRNB1rtzxdKmdczs5DwFcheU4ITPZ8 { color:#aca9aa;display:block;width:9.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;height:2.111975rem;top:7.1240234375rem;left:39.6240234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCiDTi4GTRZwki63S4SFZ2443Eh7PHun { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:2.5rem;left:39.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iIk3Xl1OwhpxpTGmrOZQ4GZhgbhKxS2r { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:2.5rem;left:51.0615234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CtOgDQNXlEJIsmnwJQ8N8I0nQnlknh0I { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;height:2.11181875rem;top:7.125rem;left:51.060791015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VoAm5W3BE1smHKBdCFrk4yn8w1iD8zi4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:13.4375rem;top:1.436767578125rem;left:47.6240234375rem;overflow:hidden;display:block; }
#CbPrV2imFvTGNnZ6MvfAVnasGSqa8BOW { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:2.5rem;left:62.311279296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BCgb2fM03GK12OdvTqsSONQHTGnMEWEE { color:#aca9aa;display:block;width:9.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;height:3.167725rem;top:7.125rem;left:62.310791015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hNC7qIyqTUlxVDZV9evkNetghbsXJcFA { position:absolute;display:block;z-index:15021;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:23.8125rem;width:13.375rem;top:1.436767578125rem;left:58.873779296875rem;overflow:hidden;display:block; }
#FZQ2iN5E2abA3rvNLW0e0W3pcfUxUVTU { position:absolute;display:block;z-index:15036;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:23.5rem;width:13.3125rem;top:26.436767578125rem;left:47.498779296875rem;overflow:hidden;display:block; }
#Vt1DE2kkLehzFccleO0qqQlKTTnoaFri { position:absolute;display:block;z-index:15039;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:23.5rem;width:13.3125rem;top:26.436767578125rem;left:58.74853515625rem;overflow:hidden;display:block; }
#eBt7W3k4g9QI8nGMqFbOA7vOThlRkIwQ { position:absolute;display:block;z-index:15033;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:23.5625rem;width:13.4375rem;top:26.37451171875rem;left:36.12451171875rem;overflow:hidden;display:block; }
#XwqQ6zTCAtXwTwen8vJxCnUG9dEd72SO { 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:23.875rem;width:13.4375rem;top:26.37451171875rem;left:24.8115234375rem;overflow:hidden;display:block; }
#Oh1ysKgD3fBpOFbhvqnOOIcfJCFbiUmA { position:absolute;display:block;z-index:15027;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:23.875rem;width:13.4375rem;top:26.4375rem;left:13.5rem;overflow:hidden;display:block; }
#ESavmKwA05k46yH9ArsIUKmgXuom4erP { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:13.4375rem;top:26.375rem;left:2.125rem;overflow:hidden;display:block; }
#CTlmq0fDUDAIcBCmEzyUT46KWRPTqE6D { color:#aca9aa;display:block;width:10.249rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;height:3.16771875rem;top:32rem;left:16.7041015625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0KXrsUxV2eH6qV3NJ3ag9ZOOu5rbbOK { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;height:2.11181875rem;top:32.125rem;left:39.49951171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ItyRlm03Imltka7EMxwkofXNhkUVXiiF { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;height:2.1118125rem;top:32.125rem;left:50.936279296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e8mbtRpkUvzGeeMRq7O1ErnR7H3VhS0J { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;height:2.1118125rem;top:32.125rem;left:62.18505859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HlvUytrJx4WyAuKkDZQ6hw7oV29vKfGK { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;height:2.11181875rem;top:31.999267578125rem;left:5.5615234375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxpe0CoF3r2oTVtkEZMue0AnTCJbsWGD { color:#aca9aa;display:block;width:9.9365rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;height:4.223625rem;top:31.999267578125rem;left:27.809814453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h3pn9H2EgBRZNl2MpXx2AEobrXbfzI0U { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.5rem;left:5.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZ7d7W2kXq2dlLPtxBTg5D5cr6bAZlGu { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.5rem;left:16.749755859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TrNcXUBn4dmsg58oyTWHF5eFaTVIzcGw { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.498779296875rem;left:27.840576171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dPcFy1K9t11JctJKHnDMrW2HpJ3WsJlT { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.5rem;left:39.499755859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mn6nyypcr0HaqefhSigwGmuexFBQauKy { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.5rem;left:50.936279296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s4RTqf6xKi6b582GH67QhP0x6bNidZwI { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.5rem;left:62.18603515625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zgT3rs65izdgHSILVdOt7qQTxRLc4pCk { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.374755859375rem;left:6.248779296875rem;display:none; }
#QT6JwwmTB0KKcaTbu3L2Aeg3Jty8MBoE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WzVwpIHcW38EE8PELgNWNKAW1aoxy27W { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;height:2.11198125rem;top:7.375rem;left:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OA4uUZdzAWkMkRk3VtF3d6mi79JVCnSm { position:absolute;display:block;z-index:15039;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:23.5rem;width:13.3125rem;top:26.436767578125rem;left:58.74853515625rem;overflow:hidden;display:none; }
#xNuVbmf3HaiiSWikIx1TdeMFGwtek3kV { position:absolute;display:block;z-index:15036;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:23.5rem;width:13.25rem;top:26.436767578125rem;left:47.498779296875rem;overflow:hidden;display:none; }
#hZ3M04A1Q5N1meexfXqq8FEPD8zSnAUM { position:absolute;display:block;z-index:15039;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:23.375rem;width:13.3125rem;top:26.436767578125rem;left:58.74853515625rem;overflow:hidden;display:none; }
#m3SwHaAbG2FfoeUlG0qdxmFo7p6xM6lM { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.5rem;left:50.936279296875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#r7mCza4A2U3K3MXEb74JkIb8JZaEWDw9 { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;height:2.1118125rem;top:32.125rem;left:50.936279296875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Hz6Nw2x398nqrD3CeKVbFRFonzRXtGOF { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.5rem;left:50.936279296875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HTHMstGXNC4wt6W20Obu8Q1NG0rPX6p5 { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;height:2.1118125rem;top:32.125rem;left:50.936279296875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Vd00wg57n3zGzKxmR2KMAH7HpRIX52VL { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;height:4.3139625rem;top:27.5rem;left:50.936279296875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#igLCa8zTBVMXiPRTuw4uc4gWdDMpVAdK { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;height:2.1118125rem;top:32.125rem;left:50.936279296875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#A5x4ZMfdS7iKDnZZnZmzX9oyU26aTDJ2 { 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:1.0625rem;width:5.1875rem;display:none; }
#pNFmEdNtlzxiPuoXvy61xitcBJpUfoVZ { 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:1.0625rem;width:5.1875rem;display:none; }
#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/498a4f72-227d-404d-8975-9da9c870be0a/Frame9582.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; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.adaptive-delivery-prevent-bg, #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.lazyload, #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU.lazyloading { background-image: none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { background-color: transparent; background-image: none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container > .video-iframe-container { display: none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row > .video-iframe-container { display: none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .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); }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { border-width: 0; border-radius: 0; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#nnFcPxfsppMEr5H3iRixpTmMawaepm6b { color:#ffffff;display:block;width:44.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8999rem;top:2.9375rem;left:15.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EuOICp3iKxLLAMHImqsdRJrsxIewZiZW { color:#ffffff;display:block;width:47.37425rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:7.5rem;left:13.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST { 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; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row .container { background-color: transparent; background-image: none; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row .container > .video-iframe-container { display: none; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row > .video-iframe-container { display: none; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .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); }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row .container { border-width: 0; border-radius: 0; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#af6ac201b5b83d2fb0d7633035becd02 { color:#aca9aa;display:block;width:10.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;height:1.949225rem;top:9.125rem;left:15.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W944846a02f00ab02f2d51d94b742908 { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;height:3.5625rem;top:4.8125rem;left:15.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n6f46d59b43b4091bb35cbf0b5714a77 { 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:0.0625rem;width:0.0625rem;top:1.5625rem;left:11.375rem;overflow:hidden;display:block; }
#xb2d0875d456c68c9f43a630cc068167 { color:#aca9aa;display:block;width:8.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;height:2.92383125rem;top:9.125rem;left:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cfc44be609f38db79da28e1b57a0b093 { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;height:3.75rem;top:4.8125rem;left:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w1f13a90ca68b0c22458bc8f07dd2ac2 { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;height:1.949225rem;top:9.125rem;left:26.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dc6b5ea135d1a904f73a085cdb93920f { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;height:3.75rem;top:4.8125rem;left:26.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a46be1043746fe7abfb538d7dd79002b { color:#aca9aa;display:block;width:8.93675rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;height:1.949225rem;top:9.125rem;left:35.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J66a7c1a04a5be2f60c8a8118c38bd65 { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;height:3.75rem;top:4.8125rem;left:35.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eb32517ea63c6aecb5caaec73fc1e6b7 { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;height:3.75rem;top:4.6875rem;left:44.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S32a6d1a8f887d956db5a11339886f20 { color:#aca9aa;display:block;width:7rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;height:2.923825rem;top:9.125rem;left:44.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dd33c82ff0d9b5c294836f1a5fb8f05b { color:#ffffff;display:block;width:7.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;height:3.75rem;top:4.8125rem;left:53.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0195d085815aae2a868cab04210a93e { color:#aca9aa;display:block;width:8.374rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;height:1.94970625rem;top:9.125rem;left:53.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a71351dc5cf1efbf9dbed8b80e58c714 { color:#aca9aa;display:block;width:10.2478125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;height:0.97485625rem;top:30.6875rem;left:12.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tddc77c6d910ab868dfa71c14b0180f2 { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;height:1.94970625rem;top:30.1875rem;left:30.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n5157728aa8c1fce9a8abc79aa7715bc { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;height:2.9238375rem;top:30rem;left:39.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d53503c6b12c34db534727028a8c85c2 { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;height:1.949225rem;top:30rem;left:48.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f262a91aa2e593b16dfd95fed9b63e88 { color:#aca9aa;display:block;width:8.62425rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;height:1.94970625rem;top:30.6875rem;left:3.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c9e982a8f85e9dfed67a2ae7326bd3c9 { color:#aca9aa;display:block;width:9.9353125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;height:1.949225rem;top:30.1875rem;left:21.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d6ecfa1f44d69f356939baa28e5952ef { color:#ffffff;display:block;width:7.4365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;height:3.75rem;top:26.451820373535rem;left:3.1868495941162rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qc3f23d7c1fef361c4fda8fab7c4729e { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;height:3.75rem;top:26.4375rem;left:12.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N20edcfae336affdc439991256209743 { color:#ffffff;display:block;width:9.1235625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;height:3.75rem;top:26.125rem;left:21.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L493e98bd8fbd289f9e8eab91954a0c3 { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;height:3.75rem;top:26.125rem;left:30.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Id1b6502660f2f1bba7c9b227a1e8b84 { color:#ffffff;display:block;width:9.12475rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;height:3.75rem;top:26.125rem;left:39.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fb848d5e52b8b35785f51c8869fe7e13 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;height:3.75rem;top:26.125rem;left:48.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z931bb3ec8e3404cad3fe99e543e9e4a { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.374755859375rem;left:6.248779296875rem;display:none; }
#cec2b62c36e8f38c726ecf230723f7d0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k1e7fba4c1bb48412c132a857d0a5198 { color:#aca9aa;display:block;width:9.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;height:2.11198125rem;top:7.375rem;left:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#b9e51e35afe9f9d58684f1821257732a { 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:19.9375rem;width:11.25rem;top:4.6875rem;left:3.6875rem;overflow:hidden;display:block; }
#a7d66dc9f2f16968b940f42373d674a1 { 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:19.875rem;width:11rem;top:4.6875rem;left:13.375rem;overflow:hidden;display:block; }
#e19e0a9319882d899b213fb0d646bf43 { 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:19.75rem;width:11.25rem;top:4.6875rem;left:22.75rem;overflow:hidden;display:block; }
#z57691c182d64d9f266924209da53c66 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:11.1875rem;top:4.6875rem;left:32.0625rem;overflow:hidden;display:block; }
#r08bde56654a065e3e55a1f65e0a854d { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:11.125rem;top:4.6875rem;left:41.4375rem;overflow:hidden;display:block; }
#ebdf584d24c362f66e9cb79c863a070c { 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:19.875rem;width:11.125rem;top:4.6875rem;left:50.875rem;overflow:hidden;display:block; }
#t4b14fa252cc48e642f7880f6b6764cb { 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:19.875rem;width:11.125rem;top:4.6875rem;left:59.8125rem;overflow:hidden;display:block; }
#ee09bf90f44717d633f29dd878f848d1 { 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:19.875rem;width:11.125rem;top:25.75rem;left:0rem;overflow:hidden;display:block; }
#d6d3123bf3471de426aed01776a8631b { 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:19.875rem;width:11.125rem;top:25.75rem;left:9.125rem;overflow:hidden;display:block; }
#b9e5d2e414ede6b6a6bc6903ae371d8a { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:11.25rem;top:25.75rem;left:18rem;overflow:hidden;display:block; }
#f098c41f79474e9b0eff68072cb9b955 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:11.1875rem;top:25.75rem;left:27.1875rem;overflow:hidden;display:block; }
#b066cecc3ade62b0bea96f426ad566bb { 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:19.875rem;width:11.1875rem;top:25.75rem;left:36.3125rem;overflow:hidden;display:block; }
#b24cf14a46a860982b74bc2954781272 { 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:19.875rem;width:11.25rem;top:25.75rem;left:45.1875rem;overflow:hidden;display:block; }
#yf187bdbeb1ef3d5c31748c74382404d { 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:19.875rem;width:11.1875rem;top:25.75rem;left:54.3125rem;overflow:hidden;display:block; }
#cf9edb67ee1425303946eae28b7bd79b { 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:19.75rem;width:11.25rem;top:25.75rem;left:63.75rem;overflow:hidden;display:block; }
#p826cf59326630d9eaf5a0974e643d7e { color:#ffffff;display:block;width:7.56225rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;height:3.75rem;top:4.8125rem;left:62.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e29a74b542d18babc9c4a836ba96b838 { color:#aca9aa;display:block;width:8.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;height:2.9238375rem;top:9.125rem;left:63rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N7e12a3edfadc2accf8f898f31375ab0 { color:#aca9aa;display:block;width:9.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.6875rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;height:2.68066875rem;top:30.061851501465rem;left:57.249351501465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a93600e56268d7d56909649e34d74e21 { color:#aca9aa;display:block;width:8.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.75rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;height:1.949225rem;top:30.1875rem;left:66.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R95dfe1b55cf2dcf55769ecfbd804fe9 { color:#ffffff;display:block;width:8.18725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;height:3.75rem;top:26.124351501465rem;left:57.249351501465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i33ab69580c8e1f8eb47929a53224f66 { color:#ffffff;display:block;width:7.4365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;height:3.75rem;top:26.25rem;left:66.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d7d0ab20b8023baeb3f1a949e175612b { position:absolute;display:block;z-index:15045;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.6875rem;width:10.625rem;top:44.013671875rem;left:54.52799987793rem;overflow:hidden;display:block; }
#eb6f662e82fac582dee1f0b71a81ca9e { position:absolute;display:block;z-index:15046;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.6870125rem;width:10.625rem;top:44.013671875rem;left:64.0625rem;overflow:hidden;display:block; }
#VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/03a6b990-aea3-495f-96be-cb8e0f49b034/BGCalender.jpg");background-position:top 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; }#VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3.adaptive-delivery-prevent-bg, #VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3.lazyload, #VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3.lazyloading { background-image: none; }#VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3 > .row .container { border-width: 0; border-radius: 0; }#VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3 > .row .container { font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;position:relative;display:none; }#whWieJqP8x07eKD6NTKXi0m9Ak6LHGcQ { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:14.90625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nutzZVzHO97A9wr819sS8B0qV0fzsRU6 { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:8.560791015625rem;left:9.906005859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pnfX1B2nBKhVqkGxzHysFdQC2szU5bSp { color:#ffffff;display:block;width:22.124rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.875rem;left:43.625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hmR4JzCMD7UDp7HdS36wO5kE8MRH2SNb { box-sizing:content-box;height:1.5rem;width:1.5rem;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:15050;background-color:#6dd8ff;background-image:none;top:13.8125rem;left:41.1875rem;display:block; }
#tvmOAHzDbeNl3EABPdRymIhF57PU7sm5 { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.9375rem;left:17.4375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qGw7qrzNdQTkL4s8EGDimo8P4nrUhsak { box-sizing:content-box;height:1.5rem;width:1.5rem;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:15052;background-color:#ca8b27;background-image:none;top:13.8125rem;left:14.9375rem;display:block; }
#t5PBRl2RebaUUHHgfFm6fU1vLSMMf8Fk { color:#ffffff;display:block;width:42.68675rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.9494625rem;top:8.560791015625rem;left:15.904541015625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NEkoHuMQKSAgOfrQzkBZGpXMdb34o1qS { position:absolute;display:block;z-index:15053;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.0625rem;width:25.8125rem;top:18.000001192093rem;left:40.414714813233rem;overflow:hidden;display:block; }
#Ve7FlA8kqJko2CXXUaVi4FLWvBwKG9Bq { position:absolute;display:block;z-index:15054;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:23.125rem;width:25rem;top:18.000021934509rem;left:8.9791679382325rem;overflow:hidden;display:block; }
#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353535;background-image:url("https://images.assets-landingi.com/uc/32e239d2-642b-491c-9138-d1375a50e865/BgDestop2.png");background-position:bottom 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; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9.adaptive-delivery-prevent-bg, #oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9.lazyload, #oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9.lazyloading { background-image: none; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { border-width: 0; border-radius: 0; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:none; }#a7KNRZ37n0tdPROmAmlqpXDKVbcbUHI8 { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:3.538818359375rem;left:12.716064453125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zLP71PQAKKoKr8PTOdFvLo9OSnWl3Edl { box-sizing:content-box;height:16.5625rem;width:66.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #640505, rgba(0,0,0,0.4));background-image: -moz-linear-gradient(180deg, #640505, rgba(0,0,0,0.4));background-image: -ms-linear-gradient(180deg, #640505, rgba(0,0,0,0.4));background-image: -o-linear-gradient(180deg, #640505, rgba(0,0,0,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#640505', endColorstr='#66000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#640505', endColorstr='#66000000' );";background-image: linear-gradient(180deg, #640505, rgba(0,0,0,0.4));background-size:auto !important;top:21.749267578125rem;left:4.9990234375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;box-shadow: 0.0625rem 0rem 0.375rem rgba(255,0,0,0.59) ;display:block; }
#TE8909sykZrcMaAa1hCRIxXOpolfdbw2 { color:#aca9aa;display:block;width:18.4985625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;height:4.0247375rem;top:32.40234375rem;left:11.65283203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#km7KFBTBTOav6TIM11UBcphytxO7X3f6 { color:#ffffff;display:block;width:19.9353125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;height:6.174475rem;top:25.302978515625rem;left:15.71533203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FGwIuuqou1RNdHuT5bsx4cRn4itV9e7m { color:#ffffff;display:block;width:5rem;position:absolute;font-family:poppins;font-size:6.3125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;height:9.46875rem;top:23.6865234375rem;left:10.71533203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0GSWGhpcAh76Nf9TJipqbV4s4btT3EP { color:#aca9aa;display:block;width:12.2485625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;height:4.0247375rem;top:32.5rem;left:31.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h76rImJaiMCKlaziAIXkeiL2CteTtyPc { color:#aca9aa;display:block;width:11.3110625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;height:4.0247375rem;top:32.5rem;left:43.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xcuLpR4zd3UyccLThc6sy73QlKIm20Sb { color:#aca9aa;display:block;width:11.3110625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;height:4.0247375rem;top:32.5rem;left:55.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GKagDDQU3TPgAi8m6m43sRAVMOlUn7n8 { box-sizing:content-box;height:7.75rem;width:7.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -o-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-size:auto !important;top:23.6865234375rem;left:31.5625rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;box-shadow: none;display:block; }
#NBplvq2SaBtHDuJ3PKDNHUxX3yqG7VG8 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:25.43701171875rem;left:33.75rem;overflow:hidden;display:block; }
#ezzcfbKsNBEqzTQFfnyWpTU7DOKiMBFp { box-sizing:content-box;height:7.75rem;width:7.75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -o-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-size:auto !important;top:23.624267578125rem;left:43.9990234375rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;box-shadow: none;display:block; }
#R0doA31hgJ1fvHySDmKhlESMargn9cBh { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:4.375rem;top:25.302734375rem;left:45.684814453125rem;overflow:hidden;display:block; }
#JQTPHFPutq4FWwqDuXbniXzzyTdn7EJK { box-sizing:content-box;height:7.75rem;width:7.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -o-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-size:auto !important;top:23.875rem;left:56.1875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;box-shadow: none;display:block; }
#fCTxnnb8JEJCsgs0r29CGFrAP9wDMcHc { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:3.31176875rem;top:25.302734375rem;left:58.404541015625rem;overflow:hidden;display:block; }
#kPzeaKM67IZ7JMvd6bvb0EP7xzLxKlMz { color:#ffffff;display:block;width:30.49925rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;height:4.375rem;top:49.0625rem;left:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C09cs1zaX8iGnqofz8toKxM6iSsW3ItZ { color:#ffffff;display:block;width:19.9353125rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;height:5.7747375rem;top:41.75rem;left:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JSAJrVqUDItdMIIcdXt1iXbTFvdrWRFi { color:rgba(255,255,255,0.8);display:block;width:30rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.65);height:9.3424375rem;top:46.0400390625rem;left:40.62255859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ib3SJ4Edb2P0S83shURSFQTgmnKDQSkH { color:rgba(255,255,255,0.8);display:block;width:30rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;height:9.3445rem;top:62.935791015625rem;left:43.968505859375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TS85BETcUtSK70M31qOUI3qOyl3L1eHK { color:#ffffff;display:block;width:53.999rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;height:8.0495rem;top:9.8095703125rem;left:10.71533203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdJ7UhloVHVhh0tDiUFKOMiyFtJbE86H { color:#ffffff;display:block;width:19.9353125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;height:6.1743125rem;top:25.302978515625rem;left:15.71533203125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1e1e1e, #000000);background-image: -moz-linear-gradient(180deg, #1e1e1e, #000000);background-image: -ms-linear-gradient(180deg, #1e1e1e, #000000);background-image: -o-linear-gradient(180deg, #1e1e1e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#000000' );";background-image: linear-gradient(180deg, #1e1e1e, #000000);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; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container { background-color: transparent; background-image: none; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container > .video-iframe-container { display: none; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row > .video-iframe-container { display: none; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .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); }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container { border-width: 0; border-radius: 0; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container { font-size:0.875rem;font-family:arial;height:71.125rem;width:75rem;position:relative;display:block; }#gEsyQVSStSMrSOzR7aAUsZFv1kQhgn1x { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:4.0383911132812rem;left:12.715496063233rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFfBeBqUkRGg3Mq7pIASvUBcLf86RqDe { box-sizing:content-box;height:12.5rem;width:70.6875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #640505, rgba(0,0,0,0.4));background-image: -moz-linear-gradient(180deg, #640505, rgba(0,0,0,0.4));background-image: -ms-linear-gradient(180deg, #640505, rgba(0,0,0,0.4));background-image: -o-linear-gradient(180deg, #640505, rgba(0,0,0,0.4));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#640505', endColorstr='#66000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#640505', endColorstr='#66000000' );";background-image: linear-gradient(180deg, #640505, rgba(0,0,0,0.4));background-size:auto !important;top:20.788412809372rem;left:2.1640625rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;box-shadow: 0.0625rem 0rem 0.375rem rgba(255,0,0,0.59) ;display:block; }
#aTnQGX0yevMcCF2ec4EQkiliLt689IA2 { color:#aca9aa;display:block;width:12.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;height:3.1484375rem;top:27.983085632324rem;left:7.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jw0xT623GKJL0bSLBJuZ00pT7hbEzF91 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;height:4.5498rem;top:22.733095169068rem;left:11.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RpKkXf8sXEWOT1wIUU6lbJMplZfIfbRK { color:#ffffff;display:block;width:5rem;position:absolute;font-family:poppins;font-size:4.625rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;height:6.9375rem;top:21.540344238281rem;left:6.7154960632325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JIhDrXQPkFf0cSDs55v4tvEf9AAfVtTg { color:#aca9aa;display:block;width:8.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;height:3.1484375rem;top:27.983736038208rem;left:26.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HXzKBfR3TDDdzUVsKshuILMghqFTotWa { color:#aca9aa;display:block;width:8.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;height:3.1484375rem;top:27.985015869141rem;left:43.214195251465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEM9EfiE0srr7ToMKQfOILE5R8S4fWFU { color:#aca9aa;display:block;width:7.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;height:3.1484375rem;top:27.983085632324rem;left:58.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ib1BW8kDJOUFPVh9buA8eeDSlnqvI6T5 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -o-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-size:auto !important;top:22.507173538208rem;left:26.1875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;box-shadow: none;display:block; }
#JI5e3ix6UNp5wobMA8JgHT6tSiVwUHH2 { position:absolute;display:block;z-index:15021;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:2.8125rem;top:23.600923538208rem;left:27.28125rem;overflow:hidden;display:block; }
#cyvE7bc0ezUGNeDd5VKz6o09lHiSgoO0 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -o-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-size:auto !important;top:22.507173538208rem;left:43.214195251465rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;box-shadow: none;display:block; }
#grHevdDbNFNGi0Bros28sKCiSlEC3BFR { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.8125rem;top:23.623687744141rem;left:44.46745300293rem;overflow:hidden;display:block; }
#m7OlbZJy38ffSLButgFcv6EtVyUqRt4P { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -moz-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -ms-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-image: -o-linear-gradient(180deg, rgba(255,12,40,0.2), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ff0c28', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(255,12,40,0.2), #000000);background-size:auto !important;top:22.507173538208rem;left:58.96875rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;box-shadow: none;display:block; }
#fCDm50CxuDpT57ofDpD56R8sxNMo0tmp { position:absolute;display:block;z-index:15025;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:1.9375rem;top:23.600923538208rem;left:60.5rem;overflow:hidden;display:block; }
#orcQK4p4ivPWf5dc41iuLKXsXduErZnv { color:#ffffff;display:block;width:30.4980625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;height:2.01236875rem;top:65.076805114744rem;left:2.1640625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T76mleKtsU8lHgtQctaGUkHfOPMCTiQd { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;height:2.88736875rem;top:61.731101989746rem;left:2.1640625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LDuETcmCeDyF7gI3OTTrGsiVg5T5fS55 { color:rgba(255,255,255,0.8);display:block;width:30rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.65);height:9.3408125rem;top:57.830718994141rem;left:41.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IZFy6BV5s3FeyMWMX5G8Di2TKa4yoGoE { color:rgba(255,255,255,0.8);display:block;width:30rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;height:9.3445rem;top:62.935791015625rem;left:43.968505859375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Eyu7A3H3XRzJ3nf6dnW5fCokD8oghAET { color:#ffffff;display:block;width:53.999rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;height:8.046875rem;top:9.8095703125rem;left:10.71533203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOqZH52Iaa4S65C3TRf3R98soVB2c2i0 { color:#ffffff;display:block;width:19.9353125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;height:6.1743125rem;top:25.302978515625rem;left:15.71533203125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nn7M908LcDlgsBw3ax8HBuOmNTKNMF15 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:5.5rem;width:13.3125rem;top:55.33917427063rem;left:2.1640625rem;overflow:hidden;display:block; }
#FyrdgD6wiTSuOtJn0liWXggavCwSLGos { position:absolute;display:block;z-index:14998;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:27.875rem;width:73.3125rem;top:33.248027801514rem;left:1.0592460632324rem;overflow:hidden;display:block; }
#yUGDATTmAZ2EzBneDozOnkmHPwa5bOZZ { color:#ffffff;display:block;width:30.4980625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;height:2.01236875rem;top:57.353515625rem;left:4.4765625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg { 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:none; }#N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg > .row .container { border-width: 0; border-radius: 0; }#N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:none; }#QkuRQRBSv3azDquAJKpVt4lEphBDEnyE { box-sizing:content-box;height:17.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #640505, #000000);background-image: -moz-linear-gradient(90deg, #640505, #000000);background-image: -ms-linear-gradient(90deg, #640505, #000000);background-image: -o-linear-gradient(90deg, #640505, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#640505', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#640505', endColorstr='#000000' );";background-image: linear-gradient(90deg, #640505, #000000);background-size:auto !important;top:16.0625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ezZtAtfBq0rhpatqqdtDn8fhoMPoWFTW { 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:10.5rem;width:6.25rem;top:20.625rem;left:51rem;overflow:hidden;display:block; }
#dS9SQsh2LXmnvvE7BcPkTaVgZNseDG12 { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;height:4.548825rem;top:18.25rem;left:13.25rem;font-style:normal;display:block; }
#tMeOgC3IcuJoOqHkSFIee2wLyTON4EOl { box-sizing:content-box;height:12.4375rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #640505, #000000);background-image: -moz-linear-gradient(90deg, #640505, #000000);background-image: -ms-linear-gradient(90deg, #640505, #000000);background-image: -o-linear-gradient(90deg, #640505, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#640505', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#640505', endColorstr='#000000' );";background-image: linear-gradient(90deg, #640505, #000000);background-size:auto !important;top:2.5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#SSh9Oc5SdU4Cs3XUGqDDBkO8Rz4kmGAr { color:#aca9aa;display:block;width:41.9995rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:24.125rem;left:14.5rem;font-style:normal;display:block; }
#g1rApVL4kKkI62rvw2IlTxEPtNNDVZ5b { color:#aca9aa;display:block;width:41.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;height:1.4624rem;top:11rem;left:14.5rem;font-style:normal;display:block; }
#Z4dbkX9ym21AVBvqdyfm8Od0NB89taK4 { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;height:4.5498rem;top:4.6875rem;left:13.25rem;font-style:normal;display:block; }
#utIeVQlxpLbGw020uwgph38i0hBSwTMi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:2.4375rem;height:4.6748rem;font-style:italic;display:block; }
#V4kmn594SPSIKGZBZrx03ibPBfotWLvW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:18.25rem;left:2.4375rem;height:4.6748rem;font-style:italic;display:block; }
#z7WOq69Tik8qTgRxl9eKhdUe7i0DLZOV { color:#ffffff;display:block;width:28.1860625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:2.35611875rem;top:9.125rem;left:23.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WoJl077ZlsvTT8ylhJC5WZfZ8b68nMXC { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;height:4.550775rem;top:24.75rem;left:13.25rem;font-style:normal;display:none; }
#UThiBDEZR1ClaxZCa5DQV0Q3qCNstPhl { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;height:4.550775rem;top:9.25rem;left:13.25rem;font-style:normal;display:none; }
#nTD5kTAMT3qJu84TciVGxc3ICyK0952T { color:#aca9aa;display:block;width:42rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;height:4.87426875rem;top:29.998779296875rem;left:13.24951171875rem;font-style:normal;display:none; }
#XaVUTM4WtRECN6pvPT1vLM5Al92sZR0w { color:#ffffff;display:block;width:44.68725rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6243591308594rem;left:15.155601501465rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#leyGHqWHlsPSUzqFcpJNcgrKkiT3L7Tt { 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:13.625rem;width:7.3125rem;top:1.9375rem;left:64.75rem;overflow:hidden;display:block; }
#ixwIZCVgTomhl4B9bJWXmAc6fVhAxTsD { 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.499875rem;width:6.25rem;top:20.625rem;left:67rem;overflow:hidden;display:block; }
#ORF4GTHsBFQGHkv0F2zVbln2nJgmaLDC { 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.499875rem;width:6.25rem;top:20.625rem;left:61.6875rem;overflow:hidden;display:block; }
#rVvbHqUXfS10vWpKsSJ416EVqR4NvSAL { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.25rem;left:13.25rem; }
#oQeLWgEh3VRqQHIJQ4yvUkwTiah9MD92 { color:#aca9aa;display:block;width:41.9983125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:26.0625rem;left:14.5rem;font-style:normal;display:block; }
#UDTtxrohx1OMRlZGSh8M2xW4vndLrHBl { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.125rem;left:13.25rem; }
#lNw2dU7ugkWwfiJG3hTf06GayFRih5PM { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:26.3125rem;left:13.25rem; }
#ybozVnhsyWwePTU6mAMyzuzJigLkA0mL { 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.5rem;width:6.1875rem;top:20.625rem;left:56.375rem;overflow:hidden;display:block; }
#hZKivaWpIzbxSMR5l9NdrcD8kEgozDBn { 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:1.9375rem;width:10.625rem;top:19.5625rem;left:62rem;overflow:hidden;display:block; }
#l7RNlaxrLkIQSbMWUkOm7bQ3oirpLB2N { color:#aca9aa;display:block;width:42rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;height:4.87426875rem;top:29.998779296875rem;left:13.24951171875rem;font-style:normal;display:none; }
#iO6u6toHMmXHTEBPfAcIJ05TfKoqqfxN { color:#aca9aa;display:block;width:42rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;height:4.87426875rem;top:29.998779296875rem;left:13.24951171875rem;font-style:normal;display:none; }
#fJgPRPntqafLhDz88CSk2qOfCiAhGEJp { color:#aca9aa;display:block;width:42rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;height:4.87426875rem;top:29.998779296875rem;left:13.24951171875rem;font-style:normal;display:none; }
#KveMBThy7B2NQO4qfw1KvWm282hWbuEz { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.089111328125rem;left:13.24951171875rem;display:none; }
#qIHysTZ2ZRgsA3ptIT0pDyhPTEsPgTFm { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:24.089111328125rem;left:13.24951171875rem;display:none; }
#U7I6Q2MndiuBJJZlcw1y83zAebUOtbb1 { color:#aca9aa;display:block;width:41.4361875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:28.1875rem;left:14.5625rem;font-style:normal;display:block; }
#bRzAbs26VKqJttfmliSlL9iTEP6WpTT9 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.5rem;left:13.25rem; }
#a5MkWzFqWF6Sx5D0IMissHMK5aQFXh3a { color:#aca9aa;display:block;width:41.4355625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;height:1.3808625rem;top:30.1875rem;left:14.5625rem;font-style:normal;display:block; }
#ONzxl7PJgrT7MADOk150lH8Ii3KBSLRE { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:30.375rem;left:13.25rem; }
#fvyUyHJyNMfBLT5xdB9oHwzt3WbGkxpH { color:#aca9aa;display:block;width:42rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;height:4.87426875rem;top:29.998779296875rem;left:13.24951171875rem;font-style:normal;display:none; }
#TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 { 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:none; }#TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 > .row .container { border-width: 0; border-radius: 0; }#TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 > .row .container { font-size:0.875rem;font-family:arial;height:80.8125rem;width:75rem;position:relative;display:none; }#lH2s17GR3zkrkEWO2m4Dldf7XHanTaQl { box-sizing:content-box;height:14.3115rem;width:75rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #d4943d, #000000);background-image: -moz-linear-gradient(97deg, #d4943d, #000000);background-image: -ms-linear-gradient(97deg, #d4943d, #000000);background-image: -o-linear-gradient(97deg, #d4943d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );";background-image: linear-gradient(97deg, #d4943d, #000000);background-size:auto !important;top:31.25rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#oaRXi304E3DTHb7xMOUQm3UOVtgtUQK4 { position:absolute;display:block;z-index:15025;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.9375rem;width:14.125rem;top:31.25rem;left:58.0625rem;overflow:hidden;display:block; }
#cxvXWPKs5fLm2FbcwrmGoeTnyJZSUxs1 { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;height:4.5498rem;top:33.5625rem;left:13.25rem;font-style:normal;display:block; }
#nHJLQOPOPeit6s4gWyfKZkq6CWcymuzL { box-sizing:content-box;height:14.3115rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #fff9ec, #b0957a);background-image: -moz-linear-gradient(97deg, #fff9ec, #b0957a);background-image: -ms-linear-gradient(97deg, #fff9ec, #b0957a);background-image: -o-linear-gradient(97deg, #fff9ec, #b0957a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9ec', endColorstr='#b0957a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9ec', endColorstr='#b0957a' );";background-image: linear-gradient(97deg, #fff9ec, #b0957a);background-size:auto !important;top:0rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#SGgGSO6ZcTk4Zg6FFpRPWSuTdaLPt2Eu { position:absolute;display:block;z-index:15020;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:14.1858125rem;width:7.6233125rem;top:0.0625rem;left:65.9375rem;overflow:hidden;display:block; }
#zN2p2kTIqiZ7HFwXdomPhlW5fgTMOgu0 { color:#aca9aa;display:block;width:39.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;height:1.4624rem;top:39.3125rem;left:14.5rem;font-style:normal;display:block; }
#CpM3l0MSGBfSyhO3J3x63boEDX99lh00 { color:#413020;display:block;width:36.3733125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15030;line-height:1.6;letter-spacing:0;height:5.5996125rem;top:1.3125rem;left:16.1875rem;font-style:normal;display:block; }
#zvc2SD8uFo0I5rBBT0OoDPXNGPec1kWT { box-sizing:content-box;height:14.3115rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #d4943d, #000000);background-image: -moz-linear-gradient(97deg, #d4943d, #000000);background-image: -ms-linear-gradient(97deg, #d4943d, #000000);background-image: -o-linear-gradient(97deg, #d4943d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );";background-image: linear-gradient(97deg, #d4943d, #000000);background-size:auto !important;top:15.625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#aKH8eD6rxTd4Ub5tfEoNm7D4DEQqmRhs { 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:13rem;width:14.375rem;top:16.279296875rem;left:58.0615234375rem;overflow:hidden;display:block; }
#cQZTDWkP9dXd2Xs0SdzbBfqP4xco5uMF { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:33.5625rem;left:2.4375rem;height:4.6748rem;font-style:italic;display:block; }
#bEfFpJgENTs0ZRyHiLVZZPitXAafJG59 { color:#aca9aa;display:block;width:42.75rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;height:1.4624rem;top:23.6875rem;left:14.5rem;font-style:normal;display:block; }
#UEFuH11UXGxVawbnuhSoA8H57WJoT5OT { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;height:4.5498rem;top:17.9375rem;left:13.25rem;font-style:normal;display:block; }
#oAbbBtmChKfkPW2zFGHtGTuW6fWZaN2G { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:17.9375rem;left:2.4375rem;height:4.6748rem;font-style:italic;display:block; }
#p1bRAWuaGxBX9hfXZrsUPGbo4TLSXVcr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4.4990234375rem;left:13.24951171875rem; }
#lPVF9POx33zTKo3zTn4sbD0s5oUqtAgE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.749755859375rem;left:13.499755859375rem; }
#NTOukuEhnLMLTf2yxc74zWuTsuVJmpoA { color:#ffffff;display:block;width:28.1860625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:2.35595625rem;top:3.125rem;left:23.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O7THGGIKKgNKPBqHgwgJQKxT8XSQ2Sek { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;height:4.550775rem;top:10.0625rem;left:13.25rem;font-style:normal;display:none; }
#zt4TpEgfBmtiAH4VOQDm0TtzTCsUMIHe { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;height:4.550775rem;top:41.25rem;left:13.25rem;font-style:normal;display:none; }
#rbFOEiAp19oWE2F2SDA5EtqOn78Ohy4r { color:#894505;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:1.687255859375rem;left:2.4365234375rem;height:4.6748rem;font-style:italic;display:block; }
#QiMIGS1vq9Qv2TN5PxAoC7N9v5WXaaWH { color:#ffe9cc;display:block;width:36.93725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;height:1.62524375rem;top:8.625rem;left:15.875rem;font-style:normal;display:block; }
#weHnLHbHKGgtOkOvlu02JKFq4RfnzWo1 { color:#894505;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:24.276123046875rem;left:2.4365234375rem;height:4.6752875rem;font-style:italic;display:none; }
#td8d1o11x47U7Ad29vI6ud0I0L62s3WR { position:absolute;display:block;z-index:15029;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:14.3125rem;width:28.1875rem;top:0rem;left:39.5625rem;overflow:hidden;display:block; }
#XmJ502KueF3Tdk7qhCvbZThI0IAwyHqr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.6875rem;left:13.5rem; }
#zD3TN3J4ZUmy749rnEVOfCqDJbzUwh30 { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.917724609375rem;left:13.24951171875rem; }
#My9caWpg6KT3o3OJ5T9sFkB3td1ytJKR { color:#aca9aa;display:block;width:42.749rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;height:1.4624rem;top:25.5615234375rem;left:14.49951171875rem;font-style:normal;display:block; }
#nbQ43CHV1Qv1tsANKZfzh9fUkiPhQOoc { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:25.79150390625rem;left:13.24951171875rem; }
#PKWnv4SedVrTzehoIaOK0WXr5kmvLGBk { color:#aca9aa;display:block;width:39.4995rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;height:1.4624rem;top:41.211181640625rem;left:14.498291015625rem;font-style:normal;display:block; }
#i3yAMPdwrIgGMLiNCEd7MdWNG3JnAq8M { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:39.543212890625rem;left:13.24951171875rem; }
#vXpr8UchoqIOsRfKhGFG0Eu0hMooDo8g { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:41.44140625rem;left:13.24951171875rem; }
#omgxCVwMQFMARZNek9bLLRyNeCBLh1Ql { box-sizing:content-box;height:14.3103125rem;width:75rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #d4943d, #000000);background-image: -moz-linear-gradient(97deg, #d4943d, #000000);background-image: -ms-linear-gradient(97deg, #d4943d, #000000);background-image: -o-linear-gradient(97deg, #d4943d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );";background-image: linear-gradient(97deg, #d4943d, #000000);background-size:auto !important;top:46.874755859375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#H150dCw0VEnEm48A6wGsuFvDTQWJuTnE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:48.93603515625rem;left:2.07763671875rem;height:4.6748rem;font-style:italic;display:block; }
#CFLkpUeGnO7imI75h3OcJ0yldU4HQvyl { color:#ffffff;display:block;width:42.2485625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;height:4.5498rem;top:48.935546875rem;left:13.24951171875rem;font-style:normal;display:block; }
#NNQsk9qpk1my4haM5ZcbTThhDp7Rv12f { box-sizing:content-box;height:14.3103125rem;width:75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #807f7f, #000000);background-image: -moz-linear-gradient(97deg, #807f7f, #000000);background-image: -ms-linear-gradient(97deg, #807f7f, #000000);background-image: -o-linear-gradient(97deg, #807f7f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#807f7f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#807f7f', endColorstr='#000000' );";background-image: linear-gradient(97deg, #807f7f, #000000);background-size:auto !important;top:62.56103515625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#UylNfXVmCdkq001VoN3NhBfGVLOfOrPT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:64.434814453125rem;left:2.07763671875rem;height:4.6748rem;font-style:italic;display:block; }
#rbfsQEL0ONdOcciFeaivHmIJG1qqrFVR { color:#ffffff;display:block;width:42.2485625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;height:4.5498rem;top:64.434814453125rem;left:13.24951171875rem;font-style:normal;display:block; }
#rHED6F3qZFMfB8XHgrQqRTphPGB10JlL { color:#aca9aa;display:block;width:39.4995rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;height:1.4624rem;top:54.62353515625rem;left:14.49951171875rem;font-style:normal;display:block; }
#g5ccOAaTGGcD5o0RHkqE3pC78TTn9VBX { color:#aca9aa;display:block;width:39.4983125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;height:1.4624rem;top:56.39697265625rem;left:14.6240234375rem;font-style:normal;display:block; }
#cbRaFBJkQdVgOyEh7MgSW6GfSAr7WrU4 { color:#aca9aa;display:block;width:39.4983125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;height:1.4624rem;top:58.232177734375rem;left:14.6240234375rem;font-style:normal;display:block; }
#x3Ro2taKDZZGRmcTrbE0PmtvqdcIsNaO { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:54.728515625rem;left:13.24951171875rem; }
#OBRsh9lGKO0i50wVLuIHbM58FJ677Txr { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:56.521484375rem;left:13.24951171875rem; }
#S6eLF0cD43PMwKOUf9saZCVB60r2tTNs { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:58.3994140625rem;left:13.24951171875rem; }
#BGWcg2tAr7sXfAkAQOgSXIwTqhny3V7V { color:#aca9aa;display:block;width:39.4983125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;height:1.4624rem;top:71.145751953125rem;left:14.49951171875rem;font-style:normal;display:block; }
#kyFga8uJ7sAdyT1zqpImclffWbcziyeB { color:#aca9aa;display:block;width:39.4983125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;height:1.4624rem;top:73.14453125rem;left:14.49951171875rem;font-style:normal;display:block; }
#i0scwbTJXelAIiEnGXFRavfxCdVRteIV { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:71.313232421875rem;left:13.24951171875rem; }
#WQsBPDNuCNJqxO78vRGDIMEddUoTXDnS { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:0.99975625rem;width:0.99975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:73.250244140625rem;left:13.24951171875rem; }
#N8ocbvBQi3DcE9ceSXTLFqMfD32s2gDF { 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:14.187rem;width:14.375rem;top:62.6220703125rem;left:58.0615234375rem;overflow:hidden;display:block; }
#iiHHiky3D2CL9DBrdhXUx4GPqVts3WrA { position:absolute;display:block;z-index:15026;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.3125rem;width:20rem;top:47.371826171875rem;left:52.26318359375rem;overflow:hidden;display:block; }
#U0eaXCXQG5T3ai57kvm7xDBALZ34qLHy { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;height:4.550775rem;top:41.25rem;left:13.25rem;font-style:normal;display:none; }
#afzzpnSnSDlzxzbFaDzLXloOwCl7dL2x { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;height:4.550775rem;top:41.25rem;left:13.25rem;font-style:normal;display:none; }
#BgrRR8tMAkZOiXTP1Q6F2WnOm9w7hldI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:91.749267578125rem;left:12.825927734375rem;display:none; }
#y5SoQhUyCstWIVA4WuNPKyHCJPWcrfeh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtBpSmFTeRfsE9ndhbKSDkCMnMx74giU { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:53.4375rem;left:22rem;display:none; }
#rFJ49TZ1A4G8pw5tlUX3ZIbcEHT4KhE5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQiTnkslvEbHSkcvhdGpGT5iT3Xm2JJL { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -moz-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -ms-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -o-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );";background-image: linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-size:auto !important;border-top:0.125rem solid #ef0000;border-left:0.125rem solid #ef0000;border-right:0.125rem solid #ef0000;border-bottom:0.125rem solid #ef0000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.312rem;height:3.374025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:53.4375rem;left:38.3125rem;display:none; }
#whqMpVSGBLFaSrauwMp1mwGuNVRbaVli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg { 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; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container { background-color: transparent; background-image: none; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container > .video-iframe-container { display: none; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row > .video-iframe-container { display: none; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .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); }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container { border-width: 0; border-radius: 0; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;position:relative;display:block; }#ekhTLEfsIn9Dgc5Xs5R5Q6rtWnSVLHtQ { color:#fa5f5f;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:4.2246125rem;top:34.1875rem;left:11.9375rem;font-style:normal;display:block; }
#Zqeur7mKbzDP1NHngyBGF3V075qEX7VE { color:#c1c1c1;display:block;width:16.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.824225rem;top:39.749755859375rem;left:8.936767578125rem;display:block; }
#lt7ioJfRMPkF6UZzClPhO62IdyyQxp9E { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4990234375rem;left:15.186767578125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#suVemWqIwZ7Nn0DiPAUA5TWm7qco3iwa { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;height:3.8984375rem;top:9.4990234375rem;left:18.87451171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oxKXyDDW4TnfnFdKLtnWsdZUMa55X4LX { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:61.3745rem;top:14.25rem;left:6.8125rem;overflow:hidden;display:block; }
#c5u58p3fdo2oAoBM6Ra4L8Zrb3tTHv8y { color:#ce4646;display:block;width:2.3120125rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;height:5.84985625rem;top:33.3125rem;left:8.9375rem;font-style:normal;display:block; }
#ZPs2x86T2zXc7vI9Zrg8wMraVSNUWUhk { color:#d4943d;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:4.2246125rem;top:34.25rem;left:32.75rem;font-style:normal;display:block; }
#fwCvbvPzzPgRqdToNpXpfS6ucFZtXTsz { color:#d4943d;display:block;width:2.3120125rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;height:5.84985625rem;top:33.375rem;left:29.125rem;font-style:normal;display:block; }
#cpbfQRDSWkHff5RngRlgT10vVBFnAe6p { color:#c1c1c1;display:block;width:16.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:6.824225rem;top:39.81201171875rem;left:29.124755859375rem;display:block; }
#zbavvDWzpao5TIy9TqkrFZ1kgE2HGM32 { color:#c1c1c1;display:block;width:18.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;height:8.530275rem;top:39.81201171875rem;left:49.375rem;display:block; }
#qwLel4GX91pU3BCegL2DS0f2n3lEEI1Q { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:4.2246125rem;top:34.6875rem;left:53rem;font-style:normal;display:block; }
#wzkI1G45DX2SXxih0E3azg8tVqEUK3ZB { color:#9c9c9c;display:block;width:2.3120125rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;height:5.84985625rem;top:33.625rem;left:49.375rem;font-style:normal;display:block; }
#hWsOdr8uNW56LuSSmGhSVxcRM6Nz0rDH { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:52.935791015625rem;left:25.625rem;display:none; }
#PRS4nmSH25EtGG6It7hGTUuQ4gq01kOP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qdklH85LIV0SkIivi6Dew2Z5IldvCVcf { 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:57.375rem;width:17.4375rem;display:none; }
#amApH1cVJZDvyd4xyNOIzifEPQTcJnN7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:52.8125rem;left:26.4375rem;display:block; }
#TacVALi67JDC4pHldIEsATbtk8T55tqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU { 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:none; }#CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU > .row .container { border-width: 0; border-radius: 0; }#CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;position:relative;display:none; }#TlFVIt14Bre7wpRX8aJyAQ1scoDtsUMS { color:#fa5f5f;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:4.2246125rem;top:34.1875rem;left:11.9375rem;font-style:normal;display:block; }
#RKQ5tASRdVpoTUb2kKU7s9n6BPsCqX9P { color:#c1c1c1;display:block;width:16.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.824225rem;top:39.749755859375rem;left:8.936767578125rem;display:block; }
#ihfxRWzUabTWBXbyWUodQO0OlTOS3VMh { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4990234375rem;left:15.186767578125rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mI4m9pl7gI52Tp7pBI9wX2Okcic5131E { color:#ffffff;display:block;width:37.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;height:3.8984375rem;top:9.4990234375rem;left:18.87451171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQO0F7G0BHNfJMZBOnmMTkCTeVV6SfdS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:61.3745rem;top:14.25rem;left:6.8125rem;overflow:hidden;display:block; }
#obUIC8knXdXnCNE1PXUwXcI4vGg2rId8 { color:#ce4646;display:block;width:2.3120125rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;height:5.84985625rem;top:33.3125rem;left:8.9375rem;font-style:normal;display:block; }
#qcSRENxuzblzFigWfFNrVXzTFtaT79bq { color:#d4943d;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:4.2246125rem;top:34.25rem;left:32.75rem;font-style:normal;display:block; }
#iZXsktRvsL6cLpfhflveFaQhT9aBJ7Rq { color:#d4943d;display:block;width:2.3120125rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;height:5.84985625rem;top:33.375rem;left:29.125rem;font-style:normal;display:block; }
#IJvn5WrnsEFgZP3t3CdUWC1eg1C9cFJ7 { color:#c1c1c1;display:block;width:16.375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:6.824225rem;top:39.81201171875rem;left:29.124755859375rem;display:block; }
#FkRTKVSIRzOGuXWTekQ0dLx5OzFXaaPw { color:#c1c1c1;display:block;width:18.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;height:8.530275rem;top:39.81201171875rem;left:49.375rem;display:block; }
#wpykPLRXFJTXk2mV0wTvgLihfNBQOrpW { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;height:4.2246125rem;top:34.6875rem;left:53rem;font-style:normal;display:block; }
#zpBsTWBJbKHNnZRe3TGrJvpauo6kKrvS { color:#9c9c9c;display:block;width:2.3120125rem;position:absolute;font-family:rubik;font-size:4.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;height:5.84985625rem;top:33.625rem;left:49.375rem;font-style:normal;display:block; }
#UIHk5b6gc9Msd19EtJUg9k2UPVRJVePl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:52.935791015625rem;left:25.625rem;display:none; }
#dzLV0m2D0bctWc1wtBg65B6QVW3UruK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#am9vHU9fwTKdJXx40TgqGkhAA3mbRVsy { 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:57.375rem;width:17.4375rem;display:none; }
#a1ym7l4RFP4rNvEJQ7qNFb0XXP8ZJvWZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:53.4375rem;left:22rem;display:block; }
#TG1ReOO3wKhmBelFFzyuxtchSkHdHTSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#br6ruZdabEJIuHJHpM3yfQiGf8AiGTDW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -moz-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -ms-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -o-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );";background-image: linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-size:auto !important;border-top:0.125rem solid #ef0000;border-left:0.125rem solid #ef0000;border-right:0.125rem solid #ef0000;border-bottom:0.125rem solid #ef0000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.312rem;height:3.374025rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:53.4375rem;left:38.3125rem;display:block; }
#JsJAdJpPVu5FcRxFCmFuKTpJ95ACap93 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 { 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:none; }#T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 > .row .container { border-width: 0; border-radius: 0; }#T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:none; }#iDKmVDlAtk01w08ngVkBCKPUFcWeB1eM { box-sizing:content-box;height:14.3115rem;width:75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #7f7f7f, #000000);background-image: -moz-linear-gradient(97deg, #7f7f7f, #000000);background-image: -ms-linear-gradient(97deg, #7f7f7f, #000000);background-image: -o-linear-gradient(97deg, #7f7f7f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#000000' );";background-image: linear-gradient(97deg, #7f7f7f, #000000);background-size:auto !important;top:7.375rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#JXlT2zyq8iBx6KLz9MowzyJUOS5FJMRg { 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:14.3115rem;width:14.6875rem;top:7.371826171875rem;left:57.95166015625rem;overflow:hidden;display:block; }
#iBAAFuLJKCDcZynNJnitKwUpv6Nf6TbD { color:#aca9aa;display:block;width:37.4375rem;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;height:4.87426875rem;top:15.373046875rem;left:13.248291015625rem;font-style:normal;display:block; }
#e4mWfVmnTnBIzhuzMTqJHZR1hsF8fDb0 { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;height:4.550775rem;top:9.624755859375rem;left:13.24951171875rem;font-style:normal;display:block; }
#gIpbMHgqsZ601uWsmtT20WAiETmVMtKz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:9.624755859375rem;left:2.4365234375rem;height:4.6752875rem;font-style:italic;display:block; }
#LsvTfcKFUX09MXlWyTPNVEhvc6Ey3qk0 { color:#ffffff;display:block;width:28.1860625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:2.35656875rem;top:3.125rem;left:23.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QoVk5Pe0nyrOHiI0nb6GqmJLvSyIQ2K9 { box-sizing:content-box;height:14.3115rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(97deg, #7f7f7f, #000000);background-image: -moz-linear-gradient(97deg, #7f7f7f, #000000);background-image: -ms-linear-gradient(97deg, #7f7f7f, #000000);background-image: -o-linear-gradient(97deg, #7f7f7f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#000000' );";background-image: linear-gradient(97deg, #7f7f7f, #000000);background-size:auto !important;top:23.0625rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#DIxalHMbbAhd7AhpTfXDMbqmlczE9nO4 { position:absolute;display:block;z-index:15020;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:14.25rem;width:14.5rem;top:23.0625rem;left:57.9375rem;overflow:hidden;display:block; }
#Vp8cE2X5GLoTbs5Nxfr6QFnTFXIqywDk { color:#aca9aa;display:block;width:35.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;height:3.2504875rem;top:30.999267578125rem;left:13.24951171875rem;font-style:normal;display:block; }
#W83aTwalLubnnliM2b1kzBv8BDJvWa8v { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;height:4.550775rem;top:25.31201171875rem;left:13.24951171875rem;font-style:normal;display:block; }
#rGlBTontz313HMlHbyJUFgbumU4O4pWH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:25.31201171875rem;left:2.4365234375rem;height:4.6752875rem;font-style:italic;display:block; }
#TFHWQDXxcMqhuCwc0ZHolEsixs3kt8O2 { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;height:4.550775rem;top:10.0625rem;left:13.25rem;font-style:normal;display:none; }
#xlyAfpuSNAwscgym97NIyhcIfXwfyxe5 { color:#ffffff;display:block;width:42.24975rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;height:4.550775rem;top:25.75rem;left:13.25rem;font-style:normal;display:none; }
#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/uc/d502e9eb-e86d-4b87-969f-78baaeca064e/VerticalPoster.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU.adaptive-delivery-prevent-bg, #ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU.lazyload, #ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU.lazyloading { background-image: none; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container { background-color: transparent; background-image: none; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container > .video-iframe-container { display: none; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row > .video-iframe-container { display: none; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .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); }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container { border-width: 0; border-radius: 0; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#BMiPgf9UIKFN40ScPIIgutuQndRmxdS8 { color:#ffdeb5;display:block;width:31.062rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:3.25rem;top:4.0625rem;left:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#q4MRBhyTQa0wvRIap5B16ncScl929cBb { color:#ffdeb5;display:block;width:31.0608125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:3.25rem;top:4.0625rem;left:40.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xuqsp9LdVC7m6NbWmQZZxJ8TdTA2CXNE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:10.68725rem;top:8.468017578125rem;left:24.32373046875rem;overflow:hidden;display:block; }
#sNpN3JZEFqsZhkP8X5FzWgMyghhBkmZk { position:absolute;display:block;z-index:15004;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:28.625rem;width:8.875rem;top:7.25rem;left:40.75rem;overflow:hidden;display:block; }
#N7UhSI0a8Q4Hbg8dTJlve3OqMwIP7Zo5 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;height:2.15625rem;top:13.875rem;left:11.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LaO4iB0httRfvceeHF9i8lzFEvhyaO2f { color:#aca9aa;display:block;width:13.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;height:2.4375rem;top:16.375rem;left:11.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fhF9ELg6FiVxB2VzdkTNCtMx1Jp5beiS { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;height:2.15625rem;top:23.125rem;left:11.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RLlEtKCK4Q87g6vXZwxwIOgkb2p2e2la { color:#aca9aa;display:block;width:13.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;height:2.4375rem;top:25.625rem;left:11.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nnb3gbDXF1K2591grVa8bTgKzvDud0DT { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;height:2.15625rem;top:11.75rem;left:51.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h6R9G3Eql8HcX30wTORNZvNXqDkAsF4A { color:#aca9aa;display:block;width:13.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;height:2.4375rem;top:14.25rem;left:51.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#psUCUV1SUubOHxR4kSw3hyabKPJ6P9le { color:#aca9aa;display:block;width:13.8125rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;height:2.4375rem;top:22.1875rem;left:51.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SckWAFgPHC6th4ATFpGJnhfnDpXEQXbI { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;height:2.15625rem;top:19.6875rem;left:51.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sAgVwiBqtFg884JwQWJfMDVTlCO0n27J { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;height:2.15625rem;top:27.75rem;left:51.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zChGPGrcwiKrfgQZpqEiu6LTF6IQt9ok { color:#aca9aa;display:block;width:13.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;height:2.4375rem;top:30.25rem;left:51.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqRp5oeEprawdK8fRS2mxGvKbXTP66dU { color:#aca9aa;display:block;width:19.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;height:1.2182625rem;top:22.1875rem;left:51.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hBJlABDRb1CguomDcR1iFRcxZmfgaT8r { color:#aca9aa;display:block;width:13.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;height:1.2182625rem;top:30.25rem;left:51.125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #231f20);background-image: -moz-linear-gradient(180deg, #000000, #231f20);background-image: -ms-linear-gradient(180deg, #000000, #231f20);background-image: -o-linear-gradient(180deg, #000000, #231f20);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );";background-image: linear-gradient(180deg, #000000, #231f20);background-size:auto !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; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row .container { border-width: 0; border-radius: 0; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:none; }#sMrTU8x3I1Q49T7RIBgQM8lPZT5nEvSG { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:3.4759216308594rem;left:12.466796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAXlESEmUVUb655bTCKTCzdTRizugrb3 { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:49.246073365211rem;left:14.248046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0zNXJcR7QsdnCoBBsDzZx1OwQH5zgkw { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;height:3.23730625rem;top:26.3125rem;left:16.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swZDGrgWXk2l76aeVfePy09ulGUABuHC { color:#ffffff;display:block;width:16.3110625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;height:3.46875rem;top:30.693359375rem;left:29.310302734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UgQ1xSq4RGRwTTpUpV4GR8JQC8M9ggEI { color:#ffffff;display:block;width:16.4978125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;height:3.23730625rem;top:26.375rem;left:42.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVCF6BBq6ol5FxQrxFqxRxsacQ4sRrtu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:12.3125rem;top:15.937500655651rem;left:18.5625rem;overflow:hidden;display:none; }
#FpyeV5BDITOxwqa0mT8LEmJx0nn9aFqp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.8125rem;width:12.375rem;top:14.62451171875rem;left:31.06201171875rem;overflow:hidden;display:none; }
#xz1adxkMwuC8qOaFPAJ7Bpg7tpwq8Zl0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:12.3125rem;top:15.9375rem;left:43.75rem;overflow:hidden;display:none; }
#y77OAwx9fobGuwo9TDkGr7AT2VaPeTAa { color:#aca9aa;display:block;width:19.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;height:11.209rem;top:32.9375rem;left:15.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OFzTAOaDOnRgJJFmSrfHbD8rZ6trtV7k { color:#aca9aa;display:block;width:19.8108125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;height:7.47395rem;top:37.374267578125rem;left:27.56103515625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dvyT3GUfx4TAp7TkWePDBEZaWgQeEKcn { color:#aca9aa;display:block;width:18.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;height:7.472625rem;top:32.9375rem;left:41.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3t2H0rqKTqz9bVtEcsLpKCzKmdL4eEG { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.374755859375rem;left:6.248779296875rem;display:none; }
#qpt7ALckRf17UnHat19PKSUTVluMua1x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7dJ8qtiM8zpVMFAExH0qgifU1MvIleR { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;height:2.625rem;top:29.5rem;left:16.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OyTePnvpeQG1IFQapZhurKKTg8HlTrpF { color:#ffffff;display:block;width:16.4978125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;height:2.625rem;top:29.625rem;left:42.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SXz3Nw1XZ4tDGpNuGUhW4cDS1IKx3gkU { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:4.22363125rem;top:7.247314453125rem;left:14.715576171875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bImRdyrdK9dSSOWrJL6npqG6b6NIHGFR { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:48.6875rem;left:21.8125rem;display:none; }
#exl6iAEVNw15wnCfkkDfUKCnfEWGAZ2N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vsy1mFSbqKrTVRGlrwJleNxpJiGo6CCP { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -moz-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -ms-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -o-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );";background-image: linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-size:auto !important;border-top:0.125rem solid #ef0000;border-left:0.125rem solid #ef0000;border-right:0.125rem solid #ef0000;border-bottom:0.125rem solid #ef0000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.249rem;height:3.3110375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:48.75rem;left:38.875rem;display:none; }
#eXCgdhZiXBEXlvZkCoKRLT5Bd1OTZP2a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEtdOucZmISos4zOqnR3ITTS3SRWPFRS { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:12.3125rem;top:9.9375rem;left:44.25rem;overflow:hidden;display:block; }
#rdAc0Xfhn4qa046V0nkcIgTmIibrfHcO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:12.25rem;top:9.9375rem;left:19.0625rem;overflow:hidden;display:block; }
#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #231f20);background-image: -moz-linear-gradient(180deg, #000000, #231f20);background-image: -ms-linear-gradient(180deg, #000000, #231f20);background-image: -o-linear-gradient(180deg, #000000, #231f20);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );";background-image: linear-gradient(180deg, #000000, #231f20);background-size:auto !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; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container { background-color: transparent; background-image: none; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container > .video-iframe-container { display: none; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row > .video-iframe-container { display: none; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .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); }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container { border-width: 0; border-radius: 0; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#iy1S0BzENyzX73aykPd6HXAtQtTLOSfB { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:3.4759216308594rem;left:12.466796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4hhqpG7F1xmnaGgg8Be4ah3psnHiLMl { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:49.246073365211rem;left:14.248046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adU5Xn1SqEbVGTJMPJcrUpqBHq3qzFA7 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;height:3.23730625rem;top:26.3125rem;left:16.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBeWnnEwKgXwJsxHlkE04TBDXaTQnGRI { color:#ffffff;display:block;width:16.3110625rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;height:3.46875rem;top:30.693359375rem;left:29.310302734375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xqadQ0pbTAllcv3cTT22MnqzUl4eXeXI { color:#ffffff;display:block;width:16.4978125rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;height:3.23730625rem;top:26.375rem;left:42.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtiqGgDvLFMVkzuPpDslT6bTlQ3DBhsM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:12.3125rem;top:15.937500655651rem;left:18.5625rem;overflow:hidden;display:none; }
#D94sIrxBaiMOFEM514pqowMrilbv97JT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.8125rem;width:12.375rem;top:14.62451171875rem;left:31.06201171875rem;overflow:hidden;display:none; }
#I60iW40EsNfvLJnhuwMEEWySOCtltfUp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:12.3125rem;top:15.9375rem;left:43.75rem;overflow:hidden;display:none; }
#lFBNmeawEhRCkC6ylG8H5ucfD4bnTFFg { color:#aca9aa;display:block;width:19.875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;height:11.209rem;top:32.9375rem;left:15.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxpq5fDTKyuxFfx0tFJVTBPSpqN1iVWr { color:#aca9aa;display:block;width:19.8108125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;height:7.47395rem;top:37.374267578125rem;left:27.56103515625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qRdgRRBINm06uHA8L6q9v8MaSKuh7uCg { color:#aca9aa;display:block;width:18.625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;height:7.472625rem;top:32.9375rem;left:41.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFLWQxmLkiCIsOQwiqnL6G8AMh9U94dK { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.374755859375rem;left:6.248779296875rem;display:none; }
#bE6RWbaCS2PLJwtNSffg6aG9cn5MTouG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M0bxuo6kSkMk1vAnaw37QshNZSdGw2f2 { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;height:2.625rem;top:29.5rem;left:16.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v0WfnTJ917aavNLeqxFFpDp3qngOBvrX { color:#ffffff;display:block;width:16.4978125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;height:2.625rem;top:29.625rem;left:42.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6Rq4GURiorpZOkFEaHkvnI6sLeaIUx0 { color:#ffffff;display:block;width:46.4375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:4.22363125rem;top:7.247314453125rem;left:14.715576171875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Pd9G4xCZm4fvWmbgXzhlIUTZBP9pxwyu { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:48.6875rem;left:21.8125rem;display:none; }
#DpSCXPhlwBt5ZlCacuEfxIiRe1f683qq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDUF8naW7grN7GLTCcyrKxNA8G4G2z1i { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:12.3125rem;top:9.9375rem;left:44.25rem;overflow:hidden;display:block; }
#OwtnabpFSuglm05Frav6QFrTStpGo0Hp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.75rem;width:12.25rem;top:9.9375rem;left:19.0625rem;overflow:hidden;display:block; }
#F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/03a6b990-aea3-495f-96be-cb8e0f49b034/BGCalender.jpg");background-position:top 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; }#F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv.adaptive-delivery-prevent-bg, #F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv.lazyload, #F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv.lazyloading { background-image: none; }#F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv > .row .container { border-width: 0; border-radius: 0; }#F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:none; }#t1nNwhZl9NUTo93TxZshGfNPLr8grWLD { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:14.75rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mbh5uJ80gaP6bTGwT3aHolaBE7Sf19Ku { color:#ffffff;display:block;width:60.68725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;height:4.199225rem;top:11.875rem;left:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vg2Q61H4DZf1C4fAp8rBMaRwcTgynQT0 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:24.125rem;top:17.9375rem;left:25rem;overflow:hidden;display:block; }
#m8FGT3T7ik1TMaCVdg8RDOTKzFDP004t { position:absolute;display:block;z-index:15004;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:16.0625rem;width:26.25rem;top:25.0625rem;left:38.625rem;overflow:hidden;display:block; }
#zd9ywsSxXNSsWDpuFXFVKp8AR1gRvqTf { color:#ffffff;display:block;width:17.99925rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.6875rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:33.25rem;left:42.75rem;height:5.1621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bft8o5bveo05dyOH0NbihG72Jl8e2crO { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.625rem;left:43.6875rem;height:3.41235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CzTJcBOa8cE8OSGJS97hgwBH68Dzf5VT { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:27.8125rem;left:45.5625rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mn8iVyPXAiGDzC8gzSA1tL54kiccMs4x { box-sizing:content-box;height:2.87475625rem;width:15rem;position:absolute;display:block;z-index:15033;background-color:rgba(46,20,11,0.5);background-image:none;top:27.1875rem;left:44.375rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#MRZsCk7GPAwiFdHUcDvrByXdmL5VTA4z { color:#b3b3b3;display:block;width:60.6860625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;height:1.75rem;top:44.562377929688rem;left:7.9998779296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bi2EGTFzadGh7Vq9zS4yn0csMKXF0Rg6 { color:#ffffff;display:block;width:60.68725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;height:4.199225rem;top:53.272705078125rem;left:6.905517578125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wMvJcJr7DbQgtfGcDXXgKykpAJHVu8us { 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:16.0625rem;width:26.25rem;top:25.0625rem;left:10.25rem;overflow:hidden;display:block; }
#wUCyKvJkS7KVBaC64E89Z3y4e4saf2SE { box-sizing:content-box;height:2.87475625rem;width:12.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0.5);background-image:none;top:27.29296875rem;left:17.466064453125rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#JMGwDbg4nTCLKU0mlgDSTeAzrGK4cSr7 { color:#ffffff;display:block;width:7.4355625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:27.8115234375rem;left:19.997314453125rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nZfVnCC3lwl6uwXiUR41a1TOvnG9qKtS { color:#ffffff;display:block;width:16.061375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.5rem;left:15.6875rem;height:3.41235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xrg3gTadok67952mmpiZT67AGAXRN4nl { color:#ffffff;display:block;width:17.9986875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:33.125rem;left:14.75rem;height:5.1621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0LmbXT7L0LWrCw0V0uykSpTsZvSGSFb { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:49.318237304688rem;left:22.061157226562rem;display:block; }
#sItrNJnpVZDBn7LQlGHbaUQypwk3Sf1V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TrnrlP0FXTRuEwU71787ndeoupry1nnf { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -moz-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -ms-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -o-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );";background-image: linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-size:auto !important;border-top:0.125rem solid #ef0000;border-left:0.125rem solid #ef0000;border-right:0.125rem solid #ef0000;border-bottom:0.125rem solid #ef0000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0294375rem;height:3.09130625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:49.43603515625rem;left:38.649291992188rem;display:block; }
#pqc1y88Qx8ndpm5Vf1Q6f0T3xxZekTxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1dPAMHrk0nmNfvF9f6uRTPhp7W7smXa { color:#ffffff;display:block;width:16.0605625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:38.41259765625rem;left:15.343505859375rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1WHQ00pCQRqgJXighvtimZBRgMNhHe9 { box-sizing:content-box;height:0.1875rem;width:6.5625rem;position:absolute;display:block;z-index:15056;background-color:#ff003e;background-image:none;top:39.18701171875rem;left:24.04541015625rem;display:block; }
#arUIv8AIrDw3rQVxLtElDLX58IcJ9FVZ { position:absolute;display:block;z-index:15056;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.5625rem;width:10.5rem;top:24.359375rem;left:9.4646907402075rem;overflow:hidden;display:block; }
#RiCr065JhQXIUg7lzvECUK1132dNcvTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #231f20);background-image: -moz-linear-gradient(180deg, #000000, #231f20);background-image: -ms-linear-gradient(180deg, #000000, #231f20);background-image: -o-linear-gradient(180deg, #000000, #231f20);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );";background-image: linear-gradient(180deg, #000000, #231f20);background-size:auto !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; }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row .container { background-color: transparent; background-image: none; }#RiCr065JhQXIUg7lzvECUK1132dNcvTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row .container > .video-iframe-container { display: none; }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row > .video-iframe-container { display: none; }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .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); }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row .container { border-width: 0; border-radius: 0; }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#VZXhrfTW2LTE1vPhlCV1qHdSV87lXTGI { color:#ffffff;display:block;width:37.6245rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:18.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdXDg96g7BAaDdicKZshTwaFn9vzAqpV { box-sizing:content-box;height:35.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:9.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:2.8125rem;border-bottom-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-top-left-radius:2.8125rem;display:block; }
#HBDS2MSarnmCVrafc6kqd726FFf9IZ6r { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.687rem;width:69.311875rem;top:11.5rem;left:2.875rem;overflow:hidden;display:block; }
#Qu6WM97DSoESBdmQBGsvuoeFddK9lTqN { 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:79.6875rem;width:75rem;display:none; }
#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef { position:relative;display:block; }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef { background-color: transparent; background-image: none; }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .row .container > .video-iframe-container { display: none; }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .row > .video-iframe-container { display: none; }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .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); }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef { border-width: 0; border-radius: 0; }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fx7znuWdDJy0nM4ZPy8CMzHUXhecNoTt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.8125rem;left:5rem;overflow:hidden;display:block; }
#IE0J6lKcHB0ygHDVgkavoyPz0n3A01Fr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.8125rem;left:21.4375rem;overflow:hidden;display:block; }
#sX9NZ6MeXZbZBCzAeyQo2i3LEwzyGHcG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.8125rem;left:38.25rem;overflow:hidden;display:block; }
#RKWzqyftAPiTo096BrBkfmUG6gABqSA5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:9.8125rem;left:54.5rem;overflow:hidden;display:block; }
#elsp8JapCBtNFkaqr18bsAJXvs7SPUS8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.5rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.8125rem;left:38.25rem;overflow:hidden;display:block; }
#qzA8WBtUTyItreV8KzK2JqOt0izdr6CZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.5rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.8125rem;left:54.5rem;overflow:hidden;display:block; }
#x136RrkazGJgOuucuCyQGezm7NmZd4nT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:16.0625rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.8125rem;left:21.4375rem;overflow:hidden;display:block; }
#n8XRK2hXWRsK4vcqlOI6aDD3naTrkZAm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.5rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.8125rem;left:5rem;overflow:hidden;display:block; }
#xcTBpMwWU4c906hUsLcw7pRZ9cptgeR9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.5rem;position:absolute;display:block;z-index:15010;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.875rem;left:38.25rem;overflow:hidden;display:block; }
#vdNb2pXIGQTuSdEMvDL9bcfIcLehaNOO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.5rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.875rem;left:54.5rem;overflow:hidden;display:block; }
#B73cHSncTzaaTVAUcGuTtgyTi3TX42GC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:16rem;position:absolute;display:block;z-index:15009;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.875rem;left:21.4375rem;overflow:hidden;display:block; }
#t9Pg4nwtaf3vFfBy5DqHMFP4BD4ATk2S { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.3125rem;width:15.5rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.875rem;left:5rem;overflow:hidden;display:block; }
#FM6H4NQXVQmRVSbykB28C7o3JVS6T29w { color:#ffffff;display:block;width:37.624rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:18.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #231f20);background-image: -moz-linear-gradient(180deg, #000000, #231f20);background-image: -ms-linear-gradient(180deg, #000000, #231f20);background-image: -o-linear-gradient(180deg, #000000, #231f20);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );";background-image: linear-gradient(180deg, #000000, #231f20);background-size:auto !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; }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row .container { background-color: transparent; background-image: none; }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row .container > .video-iframe-container { display: none; }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row > .video-iframe-container { display: none; }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .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); }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row .container { border-width: 0; border-radius: 0; }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#cUdszaFTWNIa9nGKXzOHnVQEUlWLh5gp { color:#ffffff;display:block;width:37.624rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:18.75rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fPgaWQ3SkfatR1eVXTgFUmw61AS5Jb5y { position:absolute;display:block;z-index:15001;height:26.6875rem;width:75rem;top:12.9375rem;left:0rem;display:block; }
#EMBDUWDWMVShceb50L9QFr90wGrOyC5O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/03a6b990-aea3-495f-96be-cb8e0f49b034/BGCalender.jpg");background-position:top 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; }#EMBDUWDWMVShceb50L9QFr90wGrOyC5O.adaptive-delivery-prevent-bg, #EMBDUWDWMVShceb50L9QFr90wGrOyC5O.lazyload, #EMBDUWDWMVShceb50L9QFr90wGrOyC5O.lazyloading { background-image: none; }#EMBDUWDWMVShceb50L9QFr90wGrOyC5O > .row .container { border-width: 0; border-radius: 0; }#EMBDUWDWMVShceb50L9QFr90wGrOyC5O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMBDUWDWMVShceb50L9QFr90wGrOyC5O > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:none; }#gCTW9GfUoNEO5itVP8o8syvkRqTSCDTC { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:30rem;left:29.125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8JyT0A1RZpxVyPb13ZokZQ1hgfVdmeO { color:#ffffff;display:block;width:7.4365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:27.25rem;left:33.4375rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWMmHVuSaLWllda5gqa7ncSIh7i7SsEF { box-sizing:content-box;height:2.87475625rem;width:13.31175rem;position:absolute;display:block;z-index:15028;background-color:rgba(46,32,11,0.26);background-image:none;top:26.625rem;left:30.625rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#z9Bw66PFRa554mz2vn47ueuvJZ8zkTxW { position:absolute;display:block;z-index:14999;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:16.375rem;width:23.125rem;top:24.75rem;left:25.625rem;overflow:hidden;display:block; }
#sE13BhqApf4TWhs08B5iGAQK88TBc0TN { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:14.75rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPeRiy7Dbd3SPRt58mHf74iUgkCw9OsT { color:#ffffff;display:block;width:60.68725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;height:4.199225rem;top:11.875rem;left:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tdERFdfN9KUHpZhJLaMQfzsBTMgydxLS { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:24.125rem;top:17.9375rem;left:25rem;overflow:hidden;display:block; }
#AAVOi9S7LTKSvp2gBTKbkNLttGcLOuLS { color:#ffffff;display:block;width:17.99925rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:32.75rem;left:28.1875rem;height:5.1621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnwaP5561ceNEXdxAP8BLrQMFEHLWFUg { position:absolute;display:block;z-index:15004;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:16.375rem;width:23.125rem;top:24.76708984375rem;left:50.186157226562rem;overflow:hidden;display:block; }
#p8z1TlTd6mGI8wc9C8D3fgKe2LUOhgGU { color:#ffffff;display:block;width:17.99925rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.6875rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:32.874267578125rem;left:52.749633789062rem;height:5.1621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRIBCahWGnhMi4EGTu1J3i102dZncCCS { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.249633789062rem;left:53.687133789062rem;height:3.41235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gk5h1HEdRpr6yPyza7kL4AV63qEaU0Vv { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:27.437377929688rem;left:55.562133789062rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HP8DP2WKudFf3Xc78kNaQDtn07hvVOpE { box-sizing:content-box;height:2.87475625rem;width:15rem;position:absolute;display:block;z-index:15033;background-color:rgba(46,20,11,0.5);background-image:none;top:26.812377929688rem;left:54.375rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#A2nfcCmp2fkI8TUExZOBUlWm8GImG3UP { color:#b3b3b3;display:block;width:60.6860625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;height:1.75rem;top:44.562377929688rem;left:7.9998779296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQOWNlgQV8ggilq1sfggnw1vTHdlmQ1c { color:#ffffff;display:block;width:60.68725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;height:4.199225rem;top:53.272705078125rem;left:6.905517578125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CA7pHPItnr848hiRnuco59CDO0RTlHfO { 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:16.3745rem;width:23.125rem;top:24.8125rem;left:1.1875rem;overflow:hidden;display:block; }
#W5rKaXRykalgB2s5gkPMpuBC7kRP9krm { box-sizing:content-box;height:2.87475625rem;width:13.3111875rem;position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0.5);background-image:none;top:26.75rem;left:6.125rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#cg0dZTugZmVCNxbRC4tW5HBfvdmEXJz3 { color:#ffffff;display:block;width:7.4359375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:27.3125rem;left:9.0625rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qLlHGTrpXLIrNGFRi977Oox9RSbyD6rR { color:#ffffff;display:block;width:16.061375rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:30.1875rem;left:4.6875rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoywTMDTEwpLDkAFKXHRdV20vG11OyuA { color:#ffffff;display:block;width:17.9986875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.6875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:32.8125rem;left:3.75rem;height:5.1621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I18L29THKdtaO4F7qtmp2eOBigbpxiQW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:49.318237304688rem;left:22.061157226562rem;display:block; }
#Pa6TiQtWIBiuFp43KIdlviao5gkQRtvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dy1xhi3bbgKIzf2Ee5LLfMGWMmWNyp8s { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -moz-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -ms-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-image: -o-linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cee3737', endColorstr='#4ca40000' );";background-image: linear-gradient(90deg, rgba(238,55,55,0.3), rgba(164,0,0,0.3));background-size:auto !important;border-top:0.125rem solid #ef0000;border-left:0.125rem solid #ef0000;border-right:0.125rem solid #ef0000;border-bottom:0.125rem solid #ef0000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0294375rem;height:3.09130625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:49.43603515625rem;left:38.649291992188rem;display:block; }
#QgcBt46XEWH37eka9bG8BhiGMqTt5Cqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRmNBSpuTUaukX31OMZJePo9ZInvCJcf { color:#ffffff;display:block;width:16.06125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:38rem;left:4.6875rem;height:1.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTsMiEyN8prn7yTRi5UIJWuQbVIemZpL { box-sizing:content-box;height:16.5rem;width:23.1875rem;position:absolute;display:block;z-index:15056;background-color:rgba(35,31,32,0.89);background-image:none;top:24.8125rem;left:1.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#b3JhrKbQ3tW7WN4Ssm3n68pzaOFbb2W9 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:24.037109375rem;left:0.625rem;overflow:hidden;display:block; }
#V9Th5aaaELd9bPlufb4CIydx86WdfvMf { color:#b3b3b3;display:block;width:60.6860625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;height:1.75rem;top:54.49951171875rem;left:7.99951171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/03a6b990-aea3-495f-96be-cb8e0f49b034/BGCalender.jpg");background-position:top 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; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45.adaptive-delivery-prevent-bg, #hJOahLv72QCFJZQTwTXCS94CUyvAeh45.lazyload, #hJOahLv72QCFJZQTwTXCS94CUyvAeh45.lazyloading { background-image: none; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { border-width: 0; border-radius: 0; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { font-size:0.875rem;font-family:arial;height:99.0625rem;width:75rem;position:relative;display:none; }#tAciIJuJFrUNWMAy3PRCAX6DUrkGNNqg { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:14.90625rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xSRQSUBPy4H8L5NauRBlOnpwTnhvpKTZ { color:#ffffff;display:block;width:54.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.950075rem;top:8.560791015625rem;left:9.906005859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DP3E9mJrTvN5COwRbR1cB7RIhG5TTmtA { color:#ffffff;display:block;width:22.124rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:39.9375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6TnIZgEvm30cfDNvAfEtTDzCitWkOda { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.4375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:73.6875rem;left:14.875rem;height:3.41235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DkmzBLPCpd0nX6TtF8Jtenk8Adx3uCK5 { color:#ffffff;display:block;width:7.4365rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:69.6875rem;left:19.1875rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzMDXbnlMT7Kmg2crwqLOkDi4fkDbuaU { box-sizing:content-box;height:2.87475625rem;width:13.31175rem;position:absolute;display:block;z-index:15028;background-color:rgba(46,32,11,0.26);background-image:none;top:69.0625rem;left:16.375rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#hIcklwQlplW2nNznUA7WSi97myXVEcgS { position:absolute;display:block;z-index:14999;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:16.375rem;width:26.9375rem;top:67rem;left:9.5625rem;overflow:hidden;display:block; }
#qoHOImGNw7OABLTTbbu6pthWT2qfHvPO { box-sizing:content-box;height:1.5rem;width:1.5rem;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:15050;background-color:#6dd8ff;background-image:none;top:13.9375rem;left:37.5rem;display:block; }
#LXIkxdWa4TernbuCGSdMLkUTggwfa1yy { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0625rem;left:17.375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H5r106o7IJGrJ1lpdgLSrszxGNRlZmWe { box-sizing:content-box;height:1.5rem;width:1.5rem;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:15052;background-color:#ca8b27;background-image:none;top:13.9375rem;left:14.875rem;display:block; }
#iyerMIGAAXZRM6AN16TwGGEuTM7fAyT5 { position:absolute;display:block;z-index:15053;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:23.81225rem;width:24.0625rem;top:18.53515625rem;left:10.966796875rem;overflow:hidden;display:block; }
#i310rDLVnMDNTCqWek7w78dMTVAhtCGm { position:absolute;display:block;z-index:15054;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:22.9375rem;width:24.0625rem;top:18.53515625rem;left:40.12451171875rem;overflow:hidden;display:block; }
#dOGIz2RJPzG5oawyq1yxxhnc9gZe6cQG { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:48.311767578125rem;left:14.906005859375rem;height:3.90014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJqboDVcFmndDl4WK81ufbKwQpw565Uu { color:#ffffff;display:block;width:60.68725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;height:4.1997125rem;top:53.272705078125rem;left:6.905517578125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LrxQxpT6q74da7Da7uFvx0ItWMpcB3Rr { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:24.125rem;top:59.31640625rem;left:25.155029296875rem;overflow:hidden;display:block; }
#IG9TTdxyaxpNB6TCGBeVDX63ApKNKtUu { color:#ffffff;display:block;width:17.99925rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:76.4375rem;left:13.9375rem;height:5.16284375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ok6vJqtQo2fwqI2VmFWM0xEeAZIWHdMB { position:absolute;display:block;z-index:15004;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:16.3125rem;width:26.625rem;top:67.1875rem;left:38.6875rem;overflow:hidden;display:block; }
#AL7xzXWTqsOeMCMoRattghTPZQoRVoRR { color:#ffffff;display:block;width:17.99925rem;position:absolute;font-family:"ibm plex sans thai";font-size:3.6875rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:76.625rem;left:43.0625rem;height:5.16284375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPgOMmywdFy9Jtp36TlfbagL120LnUlx { color:#ffffff;display:block;width:16.062rem;position:absolute;font-family:"ibm plex sans thai";font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:73.875rem;left:44rem;height:3.41235625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSCcIlTT7zNQ1Jp5tBfsx3ydQRwlbbiK { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.3125rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:69.811767578125rem;left:45.904541015625rem;height:1.8374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLibwyi67FDKQiuxkKWMITamzQ5UTEtk { box-sizing:content-box;height:2.87475625rem;width:15rem;position:absolute;display:block;z-index:15033;background-color:rgba(46,20,11,0.5);background-image:none;top:69.16748046875rem;left:44.671630859375rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-top-left-radius:12.5rem;display:block; }
#zqTu00DG6sOLvaD0k4s1pGUSeGSOoeVs { color:#b3b3b3;display:block;width:60.6860625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;height:1.75rem;top:85.95947265625rem;left:8.153076171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4lphd10RTFlQ6Afln2SsxilIcoRwdED { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a40000);background-image: -moz-linear-gradient(90deg, #ee3737, #a40000);background-image: -ms-linear-gradient(90deg, #ee3737, #a40000);background-image: -o-linear-gradient(90deg, #ee3737, #a40000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a40000' );";background-image: linear-gradient(90deg, #ee3737, #a40000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:90.999267578125rem;left:12.825927734375rem;display:block; }
#TbC1nP5QtcBnuiGRPp8nGpAabVLPTOnB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DShfX9JfEWDRZ69txyIwu17T4VTiwHOm { background-color:rgba(26,32,9,0.5);background-image:none;border-top:0.0625rem solid #fe4848;border-left:0.0625rem solid #fe4848;border-right:0.0625rem solid #fe4848;border-bottom:0.0625rem solid #fe4848;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"ibm plex sans thai";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:90.999267578125rem;left:37.874755859375rem;display:block; }
#nERQ3PGBquvvy6oIwl8lpsUcAlp874TF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0CpX96eAHRdn06gSlvqwoVrhUMy94Wf { color:#ffffff;display:block;width:42.68675rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;height:1.9494625rem;top:8.560791015625rem;left:15.904541015625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SymIPmUcOVsduFecstv6buLTfxMJc3O0 { color:#ffffff;display:block;width:60.68725rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;height:4.199225rem;top:53.272705078125rem;left:6.905517578125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;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:none; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { border-width: 0; border-radius: 0; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:none; }#eyu2U2mCWHorFFLZ1h8tCXggi9iCbaEO { color:#ffffff;display:block;width:50.0625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;height:1.950075rem;top:8.6875rem;left:12.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ad6mcWPNGK76p1vc7hxpLu9a9tiovs5e { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:15.1875rem;height:3.8995375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lqGBD0bX4dzoczbwTyp7ntRWTP1ONPyM { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:15.5625rem;left:32.9375rem;height:2.25036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ErGE2Ak6C3VQNLHw9QtUgf4BZKEflRuU { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:19rem;left:36.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uiWkQLLIWrDJcInJShzOPdL6V7cW9eng { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:21.875rem;left:36.0625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lOTm4ryn0Th96UfTddpaIVUE7IDRyMdA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:8.9375rem;top:12.75rem;left:20.8125rem;overflow:hidden;display:block; }
#RPUxhlnzrnltXfVpGgOAavp3MOh9Td6p { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:18.6875rem;left:32.9375rem;overflow:hidden;display:block; }
#t3XTJFsHL3uuimfy79h2dAhZI8QWZvli { position:absolute;display:block;z-index:15025;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.5rem;width:2.5rem;top:21.5625rem;left:32.9375rem;overflow:hidden;display:block; }
#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/2a13773a-25c3-46a9-952c-4086e5da1fe9/bg2.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; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.adaptive-delivery-prevent-bg, #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.lazyload, #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.lazyloading { background-image: none; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row .container { border-width: 0; border-radius: 0; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:none; }#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-form-header {  }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-regular-label { height:auto;display:block;font-family:anuphan;font-size:0.875rem;font-weight:700;color:#000000;width:45.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.5; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:45.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:anuphan;font-size:0.875rem;overflow:hidden; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -moz-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -ms-linear-gradient(90deg, #00bebe, #1a7b7b);background-image: -o-linear-gradient(90deg, #00bebe, #1a7b7b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bebe', endColorstr='#1a7b7b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bebe', endColorstr='#1a7b7b' );";background-image: linear-gradient(90deg, #00bebe, #1a7b7b);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:45.25rem;height:3.4375rem;font-family:"ibm plex sans thai";overflow:hidden;font-style:normal; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:43.8125rem;overflow:hidden;font-style:normal; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.4375rem;vertical-align:middle;font-family:anuphan;font-size:0.8125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:2; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container:first-of-type{padding-top:0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container:last-of-type{padding-bottom:0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:1.8125rem;left:13.625rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.25rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-info-text { display:block;height:auto;font-family:anuphan;font-size:0.75rem;line-height:1.5;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 {display:block;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:1.8125rem;left:13.625rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #T3hr9eV1sRskDzupTSKiHsyWZuKOgUfI { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #CTUQekcc0CseKtonVJtdhTsNSLFSJGTf { position:relative;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #MUWIzmpFzCVQgOtOeKQcGXlIETnrdZlq { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #dLfs5s2TEttpfd7NFSmR2k75JxJC3SXk { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zGr7VVNawbLqfkVe4Vkgrc1JOh7eASCP { position:relative;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LnTTNkvtzEVQbLwAWTDb53WUI34n8n1B { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #KzyPhVJ3cdTzDHvVWl2QAQQ9uUA7VSay { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #tJex1KLWm56eLlc0ewC2sekC7VAZOqNH { position:relative;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #Zh7UZRGkh3CnSeA0GkwosOutb3Zq2iuO { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV .container-column{width:50%;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BVLu2QO4pIe7hSvq46Okpm8yu9ISDHNp { position:relative;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zTStyOgT4kK0biBmHwG2gWMw7c68R76X { position:relative;z-index:2; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #lWEDTWkOhXTXPEpQNHt48UM6IEfIR8NU { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BUGL1AvhGAusw7pDwbtMkrW6AlOpp5GG { position:relative;z-index:2; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zPrKKZ1x3bLd8iq3eZ36VDrTXP4kiXfm { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #uRp7eaohi1LtWHD9SNCoKF784GxEcEU2 { position:relative;display:block;z-index:15000; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LkeMppg4XHX6B811xKLQiG6TVtU635b4 { position:relative;display:block;z-index:15000; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #mlvFUO0yLrTbv2vqOF4rxx4ZUgebWA4O { position:relative; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #ylV8lvimolOBSMeJOaVyExHkldHg1H0A { position:relative; }
#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f20;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; }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row .container { background-color: transparent; background-image: none; }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row .container > .video-iframe-container { display: none; }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row > .video-iframe-container { display: none; }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .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); }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row .container { border-width: 0; border-radius: 0; }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#P0d1znxN0tcVJ2z9KPGAEHK3cqGWtc9s { color:#ffffff;display:block;width:61.5rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5722255706787rem;left:6.75rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#COclOw0HUSL7DwwiMu9OaOG082a9Gn2h { color:#b0b0b0;display:block;width:45.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;height:1.13736875rem;top:24rem;left:15.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M6T02DhdZQtVE7ai1v5opivCOiyrwRwb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:25.875rem;left:28.875rem; }
#bWNTW9OdNSTq0QfnIwCIvwcaUWHhoEn5 { box-sizing:content-box;height:2.436525rem;width:2.436525rem;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:15043;background-color:#e64646;background-image:none;top:25.9375rem;left:28.4375rem;display:block; }
#vniqWNRxavsVTK4oEzyJrxvoK2avSIr0 { color:#ffffff;display:block;width:17.561625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:26.25rem;left:31.5625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UFLT11BLWhpNuceRNiuPUTG9q0SErVJw { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5625rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:15.311809539795rem;left:36.289714813233rem;height:4.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9kr8QZslBS6QJNuN324pxDrUr6SWTOg { position:absolute;display:block;z-index:15046;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.625rem;width:5.625rem;top:13.843709945679rem;left:28.9375rem;overflow:hidden;display:block; }
#d5v4RTFbVyyqJrZF3FGF4dIs7vMkStLq { color:#ffffff;display:block;width:45.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;height:1.94986875rem;top:8.9374599456788rem;left:14.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aS1GIFySBsd8k7prWREirEApezKEml88 { color:#ffffff;display:block;width:17.561625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:26.25rem;left:31.5625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vp49NM3EBnDgbhTTyqwVQyp07gOXQRp2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#231f20;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:none; }#vp49NM3EBnDgbhTTyqwVQyp07gOXQRp2 > .row .container { border-width: 0; border-radius: 0; }#vp49NM3EBnDgbhTTyqwVQyp07gOXQRp2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vp49NM3EBnDgbhTTyqwVQyp07gOXQRp2 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-form-header {  }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-regular-label { height:auto;display:block;font-family:anuphan;font-size:0.875rem;font-weight:700;color:#000000;width:26.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.5; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:anuphan;line-height:1.0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:anuphan;font-size:0.875rem;overflow:hidden; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ee3737, #a01313);background-image: -moz-linear-gradient(90deg, #ee3737, #a01313);background-image: -ms-linear-gradient(90deg, #ee3737, #a01313);background-image: -o-linear-gradient(90deg, #ee3737, #a01313);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a01313' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3737', endColorstr='#a01313' );";background-image: linear-gradient(90deg, #ee3737, #a01313);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:26.3125rem;height:3.4375rem;font-family:"ibm plex sans thai";overflow:hidden;font-style:normal; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.9375rem;overflow:hidden;font-style:normal; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.4375rem;vertical-align:middle;font-family:anuphan;font-size:0.8125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-container:first-of-type{padding-top:0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-container:last-of-type{padding-bottom:0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:3.26904296875rem;left:41.84326171875rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.3125rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-info-text { display:block;height:auto;font-family:anuphan;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M {display:block;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:3.26904296875rem;left:41.84326171875rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #FdNKCNMg5qTbtB1OEaOhd8tNfFTnr5MJ { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #XoTFQSRlREkBSSfUu7KHOIH69kHcgE2U { position:relative;display:block; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #TeHnCpQpg3VXlvLRq1LOZIIyt4xwPCx6 { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #mlvEtiZ11ptL1NpHA5g6OmavWNzSqZBo { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #U5hDToL35lT58lufDB40AdKk3XqrwT16 { position:relative;display:block; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #ub80EthUlC5gBoznsZHREfo6agxGAx0q { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #rz5eAT911eDTULq0vEAsCwdnF7edar1O { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #JSnTKQIlH6upVxdwP1D9M8I5TZLtTvBl { position:relative;display:block; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #NvVri9Apuf6U8xSC33kmny2VGDa1wGXy { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #F3Hb9DIiH0TK1RneGOBvoAPT9yt94DIN { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #F3Hb9DIiH0TK1RneGOBvoAPT9yt94DIN .container-column{width:50%;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #r53eB1mfTdOL6etikKJv9X00cuCyefOB { position:relative;display:block; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #eOwZkJCwHhZb4VF8TVBAsobz1TDCN73T { position:relative;z-index:2; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #XXbbvJGcpUtrSLWTX9MFvZGcoFm0bnP3 { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #giXJJmnUy0uaN0AnCxhVWU5fd9AuzIdd { position:relative;z-index:2; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #Nu9fZo5WTAG2IWG1WD5PglT6ITTsmrCI { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #nubJbnVya7wRD6pkfyAHwf2zAx9HFKuP { position:relative;display:block;z-index:15000; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #QLT8CNd46Srth5XREdVu78LdlVqlAcA9 { position:relative;display:block;z-index:15000; }
#iZaLftc9xwLcKBMoUtsrx3J6fgcdPtd8 { position:relative;display:block; }
#qkbPe5OFK3VkzLKVuGihH7gdR9ULIJRt { position:relative;display:block; }
#nK2d2X7DC2Cgbq0z7HgW4ZBQkgUDH570 { position:relative;display:block; }
#WRZLQb8dDLeHusQTkA3goIQItIAl5717 { position:relative;display:block; }
#FLI7RT82idoHVGzsGh5yOlulifZT1hnM { position:relative;display:block; }
#kJnuQ0qW26ivfOTTnEHKinZHqDcNwvTp { position:relative;display:block; }
#ENsnCfHbWKsaUvJBs7Tc2KUpL5mOclNX { position:relative;display:block; }
#Cg9wwJ9XPJH6OUtymqX3LBFWFxboeFTt { position:relative;display:block; }
#FEZh50UEakCvHwGlDHtEPPgMkF39W362 { position:relative;display:block; }
#F9GsJtcDfMTR6Tmt2fGfDzShVgp8GSbW { position:relative;display:block; }
#lXyZWQXfScF8ULDLsekxKUeEPcdy2mVB { position:relative;display:block; }
#Ve4r5alTNoG7GyQPdI9JT1V8JNXQnkMf { position:relative;display:block; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #AlCrkVLivHB2BzzlfFFvnpM8cCvqZxOA { position:relative; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #fmCZo7GpJlOnVkE3ogUyiBgk6zNDCtp0 { position:relative; }
#i8IMuZtE2oZnqZZdfBALUCZmVXPDp7Fp { color:#ffffff;display:block;width:23.999625rem;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;height:3.90014375rem;top:14.359741210938rem;left:3.0621337890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMRbqw54G8hP5QNPdCvNON5cXF3mVMeS { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:"ibm plex sans thai";font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9371337890625rem;left:3.0621337890625rem;height:7.7995rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XyzkUFOZgISb6NUk5anJkqNTGcZsn7VR { color:#ffffff;display:block;width:15.437rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:22.435913085938rem;left:13.312377929688rem;height:2.25036875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OBO0MwUTDUpBfVEwz81dtxeAnpTCFkBR { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:25.967407226562rem;left:16.435546875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qsKTO4PdeeBtzdhIptMRM0nlAk2HQ850 { color:#ffffff;display:block;width:17.56225rem;position:absolute;font-family:"ibm plex sans thai";font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:29.0625rem;left:16.435546875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NH7rOeKcH0gB4qAfKDDhctz0NmCILPJG { box-sizing:content-box;height:2.436525rem;width:2.436525rem;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:15032;background-color:#e64646;background-image:none;top:25.68603515625rem;left:13.311767578125rem;display:block; }
#KqV2fOBbVyAcUmtfFcKG6C7Ewy50eNBk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.68505859375rem;left:13.749267578125rem; }
#O5nSWSpBSQ1D1IIer7rEgpsb7MsDu3hu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:28.6875rem;left:13.75rem; }
#k8UQmh5RyXBHt0ufCPOROmFp1snTqM7w { box-sizing:content-box;height:2.436525rem;width:2.436525rem;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:15034;background-color:#e64646;background-image:none;top:28.75rem;left:13.3125rem;display:block; }
#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C { 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; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { background-color: transparent; background-image: none; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container > .video-iframe-container { display: none; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row > .video-iframe-container { display: none; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .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); }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { border-width: 0; border-radius: 0; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#Hx12azk7daHrpttboWE41mOgbDmBk6fO { 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:3.1875rem;left:18.75rem;height:1.13769375rem;font-style:normal;display:block; }
#PMqFS83fqaKTglptpU9misBbiUVPSTZf { 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:3.1875rem;left:12.0625rem;height:1.13769375rem;font-style:normal;display:block; }
#cidnGFE4STFkCNgH2LT6wJ0u1SuMs7Mg { 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:none; }
#UL63tolAHnIExmPIHw4esOhgHxvAyW01 { 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:3.1875rem;left:4.25rem;height:1.13769375rem;font-style:normal;display:block; }
#e2SGZkTTzOKvglIWatZzTghEu8uFh1u0 { color:#ffffff;display:block;width:12.749rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.125rem;left:49.1875rem;height:1.2994375rem;font-style:normal;display:none; }
#yhcAt6L43AbDLsX46A83aU63amWcoCae { 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:2.625rem;left:54.5625rem;display:none; }
#qK93nmyWBHDsyqEElS4Ki4QE4IQAGEad { 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:2.625rem;left:57.1875rem;display:none; }
#GkznyNOTAKLAwLS84WzfaEI4RVaQO9Rw { 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:2.625rem;left:62.4375rem;display:none; }
#bJz3m2PGq5DPTcBr0ipr6BRqXEuGLDg4 { position:absolute;display:block;z-index:15059;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.5rem;width:1.5rem;top:2.875rem;left:60.0625rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kWhKEMww2FCkdQt9E4BFSLB3oq3ImX3f { display:block; }#kWhKEMww2FCkdQt9E4BFSLB3oq3ImX3f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEo7501NtL7OX5EqT5xPi3E4wp6F4heR { width:8.6875rem;height:2.375rem;top:1.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx60xGnlQLp0KkV3e0t4WXkKbDNGTH57 { display:block; }
 }@media only screen and (max-width: 763px) { #D0gDIJ1UJwayNfNNfWr62FsWm6BRdsKD { width:8.6875rem;height:2.375rem;top:1.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpV1Ib1eArLaucJoIhiU34liRJ28H4iD { display:block; }
 }@media only screen and (max-width: 763px) { #kgbti4ZTsTpIwMEObpTVy7f2waNnWMd4 { width:8.6875rem;height:2.375rem;top:1.8125rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfKtBFBT9DIqSEw3kKQBdrdgoi4rCWK { display:block; }
 }@media only screen and (max-width: 763px) { #anLOToLTJurJ0lDMNyBEShoxC951925n { display:none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRWQmQiSyQAxH3timTki909pVLzdWCBg { top:15.75rem;left:0rem;width:36.1875rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #asfqiDzk6sSonOBtVFldMGdz2txk3sAR { top:7.0625rem;left:0rem;width:36.1875rem;height:8.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbQVSL7ickeS9wnoqZb3cVhZrKoH9n7b { width:23.3125rem;height:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RA8qWyS7FTczyRTEba4585kZUHDN4WGE { top:20rem;left:0rem;width:36.1875rem;height:2.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEAdGGRhWZWxFuKHLKgcCksyUDxGMRTW { top:1.9375rem;left:0rem;width:14.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1TQLEydbN8Z9JBaCy5I2CGK1JpnoSEJ { top:24rem;left:0rem;width:33.625rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzDCklTa7PMFwQKL7k7bzN2klpa0TAQw { width:23.75rem;height:3.4375rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0oop358avVVSu1hSXaDmZy9iSLwhM7 { display:block; }
 }@media only screen and (max-width: 763px) { #wrDx0wIdMvgFTKrOrXiQ77iByuKDTc7k { top:-0.0625rem;left:6.375rem;width:41.1875rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOm5x8hwq0TW8FQfG9TbSNnFSqszoneM { top:33rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA { display:none; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hzHGVTwJddTb8TJFJZcMCMQ9qTmRzfLa { top:15.25rem;left:0rem;width:17.5rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pt4KKeToDZAEmv0Q5fleB4BJVq6alS5v { top:7.9375rem;left:0rem;width:36.1875rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVnNR1rvQ55a7UsRUoX0sHONzzJDNfno { width:23.3125rem;height:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJKbbfKp9FFMqvTE8p6k7eZddKHPMhwX { top:23.375rem;left:0rem;width:30.5rem;height:2.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXayFOhW8mqBG3DTLoBTnLWfhfmDK39F { top:9.3125rem;left:4.310546875rem;width:19.9375rem;height:3.6997422680413rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQV0ph9mi1epvONVU89lApquqsG6hVXL { top:28.9375rem;left:0rem;width:33.625rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2pPwEiA1hcJ8521ucuxhhQxEPzxxB7B { width:14.375rem;height:3.4375rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0MoCklxg0yKvTODDPJxE5TyyUB619D { display:block; }
 }@media only screen and (max-width: 763px) { #umwB982tGHf1oG92nfm9oc0sSELSr5OD { top:5.875rem;left:6rem;width:41.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCI8bmeeUtTcyb0a8UFtwSdUqlVEGmoK { top:33rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybi2C2AyCNqib6DCI4pBSixuIu3uiAxU { top:13.5rem;left:7.875rem;width:9.375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbKyAZqOkGxFppkcnC9u1fx6rmw8ouGp { width:14.375rem;height:3.4375rem;top:35.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R24QBbNL5CT3FmGlHuCWTyEPuVbLiwgi { display:block; }
 }@media only screen and (max-width: 763px) { #ytTliNGJJZS2LDSsEKivPrvmTRops1mQ { top:40.3125rem;left:0rem;width:25.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMu0OEHAUegQqLompV4kWCEtQQDfCWmu { top:9.4375rem;left:0rem;width:13.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leULv4y8iouhWpe5xqmVCvtlzETqTnJR { top:15rem;left:0rem;width:36.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLLRSDqPrg1TqhcSA2EHVJ1MQKz5I6Mt { top:37.5625rem;left:0rem;width:20rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ { display:none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hlrzSIaTuwyecTEmlnn2h1HwLNEokrVl { top:15.25rem;left:0rem;width:17.5rem;height:3rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dugGdAJ04rcV3fz7OZJXAUCeIzxINEni { top:7.9375rem;left:0rem;width:36.1875rem;height:7.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXmuNeuG1eixTQmFW6FyKVGEwtNsgRwf { width:23.3125rem;height:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBxTemP9sH2qInuzlE3GApF0IJAAWG1Z { top:23.375rem;left:0rem;width:30.5rem;height:2.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Phk5edibxAvLdVoRUnFyKTkgTTs9oTX5 { top:9.3125rem;left:4.310546875rem;width:19.9375rem;height:3.6997422680413rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIHKQqFbDA4JnRitE9T8qHSMJR7WBPA1 { top:28.9375rem;left:0rem;width:33.625rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWIADs0XdOPUAJ3Ln1JwV1P10a8zu31M { width:23rem;height:3.4375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gca9nSTmd1OS67MhECOmVQrCZniQnIMe { display:block; }
 }@media only screen and (max-width: 763px) { #wifG4rlNeu9ysbLVN90tKguw8TD6xIBX { top:5.875rem;left:6rem;width:41.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv91ts3t8XMogF6DkIOe0uAvIK45hVR9 { top:33rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRJlUmva0zveGBsD6kkJ7J0Lwqbl4S0Q { top:13.5rem;left:7.875rem;width:9.375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtrizri4Q8VQ0TwfvEKaLzA4Gk9VPtm0 { top:9.4375rem;left:0rem;width:13.8125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbQDM2Lu3l2rcPJ4oRRK9QcMz1iORJnR { top:15rem;left:0rem;width:36.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPvmfysUVFOBcT0oXLgGcNg4VxSsR45 { top:37.5625rem;left:0rem;width:20rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA { display:none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kSuLC4G2i0VdvMBK730d7qVgKzsI6y6h { top:1.375rem;left:0rem;width:13.4375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOdvSzpXgXZbTMD8thw5B7rz2G3I6gg { top:6.9375rem;left:0rem;width:9.0625rem;height:2.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVyyQeb9OrLxyUmICp2WMTBX1TK9G1Sw { top:0.9375rem;left:0rem;width:7.8125rem;height:3.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItESXsoBIX2V2PwNuT1ffQ4KhFVWZdCM { top:1.4375rem;left:0rem;width:13.4375rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGU5BsMaD390d48c2OtTiPsTR7sAxfXH { top:4.625rem;left:0rem;width:8.125rem;height:1.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gO8zxTPq6cHO0xTMEJBdzWXdsa517FTG { top:0.9375rem;left:0rem;width:8.1875rem;height:4.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDzMRSbRsl00OlZFDJZGyQc1vEpmH1G1 { top:1.3125rem;left:11.186767578125rem;width:13.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8iLLDqm4rag6OxhwTMidKQkB4a3lfWo { top:25.9375rem;left:0rem;width:7rem;height:1.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRtSPxxgQQfKSwwwbFtKCLoLzyECAZAa { top:22.0625rem;left:0rem;width:9.0625rem;height:3.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9bPTmrqTiOpfzGsFDIJZuTQpdCN675u { top:1.3125rem;left:22.624755859375rem;width:13.5rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ildRNB1rtzxdKmdczs5DwFcheU4ITPZ8 { top:26.4375rem;left:0rem;width:7.3125rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCiDTi4GTRZwki63S4SFZ2443Eh7PHun { top:2.5rem;left:26rem;width:9.0625rem;height:4.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIk3Xl1OwhpxpTGmrOZQ4GZhgbhKxS2r { top:2.5rem;left:37.4365234375rem;width:9.0625rem;height:4.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CtOgDQNXlEJIsmnwJQ8N8I0nQnlknh0I { top:7.125rem;left:37.435791015625rem;width:9.0625rem;height:2.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoAm5W3BE1smHKBdCFrk4yn8w1iD8zi4 { top:1.375rem;left:33.9990234375rem;width:13.4375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbPrV2imFvTGNnZ6MvfAVnasGSqa8BOW { top:40.3125rem;left:0rem;width:7.8125rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BCgb2fM03GK12OdvTqsSONQHTGnMEWEE { top:43.5rem;left:0rem;width:7.0625rem;height:1.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNC7qIyqTUlxVDZV9evkNetghbsXJcFA { top:1.375rem;left:34.3125rem;width:13.375rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZQ2iN5E2abA3rvNLW0e0W3pcfUxUVTU { top:26.375rem;left:33.873779296875rem;width:13.375rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1DE2kkLehzFccleO0qqQlKTTnoaFri { top:26.375rem;left:34.375rem;width:13.375rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBt7W3k4g9QI8nGMqFbOA7vOThlRkIwQ { top:26.3125rem;left:22.49951171875rem;width:13.4375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwqQ6zTCAtXwTwen8vJxCnUG9dEd72SO { top:26.3125rem;left:11.1865234375rem;width:13.4375rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh1ysKgD3fBpOFbhvqnOOIcfJCFbiUmA { top:26.4375rem;left:0rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESavmKwA05k46yH9ArsIUKmgXuom4erP { top:26.375rem;left:0rem;width:13.4375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTlmq0fDUDAIcBCmEzyUT46KWRPTqE6D { top:62.5625rem;left:0rem;width:8.5rem;height:1.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0KXrsUxV2eH6qV3NJ3ag9ZOOu5rbbOK { top:86.5625rem;left:0rem;width:7.5rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItyRlm03Imltka7EMxwkofXNhkUVXiiF { top:109.8125rem;left:0rem;width:6.125rem;height:1.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8mbtRpkUvzGeeMRq7O1ErnR7H3VhS0J { top:109.8125rem;left:0rem;width:8.25rem;height:2.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlvUytrJx4WyAuKkDZQ6hw7oV29vKfGK { top:65.875rem;left:0rem;width:8.4375rem;height:1.625rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxpe0CoF3r2oTVtkEZMue0AnTCJbsWGD { top:82.8125rem;left:0rem;width:8.3125rem;height:0.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3pn9H2EgBRZNl2MpXx2AEobrXbfzI0U { top:64.1875rem;left:0rem;width:6.0625rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZ7d7W2kXq2dlLPtxBTg5D5cr6bAZlGu { top:64.125rem;left:0rem;width:7.8125rem;height:3.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrNcXUBn4dmsg58oyTWHF5eFaTVIzcGw { top:79.625rem;left:0rem;width:9.0625rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPcFy1K9t11JctJKHnDMrW2HpJ3WsJlT { top:79.625rem;left:0rem;width:8.25rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mn6nyypcr0HaqefhSigwGmuexFBQauKy { top:105.875rem;left:0rem;width:7.25rem;height:3.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4RTqf6xKi6b582GH67QhP0x6bNidZwI { top:105.875rem;left:0rem;width:8.25rem;height:3.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgT3rs65izdgHSILVdOt7qQTxRLc4pCk { width:23.75rem;height:3.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT6JwwmTB0KKcaTbu3L2Aeg3Jty8MBoE { display:block; }
 }@media only screen and (max-width: 763px) { #WzVwpIHcW38EE8PELgNWNKAW1aoxy27W { top:5.125rem;left:0rem;width:6.8125rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OA4uUZdzAWkMkRk3VtF3d6mi79JVCnSm { top:26.375rem;left:34.375rem;width:13.375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNuVbmf3HaiiSWikIx1TdeMFGwtek3kV { top:26.375rem;left:33.873779296875rem;width:13.375rem;height:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZ3M04A1Q5N1meexfXqq8FEPD8zSnAUM { top:26.375rem;left:34.375rem;width:13.375rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3SwHaAbG2FfoeUlG0qdxmFo7p6xM6lM { top:124.375rem;left:0rem;width:7.25rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7mCza4A2U3K3MXEb74JkIb8JZaEWDw9 { top:127.875rem;left:0rem;width:6.125rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hz6Nw2x398nqrD3CeKVbFRFonzRXtGOF { top:126.1875rem;left:0rem;width:7.25rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTHMstGXNC4wt6W20Obu8Q1NG0rPX6p5 { top:129.6875rem;left:0rem;width:6.125rem;height:1.5625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd00wg57n3zGzKxmR2KMAH7HpRIX52VL { top:145.5625rem;left:0rem;width:7.25rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #igLCa8zTBVMXiPRTuw4uc4gWdDMpVAdK { top:149.125rem;left:0rem;width:6.125rem;height:2.375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5x4ZMfdS7iKDnZZnZmzX9oyU26aTDJ2 { width:5.1875rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNFmEdNtlzxiPuoXvy61xitcBJpUfoVZ { width:5.1875rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU { display:none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnFcPxfsppMEr5H3iRixpTmMawaepm6b { top:2.9375rem;left:1.6875rem;width:44.375rem;height:3.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuOICp3iKxLLAMHImqsdRJrsxIewZiZW { top:7.5rem;left:0.1875rem;width:47.3125rem;height:2.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST { display:none; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #af6ac201b5b83d2fb0d7633035becd02 { top:9.125rem;left:2.1875rem;width:10.625rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W944846a02f00ab02f2d51d94b742908 { top:4.8125rem;left:2.25rem;width:9.8125rem;height:3.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6f46d59b43b4091bb35cbf0b5714a77 { top:1.5625rem;left:0rem;width:0.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2d0875d456c68c9f43a630cc068167 { top:9.125rem;left:0rem;width:8.25rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfc44be609f38db79da28e1b57a0b093 { top:4.8125rem;left:0rem;width:7.4375rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1f13a90ca68b0c22458bc8f07dd2ac2 { top:9.125rem;left:12.5rem;width:9.0625rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dc6b5ea135d1a904f73a085cdb93920f { top:4.8125rem;left:12.5rem;width:9.0625rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a46be1043746fe7abfb538d7dd79002b { top:9.125rem;left:21.5625rem;width:8.875rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J66a7c1a04a5be2f60c8a8118c38bd65 { top:4.8125rem;left:21.5625rem;width:7.8125rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb32517ea63c6aecb5caaec73fc1e6b7 { top:4.6875rem;left:30.875rem;width:9.0625rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S32a6d1a8f887d956db5a11339886f20 { top:9.125rem;left:30.9375rem;width:7rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dd33c82ff0d9b5c294836f1a5fb8f05b { top:4.8125rem;left:40.1875rem;width:7.5625rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0195d085815aae2a868cab04210a93e { top:9.125rem;left:39.4375rem;width:8.3125rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a71351dc5cf1efbf9dbed8b80e58c714 { top:30.6875rem;left:0rem;width:10.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tddc77c6d910ab868dfa71c14b0180f2 { top:30.1875rem;left:16.875rem;width:9.0625rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5157728aa8c1fce9a8abc79aa7715bc { top:30rem;left:26rem;width:9.0625rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d53503c6b12c34db534727028a8c85c2 { top:30rem;left:34.8125rem;width:9.0625rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f262a91aa2e593b16dfd95fed9b63e88 { top:30.6875rem;left:0rem;width:8.5625rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9e982a8f85e9dfed67a2ae7326bd3c9 { top:30.1875rem;left:7.75rem;width:9.875rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d6ecfa1f44d69f356939baa28e5952ef { top:26.4375rem;left:0rem;width:7.375rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qc3f23d7c1fef361c4fda8fab7c4729e { top:26.4375rem;left:0rem;width:9.0625rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N20edcfae336affdc439991256209743 { top:26.125rem;left:7.75rem;width:9.0625rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L493e98bd8fbd289f9e8eab91954a0c3 { top:26.125rem;left:16.875rem;width:9.0625rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Id1b6502660f2f1bba7c9b227a1e8b84 { top:26.125rem;left:26rem;width:9.0625rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fb848d5e52b8b35785f51c8869fe7e13 { top:26.125rem;left:34.8125rem;width:8.125rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z931bb3ec8e3404cad3fe99e543e9e4a { width:23.75rem;height:3.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cec2b62c36e8f38c726ecf230723f7d0 { display:block; }
 }@media only screen and (max-width: 763px) { #k1e7fba4c1bb48412c132a857d0a5198 { top:5.0625rem;left:0rem;width:6.3125rem;height:1.625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9e51e35afe9f9d58684f1821257732a { top:4.6875rem;left:0rem;width:11.25rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7d66dc9f2f16968b940f42373d674a1 { top:4.6875rem;left:0rem;width:11rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e19e0a9319882d899b213fb0d646bf43 { top:4.6875rem;left:9.125rem;width:11.25rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57691c182d64d9f266924209da53c66 { top:4.6875rem;left:18.4375rem;width:11.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r08bde56654a065e3e55a1f65e0a854d { top:4.6875rem;left:27.8125rem;width:11.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdf584d24c362f66e9cb79c863a070c { top:4.6875rem;left:36.625rem;width:11.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4b14fa252cc48e642f7880f6b6764cb { top:4.6875rem;left:36.625rem;width:11.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee09bf90f44717d633f29dd878f848d1 { top:25.75rem;left:0rem;width:11.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6d3123bf3471de426aed01776a8631b { top:25.75rem;left:0rem;width:11.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9e5d2e414ede6b6a6bc6903ae371d8a { top:25.75rem;left:4.375rem;width:11.25rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f098c41f79474e9b0eff68072cb9b955 { top:25.75rem;left:13.5625rem;width:11.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b066cecc3ade62b0bea96f426ad566bb { top:25.75rem;left:22.6875rem;width:11.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b24cf14a46a860982b74bc2954781272 { top:25.75rem;left:31.5625rem;width:11.25rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf187bdbeb1ef3d5c31748c74382404d { top:25.75rem;left:36.5625rem;width:11.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf9edb67ee1425303946eae28b7bd79b { top:25.75rem;left:36.5rem;width:11.25rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p826cf59326630d9eaf5a0974e643d7e { top:4.8125rem;left:40.25rem;width:7.5rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e29a74b542d18babc9c4a836ba96b838 { top:9.125rem;left:39.375rem;width:8.375rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7e12a3edfadc2accf8f898f31375ab0 { top:30rem;left:38.3125rem;width:9.4375rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a93600e56268d7d56909649e34d74e21 { top:30.1875rem;left:39.5rem;width:8.25rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R95dfe1b55cf2dcf55769ecfbd804fe9 { top:26.0625rem;left:39.625rem;width:8.125rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i33ab69580c8e1f8eb47929a53224f66 { top:26.25rem;left:40.375rem;width:7.375rem;height:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7d0ab20b8023baeb3f1a949e175612b { top:44rem;left:37.125rem;width:10.625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb6f662e82fac582dee1f0b71a81ca9e { top:44rem;left:37.125rem;width:10.625rem;height:1.68685rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3 { display:block; }#VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #whWieJqP8x07eKD6NTKXi0m9Ak6LHGcQ { top:3.625rem;left:0rem;width:44.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutzZVzHO97A9wr819sS8B0qV0fzsRU6 { top:8.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnfX1B2nBKhVqkGxzHysFdQC2szU5bSp { top:13.875rem;left:23.875rem;width:22.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmR4JzCMD7UDp7HdS36wO5kE8MRH2SNb { top:13.8125rem;left:23.875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvmOAHzDbeNl3EABPdRymIhF57PU7sm5 { top:13.9375rem;left:7.375rem;width:16.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGw7qrzNdQTkL4s8EGDimo8P4nrUhsak { top:13.8125rem;left:8.125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PBRl2RebaUUHHgfFm6fU1vLSMMf8Fk { top:5.25rem;left:0rem;width:20rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEkoHuMQKSAgOfrQzkBZGpXMdb34o1qS { top:18rem;left:21.9375rem;width:25.8125rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve7FlA8kqJko2CXXUaVi4FLWvBwKG9Bq { top:18rem;left:0rem;width:25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 { display:block; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7KNRZ37n0tdPROmAmlqpXDKVbcbUHI8 { top:3.5rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLP71PQAKKoKr8PTOdFvLo9OSnWl3Edl { top:21.6875rem;left:0rem;width:47.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8909sykZrcMaAa1hCRIxXOpolfdbw2 { top:32.375rem;left:4.84033203125rem;width:18.4375rem;height:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #km7KFBTBTOav6TIM11UBcphytxO7X3f6 { top:25.25rem;left:4rem;width:19.875rem;height:6.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGwIuuqou1RNdHuT5bsx4cRn4itV9e7m { top:23.625rem;left:3.90283203125rem;width:5rem;height:9.4375rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0GSWGhpcAh76Nf9TJipqbV4s4btT3EP { top:32.5rem;left:11.6875rem;width:12.1875rem;height:4rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h76rImJaiMCKlaziAIXkeiL2CteTtyPc { top:32.5rem;left:23.875rem;width:11.25rem;height:4rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcuLpR4zd3UyccLThc6sy73QlKIm20Sb { top:32.5rem;left:35.25rem;width:11.25rem;height:4rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKagDDQU3TPgAi8m6m43sRAVMOlUn7n8 { top:23.625rem;left:13.875rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBplvq2SaBtHDuJ3PKDNHUxX3yqG7VG8 { top:25.375rem;left:18.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezzcfbKsNBEqzTQFfnyWpTU7DOKiMBFp { top:23.5625rem;left:23.875rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0doA31hgJ1fvHySDmKhlESMargn9cBh { top:25.25rem;left:25.247314453125rem;width:4.375rem;height:4.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQTPHFPutq4FWwqDuXbniXzzyTdn7EJK { top:23.875rem;left:35.75rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCTxnnb8JEJCsgs0r29CGFrAP9wDMcHc { top:25.25rem;left:37.967041015625rem;width:3.25rem;height:4.6000720913862rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzeaKM67IZ7JMvd6bvb0EP7xzLxKlMz { top:49.0625rem;left:0rem;width:30.4375rem;height:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C09cs1zaX8iGnqofz8toKxM6iSsW3ItZ { top:41.75rem;left:0rem;width:19.875rem;height:5.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSAJrVqUDItdMIIcdXt1iXbTFvdrWRFi { top:46rem;left:17.75rem;width:30rem;height:9.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ib3SJ4Edb2P0S83shURSFQTgmnKDQSkH { top:41.8125rem;left:0rem;width:15.3125rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TS85BETcUtSK70M31qOUI3qOyl3L1eHK { top:9.75rem;left:0rem;width:47.75rem;height:8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdJ7UhloVHVhh0tDiUFKOMiyFtJbE86H { top:8.25rem;left:3.3974609375rem;width:11rem;height:2rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 { display:block; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEsyQVSStSMrSOzR7aAUsZFv1kQhgn1x { top:4rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFfBeBqUkRGg3Mq7pIASvUBcLf86RqDe { top:20.75rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTnQGX0yevMcCF2ec4EQkiliLt689IA2 { top:27.9375rem;left:0.90625rem;width:12.8125rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jw0xT623GKJL0bSLBJuZ00pT7hbEzF91 { top:22.6875rem;left:4.25rem;width:6.125rem;height:4.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpKkXf8sXEWOT1wIUU6lbJMplZfIfbRK { top:21.5rem;left:0rem;width:5rem;height:6.9375rem;font-size:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIhDrXQPkFf0cSDs55v4tvEf9AAfVtTg { top:27.9375rem;left:15.375rem;width:8.5rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXzKBfR3TDDdzUVsKshuILMghqFTotWa { top:27.9375rem;left:23.875rem;width:8.4375rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEM9EfiE0srr7ToMKQfOILE5R8S4fWFU { top:27.9375rem;left:38.53125rem;width:7.25rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ib1BW8kDJOUFPVh9buA8eeDSlnqvI6T5 { top:22.5rem;left:18.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI5e3ix6UNp5wobMA8JgHT6tSiVwUHH2 { top:23.5625rem;left:20.46875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyvE7bc0ezUGNeDd5VKz6o09lHiSgoO0 { top:22.5rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHevdDbNFNGi0Bros28sKCiSlEC3BFR { top:23.5625rem;left:24.02995300293rem;width:2.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7OlbZJy38ffSLButgFcv6EtVyUqRt4P { top:22.5rem;left:38.53125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCDm50CxuDpT57ofDpD56R8sxNMo0tmp { top:23.5625rem;left:40.0625rem;width:1.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orcQK4p4ivPWf5dc41iuLKXsXduErZnv { top:65.0625rem;left:0rem;width:30.4375rem;height:2rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T76mleKtsU8lHgtQctaGUkHfOPMCTiQd { top:61.6875rem;left:0rem;width:31.875rem;height:2.875rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDuETcmCeDyF7gI3OTTrGsiVg5T5fS55 { top:57.8125rem;left:17.75rem;width:30rem;height:9.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZFy6BV5s3FeyMWMX5G8Di2TKa4yoGoE { top:41.8125rem;left:0rem;width:15.3125rem;height:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eyu7A3H3XRzJ3nf6dnW5fCokD8oghAET { top:9.75rem;left:0rem;width:47.75rem;height:8rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOqZH52Iaa4S65C3TRf3R98soVB2c2i0 { top:8.25rem;left:3.3974609375rem;width:11rem;height:2rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nn7M908LcDlgsBw3ax8HBuOmNTKNMF15 { top:55.3125rem;left:0rem;width:13.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyrdgD6wiTSuOtJn0liWXggavCwSLGos { top:33.1875rem;left:0rem;width:47.75rem;height:18.155583972719rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUGDATTmAZ2EzBneDozOnkmHPwa5bOZZ { top:24.5rem;left:0rem;width:16.125rem;height:2.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg { display:block; }#N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkuRQRBSv3azDquAJKpVt4lEphBDEnyE { top:16.0625rem;left:0rem;width:47.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezZtAtfBq0rhpatqqdtDn8fhoMPoWFTW { top:20.625rem;left:37.375rem;width:6.25rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS9SQsh2LXmnvvE7BcPkTaVgZNseDG12 { top:18.25rem;left:0rem;width:42.1875rem;height:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMeOgC3IcuJoOqHkSFIee2wLyTON4EOl { top:2.5rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSh9Oc5SdU4Cs3XUGqDDBkO8Rz4kmGAr { top:24.125rem;left:0.875rem;width:41.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g1rApVL4kKkI62rvw2IlTxEPtNNDVZ5b { top:11rem;left:0.875rem;width:41.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4dbkX9ym21AVBvqdyfm8Od0NB89taK4 { top:4.6875rem;left:0rem;width:42.1875rem;height:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #utIeVQlxpLbGw020uwgph38i0hBSwTMi { top:4.6875rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4kmn594SPSIKGZBZrx03ibPBfotWLvW { top:18.25rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7WOq69Tik8qTgRxl9eKhdUe7i0DLZOV { top:9.125rem;left:9.75rem;width:28.125rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoJl077ZlsvTT8ylhJC5WZfZ8b68nMXC { top:30.0625rem;left:0rem;width:18rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UThiBDEZR1ClaxZCa5DQV0Q3qCNstPhl { top:8.125rem;left:0rem;width:11.875rem;height:5.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTD5kTAMT3qJu84TciVGxc3ICyK0952T { top:32.8125rem;left:0rem;width:17.25rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaVUTM4WtRECN6pvPT1vLM5Al92sZR0w { top:3.5625rem;left:1.5306015014649rem;width:44.625rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leyGHqWHlsPSUzqFcpJNcgrKkiT3L7Tt { top:1.9375rem;left:40.4375rem;width:7.3125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixwIZCVgTomhl4B9bJWXmAc6fVhAxTsD { top:20.625rem;left:41.5rem;width:6.25rem;height:10.499375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORF4GTHsBFQGHkv0F2zVbln2nJgmaLDC { top:20.625rem;left:41.5rem;width:6.25rem;height:10.499375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVvbHqUXfS10vWpKsSJ416EVqR4NvSAL { top:11.25rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQeLWgEh3VRqQHIJQ4yvUkwTiah9MD92 { top:26.0625rem;left:0.875rem;width:41.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UDTtxrohx1OMRlZGSh8M2xW4vndLrHBl { top:24.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNw2dU7ugkWwfiJG3hTf06GayFRih5PM { top:26.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybozVnhsyWwePTU6mAMyzuzJigLkA0mL { top:20.625rem;left:41.5625rem;width:6.1875rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZKivaWpIzbxSMR5l9NdrcD8kEgozDBn { top:19.5625rem;left:37.125rem;width:10.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RNlaxrLkIQSbMWUkOm7bQ3oirpLB2N { top:15.9375rem;left:0rem;width:17.3125rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iO6u6toHMmXHTEBPfAcIJ05TfKoqqfxN { top:38.1875rem;left:0rem;width:17.25rem;height:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJgPRPntqafLhDz88CSk2qOfCiAhGEJp { top:41.3125rem;left:0rem;width:17.25rem;height:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KveMBThy7B2NQO4qfw1KvWm282hWbuEz { top:24.0625rem;left:0rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIHysTZ2ZRgsA3ptIT0pDyhPTEsPgTFm { top:24.0625rem;left:0rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7I6Q2MndiuBJJZlcw1y83zAebUOtbb1 { top:28.1875rem;left:0.9375rem;width:41.375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRzAbs26VKqJttfmliSlL9iTEP6WpTT9 { top:28.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5MkWzFqWF6Sx5D0IMissHMK5aQFXh3a { top:30.1875rem;left:0.9375rem;width:41.375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONzxl7PJgrT7MADOk150lH8Ii3KBSLRE { top:30.375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvyUyHJyNMfBLT5xdB9oHwzt3WbGkxpH { top:41.8125rem;left:0rem;width:17.25rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 { display:block; }#TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lH2s17GR3zkrkEWO2m4Dldf7XHanTaQl { top:31.25rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaRXi304E3DTHb7xMOUQm3UOVtgtUQK4 { top:31.25rem;left:33.375rem;width:14.125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxvXWPKs5fLm2FbcwrmGoeTnyJZSUxs1 { top:33.5625rem;left:0rem;width:42.1875rem;height:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHJLQOPOPeit6s4gWyfKZkq6CWcymuzL { top:0rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGgGSO6ZcTk4Zg6FFpRPWSuTdaLPt2Eu { top:0.0625rem;left:40.1875rem;width:7.5625rem;height:14.072649787248rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN2p2kTIqiZ7HFwXdomPhlW5fgTMOgu0 { top:39.3125rem;left:0.875rem;width:39.5rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpM3l0MSGBfSyhO3J3x63boEDX99lh00 { top:1.3125rem;left:2.5625rem;width:36.3125rem;height:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvc2SD8uFo0I5rBBT0OoDPXNGPec1kWT { top:15.625rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKH8eD6rxTd4Ub5tfEoNm7D4DEQqmRhs { top:16.25rem;left:33.375rem;width:14.375rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQZTDWkP9dXd2Xs0SdzbBfqP4xco5uMF { top:33.5625rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEfFpJgENTs0ZRyHiLVZZPitXAafJG59 { top:23.625rem;left:0.87451171875rem;width:42.6875rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEFuH11UXGxVawbnuhSoA8H57WJoT5OT { top:17.9375rem;left:0rem;width:42.1875rem;height:4.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oAbbBtmChKfkPW2zFGHtGTuW6fWZaN2G { top:17.9375rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1bRAWuaGxBX9hfXZrsUPGbo4TLSXVcr { top:4.4375rem;left:0rem;width:1.875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPVF9POx33zTKo3zTn4sbD0s5oUqtAgE { top:1.6875rem;left:0rem;width:1.4375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOukuEhnLMLTf2yxc74zWuTsuVJmpoA { top:3.125rem;left:9.75rem;width:28.125rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7THGGIKKgNKPBqHgwgJQKxT8XSQ2Sek { top:6.1875rem;left:0rem;width:18.5rem;height:3.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zt4TpEgfBmtiAH4VOQDm0TtzTCsUMIHe { top:35.4375rem;left:0rem;width:11.0625rem;height:8.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbFOEiAp19oWE2F2SDA5EtqOn78Ohy4r { top:1.625rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiMIGS1vq9Qv2TN5PxAoC7N9v5WXaaWH { top:8.625rem;left:2.25rem;width:36.875rem;height:1.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #weHnLHbHKGgtOkOvlu02JKFq4RfnzWo1 { top:18rem;left:0rem;width:12.5rem;height:1.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #td8d1o11x47U7Ad29vI6ud0I0L62s3WR { top:0rem;left:19.5625rem;width:28.125rem;height:14.279893834979rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmJ502KueF3Tdk7qhCvbZThI0IAwyHqr { top:8.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD3TN3J4ZUmy749rnEVOfCqDJbzUwh30 { top:23.875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #My9caWpg6KT3o3OJ5T9sFkB3td1ytJKR { top:25.5rem;left:0.87451171875rem;width:42.6875rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbQ43CHV1Qv1tsANKZfzh9fUkiPhQOoc { top:25.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKWnv4SedVrTzehoIaOK0WXr5kmvLGBk { top:41.1875rem;left:0.873291015625rem;width:39.4375rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3yAMPdwrIgGMLiNCEd7MdWNG3JnAq8M { top:39.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXpr8UchoqIOsRfKhGFG0Eu0hMooDo8g { top:41.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omgxCVwMQFMARZNek9bLLRyNeCBLh1Ql { top:46.8125rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H150dCw0VEnEm48A6wGsuFvDTQWJuTnE { top:48.875rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFLkpUeGnO7imI75h3OcJ0yldU4HQvyl { top:48.875rem;left:0rem;width:42.1875rem;height:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNQsk9qpk1my4haM5ZcbTThhDp7Rv12f { top:62.5rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UylNfXVmCdkq001VoN3NhBfGVLOfOrPT { top:64.375rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbfsQEL0ONdOcciFeaivHmIJG1qqrFVR { top:64.375rem;left:0rem;width:42.1875rem;height:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHED6F3qZFMfB8XHgrQqRTphPGB10JlL { top:54.5625rem;left:0.87451171875rem;width:39.4375rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5ccOAaTGGcD5o0RHkqE3pC78TTn9VBX { top:56.375rem;left:0.9990234375rem;width:39.4375rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbRaFBJkQdVgOyEh7MgSW6GfSAr7WrU4 { top:58.1875rem;left:0.9990234375rem;width:39.4375rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3Ro2taKDZZGRmcTrbE0PmtvqdcIsNaO { top:54.6875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBRsh9lGKO0i50wVLuIHbM58FJ677Txr { top:56.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6eLF0cD43PMwKOUf9saZCVB60r2tTNs { top:58.375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGWcg2tAr7sXfAkAQOgSXIwTqhny3V7V { top:71.125rem;left:0.87451171875rem;width:39.4375rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyFga8uJ7sAdyT1zqpImclffWbcziyeB { top:73.125rem;left:0.87435150146487rem;width:39.4375rem;height:1.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0scwbTJXelAIiEnGXFRavfxCdVRteIV { top:71.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQsBPDNuCNJqxO78vRGDIMEddUoTXDnS { top:73.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ocbvBQi3DcE9ceSXTLFqMfD32s2gDF { top:62.5625rem;left:33.375rem;width:14.375rem;height:14.187rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiHHiky3D2CL9DBrdhXUx4GPqVts3WrA { top:47.3125rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0eaXCXQG5T3ai57kvm7xDBALZ34qLHy { top:54.5rem;left:0rem;width:18.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #afzzpnSnSDlzxzbFaDzLXloOwCl7dL2x { top:75.875rem;left:0rem;width:18.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BgrRR8tMAkZOiXTP1Q6F2WnOm9w7hldI { width:23.75rem;height:3.4375rem;top:91.6875rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5SoQhUyCstWIVA4WuNPKyHCJPWcrfeh { display:block; }
 }@media only screen and (max-width: 763px) { #vtBpSmFTeRfsE9ndhbKSDkCMnMx74giU { width:14.375rem;height:3.4375rem;top:53.4375rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFJ49TZ1A4G8pw5tlUX3ZIbcEHT4KhE5 { display:block; }
 }@media only screen and (max-width: 763px) { #HQiTnkslvEbHSkcvhdGpGT5iT3Xm2JJL { width:14.25rem;height:3.3125rem;top:53.4375rem;left:24.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #whqMpVSGBLFaSrauwMp1mwGuNVRbaVli { display:block; }
 }@media only screen and (max-width: 763px) { #iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg { display:none; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ekhTLEfsIn9Dgc5Xs5R5Q6rtWnSVLHtQ { top:34.1875rem;left:0rem;width:12.1875rem;height:4.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zqeur7mKbzDP1NHngyBGF3V075qEX7VE { top:39.6875rem;left:0rem;width:16.75rem;height:6.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lt7ioJfRMPkF6UZzClPhO62IdyyQxp9E { top:4.4375rem;left:1.5612735748291rem;width:44.625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #suVemWqIwZ7Nn0DiPAUA5TWm7qco3iwa { top:9.4375rem;left:5.2493476867676rem;width:37.25rem;height:3.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxKXyDDW4TnfnFdKLtnWsdZUMa55X4LX { top:14.25rem;left:0rem;width:47.75rem;height:16.046775216834rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5u58p3fdo2oAoBM6Ra4L8Zrb3tTHv8y { top:33.3125rem;left:0rem;width:2.25rem;height:5.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPs2x86T2zXc7vI9Zrg8wMraVSNUWUhk { top:34.25rem;left:19.125rem;width:12.1875rem;height:4.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fwCvbvPzzPgRqdToNpXpfS6ucFZtXTsz { top:33.375rem;left:15.5rem;width:2.25rem;height:5.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpbfQRDSWkHff5RngRlgT10vVBFnAe6p { top:39.75rem;left:15.499755859375rem;width:16.3125rem;height:6.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbavvDWzpao5TIy9TqkrFZ1kgE2HGM32 { top:39.75rem;left:29.4375rem;width:18.3125rem;height:8.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwLel4GX91pU3BCegL2DS0f2n3lEEI1Q { top:34.6875rem;left:35.5625rem;width:12.1875rem;height:4.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzkI1G45DX2SXxih0E3azg8tVqEUK3ZB { top:33.625rem;left:35.75rem;width:2.25rem;height:5.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWsOdr8uNW56LuSSmGhSVxcRM6Nz0rDH { width:23.75rem;height:3.4375rem;top:52.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRS4nmSH25EtGG6It7hGTUuQ4gq01kOP { display:block; }
 }@media only screen and (max-width: 763px) { #qdklH85LIV0SkIivi6Dew2Z5IldvCVcf { width:17.4375rem;height:57.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #amApH1cVJZDvyd4xyNOIzifEPQTcJnN7 { width:22.125rem;height:3.4375rem;top:52.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacVALi67JDC4pHldIEsATbtk8T55tqO { display:block; }
 }@media only screen and (max-width: 763px) { #CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU { display:none; }#CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlFVIt14Bre7wpRX8aJyAQ1scoDtsUMS { top:34.1875rem;left:0rem;width:12.1875rem;height:4.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKQ5tASRdVpoTUb2kKU7s9n6BPsCqX9P { top:39.6875rem;left:0rem;width:16.75rem;height:6.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihfxRWzUabTWBXbyWUodQO0OlTOS3VMh { top:4.4375rem;left:1.5612735748291rem;width:44.625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI4m9pl7gI52Tp7pBI9wX2Okcic5131E { top:9.4375rem;left:5.2493476867676rem;width:37.25rem;height:3.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQO0F7G0BHNfJMZBOnmMTkCTeVV6SfdS { top:14.25rem;left:0rem;width:47.75rem;height:16.046775216834rem;display:block; }
 }@media only screen and (max-width: 763px) { #obUIC8knXdXnCNE1PXUwXcI4vGg2rId8 { top:33.3125rem;left:0rem;width:2.25rem;height:5.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcSRENxuzblzFigWfFNrVXzTFtaT79bq { top:34.25rem;left:19.125rem;width:12.1875rem;height:4.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZXsktRvsL6cLpfhflveFaQhT9aBJ7Rq { top:33.375rem;left:15.5rem;width:2.25rem;height:5.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IJvn5WrnsEFgZP3t3CdUWC1eg1C9cFJ7 { top:39.75rem;left:15.499755859375rem;width:16.3125rem;height:6.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkRTKVSIRzOGuXWTekQ0dLx5OzFXaaPw { top:39.75rem;left:29.4375rem;width:18.3125rem;height:8.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpykPLRXFJTXk2mV0wTvgLihfNBQOrpW { top:34.6875rem;left:35.5625rem;width:12.1875rem;height:4.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpBsTWBJbKHNnZRe3TGrJvpauo6kKrvS { top:33.625rem;left:35.75rem;width:2.25rem;height:5.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIHk5b6gc9Msd19EtJUg9k2UPVRJVePl { width:23.75rem;height:3.4375rem;top:52.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzLV0m2D0bctWc1wtBg65B6QVW3UruK1 { display:block; }
 }@media only screen and (max-width: 763px) { #am9vHU9fwTKdJXx40TgqGkhAA3mbRVsy { width:17.4375rem;height:57.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1ym7l4RFP4rNvEJQ7qNFb0XXP8ZJvWZ { width:14.375rem;height:3.4375rem;top:53.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG1ReOO3wKhmBelFFzyuxtchSkHdHTSn { display:block; }
 }@media only screen and (max-width: 763px) { #br6ruZdabEJIuHJHpM3yfQiGf8AiGTDW { width:14.25rem;height:3.3125rem;top:53.4375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsJAdJpPVu5FcRxFCmFuKTpJ95ACap93 { display:block; }
 }@media only screen and (max-width: 763px) { #T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 { display:block; }#T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDKmVDlAtk01w08ngVkBCKPUFcWeB1eM { top:7.375rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXlT2zyq8iBx6KLz9MowzyJUOS5FJMRg { top:7.3125rem;left:33.0625rem;width:14.6875rem;height:14.3115rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBAAFuLJKCDcZynNJnitKwUpv6Nf6TbD { top:15.3125rem;left:0rem;width:37.4375rem;height:4.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4mWfVmnTnBIzhuzMTqJHZR1hsF8fDb0 { top:9.5625rem;left:0rem;width:42.1875rem;height:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gIpbMHgqsZ601uWsmtT20WAiETmVMtKz { top:9.5625rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsvTfcKFUX09MXlWyTPNVEhvc6Ey3qk0 { top:3.125rem;left:9.7490234375rem;width:28.125rem;height:2.3125rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoVk5Pe0nyrOHiI0nb6GqmJLvSyIQ2K9 { top:23.0625rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxalHMbbAhd7AhpTfXDMbqmlczE9nO4 { top:23.0625rem;left:33.0625rem;width:14.5rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8cE2X5GLoTbs5Nxfr6QFnTFXIqywDk { top:30.9375rem;left:0rem;width:35.3125rem;height:3.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W83aTwalLubnnliM2b1kzBv8BDJvWa8v { top:25.25rem;left:0rem;width:42.1875rem;height:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rGlBTontz313HMlHbyJUFgbumU4O4pWH { top:25.25rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHWQDXxcMqhuCwc0ZHolEsixs3kt8O2 { top:7.5rem;left:0rem;width:12.875rem;height:4.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlyAfpuSNAwscgym97NIyhcIfXwfyxe5 { top:22rem;left:0rem;width:11.5625rem;height:5.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU { display:block; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMiPgf9UIKFN40ScPIIgutuQndRmxdS8 { top:4.0625rem;left:0rem;width:31rem;height:3.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4MRBhyTQa0wvRIap5B16ncScl929cBb { top:4.0625rem;left:16.75rem;width:31rem;height:3.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuqsp9LdVC7m6NbWmQZZxJ8TdTA2CXNE { top:8.4375rem;left:13.1875rem;width:10.625rem;height:21.747584738824rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNpN3JZEFqsZhkP8X5FzWgMyghhBkmZk { top:7.25rem;left:23.875rem;width:8.875rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7UhSI0a8Q4Hbg8dTJlve3OqMwIP7Zo5 { top:13.875rem;left:5.125rem;width:11.875rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaO4iB0httRfvceeHF9i8lzFEvhyaO2f { top:16.375rem;left:5.125rem;width:13.5625rem;height:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fhF9ELg6FiVxB2VzdkTNCtMx1Jp5beiS { top:23.125rem;left:5.125rem;width:11.875rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLlEtKCK4Q87g6vXZwxwIOgkb2p2e2la { top:25.625rem;left:5.124755859375rem;width:13.5625rem;height:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnb3gbDXF1K2591grVa8bTgKzvDud0DT { top:11.75rem;left:30.6875rem;width:11.875rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6R9G3Eql8HcX30wTORNZvNXqDkAsF4A { top:14.1875rem;left:30.687005996704rem;width:13.5625rem;height:2.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #psUCUV1SUubOHxR4kSw3hyabKPJ6P9le { top:22.1875rem;left:30.6875rem;width:13.8125rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SckWAFgPHC6th4ATFpGJnhfnDpXEQXbI { top:19.6875rem;left:30.6875rem;width:14.125rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sAgVwiBqtFg884JwQWJfMDVTlCO0n27J { top:27.6875rem;left:30.687377929688rem;width:14.125rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zChGPGrcwiKrfgQZpqEiu6LTF6IQt9ok { top:30.1875rem;left:30.687377929688rem;width:13.5625rem;height:2.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqRp5oeEprawdK8fRS2mxGvKbXTP66dU { top:32rem;left:1.3404951095581rem;width:11.1875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBJlABDRb1CguomDcR1iFRcxZmfgaT8r { top:37.875rem;left:1.375rem;width:11.6875rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 { display:block; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMrTU8x3I1Q49T7RIBgQM8lPZT5nEvSG { top:3.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAXlESEmUVUb655bTCKTCzdTRizugrb3 { top:49.1875rem;left:0rem;width:46.4375rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0zNXJcR7QsdnCoBBsDzZx1OwQH5zgkw { top:26.3125rem;left:7.3125rem;width:16.5625rem;height:3.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #swZDGrgWXk2l76aeVfePy09ulGUABuHC { top:30.6875rem;left:7.625rem;width:16.25rem;height:3.4375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgQ1xSq4RGRwTTpUpV4GR8JQC8M9ggEI { top:26.375rem;left:23.875rem;width:16.4375rem;height:3.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVCF6BBq6ol5FxQrxFqxRxsacQ4sRrtu { top:15.9375rem;left:11.5625rem;width:12.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpyeV5BDITOxwqa0mT8LEmJx0nn9aFqp { top:14.5625rem;left:11.5rem;width:12.375rem;height:14.812897751379rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz1adxkMwuC8qOaFPAJ7Bpg7tpwq8Zl0 { top:15.9375rem;left:23.875rem;width:12.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y77OAwx9fobGuwo9TDkGr7AT2VaPeTAa { top:32.9375rem;left:4rem;width:19.875rem;height:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFzTAOaDOnRgJJFmSrfHbD8rZ6trtV7k { top:37.3125rem;left:4.125rem;width:19.75rem;height:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvyT3GUfx4TAp7TkWePDBEZaWgQeEKcn { top:32.9375rem;left:23.875rem;width:18.625rem;height:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3t2H0rqKTqz9bVtEcsLpKCzKmdL4eEG { width:23.75rem;height:3.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpt7ALckRf17UnHat19PKSUTVluMua1x { display:block; }
 }@media only screen and (max-width: 763px) { #J7dJ8qtiM8zpVMFAExH0qgifU1MvIleR { top:29.5rem;left:7.3125rem;width:16.5625rem;height:2.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OyTePnvpeQG1IFQapZhurKKTg8HlTrpF { top:29.625rem;left:23.875rem;width:16.4375rem;height:2.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXz3Nw1XZ4tDGpNuGUhW4cDS1IKx3gkU { top:36rem;left:0rem;width:18.8125rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bImRdyrdK9dSSOWrJL6npqG6b6NIHGFR { width:14.375rem;height:3.4375rem;top:48.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exl6iAEVNw15wnCfkkDfUKCnfEWGAZ2N { display:block; }
 }@media only screen and (max-width: 763px) { #vsy1mFSbqKrTVRGlrwJleNxpJiGo6CCP { width:14.1875rem;height:3.25rem;top:48.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXCgdhZiXBEXlvZkCoKRLT5Bd1OTZP2a { display:block; }
 }@media only screen and (max-width: 763px) { #GEtdOucZmISos4zOqnR3ITTS3SRWPFRS { top:9.9375rem;left:23.875rem;width:12.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdAc0Xfhn4qa046V0nkcIgTmIibrfHcO { top:9.9375rem;left:11.625rem;width:12.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L { display:none; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iy1S0BzENyzX73aykPd6HXAtQtTLOSfB { top:3.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4hhqpG7F1xmnaGgg8Be4ah3psnHiLMl { top:49.1875rem;left:0rem;width:46.4375rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #adU5Xn1SqEbVGTJMPJcrUpqBHq3qzFA7 { top:26.3125rem;left:7.3125rem;width:16.5625rem;height:3.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBeWnnEwKgXwJsxHlkE04TBDXaTQnGRI { top:30.6875rem;left:7.625rem;width:16.25rem;height:3.4375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqadQ0pbTAllcv3cTT22MnqzUl4eXeXI { top:26.375rem;left:23.875rem;width:16.4375rem;height:3.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtiqGgDvLFMVkzuPpDslT6bTlQ3DBhsM { top:15.9375rem;left:11.5625rem;width:12.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94sIrxBaiMOFEM514pqowMrilbv97JT { top:14.5625rem;left:11.5rem;width:12.375rem;height:14.812897751379rem;display:block; }
 }@media only screen and (max-width: 763px) { #I60iW40EsNfvLJnhuwMEEWySOCtltfUp { top:15.9375rem;left:23.875rem;width:12.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFBNmeawEhRCkC6ylG8H5ucfD4bnTFFg { top:32.9375rem;left:4rem;width:19.875rem;height:11.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxpq5fDTKyuxFfx0tFJVTBPSpqN1iVWr { top:37.3125rem;left:4.125rem;width:19.75rem;height:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRdgRRBINm06uHA8L6q9v8MaSKuh7uCg { top:32.9375rem;left:23.875rem;width:18.625rem;height:7.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFLWQxmLkiCIsOQwiqnL6G8AMh9U94dK { width:23.75rem;height:3.4375rem;top:30.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bE6RWbaCS2PLJwtNSffg6aG9cn5MTouG { display:block; }
 }@media only screen and (max-width: 763px) { #M0bxuo6kSkMk1vAnaw37QshNZSdGw2f2 { top:29.5rem;left:7.3125rem;width:16.5625rem;height:2.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0WfnTJ917aavNLeqxFFpDp3qngOBvrX { top:29.625rem;left:23.875rem;width:16.4375rem;height:2.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6Rq4GURiorpZOkFEaHkvnI6sLeaIUx0 { top:36rem;left:0rem;width:18.8125rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pd9G4xCZm4fvWmbgXzhlIUTZBP9pxwyu { width:14.375rem;height:3.4375rem;top:48.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpSCXPhlwBt5ZlCacuEfxIiRe1f683qq { display:block; }
 }@media only screen and (max-width: 763px) { #RDUF8naW7grN7GLTCcyrKxNA8G4G2z1i { top:9.9375rem;left:23.875rem;width:12.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwtnabpFSuglm05Frav6QFrTStpGo0Hp { top:9.9375rem;left:11.625rem;width:12.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv { display:block; }#F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1nNwhZl9NUTo93TxZshGfNPLr8grWLD { top:6.9375rem;left:0rem;width:44.625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbh5uJ80gaP6bTGwT3aHolaBE7Sf19Ku { top:11.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vg2Q61H4DZf1C4fAp8rBMaRwcTgynQT0 { top:17.9375rem;left:0rem;width:24.0625rem;height:4.3635131200906rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8FGT3T7ik1TMaCVdg8RDOTKzFDP004t { top:25.0625rem;left:21.5rem;width:26.25rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd9ywsSxXNSsWDpuFXFVKp8AR1gRvqTf { top:33.25rem;left:23.875rem;width:17.9375rem;height:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bft8o5bveo05dyOH0NbihG72Jl8e2crO { top:30.625rem;left:23.875rem;width:16rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzTJcBOa8cE8OSGJS97hgwBH68Dzf5VT { top:27.8125rem;left:25.125rem;width:12.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn8iVyPXAiGDzC8gzSA1tL54kiccMs4x { top:27.1875rem;left:23.9375rem;width:15rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRZsCk7GPAwiFdHUcDvrByXdmL5VTA4z { top:44.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bi2EGTFzadGh7Vq9zS4yn0csMKXF0Rg6 { top:66.4375rem;left:0rem;width:20rem;height:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMvJcJr7DbQgtfGcDXXgKykpAJHVu8us { top:25.0625rem;left:0rem;width:26.25rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUCyKvJkS7KVBaC64E89Z3y4e4saf2SE { top:27.25rem;left:10.653564453125rem;width:12.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMGwDbg4nTCLKU0mlgDSTeAzrGK4cSr7 { top:27.75rem;left:13.184814453125rem;width:7.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZfVnCC3lwl6uwXiUR41a1TOvnG9qKtS { top:30.5rem;left:7.875rem;width:16rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrg3gTadok67952mmpiZT67AGAXRN4nl { top:33.125rem;left:5.9375rem;width:17.9375rem;height:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0LmbXT7L0LWrCw0V0uykSpTsZvSGSFb { width:14.375rem;height:3.4375rem;top:49.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sItrNJnpVZDBn7LQlGHbaUQypwk3Sf1V { display:block; }
 }@media only screen and (max-width: 763px) { #TrnrlP0FXTRuEwU71787ndeoupry1nnf { width:14rem;height:3.0625rem;top:49.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqc1y88Qx8ndpm5Vf1Q6f0T3xxZekTxn { display:block; }
 }@media only screen and (max-width: 763px) { #d1dPAMHrk0nmNfvF9f6uRTPhp7W7smXa { top:38.375rem;left:7.875rem;width:16rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1WHQ00pCQRqgJXighvtimZBRgMNhHe9 { top:39.125rem;left:17.23291015625rem;width:6.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arUIv8AIrDw3rQVxLtElDLX58IcJ9FVZ { top:24.3125rem;left:2.6521907402074rem;width:10.5rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiCr065JhQXIUg7lzvECUK1132dNcvTT { display:block; }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZXhrfTW2LTE1vPhlCV1qHdSV87lXTGI { top:3.75rem;left:0rem;width:37.5625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdXDg96g7BAaDdicKZshTwaFn9vzAqpV { top:9.125rem;left:0rem;width:47.75rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBDS2MSarnmCVrafc6kqd726FFf9IZ6r { top:11.5rem;left:0rem;width:47.75rem;height:21.140652756111rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu6WM97DSoESBdmQBGsvuoeFddK9lTqN { width:47.75rem;height:50.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef { display:block; }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fx7znuWdDJy0nM4ZPy8CMzHUXhecNoTt { width:15.625rem;height:10.3125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE0J6lKcHB0ygHDVgkavoyPz0n3A01Fr { width:16.0625rem;height:10.3125rem;top:9.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9NZ6MeXZbZBCzAeyQo2i3LEwzyGHcG { width:15.5rem;height:10.3125rem;top:9.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKWzqyftAPiTo096BrBkfmUG6gABqSA5 { width:15.5rem;height:10.3125rem;top:9.8125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsp8JapCBtNFkaqr18bsAJXvs7SPUS8 { width:15.5rem;height:10.3125rem;top:20.8125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzA8WBtUTyItreV8KzK2JqOt0izdr6CZ { width:15.5rem;height:10.3125rem;top:20.8125rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x136RrkazGJgOuucuCyQGezm7NmZd4nT { width:16.0625rem;height:10.3125rem;top:20.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XRK2hXWRsK4vcqlOI6aDD3naTrkZAm { width:15.5rem;height:10.3125rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcTBpMwWU4c906hUsLcw7pRZ9cptgeR9 { width:15.5rem;height:10.3125rem;top:31.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdNb2pXIGQTuSdEMvDL9bcfIcLehaNOO { width:15.5rem;height:10.3125rem;top:31.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73cHSncTzaaTVAUcGuTtgyTi3TX42GC { width:16rem;height:10.3125rem;top:31.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Pg4nwtaf3vFfBy5DqHMFP4BD4ATk2S { width:15.5rem;height:10.3125rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6H4NQXVQmRVSbykB28C7o3JVS6T29w { top:3.875rem;left:5.0625rem;width:37.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy { display:block; }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUdszaFTWNIa9nGKXzOHnVQEUlWLh5gp { top:3.9375rem;left:0rem;width:37.5625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPgaWQ3SkfatR1eVXTgFUmw61AS5Jb5y { top:12.9375rem;left:0rem;width:47.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMBDUWDWMVShceb50L9QFr90wGrOyC5O { display:block; }#EMBDUWDWMVShceb50L9QFr90wGrOyC5O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCTW9GfUoNEO5itVP8o8syvkRqTSCDTC { top:30rem;left:7.875rem;width:16rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8JyT0A1RZpxVyPb13ZokZQ1hgfVdmeO { top:27.25rem;left:16.5rem;width:7.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMmHVuSaLWllda5gqa7ncSIh7i7SsEF { top:26.625rem;left:10.625rem;width:13.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Bw66PFRa554mz2vn47ueuvJZ8zkTxW { top:24.75rem;left:0.8125rem;width:23.0625rem;height:16.330743243243rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE13BhqApf4TWhs08B5iGAQK88TBc0TN { top:6.9375rem;left:0rem;width:44.625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeRiy7Dbd3SPRt58mHf74iUgkCw9OsT { top:11.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tdERFdfN9KUHpZhJLaMQfzsBTMgydxLS { top:17.9375rem;left:0rem;width:24.0625rem;height:4.3635131200906rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAVOi9S7LTKSvp2gBTKbkNLttGcLOuLS { top:32.75rem;left:5.9375rem;width:17.9375rem;height:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnwaP5561ceNEXdxAP8BLrQMFEHLWFUg { top:24.75rem;left:24.625rem;width:23.125rem;height:16.3745rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8z1TlTd6mGI8wc9C8D3fgKe2LUOhgGU { top:32.8125rem;left:29.8125rem;width:17.9375rem;height:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRIBCahWGnhMi4EGTu1J3i102dZncCCS { top:30.1875rem;left:31.75rem;width:16rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5h1HEdRpr6yPyza7kL4AV63qEaU0Vv { top:27.375rem;left:35.124633789062rem;width:12.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8DP2WKudFf3Xc78kNaQDtn07hvVOpE { top:26.75rem;left:32.75rem;width:15rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nfcCmp2fkI8TUExZOBUlWm8GImG3UP { top:44.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQOWNlgQV8ggilq1sfggnw1vTHdlmQ1c { top:66.4375rem;left:0rem;width:20rem;height:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CA7pHPItnr848hiRnuco59CDO0RTlHfO { top:24.8125rem;left:0rem;width:23.125rem;height:16.374rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5rKaXRykalgB2s5gkPMpuBC7kRP9krm { top:26.75rem;left:0rem;width:13.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg0dZTugZmVCNxbRC4tW5HBfvdmEXJz3 { top:27.3125rem;left:2.25rem;width:7.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLlHGTrpXLIrNGFRi977Oox9RSbyD6rR { top:30.1875rem;left:0rem;width:16rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoywTMDTEwpLDkAFKXHRdV20vG11OyuA { top:32.8125rem;left:0rem;width:17.9375rem;height:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I18L29THKdtaO4F7qtmp2eOBigbpxiQW { width:14.375rem;height:3.4375rem;top:49.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa6TiQtWIBiuFp43KIdlviao5gkQRtvR { display:block; }
 }@media only screen and (max-width: 763px) { #dy1xhi3bbgKIzf2Ee5LLfMGWMmWNyp8s { width:14rem;height:3.0625rem;top:49.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgcBt46XEWH37eka9bG8BhiGMqTt5Cqp { display:block; }
 }@media only screen and (max-width: 763px) { #KRmNBSpuTUaukX31OMZJePo9ZInvCJcf { top:38rem;left:0rem;width:16rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTsMiEyN8prn7yTRi5UIJWuQbVIemZpL { top:24.8125rem;left:0rem;width:23.1875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JhrKbQ3tW7WN4Ssm3n68pzaOFbb2W9 { top:24rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Th5aaaELd9bPlufb4CIydx86WdfvMf { top:54.4375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJOahLv72QCFJZQTwTXCS94CUyvAeh45 { display:block; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAciIJuJFrUNWMAy3PRCAX6DUrkGNNqg { top:3.5625rem;left:0rem;width:44.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSRQSUBPy4H8L5NauRBlOnpwTnhvpKTZ { top:8.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DP3E9mJrTvN5COwRbR1cB7RIhG5TTmtA { top:14rem;left:23.875rem;width:22.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TnIZgEvm30cfDNvAfEtTDzCitWkOda { top:73.6875rem;left:7.875rem;width:16rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkmzBLPCpd0nX6TtF8Jtenk8Adx3uCK5 { top:69.6875rem;left:12.375rem;width:7.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzMDXbnlMT7Kmg2crwqLOkDi4fkDbuaU { top:69.0625rem;left:9.5625rem;width:13.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIcklwQlplW2nNznUA7WSi97myXVEcgS { top:67rem;left:0rem;width:26.875rem;height:16.336659736981rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoHOImGNw7OABLTTbbu6pthWT2qfHvPO { top:13.9375rem;left:23.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXIkxdWa4TernbuCGSdMLkUTggwfa1yy { top:14.0625rem;left:7.4375rem;width:16.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5r106o7IJGrJ1lpdgLSrszxGNRlZmWe { top:13.9375rem;left:8.0625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyerMIGAAXZRM6AN16TwGGEuTM7fAyT5 { top:18.5rem;left:0rem;width:24.0625rem;height:23.81225rem;display:block; }
 }@media only screen and (max-width: 763px) { #i310rDLVnMDNTCqWek7w78dMTVAhtCGm { top:18.5rem;left:23.6875rem;width:24.0625rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOGIz2RJPzG5oawyq1yxxhnc9gZe6cQG { top:48.25rem;left:0rem;width:44.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJqboDVcFmndDl4WK81ufbKwQpw565Uu { top:53.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrxQxpT6q74da7Da7uFvx0ItWMpcB3Rr { top:59.3125rem;left:0rem;width:24.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9TTdxyaxpNB6TCGBeVDX63ApKNKtUu { top:76.4375rem;left:5.9375rem;width:17.9375rem;height:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok6vJqtQo2fwqI2VmFWM0xEeAZIWHdMB { top:67.1875rem;left:20.875rem;width:26.625rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL7xzXWTqsOeMCMoRattghTPZQoRVoRR { top:76.625rem;left:23.875rem;width:17.9375rem;height:5.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPgOMmywdFy9Jtp36TlfbagL120LnUlx { top:73.875rem;left:23.875rem;width:16rem;height:3.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSCcIlTT7zNQ1Jp5tBfsx3ydQRwlbbiK { top:69.75rem;left:25.467041015625rem;width:12.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLibwyi67FDKQiuxkKWMITamzQ5UTEtk { top:69.125rem;left:24.234130859375rem;width:15rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTu00DG6sOLvaD0k4s1pGUSeGSOoeVs { top:85.9375rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4lphd10RTFlQ6Afln2SsxilIcoRwdED { width:23.75rem;height:3.4375rem;top:90.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbC1nP5QtcBnuiGRPp8nGpAabVLPTOnB { display:block; }
 }@media only screen and (max-width: 763px) { #DShfX9JfEWDRZ69txyIwu17T4VTiwHOm { width:23.6875rem;height:3.375rem;top:90.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nERQ3PGBquvvy6oIwl8lpsUcAlp874TF { display:block; }
 }@media only screen and (max-width: 763px) { #x0CpX96eAHRdn06gSlvqwoVrhUMy94Wf { top:5.25rem;left:0rem;width:20rem;height:4.625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SymIPmUcOVsduFecstv6buLTfxMJc3O0 { top:66.4375rem;left:0rem;width:20rem;height:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E { display:block; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyu2U2mCWHorFFLZ1h8tCXggi9iCbaEO { top:8.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ad6mcWPNGK76p1vc7hxpLu9a9tiovs5e { top:3.6875rem;left:1.5625rem;width:44.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqGBD0bX4dzoczbwTyp7ntRWTP1ONPyM { top:15.5625rem;left:19.3125rem;width:8.25rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErGE2Ak6C3VQNLHw9QtUgf4BZKEflRuU { top:19rem;left:22.4375rem;width:16.5625rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiWkQLLIWrDJcInJShzOPdL6V7cW9eng { top:21.875rem;left:22.4375rem;width:18.125rem;height:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOTm4ryn0Th96UfTddpaIVUE7IDRyMdA { top:12.75rem;left:7.1875rem;width:8.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUxhlnzrnltXfVpGgOAavp3MOh9Td6p { top:18.6875rem;left:19.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3XTJFsHL3uuimfy79h2dAhZI8QWZvli { top:21.5625rem;left:19.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS { display:block; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-regular-label { width:34.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-textarea { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-button { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48  { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .radio-container { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 {display:block;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #T3hr9eV1sRskDzupTSKiHsyWZuKOgUfI {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #CTUQekcc0CseKtonVJtdhTsNSLFSJGTf { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #MUWIzmpFzCVQgOtOeKQcGXlIETnrdZlq {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #dLfs5s2TEttpfd7NFSmR2k75JxJC3SXk {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zGr7VVNawbLqfkVe4Vkgrc1JOh7eASCP { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LnTTNkvtzEVQbLwAWTDb53WUI34n8n1B {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #KzyPhVJ3cdTzDHvVWl2QAQQ9uUA7VSay {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #tJex1KLWm56eLlc0ewC2sekC7VAZOqNH { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #Zh7UZRGkh3CnSeA0GkwosOutb3Zq2iuO {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV {  }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BVLu2QO4pIe7hSvq46Okpm8yu9ISDHNp {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zTStyOgT4kK0biBmHwG2gWMw7c68R76X {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #lWEDTWkOhXTXPEpQNHt48UM6IEfIR8NU {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BUGL1AvhGAusw7pDwbtMkrW6AlOpp5GG {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zPrKKZ1x3bLd8iq3eZ36VDrTXP4kiXfm {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #uRp7eaohi1LtWHD9SNCoKF784GxEcEU2 {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LkeMppg4XHX6B811xKLQiG6TVtU635b4 {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #mlvFUO0yLrTbv2vqOF4rxx4ZUgebWA4O {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #ylV8lvimolOBSMeJOaVyExHkldHg1H0A {  }
 }@media only screen and (max-width: 763px) { #hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf { display:block; }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0d1znxN0tcVJ2z9KPGAEHK3cqGWtc9s { top:4.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #COclOw0HUSL7DwwiMu9OaOG082a9Gn2h { top:24rem;left:1.53125rem;width:45.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6T02DhdZQtVE7ai1v5opivCOiyrwRwb { top:25.875rem;left:15.25rem;width:1.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWNTW9OdNSTq0QfnIwCIvwcaUWHhoEn5 { top:25.9375rem;left:14.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vniqWNRxavsVTK4oEzyJrxvoK2avSIr0 { top:26.25rem;left:17.9375rem;width:17.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFLT11BLWhpNuceRNiuPUTG9q0SErVJw { top:15.25rem;left:22.664714813233rem;width:11.3125rem;height:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9kr8QZslBS6QJNuN324pxDrUr6SWTOg { top:13.8125rem;left:15.3125rem;width:5.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5v4RTFbVyyqJrZF3FGF4dIs7vMkStLq { top:8.875rem;left:0.90625rem;width:45.9375rem;height:1.9375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aS1GIFySBsd8k7prWREirEApezKEml88 { top:34.5rem;left:0rem;width:19.875rem;height:1.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vp49NM3EBnDgbhTTyqwVQyp07gOXQRp2 { display:block; }#vp49NM3EBnDgbhTTyqwVQyp07gOXQRp2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-regular-label { width:34.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-text { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-textarea { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-select { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-button { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-checkbox-label { width:33.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M  { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .radio-container { width:34.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M {display:block;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M { width:34.625rem;height:auto;top:7.6875rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #FdNKCNMg5qTbtB1OEaOhd8tNfFTnr5MJ {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #XoTFQSRlREkBSSfUu7KHOIH69kHcgE2U { display:block; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #TeHnCpQpg3VXlvLRq1LOZIIyt4xwPCx6 {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #mlvEtiZ11ptL1NpHA5g6OmavWNzSqZBo {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #U5hDToL35lT58lufDB40AdKk3XqrwT16 { display:block; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #ub80EthUlC5gBoznsZHREfo6agxGAx0q {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #rz5eAT911eDTULq0vEAsCwdnF7edar1O {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #JSnTKQIlH6upVxdwP1D9M8I5TZLtTvBl { display:block; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #NvVri9Apuf6U8xSC33kmny2VGDa1wGXy {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #F3Hb9DIiH0TK1RneGOBvoAPT9yt94DIN {  }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #F3Hb9DIiH0TK1RneGOBvoAPT9yt94DIN .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #r53eB1mfTdOL6etikKJv9X00cuCyefOB {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #eOwZkJCwHhZb4VF8TVBAsobz1TDCN73T {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #XXbbvJGcpUtrSLWTX9MFvZGcoFm0bnP3 {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #giXJJmnUy0uaN0AnCxhVWU5fd9AuzIdd {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #Nu9fZo5WTAG2IWG1WD5PglT6ITTsmrCI {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #nubJbnVya7wRD6pkfyAHwf2zAx9HFKuP {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #QLT8CNd46Srth5XREdVu78LdlVqlAcA9 {  }
 }@media only screen and (max-width: 763px) { #iZaLftc9xwLcKBMoUtsrx3J6fgcdPtd8 { display:block; }
 }@media only screen and (max-width: 763px) { #qkbPe5OFK3VkzLKVuGihH7gdR9ULIJRt { display:block; }
 }@media only screen and (max-width: 763px) { #nK2d2X7DC2Cgbq0z7HgW4ZBQkgUDH570 { display:block; }
 }@media only screen and (max-width: 763px) { #WRZLQb8dDLeHusQTkA3goIQItIAl5717 { display:block; }
 }@media only screen and (max-width: 763px) { #FLI7RT82idoHVGzsGh5yOlulifZT1hnM { display:block; }
 }@media only screen and (max-width: 763px) { #kJnuQ0qW26ivfOTTnEHKinZHqDcNwvTp { display:block; }
 }@media only screen and (max-width: 763px) { #ENsnCfHbWKsaUvJBs7Tc2KUpL5mOclNX { display:block; }
 }@media only screen and (max-width: 763px) { #Cg9wwJ9XPJH6OUtymqX3LBFWFxboeFTt { display:block; }
 }@media only screen and (max-width: 763px) { #FEZh50UEakCvHwGlDHtEPPgMkF39W362 { display:block; }
 }@media only screen and (max-width: 763px) { #F9GsJtcDfMTR6Tmt2fGfDzShVgp8GSbW { display:block; }
 }@media only screen and (max-width: 763px) { #lXyZWQXfScF8ULDLsekxKUeEPcdy2mVB { display:block; }
 }@media only screen and (max-width: 763px) { #Ve4r5alTNoG7GyQPdI9JT1V8JNXQnkMf { display:block; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #AlCrkVLivHB2BzzlfFFvnpM8cCvqZxOA {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #fmCZo7GpJlOnVkE3ogUyiBgk6zNDCtp0 {  }
 }@media only screen and (max-width: 763px) { #i8IMuZtE2oZnqZZdfBALUCZmVXPDp7Fp { top:14.3125rem;left:0rem;width:23.9375rem;height:3.875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMRbqw54G8hP5QNPdCvNON5cXF3mVMeS { top:4.875rem;left:0rem;width:31.875rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyzkUFOZgISb6NUk5anJkqNTGcZsn7VR { top:22.375rem;left:6.499267578125rem;width:15.375rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBO0MwUTDUpBfVEwz81dtxeAnpTCFkBR { top:25.9375rem;left:7.3125rem;width:16.5625rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsKTO4PdeeBtzdhIptMRM0nlAk2HQ850 { top:29.0625rem;left:6.375rem;width:17.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH7rOeKcH0gB4qAfKDDhctz0NmCILPJG { top:25.625rem;left:6.499267578125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqV2fOBbVyAcUmtfFcKG6C7Ewy50eNBk { top:25.625rem;left:6.936767578125rem;width:1.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5nSWSpBSQ1D1IIer7rEgpsb7MsDu3hu { top:28.6875rem;left:6.9375rem;width:1.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8UQmh5RyXBHt0ufCPOROmFp1snTqM7w { top:28.75rem;left:6.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C { display:block; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx12azk7daHrpttboWE41mOgbDmBk6fO { top:3.1875rem;left:11.9375rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMqFS83fqaKTglptpU9misBbiUVPSTZf { top:3.1875rem;left:5.25rem;width:5.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidnGFE4STFkCNgH2LT6wJ0u1SuMs7Mg { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL63tolAHnIExmPIHw4esOhgHxvAyW01 { top:3.125rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2SGZkTTzOKvglIWatZzTghEu8uFh1u0 { top:3.125rem;left:28.75rem;width:12.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhcAt6L43AbDLsX46A83aU63amWcoCae { top:2.625rem;left:34.125rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK93nmyWBHDsyqEElS4Ki4QE4IQAGEad { top:2.625rem;left:36.75rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkznyNOTAKLAwLS84WzfaEI4RVaQO9Rw { top:2.625rem;left:42rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJz3m2PGq5DPTcBr0ipr6BRqXEuGLDg4 { top:2.875rem;left:39.625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#231f20;background-image:none;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); } }@media only screen and (max-width: 763px) { #kWhKEMww2FCkdQt9E4BFSLB3oq3ImX3f { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0.82), #a50000);background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0.82), #a50000);background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0.82), #a50000);background-image: -o-linear-gradient(45deg, rgba(0,0,0,0.82), #a50000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1000000', endColorstr='#a50000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1000000', endColorstr='#a50000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0.82), #a50000);background-size:auto !important;display:none; }#kWhKEMww2FCkdQt9E4BFSLB3oq3ImX3f > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KEo7501NtL7OX5EqT5xPi3E4wp6F4heR { width:4.24926875rem;height:1.62475625rem;top:2.5rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dx60xGnlQLp0KkV3e0t4WXkKbDNGTH57 { display:block; }
 }@media only screen and (max-width: 763px) { #D0gDIJ1UJwayNfNNfWr62FsWm6BRdsKD { width:4.624025rem;height:1.811525rem;top:2.4375rem;left:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpV1Ib1eArLaucJoIhiU34liRJ28H4iD { display:block; }
 }@media only screen and (max-width: 763px) { #kgbti4ZTsTpIwMEObpTVy7f2waNnWMd4 { width:4.936525rem;height:1.811525rem;top:2.4375rem;left:12.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDfKtBFBT9DIqSEw3kKQBdrdgoi4rCWK { display:block; }
 }@media only screen and (max-width: 763px) { #anLOToLTJurJ0lDMNyBEShoxC951925n { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e330d901-3b2e-40ed-a2d2-1e69a0c0feaa/Bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#anLOToLTJurJ0lDMNyBEShoxC951925n.adaptive-delivery-prevent-bg, #anLOToLTJurJ0lDMNyBEShoxC951925n.lazyload, #anLOToLTJurJ0lDMNyBEShoxC951925n.lazyloading { background-image: none; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { border-width: 0; border-radius: 0; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anLOToLTJurJ0lDMNyBEShoxC951925n > .row .container { width:20rem;height:44.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRWQmQiSyQAxH3timTki909pVLzdWCBg { top:30.4375rem;left:5.4375rem;width:9.1858125rem;height:1.5rem;z-index:15001;font-family:rubik;font-weight:700;font-style:italic;color:#ffffff;line-height:1.2;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #asfqiDzk6sSonOBtVFldMGdz2txk3sAR { width:20rem;height:5.625rem;top:24.75rem;left:0rem;font-size:2.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vbQVSL7ickeS9wnoqZb3cVhZrKoH9n7b { top:1.5625rem;left:0rem;width:20rem;height:22.06175rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RA8qWyS7FTczyRTEba4585kZUHDN4WGE { top:32.625rem;left:0rem;width:20rem;height:1.27514375rem;z-index:15001;font-family:rubik;font-weight:400;font-style:italic;color:#ffffff;line-height:1.2;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEAdGGRhWZWxFuKHLKgcCksyUDxGMRTW { width:14.0625rem;height:2.5rem;top:0.8837890625rem;left:2.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1TQLEydbN8Z9JBaCy5I2CGK1JpnoSEJ { top:32.756348828125rem;left:0rem;width:20rem;height:4.72411875rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.2;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzDCklTa7PMFwQKL7k7bzN2klpa0TAQw { width:20rem;height:2.9370125rem;top:40.256103515625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF0oop358avVVSu1hSXaDmZy9iSLwhM7 { display:block; }
 }@media only screen and (max-width: 763px) { #wrDx0wIdMvgFTKrOrXiQ77iByuKDTc7k { width:20rem;height:18.543247344461rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOm5x8hwq0TW8FQfG9TbSNnFSqszoneM { top:34.81201171875rem;left:0rem;width:20rem;height:3.8232375rem;z-index:15002;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.8);line-height:1.2;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e2e24b44-2984-42f4-8682-0a2f45364d62/Frame483144.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA.adaptive-delivery-prevent-bg, #qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA.lazyload, #qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA.lazyloading { background-image: none; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA > .row .container { border-width: 0; border-radius: 0; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOpmVXZTdHi7TN2KFUF9iuBEA7agS6QA > .row .container { width:20rem;height:57.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hzHGVTwJddTb8TJFJZcMCMQ9qTmRzfLa { top:33.686850547791rem;left:3.6243491172791rem;width:9.1858125rem;height:1.5rem;z-index:15001;font-family:rubik;font-weight:700;font-style:italic;color:#ffffff;line-height:1.2;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Pt4KKeToDZAEmv0Q5fleB4BJVq6alS5v { width:20rem;height:5.625rem;top:27.875000953674rem;left:0rem;font-size:2.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #BVnNR1rvQ55a7UsRUoX0sHONzzJDNfno { top:1.5625rem;left:0rem;width:20rem;height:22.06175rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZJKbbfKp9FFMqvTE8p6k7eZddKHPMhwX { top:34.437501907349rem;left:0rem;width:20rem;height:1.2747375rem;z-index:15001;font-family:rubik;font-weight:400;font-style:italic;color:#ffffff;line-height:1.2;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXayFOhW8mqBG3DTLoBTnLWfhfmDK39F { width:10.4375rem;height:1.875rem;top:1.8828125rem;left:9.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WQV0ph9mi1epvONVU89lApquqsG6hVXL { top:32.756348828125rem;left:0rem;width:20rem;height:4.72411875rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.2;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2pPwEiA1hcJ8521ucuxhhQxEPzxxB7B { width:18.75rem;height:3.4375rem;top:41.505187988281rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0MoCklxg0yKvTODDPJxE5TyyUB619D { display:block; }
 }@media only screen and (max-width: 763px) { #umwB982tGHf1oG92nfm9oc0sSELSr5OD { width:20rem;height:17.425149700599rem;top:5.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCI8bmeeUtTcyb0a8UFtwSdUqlVEGmoK { top:37.436828613281rem;left:0rem;width:20rem;height:3.8242125rem;z-index:15002;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.8);line-height:1.2;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybi2C2AyCNqib6DCI4pBSixuIu3uiAxU { width:4.6875rem;height:3.25rem;top:32.748047828674rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DbKyAZqOkGxFppkcnC9u1fx6rmw8ouGp { width:18.75rem;height:3.4375rem;top:46.005187988281rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R24QBbNL5CT3FmGlHuCWTyEPuVbLiwgi { display:block; }
 }@media only screen and (max-width: 763px) { #ytTliNGJJZS2LDSsEKivPrvmTRops1mQ { width:18.25rem;height:3.375rem;top:50.692077636719rem;left:0.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iMu0OEHAUegQqLompV4kWCEtQQDfCWmu { width:8.375rem;height:1.6875rem;top:1.9765625rem;left:0.52669274806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #leULv4y8iouhWpe5xqmVCvtlzETqTnJR { width:20rem;height:5.5172413793104rem;top:28.736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLLRSDqPrg1TqhcSA2EHVJ1MQKz5I6Mt { top:37.186199188233rem;left:0rem;width:20rem;height:2.25rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.8);line-height:1.2;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/e2e24b44-2984-42f4-8682-0a2f45364d62/Frame483144.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ.adaptive-delivery-prevent-bg, #gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ.lazyload, #gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ.lazyloading { background-image: none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container { background-color: transparent; background-image: none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container > .video-iframe-container { display: none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row > .video-iframe-container { display: none; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .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); }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container { border-width: 0; border-radius: 0; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZvFWlXyNTzvPLzK3sJV2veGKEFzo5xZ > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlrzSIaTuwyecTEmlnn2h1HwLNEokrVl { top:33.686850547791rem;left:3.6243491172791rem;width:9.1858125rem;height:1.5rem;z-index:15001;font-family:rubik;font-weight:700;font-style:italic;color:#ffffff;line-height:1.2;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dugGdAJ04rcV3fz7OZJXAUCeIzxINEni { width:20rem;height:5.625rem;top:27.875000953674rem;left:0rem;font-size:2.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #mXmuNeuG1eixTQmFW6FyKVGEwtNsgRwf { top:1.5625rem;left:0rem;width:20rem;height:22.06175rem;z-index:15000;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #zBxTemP9sH2qInuzlE3GApF0IJAAWG1Z { top:34.437501907349rem;left:0rem;width:20rem;height:1.2747375rem;z-index:15001;font-family:rubik;font-weight:400;font-style:italic;color:#ffffff;line-height:1.2;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Phk5edibxAvLdVoRUnFyKTkgTTs9oTX5 { width:10.4375rem;height:1.875rem;top:1.8828125rem;left:9.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RIHKQqFbDA4JnRitE9T8qHSMJR7WBPA1 { top:32.756348828125rem;left:0rem;width:20rem;height:4.72411875rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.2;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWIADs0XdOPUAJ3Ln1JwV1P10a8zu31M { width:18.75rem;height:3.4375rem;top:41.505187988281rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gca9nSTmd1OS67MhECOmVQrCZniQnIMe { display:block; }
 }@media only screen and (max-width: 763px) { #wifG4rlNeu9ysbLVN90tKguw8TD6xIBX { width:20rem;height:17.425149700599rem;top:5.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sv91ts3t8XMogF6DkIOe0uAvIK45hVR9 { top:37.436828613281rem;left:0rem;width:20rem;height:3.8242125rem;z-index:15002;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.8);line-height:1.2;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRJlUmva0zveGBsD6kkJ7J0Lwqbl4S0Q { width:4.6875rem;height:3.25rem;top:32.748047828674rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dtrizri4Q8VQ0TwfvEKaLzA4Gk9VPtm0 { width:8.375rem;height:1.6875rem;top:1.9765625rem;left:0.52669274806976rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbQDM2Lu3l2rcPJ4oRRK9QcMz1iORJnR { width:20rem;height:5.5172413793104rem;top:28.736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKPvmfysUVFOBcT0oXLgGcNg4VxSsR45 { top:37.186199188233rem;left:0rem;width:20rem;height:2.25rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.8);line-height:1.2;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA { background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/2893d464-ef48-4a44-bada-294c9c31b25e/Frame9584.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.adaptive-delivery-prevent-bg, #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.lazyload, #Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA.lazyloading { background-image: none; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { border-width: 0; border-radius: 0; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zh2rgcdqP8f34EEtZKZiKF52W4ammTyA > .row .container { width:20rem;height:167.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kSuLC4G2i0VdvMBK730d7qVgKzsI6y6h { width:11.25rem;height:20rem;top:0.625rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #AeOdvSzpXgXZbTMD8thw5B7rz2G3I6gg { top:5.12451171875rem;left:2.74951171875rem;width:7.625rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KVyyQeb9OrLxyUmICp2WMTBX1TK9G1Sw { top:1.68359375rem;left:2.8743491172791rem;width:7.8125rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItESXsoBIX2V2PwNuT1ffQ4KhFVWZdCM { width:11.25rem;height:20.3125rem;top:0.5rem;left:8.936767578125rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xGU5BsMaD390d48c2OtTiPsTR7sAxfXH { top:5.1861991882324rem;left:11.623698234558rem;width:8.125rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gO8zxTPq6cHO0xTMEJBdzWXdsa517FTG { top:1.6842460632324rem;left:11.623698234558rem;width:8.25rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hDzMRSbRsl00OlZFDJZGyQc1vEpmH1G1 { width:11.25rem;height:19.8125rem;top:21.249349594116rem;left:0rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #u8iLLDqm4rag6OxhwTMidKQkB4a3lfWo { top:26.437501907349rem;left:2.8743491172791rem;width:7.0625rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VRtSPxxgQQfKSwwwbFtKCLoLzyECAZAa { top:23.123046875rem;left:2.8736979961395rem;width:9.0625rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N9bPTmrqTiOpfzGsFDIJZuTQpdCN675u { width:11.25rem;height:19.875rem;top:21.374349594116rem;left:8.9361982345581rem;overflow:hidden;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ildRNB1rtzxdKmdczs5DwFcheU4ITPZ8 { top:26.436851501465rem;left:11.625rem;width:7.3125rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCiDTi4GTRZwki63S4SFZ2443Eh7PHun { top:23.123047828674rem;left:11.686849594116rem;width:7.749rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iIk3Xl1OwhpxpTGmrOZQ4GZhgbhKxS2r { top:42.873048782349rem;left:2.8736982345581rem;width:7.75rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CtOgDQNXlEJIsmnwJQ8N8I0nQnlknh0I { top:46.062502563rem;left:2.8736982345581rem;width:7.0625rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VoAm5W3BE1smHKBdCFrk4yn8w1iD8zi4 { width:11.25rem;height:20rem;top:41.124350547791rem;left:0rem;overflow:hidden;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CbPrV2imFvTGNnZ6MvfAVnasGSqa8BOW { top:42.873048782349rem;left:11.624349594116rem;width:7.8125rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BCgb2fM03GK12OdvTqsSONQHTGnMEWEE { top:46.061850547791rem;left:11.624349594116rem;width:7.125rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hNC7qIyqTUlxVDZV9evkNetghbsXJcFA { width:11.125rem;height:19.875rem;top:41.249350547791rem;left:8.75rem;overflow:hidden;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #FZQ2iN5E2abA3rvNLW0e0W3pcfUxUVTU { width:11.25rem;height:19.875rem;top:100.9375038147rem;left:0rem;overflow:hidden;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1DE2kkLehzFccleO0qqQlKTTnoaFri { width:11.25rem;height:19.87425rem;top:120.9023475647rem;left:0rem;overflow:hidden;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #eBt7W3k4g9QI8nGMqFbOA7vOThlRkIwQ { width:11.25rem;height:19.8125rem;top:80.499351501462rem;left:8.75rem;overflow:hidden;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XwqQ6zTCAtXwTwen8vJxCnUG9dEd72SO { width:11.25rem;height:20rem;top:80.499351501462rem;left:0rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Oh1ysKgD3fBpOFbhvqnOOIcfJCFbiUmA { width:11.25rem;height:20rem;top:61.061851501465rem;left:8.75rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ESavmKwA05k46yH9ArsIUKmgXuom4erP { width:11.25rem;height:20rem;top:61.061200618744rem;left:0rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CTlmq0fDUDAIcBCmEzyUT46KWRPTqE6D { top:65.936199188231rem;left:11.625rem;width:7.25rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0KXrsUxV2eH6qV3NJ3ag9ZOOu5rbbOK { top:86.123699188231rem;left:11.623698234558rem;width:7.5rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ItyRlm03Imltka7EMxwkofXNhkUVXiiF { top:105.8750038147rem;left:2.875rem;width:6.1875rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e8mbtRpkUvzGeeMRq7O1ErnR7H3VhS0J { top:105.8750038147rem;left:11.625rem;width:7.875rem;height:2.4375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HlvUytrJx4WyAuKkDZQ6hw7oV29vKfGK { top:65.936201095581rem;left:2.8743491172791rem;width:8.4375rem;height:1.57470625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.4;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxpe0CoF3r2oTVtkEZMue0AnTCJbsWGD { top:86.123699188231rem;left:2.875rem;width:7.125rem;height:0.8125rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h3pn9H2EgBRZNl2MpXx2AEobrXbfzI0U { top:62.561767578125rem;left:2.874755859375rem;width:6.125rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WZ7d7W2kXq2dlLPtxBTg5D5cr6bAZlGu { top:62.539714813231rem;left:11.625rem;width:7.8125rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TrNcXUBn4dmsg58oyTWHF5eFaTVIzcGw { top:82.811851501462rem;left:2.875rem;width:9.0625rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dPcFy1K9t11JctJKHnDMrW2HpJ3WsJlT { top:82.811851501462rem;left:11.623698234558rem;width:8.3105625rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6nyypcr0HaqefhSigwGmuexFBQauKy { top:102.5625038147rem;left:2.875rem;width:7.3125rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s4RTqf6xKi6b582GH67QhP0x6bNidZwI { top:102.5625038147rem;left:11.625rem;width:6.625rem;height:2.9746125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgT3rs65izdgHSILVdOt7qQTxRLc4pCk { width:20rem;height:2.9370125rem;top:165.71411132812rem;left:0rem;font-size:1.3125rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #QT6JwwmTB0KKcaTbu3L2Aeg3Jty8MBoE { display:block; }
 }@media only screen and (max-width: 763px) { #WzVwpIHcW38EE8PELgNWNKAW1aoxy27W { top:5.1849060058594rem;left:2.8424482345581rem;width:6.4375rem;height:2.4375rem;z-index:15002;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OA4uUZdzAWkMkRk3VtF3d6mi79JVCnSm { width:11.1865rem;height:19.812rem;top:120.9316444397rem;left:8.8131513595581rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xNuVbmf3HaiiSWikIx1TdeMFGwtek3kV { width:11.1875rem;height:19.8125rem;top:100.9375038147rem;left:8.75rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hZ3M04A1Q5N1meexfXqq8FEPD8zSnAUM { width:11.25rem;height:19.8125rem;top:141.5253944397rem;left:4.25rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #m3SwHaAbG2FfoeUlG0qdxmFo7p6xM6lM { top:122.62369918823rem;left:2.8743491172791rem;width:7.312rem;height:2.9746125rem;z-index:15027;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r7mCza4A2U3K3MXEb74JkIb8JZaEWDw9 { top:126.09635543823rem;left:2.9049482345581rem;width:6.186525rem;height:2.4375rem;z-index:15002;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hz6Nw2x398nqrD3CeKVbFRFonzRXtGOF { top:122.62240219116rem;left:11.625rem;width:7.3108125rem;height:2.9746125rem;z-index:15028;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HTHMstGXNC4wt6W20Obu8Q1NG0rPX6p5 { top:126.09505844116rem;left:11.622396469116rem;width:6.186525rem;height:1.625rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vd00wg57n3zGzKxmR2KMAH7HpRIX52VL { top:143.4980506897rem;left:7.2493495941163rem;width:7.3108125rem;height:2.9746125rem;z-index:15028;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #igLCa8zTBVMXiPRTuw4uc4gWdDMpVAdK { top:147.01432418823rem;left:7.1868495941163rem;width:7.125rem;height:1.625rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A5x4ZMfdS7iKDnZZnZmzX9oyU26aTDJ2 { top:159.84310913086rem;left:3.0618491172791rem;width:12.1875rem;height:1.875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pNFmEdNtlzxiPuoXvy61xitcBJpUfoVZ { top:117.96746826172rem;left:7.625rem;width:12.1875rem;height:1.875rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { border-width: 0; border-radius: 0; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oe0lq3KaKR2Q1zyfoKqddcv5mnc3LBvU > .row .container { width:20rem;height:9.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nnFcPxfsppMEr5H3iRixpTmMawaepm6b { top:1.749267578125rem;left:0.748291015625rem;width:18.49975rem;height:4.79980625rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-weight:700;font-style:normal;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EuOICp3iKxLLAMHImqsdRJrsxIewZiZW { top:7.12158203125rem;left:0rem;width:20rem;height:1.3808625rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-weight:300;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST { background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/2893d464-ef48-4a44-bada-294c9c31b25e/Frame9584.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST.adaptive-delivery-prevent-bg, #DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST.lazyload, #DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST.lazyloading { background-image: none; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row .container { border-width: 0; border-radius: 0; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DsbSfTRiFG8Ba4XkCBM4T3niOb7yPfST > .row .container { width:20rem;height:454.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #af6ac201b5b83d2fb0d7633035becd02 { top:5.12451171875rem;left:2.74951171875rem;width:7.625rem;height:1.625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #W944846a02f00ab02f2d51d94b742908 { top:0.999267578125rem;left:2.62451171875rem;width:7.8125rem;height:4.98779375rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6f46d59b43b4091bb35cbf0b5714a77 { width:11.25rem;height:20.3125rem;top:0rem;left:8.9375rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xb2d0875d456c68c9f43a630cc068167 { top:4.68701171875rem;left:11.8115234375rem;width:8.125rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cfc44be609f38db79da28e1b57a0b093 { top:0.999267578125rem;left:11.749267578125rem;width:8.25rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w1f13a90ca68b0c22458bc8f07dd2ac2 { top:25.9375rem;left:2.625rem;width:7.0625rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dc6b5ea135d1a904f73a085cdb93920f { top:22.125rem;left:2.6875rem;width:9.0625rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a46be1043746fe7abfb538d7dd79002b { top:25.999755859375rem;left:11.5625rem;width:7.3125rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J66a7c1a04a5be2f60c8a8118c38bd65 { top:22.125rem;left:11.625rem;width:7.749rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eb32517ea63c6aecb5caaec73fc1e6b7 { top:43rem;left:2.75rem;width:7.75rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S32a6d1a8f887d956db5a11339886f20 { top:46.875rem;left:2.75rem;width:7.0625rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dd33c82ff0d9b5c294836f1a5fb8f05b { top:43rem;left:11.3125rem;width:7.8125rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N0195d085815aae2a868cab04210a93e { top:46.6875rem;left:11.3125rem;width:7.125rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a71351dc5cf1efbf9dbed8b80e58c714 { top:68rem;left:11.1875rem;width:8.562rem;height:0.81176875rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tddc77c6d910ab868dfa71c14b0180f2 { top:89.5625rem;left:11.5rem;width:7.5rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n5157728aa8c1fce9a8abc79aa7715bc { top:110.8125rem;left:2.8125rem;width:6.1875rem;height:2.4375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d53503c6b12c34db534727028a8c85c2 { top:110.8125rem;left:11.625rem;width:8.3125rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f262a91aa2e593b16dfd95fed9b63e88 { top:68rem;left:2.875rem;width:6.75rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c9e982a8f85e9dfed67a2ae7326bd3c9 { top:89.5625rem;left:2.5rem;width:8.375rem;height:1.4622375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d6ecfa1f44d69f356939baa28e5952ef { top:64.25rem;left:2.875rem;width:6.125rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qc3f23d7c1fef361c4fda8fab7c4729e { top:64.1875rem;left:11.25rem;width:7.8125rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N20edcfae336affdc439991256209743 { top:85.75rem;left:2.5rem;width:9.0625rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L493e98bd8fbd289f9e8eab91954a0c3 { top:85.75rem;left:11.5rem;width:8.3105625rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Id1b6502660f2f1bba7c9b227a1e8b84 { top:106.875rem;left:2.75rem;width:7.3125rem;height:3.324225rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fb848d5e52b8b35785f51c8869fe7e13 { top:106.875rem;left:11.625rem;width:8.3125rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z931bb3ec8e3404cad3fe99e543e9e4a { width:20rem;height:2.9370125rem;top:128.84033203125rem;left:0rem;font-size:1.3125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #cec2b62c36e8f38c726ecf230723f7d0 { display:block; }
 }@media only screen and (max-width: 763px) { #k1e7fba4c1bb48412c132a857d0a5198 { top:4.685791015625rem;left:2.65576171875rem;width:6.3125rem;height:1.6235375rem;z-index:15002;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b9e51e35afe9f9d58684f1821257732a { width:11.25rem;height:19.9365rem;top:133.02734453125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7d66dc9f2f16968b940f42373d674a1 { width:11rem;height:19.874701697766rem;top:154.21265703125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e19e0a9319882d899b213fb0d646bf43 { width:11.25rem;height:19.74975rem;top:175.33690703125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57691c182d64d9f266924209da53c66 { width:11.1875rem;height:19.876026628079rem;top:196.33546953125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r08bde56654a065e3e55a1f65e0a854d { width:11.125rem;height:19.875589927411rem;top:217.46096953125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdf584d24c362f66e9cb79c863a070c { width:11.125rem;height:19.875589927411rem;top:238.58646953125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4b14fa252cc48e642f7880f6b6764cb { width:11.125rem;height:19.875589927411rem;top:259.71196953125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee09bf90f44717d633f29dd878f848d1 { width:11.125rem;height:19.875589927411rem;top:280.83746953125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6d3123bf3471de426aed01776a8631b { width:11.125rem;height:19.875589927411rem;top:301.96296953125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9e5d2e414ede6b6a6bc6903ae371d8a { width:11.25rem;height:19.74975rem;top:323.08846953125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f098c41f79474e9b0eff68072cb9b955 { width:11.1875rem;height:19.876026628079rem;top:344.08703203125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b066cecc3ade62b0bea96f426ad566bb { width:11.1875rem;height:19.876026628079rem;top:365.21253203125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b24cf14a46a860982b74bc2954781272 { width:11.25rem;height:19.87425rem;top:386.33803203125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf187bdbeb1ef3d5c31748c74382404d { width:11.1875rem;height:19.876026628079rem;top:407.46109453125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf9edb67ee1425303946eae28b7bd79b { width:11.25rem;height:19.74975rem;top:428.6622671875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p826cf59326630d9eaf5a0974e643d7e { top:259.85235039063rem;left:7.93359375rem;width:7.5rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e29a74b542d18babc9c4a836ba96b838 { top:264.1480046875rem;left:7.99951171875rem;width:8.31175rem;height:2.43530625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N7e12a3edfadc2accf8f898f31375ab0 { top:410.77286210938rem;left:6.688232421875rem;width:9.43725rem;height:2.43530625rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a93600e56268d7d56909649e34d74e21 { top:431.97403476562rem;left:7.1240234375rem;width:8.2495rem;height:1.6235375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R95dfe1b55cf2dcf55769ecfbd804fe9 { top:406.71036210938rem;left:6.688232421875rem;width:8.125rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i33ab69580c8e1f8eb47929a53224f66 { top:428.0372671875rem;left:7.1240234375rem;width:7.37425rem;height:3.3252rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d7d0ab20b8023baeb3f1a949e175612b { width:10.625rem;height:1.6870125rem;top:425.7252546875rem;left:4.591064453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb6f662e82fac582dee1f0b71a81ca9e { width:10.625rem;height:1.6870125rem;top:446.92642734375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/003f8605-92c7-4225-b802-6f767dea435a/BGPriceMB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3.adaptive-delivery-prevent-bg, #VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3.lazyload, #VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3.lazyloading { background-image: none; }#VEJWFeAX4ioK3XPM0Ps5XKUvunZgo6A3 > .row .container { width:20rem;height:63.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #whWieJqP8x07eKD6NTKXi0m9Ak6LHGcQ { width:20rem;height:2.5996125rem;top:1.922607421875rem;left:0.03076171875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nutzZVzHO97A9wr819sS8B0qV0fzsRU6 { top:7.49755859375rem;left:0rem;width:20rem;height:2.59765625rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pnfX1B2nBKhVqkGxzHysFdQC2szU5bSp { width:16.5rem;height:1.13736875rem;top:14.125rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hmR4JzCMD7UDp7HdS36wO5kE8MRH2SNb { width:1.43676875rem;height:1.43676875rem;top:13.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvmOAHzDbeNl3EABPdRymIhF57PU7sm5 { width:16.4355625rem;height:1.13736875rem;top:12.125rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qGw7qrzNdQTkL4s8EGDimo8P4nrUhsak { width:1.43676875rem;height:1.43676875rem;top:12rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5PBRl2RebaUUHHgfFm6fU1vLSMMf8Fk { top:5.269775390625rem;left:0rem;width:20rem;height:4.62890625rem;z-index:15002;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NEkoHuMQKSAgOfrQzkBZGpXMdb34o1qS { width:18.875rem;height:18.875rem;top:38.187500633299rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve7FlA8kqJko2CXXUaVi4FLWvBwKG9Bq { width:17.8125rem;height:16.4375rem;top:17.812501907349rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/84e01dd2-99ed-45d2-b872-9ac2d9322bd9/Frame9583.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9.adaptive-delivery-prevent-bg, #oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9.lazyload, #oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9.lazyloading { background-image: none; }#oEvpQ2ZPxAP9VP0I6IolGERTsxSEhvT9 > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a7KNRZ37n0tdPROmAmlqpXDKVbcbUHI8 { top:1.3125rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zLP71PQAKKoKr8PTOdFvLo9OSnWl3Edl { width:20rem;height:16.5625rem;top:4.9375rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE8909sykZrcMaAa1hCRIxXOpolfdbw2 { top:8.561767578125rem;left:7.061767578125rem;width:11.74925rem;height:2.59895625rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #km7KFBTBTOav6TIM11UBcphytxO7X3f6 { top:7.1875rem;left:4.25rem;width:11.0608125rem;height:4.025875rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.4375rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FGwIuuqou1RNdHuT5bsx4cRn4itV9e7m { top:5.373291015625rem;left:3.623046875rem;width:6.186525rem;height:7.087375rem;z-index:15003;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;font-size:5.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M0GSWGhpcAh76Nf9TJipqbV4s4btT3EP { top:17.311767578125rem;left:1.624755859375rem;width:5.25rem;height:2.449225rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:300;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h76rImJaiMCKlaziAIXkeiL2CteTtyPc { top:17.24951171875rem;left:8.0615234375rem;width:5.249025rem;height:2.449225rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:300;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcuLpR4zd3UyccLThc6sy73QlKIm20Sb { top:17.24951171875rem;left:14.18701171875rem;width:5.06225625rem;height:2.449225rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:300;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GKagDDQU3TPgAi8m6m43sRAVMOlUn7n8 { width:3.686525rem;height:3.81225625rem;top:12.624267578125rem;left:7.93701171875rem;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: 0.0625rem 0rem 0.125rem rgba(255,255,255,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #NBplvq2SaBtHDuJ3PKDNHUxX3yqG7VG8 { width:1.9995125rem;height:1.9995125rem;top:13.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezzcfbKsNBEqzTQFfnyWpTU7DOKiMBFp { width:3.6875rem;height:3.8125rem;top:12.75rem;left:14.18701171875rem;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: 0.0625rem 0rem 0.125rem rgba(255,255,255,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #R0doA31hgJ1fvHySDmKhlESMargn9cBh { width:2.37426875rem;height:2.3120125rem;top:13.375rem;left:8.624267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQTPHFPutq4FWwqDuXbniXzzyTdn7EJK { width:3.5625rem;height:3.6875rem;top:12.6865234375rem;left:1.624755859375rem;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: 0.0625rem 0rem 0.125rem rgba(255,255,255,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #fCTxnnb8JEJCsgs0r29CGFrAP9wDMcHc { width:1.5625rem;height:2.1875rem;top:13.6240234375rem;left:15.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPzeaKM67IZ7JMvd6bvb0EP7xzLxKlMz { top:23.437255859375rem;left:1.937255859375rem;width:16.125rem;height:3.8984375rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C09cs1zaX8iGnqofz8toKxM6iSsW3ItZ { top:53rem;left:0.125rem;width:19.8730625rem;height:4.4995125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #JSAJrVqUDItdMIIcdXt1iXbTFvdrWRFi { top:42.562255859375rem;left:3.687255859375rem;width:15.4375rem;height:5.688475rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ib3SJ4Edb2P0S83shURSFQTgmnKDQSkH { top:32.311870574951rem;left:2.34375rem;width:15.3125rem;height:6.29688125rem;z-index:15004;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TS85BETcUtSK70M31qOUI3qOyl3L1eHK { top:4.754638671875rem;left:0rem;width:20rem;height:11.8945rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TdJ7UhloVHVhh0tDiUFKOMiyFtJbE86H { top:6.562255859375rem;left:7.061767578125rem;width:11.0608125rem;height:1.8374rem;z-index:15004;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.3125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #1a1a1a);background-image: -moz-linear-gradient(180deg, #000000, #1a1a1a);background-image: -ms-linear-gradient(180deg, #000000, #1a1a1a);background-image: -o-linear-gradient(180deg, #000000, #1a1a1a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1a1a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1a1a1a' );";background-image: linear-gradient(180deg, #000000, #1a1a1a);background-size:cover !important;display:block; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container { background-color: transparent; background-image: none; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container > .video-iframe-container { display: none; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row > .video-iframe-container { display: none; }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .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); }#SS3kWMXBrEDLs0G5T3Un1P7Mwqs93a85 > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEsyQVSStSMrSOzR7aAUsZFv1kQhgn1x { top:1.3125rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uFfBeBqUkRGg3Mq7pIASvUBcLf86RqDe { width:20rem;height:16.5625rem;top:4.9375rem;left:0rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTnQGX0yevMcCF2ec4EQkiliLt689IA2 { top:8.561767578125rem;left:7.061767578125rem;width:11.74925rem;height:2.5996125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jw0xT623GKJL0bSLBJuZ00pT7hbEzF91 { top:7.1875rem;left:4.25rem;width:11.0608125rem;height:4.025875rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.4375rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RpKkXf8sXEWOT1wIUU6lbJMplZfIfbRK { top:5.373291015625rem;left:3.623046875rem;width:6.186525rem;height:7.087375rem;z-index:15003;font-family:poppins;font-weight:400;font-style:normal;color:#ffffff;font-size:5.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JIhDrXQPkFf0cSDs55v4tvEf9AAfVtTg { top:17.311767578125rem;left:1.624755859375rem;width:5.25rem;height:2.449225rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:300;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXzKBfR3TDDdzUVsKshuILMghqFTotWa { top:17.24951171875rem;left:8.0615234375rem;width:5.249025rem;height:2.449225rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:300;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XEM9EfiE0srr7ToMKQfOILE5R8S4fWFU { top:17.24951171875rem;left:14.18701171875rem;width:5.06225625rem;height:2.449225rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:300;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ib1BW8kDJOUFPVh9buA8eeDSlnqvI6T5 { width:3.686525rem;height:3.81225625rem;top:12.624267578125rem;left:7.93701171875rem;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: 0.0625rem 0rem 0.125rem rgba(255,255,255,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #JI5e3ix6UNp5wobMA8JgHT6tSiVwUHH2 { width:1.9995125rem;height:1.9995125rem;top:13.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyvE7bc0ezUGNeDd5VKz6o09lHiSgoO0 { width:3.6875rem;height:3.8125rem;top:12.75rem;left:14.18701171875rem;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: 0.0625rem 0rem 0.125rem rgba(255,255,255,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #grHevdDbNFNGi0Bros28sKCiSlEC3BFR { width:2.37426875rem;height:2.3120125rem;top:13.375rem;left:8.624267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7OlbZJy38ffSLButgFcv6EtVyUqRt4P { width:3.5625rem;height:3.6875rem;top:12.6865234375rem;left:1.624755859375rem;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: 0.0625rem 0rem 0.125rem rgba(255,255,255,0.59) ;display:block; }
 }@media only screen and (max-width: 763px) { #fCDm50CxuDpT57ofDpD56R8sxNMo0tmp { width:1.5625rem;height:2.1875rem;top:13.6240234375rem;left:15.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orcQK4p4ivPWf5dc41iuLKXsXduErZnv { top:23.437255859375rem;left:1.937255859375rem;width:16.125rem;height:2.59895625rem;z-index:15003;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T76mleKtsU8lHgtQctaGUkHfOPMCTiQd { top:53rem;left:0.125rem;width:19.8730625rem;height:4.4995125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #LDuETcmCeDyF7gI3OTTrGsiVg5T5fS55 { top:42.562255859375rem;left:3.687255859375rem;width:15.4375rem;height:5.688475rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.8125rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IZFy6BV5s3FeyMWMX5G8Di2TKa4yoGoE { top:38.374349594116rem;left:2.34375rem;width:15.3125rem;height:6.2988375rem;z-index:15004;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:rgba(255,255,255,0.6);font-size:0.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eyu7A3H3XRzJ3nf6dnW5fCokD8oghAET { top:4.754638671875rem;left:0rem;width:20rem;height:11.8945rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;font-size:1.0625rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VOqZH52Iaa4S65C3TRf3R98soVB2c2i0 { top:6.562255859375rem;left:7.061767578125rem;width:11.0608125rem;height:1.8374rem;z-index:15004;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.3125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nn7M908LcDlgsBw3ax8HBuOmNTKNMF15 { width:10.4375rem;height:4.375rem;top:26.076844215393rem;left:4.78125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyrdgD6wiTSuOtJn0liWXggavCwSLGos { width:20rem;height:7.5625rem;top:30.097657203674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yUGDATTmAZ2EzBneDozOnkmHPwa5bOZZ { top:22.750000953674rem;left:1.9375rem;width:16.125rem;height:2.5996125rem;z-index:15004;font-family:rubik;font-weight:400;font-style:normal;color:#ffffff;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg { background-color:#1a1a1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg > .row .container { border-width: 0; border-radius: 0; }#N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2t9FHKxa1oT9SrgzahNvFxsozdCqhxg > .row .container { width:20rem;height:41.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QkuRQRBSv3azDquAJKpVt4lEphBDEnyE { width:20rem;height:24.5rem;top:16.125rem;left:0rem;z-index:15001;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezZtAtfBq0rhpatqqdtDn8fhoMPoWFTW { width:2.625rem;height:4.5rem;top:17.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS9SQsh2LXmnvvE7BcPkTaVgZNseDG12 { top:23.624267578125rem;left:1.0625rem;width:11.25rem;height:6.903075rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tMeOgC3IcuJoOqHkSFIee2wLyTON4EOl { width:20rem;height:14.4375rem;top:1.0625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSh9Oc5SdU4Cs3XUGqDDBkO8Rz4kmGAr { top:28.875rem;left:0.875rem;width:18.625rem;height:4.8974625rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #g1rApVL4kKkI62rvw2IlTxEPtNNDVZ5b { top:10.74951171875rem;left:1.1865234375rem;width:17.875rem;height:4.8974625rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Z4dbkX9ym21AVBvqdyfm8Od0NB89taK4 { top:8.9375rem;left:1.125rem;width:11.9375rem;height:5.5224625rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #utIeVQlxpLbGw020uwgph38i0hBSwTMi { width:12.5rem;height:3.4375rem;top:2.6875rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4kmn594SPSIKGZBZrx03ibPBfotWLvW { width:12.5rem;height:3.4375rem;top:17.8125rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7WOq69Tik8qTgRxl9eKhdUe7i0DLZOV { top:1.25rem;left:0rem;width:20rem;height:4.7119125rem;z-index:15002;text-align:left;text-align-last:left;color:#231f20;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WoJl077ZlsvTT8ylhJC5WZfZ8b68nMXC { top:22.6875rem;left:0.9375rem;width:18.0615rem;height:3.8994125rem;z-index:15003;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UThiBDEZR1ClaxZCa5DQV0Q3qCNstPhl { top:7.25rem;left:1.125rem;width:18.3125rem;height:2.5996125rem;z-index:15003;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nTD5kTAMT3qJu84TciVGxc3ICyK0952T { top:27.6875rem;left:2.6875rem;width:17.312rem;height:2.2734375rem;z-index:15004;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XaVUTM4WtRECN6pvPT1vLM5Al92sZR0w { width:14.187rem;height:4.0625rem;top:1.124267578125rem;left:2.87255859375rem;font-size:1.5625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #leyGHqWHlsPSUzqFcpJNcgrKkiT3L7Tt { width:2.6245125rem;height:4.874875rem;top:1.9375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixwIZCVgTomhl4B9bJWXmAc6fVhAxTsD { width:2.62435rem;height:4.375rem;top:17.3125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORF4GTHsBFQGHkv0F2zVbln2nJgmaLDC { width:2.625rem;height:4.375rem;top:17.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVvbHqUXfS10vWpKsSJ416EVqR4NvSAL { display:flex;width:0.99975625rem;height:0.99975625rem;top:10.875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #oQeLWgEh3VRqQHIJQ4yvUkwTiah9MD92 { top:26.0625rem;left:0rem;width:20rem;height:auto;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #UDTtxrohx1OMRlZGSh8M2xW4vndLrHBl { display:flex;width:0.9375rem;height:0.9375rem;top:54.375rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNw2dU7ugkWwfiJG3hTf06GayFRih5PM { display:flex;width:0.9375rem;height:0.9375rem;top:56.5625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybozVnhsyWwePTU6mAMyzuzJigLkA0mL { width:2.625rem;height:4.4375rem;top:17.3125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZKivaWpIzbxSMR5l9NdrcD8kEgozDBn { width:7.5rem;height:1.0625rem;top:20.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RNlaxrLkIQSbMWUkOm7bQ3oirpLB2N { top:10.875rem;left:2.5625rem;width:17.3125rem;height:2.2734375rem;z-index:15005;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iO6u6toHMmXHTEBPfAcIJ05TfKoqqfxN { top:30.75rem;left:2.6875rem;width:17.3108125rem;height:2.2734375rem;z-index:15005;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fJgPRPntqafLhDz88CSk2qOfCiAhGEJp { top:33.6875rem;left:2.6875rem;width:17.3108125rem;height:2.2734375rem;z-index:15006;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KveMBThy7B2NQO4qfw1KvWm282hWbuEz { display:flex;width:0.99975625rem;height:0.99975625rem;top:30.875rem;left:1.0625rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #qIHysTZ2ZRgsA3ptIT0pDyhPTEsPgTFm { display:flex;width:0.99975625rem;height:0.99975625rem;top:33.8125rem;left:1.0625rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #U7I6Q2MndiuBJJZlcw1y83zAebUOtbb1 { top:28.1875rem;left:0rem;width:20rem;height:auto;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #bRzAbs26VKqJttfmliSlL9iTEP6WpTT9 { display:flex;width:0.9375rem;height:0.9375rem;top:36.8125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #a5MkWzFqWF6Sx5D0IMissHMK5aQFXh3a { top:30.1875rem;left:0rem;width:20rem;height:auto;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ONzxl7PJgrT7MADOk150lH8Ii3KBSLRE { display:flex;width:0.9375rem;height:0.9375rem;top:27.8125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #fvyUyHJyNMfBLT5xdB9oHwzt3WbGkxpH { top:36.6875rem;left:2.6875rem;width:17.3108125rem;height:2.2734375rem;z-index:15007;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 { background-color:#1a1a1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 > .row .container { border-width: 0; border-radius: 0; }#TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmEJmH8Acuci0e8g9bSa1ITdr1BT8am0 > .row .container { width:20rem;height:101.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lH2s17GR3zkrkEWO2m4Dldf7XHanTaQl { width:20rem;height:18.0625rem;top:29.875rem;left:0rem;z-index:14999;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #d4943d, #000000);background-image: -moz-linear-gradient(119deg, #d4943d, #000000);background-image: -ms-linear-gradient(119deg, #d4943d, #000000);background-image: -o-linear-gradient(119deg, #d4943d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );";background-image: linear-gradient(119deg, #d4943d, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oaRXi304E3DTHb7xMOUQm3UOVtgtUQK4 { width:4.4375rem;height:4.3125rem;top:31.125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxvXWPKs5fLm2FbcwrmGoeTnyJZSUxs1 { top:36.429443359375rem;left:1.0009765625rem;width:11.125rem;height:8.77441875rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nHJLQOPOPeit6s4gWyfKZkq6CWcymuzL { width:20rem;height:11.9375rem;top:0rem;left:0rem;z-index:15000;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGgGSO6ZcTk4Zg6FFpRPWSuTdaLPt2Eu { width:2.5rem;height:4.4995125rem;top:1rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zN2p2kTIqiZ7HFwXdomPhlW5fgTMOgu0 { top:41rem;left:2.5625rem;width:16.3125rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#413020;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CpM3l0MSGBfSyhO3J3x63boEDX99lh00 { top:4.4375rem;left:2.625rem;width:15.1875rem;height:3.89941875rem;z-index:15003;text-align:left;text-align-last:left;color:#765332;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zvc2SD8uFo0I5rBBT0OoDPXNGPec1kWT { width:20rem;height:16.6875rem;top:12.5625rem;left:0rem;z-index:15001;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKH8eD6rxTd4Ub5tfEoNm7D4DEQqmRhs { width:4.5rem;height:4.0625rem;top:13.3125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQZTDWkP9dXd2Xs0SdzbBfqP4xco5uMF { width:12.5rem;height:3.4375rem;top:31.5625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEfFpJgENTs0ZRyHiLVZZPitXAafJG59 { top:22.25rem;left:2.5625rem;width:14.5625rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UEFuH11UXGxVawbnuhSoA8H57WJoT5OT { top:8.687744140625rem;left:0rem;width:20rem;height:6.82616875rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.75rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #oAbbBtmChKfkPW2zFGHtGTuW6fWZaN2G { width:12.5rem;height:3.4375rem;top:14.3125rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1bRAWuaGxBX9hfXZrsUPGbo4TLSXVcr { display:flex;width:1.0625rem;height:1rem;top:5.75rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #lPVF9POx33zTKo3zTn4sbD0s5oUqtAgE { display:flex;width:0.874025rem;height:0.99975625rem;top:4.4375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #NTOukuEhnLMLTf2yxc74zWuTsuVJmpoA { top:1.25rem;left:0rem;width:20rem;height:2.35595625rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #O7THGGIKKgNKPBqHgwgJQKxT8XSQ2Sek { top:18.625rem;left:1.125rem;width:18.8125rem;height:2.4375rem;z-index:15003;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zt4TpEgfBmtiAH4VOQDm0TtzTCsUMIHe { top:35.9375rem;left:1.1875rem;width:18.125rem;height:3.89941875rem;z-index:15003;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rbFOEiAp19oWE2F2SDA5EtqOn78Ohy4r { width:12.5rem;height:3.4375rem;top:18.031005859375rem;left:1.2646484375rem;font-size:1.5625rem;color:#663f1b;display:none; }
 }@media only screen and (max-width: 763px) { #QiMIGS1vq9Qv2TN5PxAoC7N9v5WXaaWH { top:9.0625rem;left:2.625rem;width:16.875rem;height:1.13736875rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #weHnLHbHKGgtOkOvlu02JKFq4RfnzWo1 { width:12.5rem;height:1.71875rem;top:1.75rem;left:1.25rem;font-size:1.5625rem;color:#663f1b;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #td8d1o11x47U7Ad29vI6ud0I0L62s3WR { width:20rem;height:10.1538125rem;top:9.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmJ502KueF3Tdk7qhCvbZThI0IAwyHqr { display:flex;width:1rem;height:1rem;top:9.06103515625rem;left:1.1865234375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #zD3TN3J4ZUmy749rnEVOfCqDJbzUwh30 { display:flex;width:1rem;height:1rem;top:22.375rem;left:1.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #My9caWpg6KT3o3OJ5T9sFkB3td1ytJKR { top:25.3125rem;left:2.5625rem;width:15.4375rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nbQ43CHV1Qv1tsANKZfzh9fUkiPhQOoc { display:flex;width:1rem;height:1rem;top:25.25rem;left:1.1875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #PKWnv4SedVrTzehoIaOK0WXr5kmvLGBk { top:44.0625rem;left:2.5625rem;width:14.75rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#413020;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i3yAMPdwrIgGMLiNCEd7MdWNG3JnAq8M { display:flex;width:1rem;height:1rem;top:41rem;left:1.25rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #vXpr8UchoqIOsRfKhGFG0Eu0hMooDo8g { display:flex;width:0.9375rem;height:0.9375rem;top:44.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #omgxCVwMQFMARZNek9bLLRyNeCBLh1Ql { width:20rem;height:19.5rem;top:48.5rem;left:0rem;z-index:14999;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #d4943d, #000000);background-image: -moz-linear-gradient(119deg, #d4943d, #000000);background-image: -ms-linear-gradient(119deg, #d4943d, #000000);background-image: -o-linear-gradient(119deg, #d4943d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4943d', endColorstr='#000000' );";background-image: linear-gradient(119deg, #d4943d, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #H150dCw0VEnEm48A6wGsuFvDTQWJuTnE { width:12.5rem;height:3.4375rem;top:50.25rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFLkpUeGnO7imI75h3OcJ0yldU4HQvyl { top:82.987042578125rem;left:0rem;width:20rem;height:0;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NNQsk9qpk1my4haM5ZcbTThhDp7Rv12f { width:20rem;height:16.625rem;top:68.625rem;left:0rem;z-index:14999;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:transparent;background-image: -webkit-linear-gradient(119deg, #7f7f7f, #000000);background-image: -moz-linear-gradient(119deg, #7f7f7f, #000000);background-image: -ms-linear-gradient(119deg, #7f7f7f, #000000);background-image: -o-linear-gradient(119deg, #7f7f7f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#000000' );";background-image: linear-gradient(119deg, #7f7f7f, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UylNfXVmCdkq001VoN3NhBfGVLOfOrPT { width:12.5rem;height:3.4375rem;top:70.123718261719rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbfsQEL0ONdOcciFeaivHmIJG1qqrFVR { top:98.299054296875rem;left:0rem;width:20rem;height:0;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rHED6F3qZFMfB8XHgrQqRTphPGB10JlL { top:57.8125rem;left:2.6875rem;width:14.875rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#413020;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g5ccOAaTGGcD5o0RHkqE3pC78TTn9VBX { top:60.9375rem;left:2.625rem;width:14.125rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#413020;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cbRaFBJkQdVgOyEh7MgSW6GfSAr7WrU4 { top:64.25rem;left:2.6875rem;width:14.125rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#413020;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #x3Ro2taKDZZGRmcTrbE0PmtvqdcIsNaO { display:flex;width:0.9375rem;height:0.9375rem;top:57.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #OBRsh9lGKO0i50wVLuIHbM58FJ677Txr { display:flex;width:0.9375rem;height:0.9375rem;top:60.9375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #S6eLF0cD43PMwKOUf9saZCVB60r2tTNs { display:flex;width:0.9375rem;height:0.9375rem;top:64.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #BGWcg2tAr7sXfAkAQOgSXIwTqhny3V7V { top:78.624389648438rem;left:2.716796875rem;width:15.8125rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#413020;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kyFga8uJ7sAdyT1zqpImclffWbcziyeB { top:81.385437011719rem;left:2.7506513595581rem;width:14.875rem;height:2.2734375rem;z-index:15003;text-align:left;text-align-last:left;color:#413020;font-family:"ibm plex sans thai";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i0scwbTJXelAIiEnGXFRavfxCdVRteIV { display:flex;width:1rem;height:1rem;top:78.624389648438rem;left:1.25rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #WQsBPDNuCNJqxO78vRGDIMEddUoTXDnS { display:flex;width:1rem;height:1rem;top:81.516296386719rem;left:1.25rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #N8ocbvBQi3DcE9ceSXTLFqMfD32s2gDF { width:4.1870125rem;height:4.1870125rem;top:69.748718261719rem;left:14.686198234558rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiHHiky3D2CL9DBrdhXUx4GPqVts3WrA { width:6.25rem;height:4.1875rem;top:49.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0eaXCXQG5T3ai57kvm7xDBALZ34qLHy { top:54.5rem;left:1.1875rem;width:18.9375rem;height:2.5996125rem;z-index:15004;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #afzzpnSnSDlzxzbFaDzLXloOwCl7dL2x { top:74.811218261719rem;left:1.0631511211395rem;width:18.93675rem;height:2.5996125rem;z-index:15005;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BgrRR8tMAkZOiXTP1Q6F2WnOm9w7hldI { width:20rem;height:3.4375rem;top:88.87451171875rem;left:0rem;font-size:1.3125rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #y5SoQhUyCstWIVA4WuNPKyHCJPWcrfeh { display:block; }
 }@media only screen and (max-width: 763px) { #vtBpSmFTeRfsE9ndhbKSDkCMnMx74giU { width:18.75rem;height:3.4375rem;top:89.375rem;left:0.625rem;font-size:1.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #rFJ49TZ1A4G8pw5tlUX3ZIbcEHT4KhE5 { display:block; }
 }@media only screen and (max-width: 763px) { #HQiTnkslvEbHSkcvhdGpGT5iT3Xm2JJL { width:18.75rem;height:3.4375rem;top:93.875rem;left:0.625rem;font-size:1.25rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #whqMpVSGBLFaSrauwMp1mwGuNVRbaVli { display:block; }
 }@media only screen and (max-width: 763px) { #iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #231f20);background-image: -moz-linear-gradient(180deg, #000000, #231f20);background-image: -ms-linear-gradient(180deg, #000000, #231f20);background-image: -o-linear-gradient(180deg, #000000, #231f20);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );";background-image: linear-gradient(180deg, #000000, #231f20);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container { background-color: transparent; background-image: none; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container > .video-iframe-container { display: none; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row > .video-iframe-container { display: none; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .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); }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container { border-width: 0; border-radius: 0; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iagz5tDpERQCTCLpP6O5VgTHScKw2Wgg > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekhTLEfsIn9Dgc5Xs5R5Q6rtWnSVLHtQ { top:9.9373779296875rem;left:10.187377929688rem;width:8.125rem;height:3.0859375rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zqeur7mKbzDP1NHngyBGF3V075qEX7VE { top:13.25rem;left:8.0625rem;width:11.9375rem;height:4.875rem;z-index:15003;text-align:left;text-align-last:left;color:#d0d0d0;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lt7ioJfRMPkF6UZzClPhO62IdyyQxp9E { width:20rem;height:2.5996125rem;top:1.6943359375rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #suVemWqIwZ7Nn0DiPAUA5TWm7qco3iwa { top:5.103515625rem;left:0rem;width:20rem;height:3.0859375rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oxKXyDDW4TnfnFdKLtnWsdZUMa55X4LX { width:20rem;height:6.72rem;top:10.140380859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5u58p3fdo2oAoBM6Ra4L8Zrb3tTHv8y { top:9.499755859375rem;left:7.874755859375rem;width:2.24975625rem;height:3.981325rem;z-index:15002;text-align:left;text-align-last:left;color:#a0133f;font-family:"ibm plex sans thai";font-size:3.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZPs2x86T2zXc7vI9Zrg8wMraVSNUWUhk { top:18.875rem;left:10.25rem;width:6.0620125rem;height:3.0859375rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fwCvbvPzzPgRqdToNpXpfS6ucFZtXTsz { top:18.625rem;left:8.0625rem;width:2.24975625rem;height:3.981325rem;z-index:15002;text-align:left;text-align-last:left;color:#d4943d;font-family:"ibm plex sans thai";font-size:3.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cpbfQRDSWkHff5RngRlgT10vVBFnAe6p { top:22rem;left:8.125rem;width:11.9375rem;height:4.875rem;z-index:15003;text-align:left;text-align-last:left;color:#d0d0d0;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zbavvDWzpao5TIy9TqkrFZ1kgE2HGM32 { top:31.25rem;left:8.125rem;width:11.625rem;height:6.09375rem;z-index:15003;text-align:left;text-align-last:left;color:#d0d0d0;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qwLel4GX91pU3BCegL2DS0f2n3lEEI1Q { top:28rem;left:10.0625rem;width:8.6875rem;height:3.0859375rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wzkI1G45DX2SXxih0E3azg8tVqEUK3ZB { top:27.625rem;left:7.875rem;width:2.24975625rem;height:3.981325rem;z-index:15002;text-align:left;text-align-last:left;color:#aeaeae;font-family:"ibm plex sans thai";font-size:3.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hWsOdr8uNW56LuSSmGhSVxcRM6Nz0rDH { width:20rem;height:3.4375rem;top:38.81103515625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PRS4nmSH25EtGG6It7hGTUuQ4gq01kOP { display:block; }
 }@media only screen and (max-width: 763px) { #qdklH85LIV0SkIivi6Dew2Z5IldvCVcf { top:9.246826171875rem;left:0rem;width:8.0615rem;height:27.56225rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #amApH1cVJZDvyd4xyNOIzifEPQTcJnN7 { width:18.75rem;height:3.4375rem;top:41.093750953674rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacVALi67JDC4pHldIEsATbtk8T55tqO { display:block; }
 }@media only screen and (max-width: 763px) { #CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #231f20);background-image: -moz-linear-gradient(180deg, #000000, #231f20);background-image: -ms-linear-gradient(180deg, #000000, #231f20);background-image: -o-linear-gradient(180deg, #000000, #231f20);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#231f20' );";background-image: linear-gradient(180deg, #000000, #231f20);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU > .row .container { border-width: 0; border-radius: 0; }#CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJzn0BDPfm09yPZ1faEG2vWoJpQTehCU > .row .container { width:20rem;height:52.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TlFVIt14Bre7wpRX8aJyAQ1scoDtsUMS { top:9.9373779296875rem;left:10.187377929688rem;width:8.125rem;height:3.0859375rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RKQ5tASRdVpoTUb2kKU7s9n6BPsCqX9P { top:13.25rem;left:8.0625rem;width:11.9375rem;height:4.875rem;z-index:15003;text-align:left;text-align-last:left;color:#d0d0d0;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ihfxRWzUabTWBXbyWUodQO0OlTOS3VMh { width:20rem;height:2.5996125rem;top:1.6943359375rem;left:0rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mI4m9pl7gI52Tp7pBI9wX2Okcic5131E { top:5.103515625rem;left:0rem;width:20rem;height:3.0859375rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AQO0F7G0BHNfJMZBOnmMTkCTeVV6SfdS { width:20rem;height:6.72rem;top:10.140380859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #obUIC8knXdXnCNE1PXUwXcI4vGg2rId8 { top:9.499755859375rem;left:7.874755859375rem;width:2.24975625rem;height:3.981325rem;z-index:15002;text-align:left;text-align-last:left;color:#a0133f;font-family:"ibm plex sans thai";font-size:3.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qcSRENxuzblzFigWfFNrVXzTFtaT79bq { top:18.875rem;left:10.25rem;width:6.0620125rem;height:3.0859375rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iZXsktRvsL6cLpfhflveFaQhT9aBJ7Rq { top:18.625rem;left:8.0625rem;width:2.24975625rem;height:3.981325rem;z-index:15002;text-align:left;text-align-last:left;color:#d4943d;font-family:"ibm plex sans thai";font-size:3.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IJvn5WrnsEFgZP3t3CdUWC1eg1C9cFJ7 { top:22rem;left:8.125rem;width:11.9375rem;height:4.875rem;z-index:15003;text-align:left;text-align-last:left;color:#d0d0d0;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FkRTKVSIRzOGuXWTekQ0dLx5OzFXaaPw { top:31.25rem;left:8.125rem;width:11.625rem;height:6.09375rem;z-index:15003;text-align:left;text-align-last:left;color:#d0d0d0;font-family:"ibm plex sans thai";font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wpykPLRXFJTXk2mV0wTvgLihfNBQOrpW { top:28rem;left:10.0625rem;width:8.6875rem;height:3.0859375rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zpBsTWBJbKHNnZRe3TGrJvpauo6kKrvS { top:27.625rem;left:7.875rem;width:2.24975625rem;height:3.981325rem;z-index:15002;text-align:left;text-align-last:left;color:#aeaeae;font-family:"ibm plex sans thai";font-size:3.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UIHk5b6gc9Msd19EtJUg9k2UPVRJVePl { width:20rem;height:3.4375rem;top:38.81103515625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzLV0m2D0bctWc1wtBg65B6QVW3UruK1 { display:block; }
 }@media only screen and (max-width: 763px) { #am9vHU9fwTKdJXx40TgqGkhAA3mbRVsy { top:9.246826171875rem;left:0rem;width:8.0615rem;height:27.56225rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a1ym7l4RFP4rNvEJQ7qNFb0XXP8ZJvWZ { width:18.75rem;height:3.4375rem;top:41.093750953674rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG1ReOO3wKhmBelFFzyuxtchSkHdHTSn { display:block; }
 }@media only screen and (max-width: 763px) { #br6ruZdabEJIuHJHpM3yfQiGf8AiGTDW { width:18.75rem;height:3.4375rem;top:45.906252861023rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsJAdJpPVu5FcRxFCmFuKTpJ95ACap93 { display:block; }
 }@media only screen and (max-width: 763px) { #T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 { background-color:#1a1a1a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 > .row .container { border-width: 0; border-radius: 0; }#T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0PzWB1ylQn6PmkCLa1VG4vTLa5ULUd0 > .row .container { width:20rem;height:42.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDKmVDlAtk01w08ngVkBCKPUFcWeB1eM { width:20rem;height:17.4375rem;top:0.625rem;left:0rem;z-index:15001;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXlT2zyq8iBx6KLz9MowzyJUOS5FJMRg { width:4.5625rem;height:4.5rem;top:1.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBAAFuLJKCDcZynNJnitKwUpv6Nf6TbD { top:11.375rem;left:1.25rem;width:18.1875rem;height:4.8974625rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e4mWfVmnTnBIzhuzMTqJHZR1hsF8fDb0 { top:8.037109375rem;left:0.703125rem;width:12.937rem;height:4.14184375rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gIpbMHgqsZ601uWsmtT20WAiETmVMtKz { width:12.5rem;height:3.4375rem;top:2.4375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsvTfcKFUX09MXlWyTPNVEhvc6Ey3qk0 { top:1.25rem;left:0rem;width:20rem;height:4.7119125rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.8125rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QoVk5Pe0nyrOHiI0nb6GqmJLvSyIQ2K9 { width:20rem;height:14.8125rem;top:19.1875rem;left:0rem;z-index:15000;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxalHMbbAhd7AhpTfXDMbqmlczE9nO4 { width:4.5rem;height:4.5rem;top:20.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp8cE2X5GLoTbs5Nxfr6QFnTFXIqywDk { top:28.6875rem;left:1.1875rem;width:18.25rem;height:3.67309375rem;z-index:15003;text-align:left;text-align-last:left;color:#9b9b9b;font-family:"ibm plex sans thai";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W83aTwalLubnnliM2b1kzBv8BDJvWa8v { top:22.021484375rem;left:1.060791015625rem;width:11.5625rem;height:5.5224625rem;z-index:15002;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1.0625rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #rGlBTontz313HMlHbyJUFgbumU4O4pWH { width:12.5rem;height:3.4375rem;top:21.0625rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHWQDXxcMqhuCwc0ZHolEsixs3kt8O2 { top:6.8125rem;left:1.25rem;width:17.5rem;height:3.89648125rem;z-index:15003;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xlyAfpuSNAwscgym97NIyhcIfXwfyxe5 { top:25.4375rem;left:1.25rem;width:19.0625rem;height:2.59765rem;z-index:15003;text-align:left;text-align-last:left;color:#ffffff;font-family:"ibm plex sans thai";font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU { background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/uc/43673662-a9af-4bd4-aeaa-8c7ec2e7cc18/Frame9587.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU.adaptive-delivery-prevent-bg, #ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU.lazyload, #ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU.lazyloading { background-image: none; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container { background-color: transparent; background-image: none; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container > .video-iframe-container { display: none; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row > .video-iframe-container { display: none; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .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); }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container { border-width: 0; border-radius: 0; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZySaaTAINvoC5vqKKLLkTDTzoJrwEmQU > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMiPgf9UIKFN40ScPIIgutuQndRmxdS8 { top:2.1875rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffdeb5;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q4MRBhyTQa0wvRIap5B16ncScl929cBb { top:19.8125rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffdeb5;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xuqsp9LdVC7m6NbWmQZZxJ8TdTA2CXNE { width:7.125rem;height:14.4375rem;top:4.437255859375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sNpN3JZEFqsZhkP8X5FzWgMyghhBkmZk { width:6.25rem;height:20.68725rem;top:21.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7UhSI0a8Q4Hbg8dTJlve3OqMwIP7Zo5 { top:7.562255859375rem;left:8.25rem;width:11rem;height:1.6621125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LaO4iB0httRfvceeHF9i8lzFEvhyaO2f { top:9.49951171875rem;left:8.25rem;width:11.6875rem;height:2.2734375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fhF9ELg6FiVxB2VzdkTNCtMx1Jp5beiS { top:14.0625rem;left:8.25rem;width:11.5rem;height:1.6621125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RLlEtKCK4Q87g6vXZwxwIOgkb2p2e2la { top:15.999755859375rem;left:8.249755859375rem;width:10.3125rem;height:2.2734375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nnb3gbDXF1K2591grVa8bTgKzvDud0DT { top:23.8125rem;left:8.125rem;width:11.875rem;height:1.6621125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h6R9G3Eql8HcX30wTORNZvNXqDkAsF4A { top:25.875rem;left:8.125rem;width:11.74925rem;height:2.111325rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #psUCUV1SUubOHxR4kSw3hyabKPJ6P9le { top:36.036376953125rem;left:8.06298828125rem;width:10.1875rem;height:2.436525rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SckWAFgPHC6th4ATFpGJnhfnDpXEQXbI { top:30.446886062622rem;left:8.1251451969144rem;width:11.8746875rem;height:1.6621125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAgVwiBqtFg884JwQWJfMDVTlCO0n27J { top:36rem;left:8.25rem;width:11.74925rem;height:1.6621125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zChGPGrcwiKrfgQZpqEiu6LTF6IQt9ok { top:43.47412109375rem;left:8.250732421875rem;width:11.74925rem;height:2.436525rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dqRp5oeEprawdK8fRS2mxGvKbXTP66dU { top:32.061828613281rem;left:8.1529951095581rem;width:11.875rem;height:2.2734375rem;z-index:15002;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hBJlABDRb1CguomDcR1iFRcxZmfgaT8r { top:37.875rem;left:8.1875rem;width:11.7480625rem;height:2.2734375rem;z-index:15002;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#aca9aa;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 { background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/uc/2893d464-ef48-4a44-bada-294c9c31b25e/Frame9584.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3.adaptive-delivery-prevent-bg, #MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3.lazyload, #MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3.lazyloading { background-image: none; }#MrT66Z91a97rMvD2x8vBwGbl6WhqLdt3 > .row .container { width:20rem;height:55.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sMrTU8x3I1Q49T7RIBgQM8lPZT5nEvSG { top:1.560791015625rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MAXlESEmUVUb655bTCKTCzdTRizugrb3 { top:5.9173583984375rem;left:2.2174072265625rem;width:15.4375rem;height:4.46228125rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #T0zNXJcR7QsdnCoBBsDzZx1OwQH5zgkw { top:5.6875rem;left:9.625rem;width:10.4375rem;height:2.0996125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.5rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #swZDGrgWXk2l76aeVfePy09ulGUABuHC { top:24.0615234375rem;left:9.49951171875rem;width:10.1875rem;height:2.0996125rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.5rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #UgQ1xSq4RGRwTTpUpV4GR8JQC8M9ggEI { top:22.125rem;left:9.625rem;width:10.25rem;height:2.0996125rem;z-index:15008;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.5rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KVCF6BBq6ol5FxQrxFqxRxsacQ4sRrtu { width:8.125rem;height:9.625rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpyeV5BDITOxwqa0mT8LEmJx0nn9aFqp { width:8.125rem;height:9.6875rem;top:23.31201171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xz1adxkMwuC8qOaFPAJ7Bpg7tpwq8Zl0 { width:8.125rem;height:9.75rem;top:34.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y77OAwx9fobGuwo9TDkGr7AT2VaPeTAa { top:9.875rem;left:9.5rem;width:10.1875rem;height:9.09375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFzTAOaDOnRgJJFmSrfHbD8rZ6trtV7k { top:26.5615234375rem;left:9.49951171875rem;width:10.5rem;height:5.68684375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dvyT3GUfx4TAp7TkWePDBEZaWgQeEKcn { top:26.4375rem;left:9.75rem;width:10.1245rem;height:5.68359375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3t2H0rqKTqz9bVtEcsLpKCzKmdL4eEG { width:20rem;height:2.9370125rem;top:46.605224609375rem;left:0rem;font-size:1.3125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #qpt7ALckRf17UnHat19PKSUTVluMua1x { display:block; }
 }@media only screen and (max-width: 763px) { #J7dJ8qtiM8zpVMFAExH0qgifU1MvIleR { top:7.6875rem;left:9.5625rem;width:10.5rem;height:1.6621125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OyTePnvpeQG1IFQapZhurKKTg8HlTrpF { top:24.125rem;left:9.6875rem;width:10.125rem;height:1.6621125rem;z-index:15008;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SXz3Nw1XZ4tDGpNuGUhW4cDS1IKx3gkU { top:36.052735328674rem;left:0.5625rem;width:18.874375rem;height:3.8496125rem;z-index:15002;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bImRdyrdK9dSSOWrJL6npqG6b6NIHGFR { width:18.75rem;height:3.4375rem;top:43.186828613281rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exl6iAEVNw15wnCfkkDfUKCnfEWGAZ2N { display:block; }
 }@media only screen and (max-width: 763px) { #vsy1mFSbqKrTVRGlrwJleNxpJiGo6CCP { width:18.75rem;height:3.4375rem;top:47.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXCgdhZiXBEXlvZkCoKRLT5Bd1OTZP2a { display:block; }
 }@media only screen and (max-width: 763px) { #GEtdOucZmISos4zOqnR3ITTS3SRWPFRS { width:8.125rem;height:9.5625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdAc0Xfhn4qa046V0nkcIgTmIibrfHcO { width:8.125rem;height:9.75rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L { background-color:#1a1a1a;background-image:url("https://images.assets-landingi.com/uc/2893d464-ef48-4a44-bada-294c9c31b25e/Frame9584.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L.adaptive-delivery-prevent-bg, #FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L.lazyload, #FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L.lazyloading { background-image: none; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container { background-color: transparent; background-image: none; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container > .video-iframe-container { display: none; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row > .video-iframe-container { display: none; }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .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); }#FldzlKzCLbyNsBuI70lZnwtHPx8mgW7L > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iy1S0BzENyzX73aykPd6HXAtQtTLOSfB { top:1.560791015625rem;left:0rem;width:20rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S4hhqpG7F1xmnaGgg8Be4ah3psnHiLMl { top:5.9173583984375rem;left:2.2174072265625rem;width:15.4375rem;height:4.46228125rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #adU5Xn1SqEbVGTJMPJcrUpqBHq3qzFA7 { top:5.6875rem;left:9.625rem;width:10.4375rem;height:2.0996125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.5rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dBeWnnEwKgXwJsxHlkE04TBDXaTQnGRI { top:24.0615234375rem;left:9.49951171875rem;width:10.1875rem;height:2.0996125rem;z-index:15006;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.5rem;line-height:1.4;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xqadQ0pbTAllcv3cTT22MnqzUl4eXeXI { top:22.125rem;left:9.625rem;width:10.25rem;height:2.0996125rem;z-index:15008;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.5rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HtiqGgDvLFMVkzuPpDslT6bTlQ3DBhsM { width:8.125rem;height:9.625rem;top:12.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D94sIrxBaiMOFEM514pqowMrilbv97JT { width:8.125rem;height:9.6875rem;top:23.31201171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I60iW40EsNfvLJnhuwMEEWySOCtltfUp { width:8.125rem;height:9.75rem;top:34.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFBNmeawEhRCkC6ylG8H5ucfD4bnTFFg { top:9.875rem;left:9.5rem;width:10.1875rem;height:9.09375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxpq5fDTKyuxFfx0tFJVTBPSpqN1iVWr { top:26.5615234375rem;left:9.49951171875rem;width:10.5rem;height:5.68684375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qRdgRRBINm06uHA8L6q9v8MaSKuh7uCg { top:26.4375rem;left:9.75rem;width:10.1245rem;height:5.68359375rem;z-index:15001;font-family:"ibm plex sans thai";font-weight:400;font-style:normal;color:#ffffff;line-height:1.3;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oFLWQxmLkiCIsOQwiqnL6G8AMh9U94dK { width:20rem;height:2.9370125rem;top:46.605224609375rem;left:0rem;font-size:1.3125rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #bE6RWbaCS2PLJwtNSffg6aG9cn5MTouG { display:block; }
 }@media only screen and (max-width: 763px) { #M0bxuo6kSkMk1vAnaw37QshNZSdGw2f2 { top:7.6875rem;left:9.5625rem;width:10.5rem;height:1.6621125rem;z-index:15003;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0WfnTJ917aavNLeqxFFpDp3qngOBvrX { top:24.125rem;left:9.6875rem;width:10.125rem;height:1.6621125rem;z-index:15008;font-family:"ibm plex sans thai";font-weight:700;font-style:normal;color:#ffffff;font-size:1.1875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z6Rq4GURiorpZOkFEaHkvnI6sLeaIUx0 { top:36.052735328674rem;left:0.5625rem;width:18.874375rem;height:3.8496125rem;z-index:15002;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Pd9G4xCZm4fvWmbgXzhlIUTZBP9pxwyu { width:18.75rem;height:3.4375rem;top:43.186828613281rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpSCXPhlwBt5ZlCacuEfxIiRe1f683qq { display:block; }
 }@media only screen and (max-width: 763px) { #RDUF8naW7grN7GLTCcyrKxNA8G4G2z1i { width:8.125rem;height:9.5625rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwtnabpFSuglm05Frav6QFrTStpGo0Hp { width:8.125rem;height:9.75rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/003f8605-92c7-4225-b802-6f767dea435a/BGPriceMB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv.adaptive-delivery-prevent-bg, #F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv.lazyload, #F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv.lazyloading { background-image: none; }#F1bnTd1OE7ywc495DvuUsLT5OqlfyTdv > .row .container { width:20rem;height:63.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t1nNwhZl9NUTo93TxZshGfNPLr8grWLD { width:20rem;height:2.5996125rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbh5uJ80gaP6bTGwT3aHolaBE7Sf19Ku { top:67.5rem;left:0rem;width:20rem;height:5.5957rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #vg2Q61H4DZf1C4fAp8rBMaRwcTgynQT0 { width:14.6875rem;height:2.6245125rem;top:15.4990234375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8FGT3T7ik1TMaCVdg8RDOTKzFDP004t { width:19.0625rem;height:11.25rem;top:33.855224609375rem;left:0.46728515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zd9ywsSxXNSsWDpuFXFVKp8AR1gRvqTf { width:17.9358125rem;height:3.0874rem;top:40.875rem;left:1rem;font-size:2.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bft8o5bveo05dyOH0NbihG72Jl8e2crO { width:15.9985625rem;height:1.4624rem;top:38.8125rem;left:2rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CzTJcBOa8cE8OSGJS97hgwBH68Dzf5VT { width:12.1875rem;height:1.3999rem;top:35.75rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn8iVyPXAiGDzC8gzSA1tL54kiccMs4x { width:13.25rem;height:2.8125rem;top:35.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRZsCk7GPAwiFdHUcDvrByXdmL5VTA4z { top:46.6875rem;left:0rem;width:20rem;height:1.57470625rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#b3b3b3;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bi2EGTFzadGh7Vq9zS4yn0csMKXF0Rg6 { top:7.5rem;left:0rem;width:20rem;height:6.9970625rem;z-index:15002;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wMvJcJr7DbQgtfGcDXXgKykpAJHVu8us { width:19.0625rem;height:13.74975rem;top:19.3740234375rem;left:0.46728515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wUCyKvJkS7KVBaC64E89Z3y4e4saf2SE { width:13.2495rem;height:2.8125rem;top:20.3759765625rem;left:3.3740234375rem;background-color:rgba(46,32,11,0.7);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JMGwDbg4nTCLKU0mlgDSTeAzrGK4cSr7 { width:7.374875rem;height:1.3999rem;top:21.082153320312rem;left:6.31103515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZfVnCC3lwl6uwXiUR41a1TOvnG9qKtS { width:15.99975rem;height:1.4624rem;top:24.143676757812rem;left:1.9989013671875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xrg3gTadok67952mmpiZT67AGAXRN4nl { width:17.937rem;height:3.0874rem;top:26.311645507812rem;left:1.0296630859375rem;font-size:2.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N0LmbXT7L0LWrCw0V0uykSpTsZvSGSFb { width:18.75rem;height:3.4375rem;top:50.0625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sItrNJnpVZDBn7LQlGHbaUQypwk3Sf1V { display:block; }
 }@media only screen and (max-width: 763px) { #TrnrlP0FXTRuEwU71787ndeoupry1nnf { width:18.75rem;height:3.4375rem;top:55.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqc1y88Qx8ndpm5Vf1Q6f0T3xxZekTxn { display:block; }
 }@media only screen and (max-width: 763px) { #d1dPAMHrk0nmNfvF9f6uRTPhp7W7smXa { width:15.99975rem;height:1.4624rem;top:30.12451171875rem;left:1.99951171875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q1WHQ00pCQRqgJXighvtimZBRgMNhHe9 { width:5.625rem;height:0.125rem;top:30.72998046875rem;left:10.421142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arUIv8AIrDw3rQVxLtElDLX58IcJ9FVZ { width:7.125rem;height:7.125rem;top:18.8447265625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RiCr065JhQXIUg7lzvECUK1132dNcvTT { display:block; }#RiCr065JhQXIUg7lzvECUK1132dNcvTT > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZXhrfTW2LTE1vPhlCV1qHdSV87lXTGI { width:18.1875rem;height:5.19921875rem;top:1.375rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdXDg96g7BAaDdicKZshTwaFn9vzAqpV { width:20rem;height:21rem;top:7.4375rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBDS2MSarnmCVrafc6kqd726FFf9IZ6r { width:20rem;height:8.854623167235rem;top:7.685302734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qu6WM97DSoESBdmQBGsvuoeFddK9lTqN { top:8.4375rem;left:0.8125rem;width:18.43725rem;height:19.6245rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef { display:block; }#nLZ1hISk8TJ0rTbcki2d6fkQ4xL8Tuef > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fx7znuWdDJy0nM4ZPy8CMzHUXhecNoTt { width:9.8125rem;height:6.4375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE0J6lKcHB0ygHDVgkavoyPz0n3A01Fr { width:9.8125rem;height:6.4375rem;top:8.1875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sX9NZ6MeXZbZBCzAeyQo2i3LEwzyGHcG { width:9.8125rem;height:6.4375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKWzqyftAPiTo096BrBkfmUG6gABqSA5 { width:9.8125rem;height:6.4375rem;top:15rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elsp8JapCBtNFkaqr18bsAJXvs7SPUS8 { width:9.8125rem;height:6.4375rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzA8WBtUTyItreV8KzK2JqOt0izdr6CZ { width:9.8125rem;height:6.4375rem;top:28.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x136RrkazGJgOuucuCyQGezm7NmZd4nT { width:9.8125rem;height:6.4375rem;top:21.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XRK2hXWRsK4vcqlOI6aDD3naTrkZAm { width:9.8125rem;height:6.4375rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcTBpMwWU4c906hUsLcw7pRZ9cptgeR9 { width:9.8125rem;height:6.4375rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdNb2pXIGQTuSdEMvDL9bcfIcLehaNOO { width:9.8125rem;height:6.4375rem;top:42.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73cHSncTzaaTVAUcGuTtgyTi3TX42GC { width:9.8125rem;height:6.4375rem;top:35.6875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9Pg4nwtaf3vFfBy5DqHMFP4BD4ATk2S { width:9.8125rem;height:6.4375rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6H4NQXVQmRVSbykB28C7o3JVS6T29w { width:18.0625rem;height:5.19921875rem;top:1.375rem;left:0.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy { display:block; }#ydddLmNLF7T7lUa8kUVeOxC0glDlDEhy > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUdszaFTWNIa9nGKXzOHnVQEUlWLh5gp { width:20rem;height:7.7988125rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPgaWQ3SkfatR1eVXTgFUmw61AS5Jb5y { width:20rem;height:23.3125rem;top:12.37353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMBDUWDWMVShceb50L9QFr90wGrOyC5O { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/003f8605-92c7-4225-b802-6f767dea435a/BGPriceMB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#EMBDUWDWMVShceb50L9QFr90wGrOyC5O.adaptive-delivery-prevent-bg, #EMBDUWDWMVShceb50L9QFr90wGrOyC5O.lazyload, #EMBDUWDWMVShceb50L9QFr90wGrOyC5O.lazyloading { background-image: none; }#EMBDUWDWMVShceb50L9QFr90wGrOyC5O > .row .container { width:20rem;height:78.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gCTW9GfUoNEO5itVP8o8syvkRqTSCDTC { width:8.6859375rem;height:1.4624rem;top:36.8125rem;left:5.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E8JyT0A1RZpxVyPb13ZokZQ1hgfVdmeO { width:5.4370125rem;height:1.3999rem;top:33.625rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWMmHVuSaLWllda5gqa7ncSIh7i7SsEF { width:13.25rem;height:2.8125rem;top:32.9375rem;left:3.375rem;background-color:rgba(46,32,11,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #z9Bw66PFRa554mz2vn47ueuvJZ8zkTxW { width:20rem;height:11.25rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE13BhqApf4TWhs08B5iGAQK88TBc0TN { width:20rem;height:2.5996125rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPeRiy7Dbd3SPRt58mHf74iUgkCw9OsT { top:67.5rem;left:0rem;width:20rem;height:5.5957rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #tdERFdfN9KUHpZhJLaMQfzsBTMgydxLS { width:14.6875rem;height:2.6245125rem;top:15.4990234375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAVOi9S7LTKSvp2gBTKbkNLttGcLOuLS { width:17.9358125rem;height:3.0874rem;top:38.8125rem;left:1.0625rem;font-size:2.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TnwaP5561ceNEXdxAP8BLrQMFEHLWFUg { width:20rem;height:11.25rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8z1TlTd6mGI8wc9C8D3fgKe2LUOhgGU { width:17.9358125rem;height:3.0874rem;top:51.4375rem;left:1.0625rem;font-size:2.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PRIBCahWGnhMi4EGTu1J3i102dZncCCS { width:15.9985625rem;height:1.4624rem;top:49.375rem;left:2rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5h1HEdRpr6yPyza7kL4AV63qEaU0Vv { width:12.1875rem;height:1.3999rem;top:46.3125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8DP2WKudFf3Xc78kNaQDtn07hvVOpE { width:13.25rem;height:2.8125rem;top:45.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2nfcCmp2fkI8TUExZOBUlWm8GImG3UP { top:56.75rem;left:0rem;width:20rem;height:1.57486875rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#b3b3b3;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EQOWNlgQV8ggilq1sfggnw1vTHdlmQ1c { top:7.5rem;left:0rem;width:20rem;height:6.9970625rem;z-index:15002;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CA7pHPItnr848hiRnuco59CDO0RTlHfO { width:20rem;height:11.25rem;top:19.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5rKaXRykalgB2s5gkPMpuBC7kRP9krm { width:13.2495rem;height:2.8125rem;top:20.3759765625rem;left:3.3740234375rem;background-color:rgba(46,32,11,0.7);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cg0dZTugZmVCNxbRC4tW5HBfvdmEXJz3 { width:7.374875rem;height:1.3999rem;top:21.082153320312rem;left:6.31103515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLlHGTrpXLIrNGFRi977Oox9RSbyD6rR { width:15.99975rem;height:1.4624rem;top:24.143676757812rem;left:1.9989013671875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZoywTMDTEwpLDkAFKXHRdV20vG11OyuA { width:17.937rem;height:3.0874rem;top:26.311645507812rem;left:1.0296630859375rem;font-size:2.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #I18L29THKdtaO4F7qtmp2eOBigbpxiQW { width:18.75rem;height:3.4375rem;top:61.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa6TiQtWIBiuFp43KIdlviao5gkQRtvR { display:block; }
 }@media only screen and (max-width: 763px) { #dy1xhi3bbgKIzf2Ee5LLfMGWMmWNyp8s { width:18.75rem;height:3.4375rem;top:66.3125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgcBt46XEWH37eka9bG8BhiGMqTt5Cqp { display:block; }
 }@media only screen and (max-width: 763px) { #KRmNBSpuTUaukX31OMZJePo9ZInvCJcf { width:15.99975rem;height:1.4619125rem;top:30.06201171875rem;left:1.99951171875rem;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #XTsMiEyN8prn7yTRi5UIJWuQbVIemZpL { width:20rem;height:11.3125rem;top:19.25rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3JhrKbQ3tW7WN4Ssm3n68pzaOFbb2W9 { width:7.1875rem;height:7.1875rem;top:18.8115234375rem;left:-0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Th5aaaELd9bPlufb4CIydx86WdfvMf { top:71.4375038147rem;left:1.90625rem;width:16.1875rem;height:3.1484375rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#b3b3b3;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hJOahLv72QCFJZQTwTXCS94CUyvAeh45 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/003f8605-92c7-4225-b802-6f767dea435a/BGPriceMB.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45.adaptive-delivery-prevent-bg, #hJOahLv72QCFJZQTwTXCS94CUyvAeh45.lazyload, #hJOahLv72QCFJZQTwTXCS94CUyvAeh45.lazyloading { background-image: none; }#hJOahLv72QCFJZQTwTXCS94CUyvAeh45 > .row .container { width:20rem;height:119.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tAciIJuJFrUNWMAy3PRCAX6DUrkGNNqg { width:20rem;height:2.5996125rem;top:1.922607421875rem;left:0.03076171875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSRQSUBPy4H8L5NauRBlOnpwTnhvpKTZ { top:7.49755859375rem;left:0rem;width:20rem;height:2.59765625rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #DP3E9mJrTvN5COwRbR1cB7RIhG5TTmtA { width:16.5rem;height:1.13769375rem;top:13.375rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6TnIZgEvm30cfDNvAfEtTDzCitWkOda { width:8.6865rem;height:1.46265625rem;top:83.875rem;left:5.6875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DkmzBLPCpd0nX6TtF8Jtenk8Adx3uCK5 { width:5.4370125rem;height:1.3997375rem;top:80.1875rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzMDXbnlMT7Kmg2crwqLOkDi4fkDbuaU { width:15rem;height:2.8125rem;top:79.5rem;left:2.5rem;background-color:rgba(46,32,11,0.43);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hIcklwQlplW2nNznUA7WSi97myXVEcgS { width:20rem;height:12.125rem;top:78.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoHOImGNw7OABLTTbbu6pthWT2qfHvPO { width:1.43676875rem;height:1.43676875rem;top:13.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXIkxdWa4TernbuCGSdMLkUTggwfa1yy { width:16.4355625rem;height:1.13769375rem;top:11.375rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H5r106o7IJGrJ1lpdgLSrszxGNRlZmWe { width:1.43676875rem;height:1.43676875rem;top:11.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyerMIGAAXZRM6AN16TwGGEuTM7fAyT5 { width:20rem;height:19.7900625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i310rDLVnMDNTCqWek7w78dMTVAhtCGm { width:20rem;height:19.06375rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOGIz2RJPzG5oawyq1yxxhnc9gZe6cQG { width:20rem;height:2.5996125rem;top:62.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJqboDVcFmndDl4WK81ufbKwQpw565Uu { top:67.5rem;left:0rem;width:20rem;height:5.5957rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LrxQxpT6q74da7Da7uFvx0ItWMpcB3Rr { width:14.6875rem;height:2.625rem;top:73.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9TTdxyaxpNB6TCGBeVDX63ApKNKtUu { width:17.9358125rem;height:3.0872375rem;top:85.6875rem;left:1.0625rem;font-size:2.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ok6vJqtQo2fwqI2VmFWM0xEeAZIWHdMB { width:20rem;height:12.253448389187rem;top:91.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL7xzXWTqsOeMCMoRattghTPZQoRVoRR { width:17.9358125rem;height:3.0872375rem;top:99.125rem;left:1.0625rem;font-size:2.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GPgOMmywdFy9Jtp36TlfbagL120LnUlx { width:15.9985625rem;height:1.46265625rem;top:97.1875rem;left:2rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CSCcIlTT7zNQ1Jp5tBfsx3ydQRwlbbiK { width:12.1875rem;height:1.3997375rem;top:93.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLibwyi67FDKQiuxkKWMITamzQ5UTEtk { width:15rem;height:2.8125rem;top:92.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTu00DG6sOLvaD0k4s1pGUSeGSOoeVs { top:104.9375rem;left:0rem;width:20rem;height:1.5748875rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#b3b3b3;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m4lphd10RTFlQ6Afln2SsxilIcoRwdED { width:20rem;height:3.4375rem;top:108.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbC1nP5QtcBnuiGRPp8nGpAabVLPTOnB { display:block; }
 }@media only screen and (max-width: 763px) { #DShfX9JfEWDRZ69txyIwu17T4VTiwHOm { width:20rem;height:3.3125rem;top:113.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nERQ3PGBquvvy6oIwl8lpsUcAlp874TF { display:block; }
 }@media only screen and (max-width: 763px) { #x0CpX96eAHRdn06gSlvqwoVrhUMy94Wf { top:5.269775390625rem;left:0rem;width:20rem;height:4.63085625rem;z-index:15002;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SymIPmUcOVsduFecstv6buLTfxMJc3O0 { top:66.5rem;left:0rem;width:20rem;height:6.99869375rem;z-index:15002;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E { display:none; }#qN1hIz6yxyhuKvGaMcU4UGFcxEqQvC3E > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eyu2U2mCWHorFFLZ1h8tCXggi9iCbaEO { top:5.724609375rem;left:2.09375rem;width:15.8125rem;height:2.598875rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ad6mcWPNGK76p1vc7hxpLu9a9tiovs5e { width:20rem;height:2.598875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqGBD0bX4dzoczbwTyp7ntRWTP1ONPyM { width:5.5625rem;height:1.5rem;top:10.609375rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErGE2Ak6C3VQNLHw9QtUgf4BZKEflRuU { width:5.75rem;height:1.21948125rem;top:12.921875rem;left:8.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiWkQLLIWrDJcInJShzOPdL6V7cW9eng { width:11.375rem;height:1.21948125rem;top:14.640625rem;left:8.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOTm4ryn0Th96UfTddpaIVUE7IDRyMdA { width:5.625rem;height:7.1875rem;top:9.171875rem;left:0.034410112359524rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUxhlnzrnltXfVpGgOAavp3MOh9Td6p { width:1.5625rem;height:1.5625rem;top:12.6875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3XTJFsHL3uuimfy79h2dAhZI8QWZvli { width:1.5625rem;height:1.5625rem;top:14.46875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS { background-color:#08191b;background-image:url("https://images.assets-landingi.com/uc/c2047b36-f447-4372-b426-a826b293ecce/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.adaptive-delivery-prevent-bg, #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.lazyload, #pADdsrkBZwbEW8seo9uA3P7AF36M0pfS.lazyloading { background-image: none; }#pADdsrkBZwbEW8seo9uA3P7AF36M0pfS > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;height:3.125rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container:first-of-type{padding-top:0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .widget-container:last-of-type{padding-bottom:0;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48  { width:17.5rem;height:auto;top:0.9375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 {display:block;}#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 { width:17.5rem;height:auto;top:0.9375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #T3hr9eV1sRskDzupTSKiHsyWZuKOgUfI {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #CTUQekcc0CseKtonVJtdhTsNSLFSJGTf { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #MUWIzmpFzCVQgOtOeKQcGXlIETnrdZlq {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #dLfs5s2TEttpfd7NFSmR2k75JxJC3SXk {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zGr7VVNawbLqfkVe4Vkgrc1JOh7eASCP { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LnTTNkvtzEVQbLwAWTDb53WUI34n8n1B {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #KzyPhVJ3cdTzDHvVWl2QAQQ9uUA7VSay {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #tJex1KLWm56eLlc0ewC2sekC7VAZOqNH { display:block; }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #Zh7UZRGkh3CnSeA0GkwosOutb3Zq2iuO {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV {  }
#MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #VlzdRl4U94dyNykP62CXWw6dvWST3JxV .container-column{width:50%;} }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BVLu2QO4pIe7hSvq46Okpm8yu9ISDHNp {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zTStyOgT4kK0biBmHwG2gWMw7c68R76X {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #lWEDTWkOhXTXPEpQNHt48UM6IEfIR8NU {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #BUGL1AvhGAusw7pDwbtMkrW6AlOpp5GG {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #zPrKKZ1x3bLd8iq3eZ36VDrTXP4kiXfm {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #uRp7eaohi1LtWHD9SNCoKF784GxEcEU2 {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #LkeMppg4XHX6B811xKLQiG6TVtU635b4 {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #mlvFUO0yLrTbv2vqOF4rxx4ZUgebWA4O {  }
 }@media only screen and (max-width: 763px) { #MywEvIL2nUKFoRrfBI0C3wJ7zhOrZH48 #ylV8lvimolOBSMeJOaVyExHkldHg1H0A {  }
 }@media only screen and (max-width: 763px) { #hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf { display:block; }#hk6lB8U3lfBxzTNsIpiu16aJ9tb7OcKf > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0d1znxN0tcVJ2z9KPGAEHK3cqGWtc9s { width:20rem;height:5.19921875rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COclOw0HUSL7DwwiMu9OaOG082a9Gn2h { top:25.875002384186rem;left:0rem;width:20rem;height:1.13736875rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#b2b2b2;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M6T02DhdZQtVE7ai1v5opivCOiyrwRwb { display:flex;width:1.5625rem;height:2.5rem;top:28.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWNTW9OdNSTq0QfnIwCIvwcaUWHhoEn5 { width:2.375rem;height:2.375rem;top:28.875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vniqWNRxavsVTK4oEzyJrxvoK2avSIr0 { width:14.375rem;height:1.6875rem;top:32.125002384186rem;left:2.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFLT11BLWhpNuceRNiuPUTG9q0SErVJw { width:15.875rem;height:3.75rem;top:19.687500476837rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9kr8QZslBS6QJNuN324pxDrUr6SWTOg { width:4.125rem;height:4.9375rem;top:14.062500476837rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5v4RTFbVyyqJrZF3FGF4dIs7vMkStLq { top:8.6673188209531rem;left:1.3125rem;width:17.375rem;height:3.0859375rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aS1GIFySBsd8k7prWREirEApezKEml88 { width:19.875rem;height:1.6875rem;top:27.500002384186rem;left:0.125rem;font-size:1.125rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vp49NM3EBnDgbhTTyqwVQyp07gOXQRp2 { display:none; }#vp49NM3EBnDgbhTTyqwVQyp07gOXQRp2 > .row .container { width:20rem;height:61.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-text {padding-top: 0; padding-bottom: 0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-select {padding-top: 0; padding-bottom: 0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-container:first-of-type{padding-top:0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .widget-container:last-of-type{padding-bottom:0;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M  { width:17.5rem;height:auto;top:2.95166015625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M {display:block;}#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M { width:17.5rem;height:auto;top:2.95166015625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #FdNKCNMg5qTbtB1OEaOhd8tNfFTnr5MJ {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #XoTFQSRlREkBSSfUu7KHOIH69kHcgE2U { display:block; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #TeHnCpQpg3VXlvLRq1LOZIIyt4xwPCx6 {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #mlvEtiZ11ptL1NpHA5g6OmavWNzSqZBo {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #U5hDToL35lT58lufDB40AdKk3XqrwT16 { display:block; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #ub80EthUlC5gBoznsZHREfo6agxGAx0q {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #rz5eAT911eDTULq0vEAsCwdnF7edar1O {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #JSnTKQIlH6upVxdwP1D9M8I5TZLtTvBl { display:block; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #NvVri9Apuf6U8xSC33kmny2VGDa1wGXy {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #F3Hb9DIiH0TK1RneGOBvoAPT9yt94DIN {  }
#Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #F3Hb9DIiH0TK1RneGOBvoAPT9yt94DIN .container-column{width:50%;} }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #r53eB1mfTdOL6etikKJv9X00cuCyefOB {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #eOwZkJCwHhZb4VF8TVBAsobz1TDCN73T {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #XXbbvJGcpUtrSLWTX9MFvZGcoFm0bnP3 {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #giXJJmnUy0uaN0AnCxhVWU5fd9AuzIdd {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #Nu9fZo5WTAG2IWG1WD5PglT6ITTsmrCI {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #nubJbnVya7wRD6pkfyAHwf2zAx9HFKuP {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #QLT8CNd46Srth5XREdVu78LdlVqlAcA9 {  }
 }@media only screen and (max-width: 763px) { #iZaLftc9xwLcKBMoUtsrx3J6fgcdPtd8 { display:block; }
 }@media only screen and (max-width: 763px) { #qkbPe5OFK3VkzLKVuGihH7gdR9ULIJRt { display:block; }
 }@media only screen and (max-width: 763px) { #nK2d2X7DC2Cgbq0z7HgW4ZBQkgUDH570 { display:block; }
 }@media only screen and (max-width: 763px) { #WRZLQb8dDLeHusQTkA3goIQItIAl5717 { display:block; }
 }@media only screen and (max-width: 763px) { #FLI7RT82idoHVGzsGh5yOlulifZT1hnM { display:block; }
 }@media only screen and (max-width: 763px) { #kJnuQ0qW26ivfOTTnEHKinZHqDcNwvTp { display:block; }
 }@media only screen and (max-width: 763px) { #ENsnCfHbWKsaUvJBs7Tc2KUpL5mOclNX { display:block; }
 }@media only screen and (max-width: 763px) { #Cg9wwJ9XPJH6OUtymqX3LBFWFxboeFTt { display:block; }
 }@media only screen and (max-width: 763px) { #FEZh50UEakCvHwGlDHtEPPgMkF39W362 { display:block; }
 }@media only screen and (max-width: 763px) { #F9GsJtcDfMTR6Tmt2fGfDzShVgp8GSbW { display:block; }
 }@media only screen and (max-width: 763px) { #lXyZWQXfScF8ULDLsekxKUeEPcdy2mVB { display:block; }
 }@media only screen and (max-width: 763px) { #Ve4r5alTNoG7GyQPdI9JT1V8JNXQnkMf { display:block; }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #AlCrkVLivHB2BzzlfFFvnpM8cCvqZxOA {  }
 }@media only screen and (max-width: 763px) { #Lyq7CcMHfBs0RpItEB2NxnK0QZHpDb8M #fmCZo7GpJlOnVkE3ogUyiBgk6zNDCtp0 {  }
 }@media only screen and (max-width: 763px) { #i8IMuZtE2oZnqZZdfBALUCZmVXPDp7Fp { top:45.435791015625rem;left:1.46728515625rem;width:17.06175rem;height:3.08715625rem;z-index:15001;text-align:center;text-align-last:center;font-family:"ibm plex sans thai";color:#ffffff;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XMRbqw54G8hP5QNPdCvNON5cXF3mVMeS { width:20rem;height:5.20019375rem;top:39.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XyzkUFOZgISb6NUk5anJkqNTGcZsn7VR { width:8.2495rem;height:2.062375rem;top:51.3125rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBO0MwUTDUpBfVEwz81dtxeAnpTCFkBR { width:12.1875rem;height:1.78161875rem;top:54.4375rem;left:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsKTO4PdeeBtzdhIptMRM0nlAk2HQ850 { width:12.1875rem;height:1.6870125rem;top:57.375rem;left:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH7rOeKcH0gB4qAfKDDhctz0NmCILPJG { width:2.375rem;height:2.375rem;top:54rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqV2fOBbVyAcUmtfFcKG6C7Ewy50eNBk { display:flex;width:1.5625rem;height:2.5rem;top:53.9375rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #O5nSWSpBSQ1D1IIer7rEgpsb7MsDu3hu { display:flex;width:1.5625rem;height:2.5rem;top:56.75rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #k8UQmh5RyXBHt0ufCPOROmFp1snTqM7w { width:2.375rem;height:2.375rem;top:56.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C { display:block; }#vqVhFTEcuEw2O7kZRRiCsB8mox2DoL7C > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx12azk7daHrpttboWE41mOgbDmBk6fO { width:10rem;height:0.97485625rem;top:3rem;left:9.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PMqFS83fqaKTglptpU9misBbiUVPSTZf { width:6.375rem;height:0.97485625rem;top:3rem;left:2.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cidnGFE4STFkCNgH2LT6wJ0u1SuMs7Mg { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UL63tolAHnIExmPIHw4esOhgHxvAyW01 { width:6.499625rem;height:0.97485625rem;top:1.2493896484375rem;left:6.7486572265625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2SGZkTTzOKvglIWatZzTghEu8uFh1u0 { width:12.75rem;height:1.2994375rem;top:1.9375rem;left:3.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yhcAt6L43AbDLsX46A83aU63amWcoCae { width:2rem;height:2rem;top:4.125rem;left:4.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qK93nmyWBHDsyqEElS4Ki4QE4IQAGEad { width:2rem;height:2rem;top:4.125rem;left:7.9375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkznyNOTAKLAwLS84WzfaEI4RVaQO9Rw { width:2rem;height:2rem;top:4.125rem;left:13.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bJz3m2PGq5DPTcBr0ipr6BRqXEuGLDg4 { width:1.6875rem;height:1.6875rem;top:4.3125rem;left:11.0625rem;overflow:hidden;display:none; }
 }