.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/cbf32246-3ce8-486a-b958-48c88b2642c7/LandingPageCourseDelivery04.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#400068;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { background-color: transparent; background-image: none; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container > .video-iframe-container { display: none; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row > .video-iframe-container { display: none; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .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); }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { border-width: 0; border-radius: 0; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { font-size:0.875rem;font-family:"open sans";height:3.875rem;width:60rem;position:relative;display:block; }#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.27125rem;padding-right:0.25625rem;padding-bottom:0.27125rem;padding-left:0.25625rem;display:block;align-items:center;width:1.535625rem;min-width:1.535625rem;height:1.455rem;position:relative;font-family:sarabun;font-size:1.084375rem;font-weight:700;line-height:23.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.169375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.04875rem;height:0.574375rem;position:relative;font-family:sarabun;font-size:0.40625rem;font-weight:700;line-height:9.19px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:12.1875rem;height:2.74125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.3125rem;left:21.4375rem;z-index:100000; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #W7ulgz5h6gTW5tOIkUCIM95Ky0oA0VMn { display:flex;position:relative;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #WTz3O8ASxTo4hEOU6KZ3CZx75TWlo4qr { width:auto; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #wEhHzFl7sbTFhOoQ3sOqHRSq6mGZKTol {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #mOR0AXrwUJToNI4AnwtOAT6JKFMQ38e5 { display:flex;position:relative;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #doGtEIsTM4pXeJmzGGZ5ytLiB2cILyiy {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #xCz1zqk9PGNCc3mlCokgyWGtHDCQ9WbI {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #w4Ti61xpzuyF2qyybZIyXHcWiE3Okx9m { display:flex;position:relative;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #HFkKbMFuihkfyu9L9b91iLUHUm3DSJcT {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #p8tH52thhfwUDyFLdPpTvACDRg7KW1nw {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #J8uhwQ8ApbevsvRZWwMA4D9IHcwucHAL { display:flex;position:relative;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #EeBqVksVOv5qHNx8iapn1kcVHgKvRG5z {  }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #ZMvDfifvSkFFmnKybWN7HuQhR5shTmey {  }
#th4va98UEWqtb1KRdN4HXL7dTgqo624Q { color:rgba(255,255,255,0.5);display:block;width:11.0625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.375rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nL3Hb2cPBBVitq2pPsi1KTMEi8ACTTc4 { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat: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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.8125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:0.5rem;left:35.125rem;display:block; }
#Jd7lu6WZ3SUWZLgk0TbqSycO10JTWeiX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/835c27d3-d53b-4d3f-befb-e05d31de77ba/LandingPage01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT.adaptive-delivery-prevent-bg, #TiIar1rbUcantqI8DkcL5HH8lLGCtvKT.lazyload, #TiIar1rbUcantqI8DkcL5HH8lLGCtvKT.lazyloading { background-image: none; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container { background-color: transparent; background-image: none; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.13); }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container > .video-iframe-container { display: none; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.13); }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row > .video-iframe-container { display: none; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .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); }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container { border-width: 0; border-radius: 0; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#NuCtBibZAFw5soPCrfce9SRJa5R3LVbz { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4359375rem;width:2.0609375rem;top:7.8759765625rem;left:0.78125rem;overflow:hidden;display:block; }
#NG8gEpNQCl0kiutfB3Gq49HTA3GVIPsP { color:#f0c946;display:block;width:12.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:33.6875rem;left:3.5625rem;height:1.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#400068;background-image:none;color:#ffffff;padding-top:0.463125rem;padding-right:0.415rem;padding-bottom:0.463125rem;padding-left:0.415rem;display:block;align-items:center;width:2.48875rem;min-width:2.48875rem;height:2.489375rem;position:relative;font-family:sarabun;font-size:1.8525rem;font-weight:700;line-height:39.83px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.289375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.318125rem;height:0.983125rem;position:relative;font-family:sarabun;font-size:0.694375rem;font-weight:700;line-height:15.73px;text-align:center;text-align-last:center;text-transform:none;top:4%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:17.25rem;height:4.688125rem;padding-top:0.69rem;padding-right:0.696875rem;padding-bottom:0.69rem;padding-left:0.696875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:34.875rem;left:2.8125rem;z-index:100041; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #EkqEGJD8kftwZfEhhrbhiF16Jo2x4KNs { display:flex;position:relative;top:0rem;left:0rem; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #w5oV2lfzGxTdGf7fWMrB6MAWMKoApAAx { width:auto; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #uvRV0o1WEIBZzusnfrwaa71aLDJdgx3Q {  }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #Q7maMha8e90x4fSTlcHLQvBOhTOl8Jxd { display:flex;position:relative;top:0rem;left:0rem; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #cRdDi3iWXXfisnddp02uVd3uBczZGbpM {  }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #TKIUX431GMqfcPtMDh7cRfXIwQzKHy9i {  }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #PkS7xGiK74I01WmLxWEMtixPVzh9Wuce { display:flex;position:relative;top:0rem;left:0rem; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #xsWNErPsxnJSPmaitWdArTi413p41Mg1 {  }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #B1VrcQz5yy2XE5av9EssvDCCLuKweunm {  }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #scfQ9WXIyohIg9wbJ7gBsv5avrTm9DTC { display:flex;position:relative;top:0rem;left:0rem; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #DWqFLwWMKRCvUXM0q9KRCHBQKoIq4e6l {  }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #XlGAxd6tZpNgJRBEGSxqwZWchuqdm7Ht {  }
#TBtFUbO0JZuMIURArM7wTyQfoRCDV5uv { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat: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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:27.1875rem;left:3.5625rem;display:block; }
#L98oZkGDe8ZeGklCpuy7WDqJ5DuRUSEM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { color:#400068;display:block;width:31.4355625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:11.5rem;left:0.8125rem;height:7.874375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bKvPTqtpwCX6bODlP8lpsCABk6crTCmv { color:#0b00ff;display:block;width:28.9375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:19.93359375rem;left:0.78125rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gEOUrGNDgIik5taCGX1XU5PH9mfTToXg { position:absolute;display:block;z-index:100048;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/51f66327-4412-47e5-8431-d25430d0304a/3dsocialmediainstagramphotoframesmartphone.png");background-position: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;height:28.125rem;width:36rem;top:12.899740219116rem;left:24rem;display:block; }#gEOUrGNDgIik5taCGX1XU5PH9mfTToXg.adaptive-delivery-prevent-bg, #gEOUrGNDgIik5taCGX1XU5PH9mfTToXg.lazyload, #gEOUrGNDgIik5taCGX1XU5PH9mfTToXg.lazyloading { background-image: none; }
#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { background-color: transparent; background-image: none; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container > .video-iframe-container { display: none; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row > .video-iframe-container { display: none; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .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); }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { border-width: 0; border-radius: 0; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:60rem;position:relative;display:block; }#huOzCTUydQZ9V0T4dd2OrMVLWfl6TGXo { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:2.75rem;height:3.2497875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:22.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.8125rem;left:42.75rem;height:3.2497875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KVUQISbdNrJT3nlUUhbS8wX6znmtfS2H { position:absolute;display:block;z-index:100038;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:0.125rem;top:0.875rem;left:19.9375rem;display:block; }
#WJExd3i7PxLv2U7eW9Ip9TRnBekxI31T { position:absolute;display:block;z-index:100002;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:0.125rem;top:0.875rem;left:39.9375rem;display:block; }
#g4nw4SSQb5Qo7nmzTVnf9PNLw7i7LOib { position:absolute;display:block;z-index:100039;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:0.125rem;top:3.0625rem;left:39.937501907349rem;display:none; }
#J8160qqrmZtEzJqEIBaB4G71bU2KO4i3 { position:absolute;display:block;z-index:100039;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:0.125rem;top:3.0625rem;left:39.937501907349rem;display:none; }
#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.adaptive-delivery-prevent-bg, #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.lazyload, #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.lazyloading { background-image: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { background-color: transparent; background-image: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container > .video-iframe-container { display: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row > .video-iframe-container { display: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .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); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { border-width: 0; border-radius: 0; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#FRKBVdSZBv08b7VuH9x3JOI4ELIiMxwg { color:#400068;display:block;width:15.5625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:22.6875rem;left:2.5625rem;height:2.4370625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lPlabh27ygumgT96LGfKqUrJPShdTZ1N { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:13.187500381843rem;left:6.375rem;overflow:hidden;display:none; }
#cs22qv2FlX9VcG8N0Esuh9qJhUWppmJk { color:#400068;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:22.75rem;left:22.5625rem;height:2.4370625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXQd2kGkq2vXKN2ARvkuXgacksOn4fSG { color:#400068;display:block;width:14.4995rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:22.687377929688rem;left:42.124633789062rem;height:2.4370625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kfEutFyUpG4HZhWxZXZx14IUFEoE9nlv { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:13.187499523163rem;left:25.812501907349rem;overflow:hidden;display:none; }
#RDOdurGIW9qOQeqRD8ro4Zq0Vte69sXt { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:13.187499523163rem;left:45.312501907349rem;overflow:hidden;display:none; }
#zvAQTOWf37cNkx9Dv1TynST5LmKehSy1 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(201,143,243,0.4) ;height:16.5625rem;width:18.25rem;top:10.5rem;left:20.9375rem;display:block; }
#QpTwPE6LAHwyKyeTlXSzntrztuGR9Ppa { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(201,143,243,0.4) ;height:16.5625rem;width:18.75rem;top:10.5rem;left:40rem;display:block; }
#XSUtyAoTiupHsaB18Fzla5zzG82ZFwDD { color:#1a1a1a;display:block;width:3rem;position:absolute;font-family:"db adman x";font-size:4.625rem;font-weight:700;z-index:100024;line-height:1;letter-spacing:0;top:78.75rem;left:2.25rem;height:4.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Qy8DC0pZo5mLFUkmps92h0toZ4BheDll { position:absolute;display:block;z-index:100003;background-color:rgba(201,143,243,0.24);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:1.625rem;width:19.875rem;top:44rem;left:38.125rem;display:none; }
#xXexc47OIgTHH73b7XNpMtd4eVUdgx0K { color:#000000;display:block;width:53.625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.2607421875rem;left:2.5625rem;height:3.412rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TtF67qJFTk1BcGNKnmshcn2MdloBknaJ { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc98ff3', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cc98ff3', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(201,143,243,0.11), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:28.875rem;width:60rem;top:1.0624985694885rem;left:0rem;display:block; }
#grNXLHXwELdTvWKO4RfDLCaCMWuBysuv { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(201,143,243,0.4) ;height:16.5625rem;width:18.25rem;top:10.5rem;left:1.21875rem;display:block; }
#smgwLcPlSTShaDseNqFsktUiMxsE3X4J { position:absolute;display:block;z-index:99996;background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:51.625rem;top:4.091796875rem;left:4rem;display:block; }
#izs6vHgftCFzLq0SEeVnLDDN3TKdpTJs { position:absolute;display:block;z-index:100028;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d4436e57-9544-4893-82d6-598c9b612cb8/2222222.png");background-position: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;height:12.5625rem;width:13.625rem;top:11.125rem;left:42.184898376465rem;display:block; }#izs6vHgftCFzLq0SEeVnLDDN3TKdpTJs.adaptive-delivery-prevent-bg, #izs6vHgftCFzLq0SEeVnLDDN3TKdpTJs.lazyload, #izs6vHgftCFzLq0SEeVnLDDN3TKdpTJs.lazyloading { background-image: none; }
#fHo3z1PTTTL8o13EeZ7WsccbOKshyaxA { position:absolute;display:block;z-index:100026;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3b0f1070-93c4-4e3f-8357-7d288227a2b8/Layer32.png");background-position: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;height:12.25rem;width:12.25rem;top:11.281250298023rem;left:4.21875rem;display:block; }#fHo3z1PTTTL8o13EeZ7WsccbOKshyaxA.adaptive-delivery-prevent-bg, #fHo3z1PTTTL8o13EeZ7WsccbOKshyaxA.lazyload, #fHo3z1PTTTL8o13EeZ7WsccbOKshyaxA.lazyloading { background-image: none; }
#eTQGy9u6OVaNyDXq01D1Eo7A3uOKKrDN { position:absolute;display:block;z-index:100027;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bc74c47d-e22f-4f18-b4cc-185e103adfe9/01111.png");background-position: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;height:12.5625rem;width:12.5625rem;top:11.125000298023rem;left:23.53125rem;display:block; }#eTQGy9u6OVaNyDXq01D1Eo7A3uOKKrDN.adaptive-delivery-prevent-bg, #eTQGy9u6OVaNyDXq01D1Eo7A3uOKKrDN.lazyload, #eTQGy9u6OVaNyDXq01D1Eo7A3uOKKrDN.lazyloading { background-image: none; }
#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { background-color: transparent; background-image: none; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container > .video-iframe-container { display: none; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row > .video-iframe-container { display: none; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .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); }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { border-width: 0; border-radius: 0; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { color:#fb8f17;display:block;width:60rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:2.1120875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sTIGT2QhaJ4GrZ9Tho9KshgtTrLRFpeG { color:#000000;display:block;width:48.4375rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:2.875rem;left:5.8125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STgoyCNNzXTlaq7tWNOzSswE9iaB5g4L { position:absolute;display:block;z-index:100004;background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:51.625rem;top:2.3125rem;left:4.3125rem;display:block; }
#kI7wmyDplHklarqh084K1ZihfDaXbFV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row .container { background-color: transparent; background-image: none; }#kI7wmyDplHklarqh084K1ZihfDaXbFV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row .container > .video-iframe-container { display: none; }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row > .video-iframe-container { display: none; }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .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); }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row .container { border-width: 0; border-radius: 0; }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row .container { font-size:0.875rem;font-family:arial;height:130.875rem;width:60rem;position:relative;display:block; }#CqSWvJhCqeG8AvHpRF33DLeHrhdB9UoF { position:absolute;display:block;z-index:100056;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dbd4c8d1-ca53-4b73-93c7-4c19d4cd6f8c/01.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.625rem;width:16.5rem;top:9.375rem;left:4.1875rem;display:block; }#CqSWvJhCqeG8AvHpRF33DLeHrhdB9UoF.adaptive-delivery-prevent-bg, #CqSWvJhCqeG8AvHpRF33DLeHrhdB9UoF.lazyload, #CqSWvJhCqeG8AvHpRF33DLeHrhdB9UoF.lazyloading { background-image: none; }
#i8IM4TTClopUTi0fw8nqb3hg6RzK0utU { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:10.4375rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J4nGNcpS0n2RySHJeeTITuGOKdHzOF2L { color:#747272;display:block;width:13.997375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:16.071617126465rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oPUUo69Tgx8lr2iXu6hrOH6I4UGdHELr { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:9.4375rem;left:4.25rem;display:block; }
#GuT0KDv6qRmNTn7PCwXTbTC4koPeWZ7O { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.125rem;top:19.25rem;left:4.25rem;display:block; }
#EHoXZVLiaeuoxBK3yhClKdCRTJMSB8wP { position:absolute;display:block;z-index:100061;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/be37c1ab-5e98-4b53-9b29-ae2eaf8bc229/02.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.6248125rem;width:16.4994375rem;top:19.1875rem;left:4.1875rem;display:block; }#EHoXZVLiaeuoxBK3yhClKdCRTJMSB8wP.adaptive-delivery-prevent-bg, #EHoXZVLiaeuoxBK3yhClKdCRTJMSB8wP.lazyload, #EHoXZVLiaeuoxBK3yhClKdCRTJMSB8wP.lazyloading { background-image: none; }
#HrZCiSlzeCJuHKDVOqc1yoq6vkEgp2Fb { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:29.125rem;left:4.25rem;display:block; }
#gCE2pAN4y8Dz2dvIJsQoP8PmXyzD1ECN { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f07c77f-beb8-47b8-8df7-953bde62cc9e/03.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.6248125rem;width:16.4994375rem;top:29.0625rem;left:4.1875rem;display:block; }#gCE2pAN4y8Dz2dvIJsQoP8PmXyzD1ECN.adaptive-delivery-prevent-bg, #gCE2pAN4y8Dz2dvIJsQoP8PmXyzD1ECN.lazyload, #gCE2pAN4y8Dz2dvIJsQoP8PmXyzD1ECN.lazyloading { background-image: none; }
#Z2idSFKrbPc8AO4TVQAohmWT9fWwQkc1 { position:absolute;display:block;z-index:100009;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.75rem;width:0.1867675rem;top:4.5598983764649rem;left:1.7473983764649rem;display:block; }
#AgCQsFkHBJv0ZNgIQ5hQhsUrTZvSVVkE { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.125rem;top:49.0625rem;left:4.25rem;display:block; }
#PUV4SI1DVetGfatlzSwIEWQNkmPewrKT { position:absolute;display:block;z-index:100069;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/971294d2-3247-4453-92c2-91e144b24a52/04.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.6248125rem;width:16.4994375rem;top:49.0625rem;left:4.1875rem;display:block; }#PUV4SI1DVetGfatlzSwIEWQNkmPewrKT.adaptive-delivery-prevent-bg, #PUV4SI1DVetGfatlzSwIEWQNkmPewrKT.lazyload, #PUV4SI1DVetGfatlzSwIEWQNkmPewrKT.lazyloading { background-image: none; }
#yy0Of8wKEBcDXMWkiVLbCo4K1SQnH4Wz { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:58.9375rem;left:4.25rem;display:block; }
#ekzyS2Uh4k5tpm0wEkhKiRAC33TO7Q9N { position:absolute;display:block;z-index:100074;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/91f8b95e-6e2a-446e-aee6-3fc64a778d74/05.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.6248125rem;width:16.4994375rem;top:58.9375rem;left:4.1875rem;display:block; }#ekzyS2Uh4k5tpm0wEkhKiRAC33TO7Q9N.adaptive-delivery-prevent-bg, #ekzyS2Uh4k5tpm0wEkhKiRAC33TO7Q9N.lazyload, #ekzyS2Uh4k5tpm0wEkhKiRAC33TO7Q9N.lazyloading { background-image: none; }
#biMreSkZyTk1aRaMvUQa77x2i0QIlGWi { position:absolute;display:block;z-index:100043;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:3.0612030029297rem;left:1.09375rem;display:block; }
#X05LqqkB2faq4kbenV581KlNpnVuoFDT { position:absolute;display:block;z-index:100044;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:12.90495300293rem;left:1.09375rem;display:block; }
#HipThD5nHNILkktNxfJb0Id81l9ugVPN { position:absolute;display:block;z-index:100045;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:22.778648376465rem;left:1.09375rem;display:block; }
#eKBacWOHyqzPuWbuAsv77Hh0EcmzFQT0 { position:absolute;display:block;z-index:100046;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:32.90495300293rem;left:1.09375rem;display:block; }
#HCe2lKuOvHoA6ttzCKtNBKEbSbDP9cU9 { position:absolute;display:block;z-index:100047;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:42.778656005859rem;left:1.09375rem;display:block; }
#n1CKTNX4iGiSqPALMTpOkG2wITJJcKIi { color:#000000;display:block;width:26.375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100055;line-height:1.3;letter-spacing:0;top:12.5625rem;left:22.5rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G12TKbkLku8536iflmsZSeiNXSpwUA7L { color:#747272;display:block;width:16.125rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100060;line-height:1.3;letter-spacing:0;top:25.4375rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pUOyeoWwfD9IIoKo1JX8ntx0xTTxsFP3 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100059;line-height:1.3;letter-spacing:0;top:22.5625rem;left:22.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XGC8nwRHTNAI0ToT8R8xDAFPNJvF8Dv1 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:20.4375rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EQ2TsokPSTzRVdxHSTr7NN23HmxfeCs1 { color:#747272;display:block;width:17.4375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100063;line-height:1.3;letter-spacing:0;top:36.009124755859rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlJLEHaGPGUpSbpyyikT2xflFO5atoUF { color:#000000;display:block;width:25.125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100062;line-height:1.3;letter-spacing:0;top:32.4375rem;left:22.5rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q1fy8UmtLLL48iyF5XgmMnI9yxFA4RlN { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:30.3125rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QfchEZDuKGz16IM3IcLmcOFd71FTb4m1 { color:#747272;display:block;width:13.9978125rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100066;line-height:1.3;letter-spacing:0;top:55.25rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t7qIxvbhzTJCwmkXLMeQJdAIkrHi1I85 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100065;line-height:1.3;letter-spacing:0;top:52.375rem;left:22.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LHVszBy5QVcMyTd197TgGxHHmcRQ56lg { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:50.25rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mT0ybnR9IyLp4MJ7v0kpOxef5zfqI2tl { color:#747272;display:block;width:15.0625rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100069;line-height:1.3;letter-spacing:0;top:65.125rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TM5Fp2GM4rQh9JxGClqC9AcwL6TQ2vmt { color:#000000;display:block;width:36.5rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100068;line-height:1.3;letter-spacing:0;top:62.25rem;left:22.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vuxdvcr7vN9vSAme2yoGT4JK5mPLxpfE { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100067;line-height:1.3;letter-spacing:0;top:60.125rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gbwnrow2ruy2yTQVBWGDLXngUxZNnITh { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:14.8125rem;left:48.625rem;display:block; }
#o14ftJrgrzgyhsM6M8FkSkgdR4IctwMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zHVsiVPbRpOyxnAw3b5DiMS0vqVicOGz { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:24.875rem;left:48.625rem;display:block; }
#uABqQQD3dozdNzpa5fqOGN7oXcwBBTmw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aAEcz2Auw9gZmNTqiv4gulRzIP5SOQb5 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:34.75rem;left:48.625rem;display:block; }
#BSaT9UuP8H9BpfMsDVgdCXKi2Qmok2T8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y96PBdy3ircvfB74O2JZzac0mrQ2zOSg { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:54.6875rem;left:48.625rem;display:block; }
#xXTh6LBaFwiyfeLCminWlCsCri6HLwcp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tzHzTRDFGKSXva5uFgCbvdUL9paowUHB { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:64.5625rem;left:48.625rem;display:block; }
#x2LdHUFP6CxuBiH3gsHbpTb4JvgElhqy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CWUDfwQOs4uTLlyaZMTvTN9I3tmUXZic { color:#000000;display:block;width:53.999rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:2.8919296264649rem;left:4.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qI8dAgqicyqqiVif06yfxKtBaBw2bnNM { color:#000000;display:block;width:53.9986875rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:42.65234375rem;left:4.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GN90CMnP7ITiUnDCRJgPi5DlfTQKSv98 { position:absolute;display:block;z-index:100053;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:82.5rem;left:1.0625rem;display:block; }
#P149w1069EnTTUJ2mEpsI8bhG1J5X9vM { position:absolute;display:block;z-index:100052;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:72.625rem;left:1.0625rem;display:block; }
#icf8EmH3w6QsxbTDpKMrZxdcn71ULHPS { position:absolute;display:block;z-index:100051;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:62.5rem;left:1.0625rem;display:block; }
#Lqgv1uiKE1NOgqGgSPMTIuLXDfJmb8r7 { position:absolute;display:block;z-index:100050;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:52.625rem;left:1.0625rem;display:block; }
#tGIIsACcdHoUBPG99rCMavyCDWFkzzkD { position:absolute;display:block;z-index:100015;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.75rem;width:0.1867675rem;top:44.25rem;left:1.75rem;display:block; }
#cpX5qJX5I3Bc6eDCHDfgX9tUNlGHnvLt { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:88.8125rem;left:4.25rem;display:block; }
#oGx23JIugoIO5sTsQcBKRdLL2KVsqXcR { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100080;line-height:1.3;letter-spacing:0;top:92.125rem;left:22.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IWuUPayFKHiGnLMuoEyWLovWq65qU8WQ { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:90rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zLHMVvndsDmwG2stZqy3grASBT5cVuwN { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:94.4375rem;left:48.625rem;display:block; }
#agqTs4hWTLmBUAWVf57ScMmVJtTm0WbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l35TASz9HVfvrOpycOwKddCN1xtmqMlM { position:absolute;display:block;z-index:100025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.125rem;top:78.9375rem;left:4.25rem;display:block; }
#SGoNssvukTJpQenN5bfNC2RvLgwKl6Eh { color:#747272;display:block;width:16.125rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100078;line-height:1.3;letter-spacing:0;top:85.821624755863rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x9wqHtqrobMWIcx98IHswiywcBRJF7oD { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100077;line-height:1.3;letter-spacing:0;top:82.25rem;left:22.5rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LeCOUfm9eGixf5QzqS6zZnqStKX4hB04 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:80.125rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMWNhSJmZItft087DdTeTR3RFm0nBFKC { color:#747272;display:block;width:17.4375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100081;line-height:1.3;letter-spacing:0;top:95rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ri3dLSe8lbpzOt3k1p1zMCnLWL9cksHK { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:84.5625rem;left:48.625rem;display:block; }
#GWOS6f9Dhg3raOHPIn4QdgElub1GREvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eVd9SCyksukPPdQKrbKEH4TE2OivcaWw { color:#747272;display:block;width:13.997375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100074;line-height:1.3;letter-spacing:0;top:75.759124755863rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nDhGsJ220vzPeOnbAAFXdOqzIsEifxUK { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:69.125rem;left:4.25rem;display:block; }
#tMp5oQLqOd1KotQNO69qZ4dxUrP559hL { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:74.5rem;left:48.625rem;display:block; }
#TZAyKHA2EM6Rk5ckT9E5qoKRTSW5RT2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G0yNx9OFS8g3r3zFNB0cb8uxWfw96lNS { position:absolute;display:block;z-index:100074;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/99957999-e03b-44b0-962b-ba94fe6ed783/06.png");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.625rem;width:16.5rem;top:69.0625rem;left:4.1875rem;display:block; }#G0yNx9OFS8g3r3zFNB0cb8uxWfw96lNS.adaptive-delivery-prevent-bg, #G0yNx9OFS8g3r3zFNB0cb8uxWfw96lNS.lazyload, #G0yNx9OFS8g3r3zFNB0cb8uxWfw96lNS.lazyloading { background-image: none; }
#LrbpSNFKMAW7VNk1Ems1qRKsSGoTS5rt { position:absolute;display:block;z-index:100079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b493b0d4-8d42-47ee-9022-f0f948b1fee9/07.png");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.6248125rem;width:16.4994375rem;top:78.875rem;left:4.1875rem;display:block; }#LrbpSNFKMAW7VNk1Ems1qRKsSGoTS5rt.adaptive-delivery-prevent-bg, #LrbpSNFKMAW7VNk1Ems1qRKsSGoTS5rt.lazyload, #LrbpSNFKMAW7VNk1Ems1qRKsSGoTS5rt.lazyloading { background-image: none; }
#PbiX6nBrBsurvs6BJLLleBW2iuOvQEhE { position:absolute;display:block;z-index:100084;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6bb89c3-503c-4809-8dcd-7e9c5b871ebf/08.png");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.6248125rem;width:16.4994375rem;top:88.75rem;left:4.1875rem;display:block; }#PbiX6nBrBsurvs6BJLLleBW2iuOvQEhE.adaptive-delivery-prevent-bg, #PbiX6nBrBsurvs6BJLLleBW2iuOvQEhE.lazyload, #PbiX6nBrBsurvs6BJLLleBW2iuOvQEhE.lazyloading { background-image: none; }
#EEh6T514IuEU0pNrUMXwmWmFRqIyeCtl { color:#000000;display:block;width:28.25rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100073;line-height:1.3;letter-spacing:0;top:72.25rem;left:22.5rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dbwWwVdrVqSIWCOgTlhtuV1tyW4gZv9I { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:70.125rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGrWv0kh1v2BRhvsrLaQaass5R5ldsTx { position:absolute;display:block;z-index:100021;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.75rem;width:0.1867675rem;top:84rem;left:1.75rem;display:block; }
#g6uzo5WTQUO841uikeS9SthB1HmdVwHd { position:absolute;display:block;z-index:100058;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:112.375rem;left:1.0625rem;display:block; }
#PihOcSHVoZ1nT2XppmXDTP6hfPmPa9CJ { position:absolute;display:block;z-index:100057;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:102.25rem;left:1.0625rem;display:block; }
#WiecTfNx2hD813ptpkBHJJx9GCGEAaBD { position:absolute;display:block;z-index:100056;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:92.375rem;left:1.0625rem;display:block; }
#NE3lnckOvCwSqE9MlzA3lid7o2u0zTlF { color:#000000;display:block;width:53.997375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:102.12370300293rem;left:4.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MvwxUmXChPl9HOGWmx7T8KwAz3I1VktQ { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:118.75rem;left:4.25rem;display:block; }
#KGTvVL67IL9HtMEO17Vs5WS1zCwPT8Nx { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100082;text-align:center;text-align-last:center;top:124.375rem;left:48.625rem;display:block; }
#w3FkQfS2LwEMym8V2iuN6OqLGbUtDNSG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lhD3WDyryxxZocqz1eU7Pg7Mv5cRedJE { color:#747272;display:block;width:17.4375rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100093;line-height:1.3;letter-spacing:0;top:124.9375rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v7go9QFQphVeuh0TIoeTa5WWHlwRl0iG { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100092;line-height:1.3;letter-spacing:0;top:122.0625rem;left:22.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aapWP0k6MWLqaRfXAdeOsP4ITQOsdppX { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:119.9375rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fr3ICM97Ft85z3MJbvFat9PXMHGGXUx7 { position:absolute;display:block;z-index:100096;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a66c41a6-669c-416f-b796-46d7afed46a1/10.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.6248125rem;width:16.4994375rem;top:118.6875rem;left:4.1875rem;display:block; }#fr3ICM97Ft85z3MJbvFat9PXMHGGXUx7.adaptive-delivery-prevent-bg, #fr3ICM97Ft85z3MJbvFat9PXMHGGXUx7.lazyload, #fr3ICM97Ft85z3MJbvFat9PXMHGGXUx7.lazyloading { background-image: none; }
#Qr4iTTPlG89m4RPDyeAC2dwvXiuDMvqu { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.125rem;top:108.875rem;left:4.25rem;display:block; }
#IoIDee8Oe66oUueaUMEbFSVz0in58IpL { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:114.5rem;left:48.625rem;display:block; }
#Wnr0VGQFWaTL5rN4kNW0hVMfvnP4NLQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kZWkGoQiSenMlV7VRB9VO7Of9EJrxh6u { position:absolute;display:block;z-index:100091;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8020ba04-d135-4b39-993d-ce72486245b4/09.png");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.6248125rem;width:16.4994375rem;top:108.8125rem;left:4.1875rem;display:block; }#kZWkGoQiSenMlV7VRB9VO7Of9EJrxh6u.adaptive-delivery-prevent-bg, #kZWkGoQiSenMlV7VRB9VO7Of9EJrxh6u.lazyload, #kZWkGoQiSenMlV7VRB9VO7Of9EJrxh6u.lazyloading { background-image: none; }
#xAwmRtZRKz8TnnUttPS0qwXS6K1AKIug { color:#747272;display:block;width:16.125rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:100090;line-height:1.3;letter-spacing:0;top:115.0625rem;left:22.5rem;height:1.13715rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PD3ChokktbuseRCu1q14qMnv6kMDaxRV { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:100089;line-height:1.3;letter-spacing:0;top:112.1875rem;left:22.5rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTABAbzptUKUNV1nkgVXIerBUow5q7tO { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:110.0625rem;left:22.5rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKvB7DI8WkBPzhARo8dbZvIGR4KeVCux { position:absolute;display:block;z-index:100055;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:112.375rem;left:1.0625rem;display:block; }
#w3IAMs81eUcaKdKANWkcTJfOwpehWbwU { position:absolute;display:block;z-index:100058;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.499025rem;width:1.499025rem;top:122.25rem;left:1.0625rem;display:block; }
#IR65Ighz9d5d5rT4r1QnHifsc6yTnLqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#IR65Ighz9d5d5rT4r1QnHifsc6yTnLqt > .row .container { border-width: 0; border-radius: 0; }#IR65Ighz9d5d5rT4r1QnHifsc6yTnLqt > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:none; }#rT4XUNwSiNro7hTdemCbDB8X7pMrFs4V { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:8.125rem;left:22.4365234375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lScBZ1ACgIxthZHoS5gR5U78qvSaCyXu { color:#747272;display:block;width:14rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:10.499267578125rem;left:22.62451171875rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rQ13fXVEr0UXVPaSAffqlSHBgB5GoNgg { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.562rem;width:54.0625rem;top:5.809326171875rem;left:4.18701171875rem;display:block; }
#cU77INtkKJcanCpM8oMQQ5EVdT6Tt5ak { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:15.625rem;left:4.1875rem;display:block; }
#mJrCVLF6GoM3LiZesDZZcLW1Cb0BhPpB { color:#747272;display:block;width:21.875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:20.3125rem;left:22.624290466309rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pKeK8aGKMq2dfLeGv7L5BMBCVU3pI2bu { position:absolute;display:block;z-index:100061;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f465c5f-bae3-40e6-b1f5-7ec5867baf26/1591021601631IEX1.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.625rem;width:16.5rem;top:15.5625rem;left:4.125rem;display:block; }#pKeK8aGKMq2dfLeGv7L5BMBCVU3pI2bu.adaptive-delivery-prevent-bg, #pKeK8aGKMq2dfLeGv7L5BMBCVU3pI2bu.lazyload, #pKeK8aGKMq2dfLeGv7L5BMBCVU3pI2bu.lazyloading { background-image: none; }
#QToz3TVSHk7XTZpNPFEiO5i1XcMilN9H { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:17.936798095703rem;left:22.436965942382rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCup08kLCX5Pw2FlP1VvV91wAzZCpLHT { position:absolute;display:block;z-index:100062;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/931b14f9-eb3d-4b71-8917-f62f5f5bb433/ww.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.624125rem;width:16.4995625rem;top:5.7790813446045rem;left:4.1851119995117rem;display:block; }#WCup08kLCX5Pw2FlP1VvV91wAzZCpLHT.adaptive-delivery-prevent-bg, #WCup08kLCX5Pw2FlP1VvV91wAzZCpLHT.lazyload, #WCup08kLCX5Pw2FlP1VvV91wAzZCpLHT.lazyloading { background-image: none; }
#xcLsRuMLzTmBGXKS6Fo4qgiALZodegOB { position:absolute;display:block;z-index:100072;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/04110857-20c1-4a76-9f76-1e999589b2dd/5.png");background-position: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;height:10.3125rem;width:10.37475rem;top:20.8740234375rem;left:49.625244140625rem;display:block; }#xcLsRuMLzTmBGXKS6Fo4qgiALZodegOB.adaptive-delivery-prevent-bg, #xcLsRuMLzTmBGXKS6Fo4qgiALZodegOB.lazyload, #xcLsRuMLzTmBGXKS6Fo4qgiALZodegOB.lazyloading { background-image: none; }
#VTXTVDTMcH7S5lTP80LNHNvs2Cretuab { position:absolute;display:block;z-index:100009;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:62.6875rem;width:0.1875rem;top:3.90625rem;left:1.71875rem;display:none; }
#TgQpH2c00ZLOGpDSLn5TnKvxEAOMuzAs { position:absolute;display:block;z-index:100059;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.4987rem;width:1.4987rem;top:7.4375rem;left:1.0625rem;display:block; }
#TzUikzapXQJQ3tMfbidkWAwPbFPtgLwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#TzUikzapXQJQ3tMfbidkWAwPbFPtgLwJ > .row .container { border-width: 0; border-radius: 0; }#TzUikzapXQJQ3tMfbidkWAwPbFPtgLwJ > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:60rem;position:relative;display:none; }#N6wzUJWC1fgcsksGRig6RmmmWZ5uUUZy { position:absolute;display:block;z-index:100056;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6111bd6b-036c-4582-b8da-4ce578d426ef/1594638328797DatavisualizationGoogledatastudio.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.625rem;width:16.5rem;top:5.75rem;left:4.125rem;display:block; }#N6wzUJWC1fgcsksGRig6RmmmWZ5uUUZy.adaptive-delivery-prevent-bg, #N6wzUJWC1fgcsksGRig6RmmmWZ5uUUZy.lazyload, #N6wzUJWC1fgcsksGRig6RmmmWZ5uUUZy.lazyloading { background-image: none; }
#wK4ivzd9rhqX0aTKrrORhrEc4BtbkTWc { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:8.125rem;left:22.436965942382rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kKVFZ3Tx6IRgw2exJ8OhMlxAgQFv5SaB { color:#747272;display:block;width:21.6875rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:10.498931884766rem;left:22.624290466309rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fbxyEHGm7R2A3WOo5dwTssTIXKlZNve0 { position:absolute;display:block;z-index:100009;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.6875rem;width:0.1875rem;top:3.90625rem;left:1.71875rem;display:block; }
#Tp1G6MIxF7SN1wIlLKnKag2ktdggqu5I { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:5.8125rem;left:4.1875rem;display:block; }
#UUSZSAqakR9bGCS25cG7mBNoQOLuweFI { color:#000000;display:block;width:54rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:2.34375rem;left:4.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#odRmf0amkINqlSpCTdKEOKrXklOBBvOR { position:absolute;display:block;z-index:100042;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.5rem;width:1.5rem;top:2.46875rem;left:1.09375rem;display:block; }
#An42n39nZG5m6VwxpBMMMA3p2zF6I0Bs { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:15.625rem;left:4.1875rem;display:block; }
#c9RqB76ZJPFx2x8VqdQXb2DrvpbRuqkt { color:#747272;display:block;width:21.9375rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100061;line-height:1.3;letter-spacing:0;top:20.3125rem;left:22.624290466309rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQ4xCeyQ4FLdL95R62e9WmXfCzFlQd1h { position:absolute;display:block;z-index:100061;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3290a35e-0ec2-496b-bf5a-6c954d043d72/16245403311502Tableau.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.625rem;width:16.5rem;top:15.5625rem;left:4.125rem;display:block; }#IQ4xCeyQ4FLdL95R62e9WmXfCzFlQd1h.adaptive-delivery-prevent-bg, #IQ4xCeyQ4FLdL95R62e9WmXfCzFlQd1h.lazyload, #IQ4xCeyQ4FLdL95R62e9WmXfCzFlQd1h.lazyloading { background-image: none; }
#l4ykJLu4cutXO80EFoifZOZai7uNMC7t { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:17.936767578125rem;left:22.436965942382rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqCLIExSpF8l4usLL07RGp37wyDBA4Rl { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:25.5rem;left:4.1875rem;display:block; }
#aoHMp3yH8wduTgtXvkQVzo8M8VN5FUCd { color:#747272;display:block;width:21.0625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100066;line-height:1.3;letter-spacing:0;top:30.186431884766rem;left:22.624290466309rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kx9egOMJQeKU2C7N9ZTDE1qPqlfJTNaT { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f3faee0c-6175-4818-b6d9-bf4dd43bae12/1578904123759PowerBI.png");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.625rem;width:16.5rem;top:25.4375rem;left:4.125rem;display:block; }#Kx9egOMJQeKU2C7N9ZTDE1qPqlfJTNaT.adaptive-delivery-prevent-bg, #Kx9egOMJQeKU2C7N9ZTDE1qPqlfJTNaT.lazyload, #Kx9egOMJQeKU2C7N9ZTDE1qPqlfJTNaT.lazyloading { background-image: none; }
#p3W52CNKsIgywkf4B8SZ6uf5IfqJHrgp { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:27.8125rem;left:22.436965942382rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2gKIcffKAQtClovxWz6kqBGgSrtvJ9k { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:35.5625rem;left:4.1875rem;display:block; }
#TvMNRDieaJUfzwf4NmQa3nnykNOb6nao { color:#747272;display:block;width:22.625rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100071;line-height:1.3;letter-spacing:0;top:41.061767578125rem;left:22.624290466309rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#reNZz7ONuHizCDfHFoFvSutdZbVQUcB1 { position:absolute;display:block;z-index:100071;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2663d875-8879-4b5a-a3fd-29fef77e534a/1613582789549InsightAdvanceReportPowerBI.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.625rem;width:16.5rem;top:35.5rem;left:4.125rem;display:block; }#reNZz7ONuHizCDfHFoFvSutdZbVQUcB1.adaptive-delivery-prevent-bg, #reNZz7ONuHizCDfHFoFvSutdZbVQUcB1.lazyload, #reNZz7ONuHizCDfHFoFvSutdZbVQUcB1.lazyloading { background-image: none; }
#UMHhswVpKuODTrqDbXdeB9vD66U280ob { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:37.687316894531rem;left:22.436965942382rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i0cWDeQgifct6MMDZ92K6kG47V6hdMr6 { background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#400068;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2.3125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:23.799560546875rem;left:37.9765625rem;display:none; }
#Jw0iUZCEonSgRJG4RdpgohBML55HiWEE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wP6leT1AexVRTdM9Ci3n8F92mMFdbgZf { z-index:100003;top:20.308948993683rem;left:33.459693908691rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#7700fd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#VlTtSBwKTBI99siExRS0mvrxMIPgey2J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTKqhxEHrB2SJ3gyKZgDvhuTsHhcMfaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#KTKqhxEHrB2SJ3gyKZgDvhuTsHhcMfaL > .row .container { border-width: 0; border-radius: 0; }#KTKqhxEHrB2SJ3gyKZgDvhuTsHhcMfaL > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:none; }#m0yRzOEwzcxMSITmWvTUOr9JDk50aFmT { position:absolute;display:block;z-index:100056;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7137d6a-594d-46f4-a2da-d4e845ebabd4/1588343856017BusinessAnalytics.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.625rem;width:16.5rem;top:5.75rem;left:4.125rem;display:block; }#m0yRzOEwzcxMSITmWvTUOr9JDk50aFmT.adaptive-delivery-prevent-bg, #m0yRzOEwzcxMSITmWvTUOr9JDk50aFmT.lazyload, #m0yRzOEwzcxMSITmWvTUOr9JDk50aFmT.lazyloading { background-image: none; }
#q7OTTnXEQm6vv9C84QLhWZQoBvCILkAu { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:8.125rem;left:22.436965942382rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ongueQdnv0b9ZiDRihpH9xHqSiMombmi { color:#747272;display:block;width:21.9375rem;position:absolute;font-family:prompt;font-size:0.875rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:10.498931884766rem;left:22.624290466309rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hoXZ6V0QoXNN4u4aGdcRxs0vXb1qMtKO { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:8.5625rem;width:54.0625rem;top:5.8125rem;left:4.1875rem;display:block; }
#eZNIOIRT3fOhtIzdfmQELt2P8vTJXbLW { color:#000000;display:block;width:54rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:2.34375rem;left:4.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aPNhbB5KCeaxR1iyHTytPTny6dLgGLit { position:absolute;display:block;z-index:100042;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:1.5rem;width:1.5rem;top:2.46875rem;left:1.09375rem;display:block; }
#wWq8iedX9y9xRpZJShyIpV00Sz55kMOs { position:absolute;display:block;z-index:100009;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.6875rem;width:0.1875rem;top:3.90625rem;left:1.71875rem;display:none; }
#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { background-color: transparent; background-image: none; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container > .video-iframe-container { display: none; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row > .video-iframe-container { display: none; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .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); }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { border-width: 0; border-radius: 0; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#H62UWktc5TRcN3OGDyUzTohoA2Dl2g7o { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat: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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:1.90625rem;left:23.8125rem;display:block; }
#kLO7TpssDyH0UlM8JOHho63Nval6WDWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,249,249,0.54);background-image:url("https://images.assets-landingi.com/uc/a3bd615a-1901-4865-af5d-2b772a500a19/LandingPage13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.adaptive-delivery-prevent-bg, #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.lazyload, #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.lazyloading { background-image: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { background-color: transparent; background-image: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container > .video-iframe-container { display: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row > .video-iframe-container { display: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .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); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { border-width: 0; border-radius: 0; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#fMKAneDNtO8Etf9HMen6CnL5bp8cKVbJ { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.59) ;height:14rem;width:28.75rem;top:12rem;left:15.625rem;display:block; }
#qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { color:#400068;display:block;width:30.5625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:6.2453124523163rem;left:14.687501907349rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdohkHQrhaNngMCbKyXMMMNTNSryFiUX { color:#9c51d3;display:block;width:23.875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.9;letter-spacing:0;top:15.25rem;left:20rem;height:7.124575rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kh3Urc5Jksq9cRw96Lw6VaAyVnTK1zPE { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:15.25rem;left:18.125rem;display:block; }
#fRM1JUeVTcUrdJEc8QQUDTwMPb5T8Wpn { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:17.0625rem;left:18.125rem;display:block; }
#gsVyseLP6tGbuZX75hfTsiQp6h6owdR1 { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:18.875rem;left:18.125rem;display:block; }
#MZamoFsMODP7rX6STRiVXJyI2Swk6fah { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:20.5625rem;left:18.125rem;display:block; }
#oROci444d8RZJwOWtKLnir62GLZQxP0d { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:21.875rem;left:18.125rem;display:none; }
#nbxMBhS0QGaVDelONAgeXZ4rfy4cCnmh { color:#9c51d3;display:block;width:21.125rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.9;letter-spacing:0;top:16.574996948243rem;left:35.250001907349rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TDpIqHxfTAIwAiNzICZSk0iPkTmTvfWP { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:16.5rem;left:33.187501907349rem;display:none; }
#coTP5TGugWauR70ArFIc29T1AnFG8QSq { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:18.3125rem;left:33.187501907349rem;display:none; }
#TIhowCPxoAoklts6vhXo9WRQ1eM2b5IR { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:20.125rem;left:33.187501907349rem;display:none; }
#VZ3zmgy1t1xpdDsUeCEEXTfZO4FXesvA { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:21.875rem;left:33.187501907349rem;display:none; }
#oiTEZ4DvNdE59MoJWMqtAVQx8W2qmiKZ { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.59) ;height:16rem;width:28.75rem;top:12.25rem;left:30.375001907349rem;display:none; }
#n40GyAA0ddTgyQ5AVuNyJ6fC8O2TH1Et { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:18.25rem;left:33.1875rem;display:none; }
#dC8VIIunWTsoLWu2hmEzOoOcw7V9ou3f { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:18.25rem;left:33.1875rem;display:none; }
#SRg3f3KVJK4mGVzu9TPkDWZTEe65v9Hf { box-sizing:content-box;color:#9c51d3;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:18.25rem;left:33.1875rem;display:none; }
#tGUn7FSXwsTfqRy7DDCf7oPAraiHLQDU { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.0625rem;left:2.5625rem;display:none; }
#elVNExrm1erTSVWQTB4wE6M09AaDBHLs { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.0625rem;left:2.5625rem;display:none; }
#xchbX5tDvVdpsc6Nl0dS0DpbPo4CPsM3 { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.0625rem;left:2.5625rem;display:none; }
#s4A8ikDVLKlbx6QwtHNNcwXzN8euiUo1 { box-sizing:content-box;color:#9c51d3;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.0625rem;left:2.5625rem;display:none; }
#qL2aK8fxhkdLwrOSIF8h4LdimvuhZoqk { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.59) ;height:16rem;width:28.75rem;top:8.4375rem;left:0.6875rem;display:none; }
#z8XuAlSBLIfHKaCdTmAIXwv38acKBRTP { position:absolute;display:block;z-index:100005;background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:39.3125rem;top:5.6826171875rem;left:10.125rem;display:block; }
#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { background-color: transparent; background-image: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container > .video-iframe-container { display: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row > .video-iframe-container { display: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .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); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { border-width: 0; border-radius: 0; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#RKi17bKymdv1ib4WE5CtBMNWJE4aDtnJ { color:#400068;display:block;width:38.9375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:7.9375rem;left:10.53125rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rsEdVItUC6skfp7tN4IRZ8yCiMWCLcif { color:#400068;display:block;width:38.75rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:4rem;left:11.5625rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dsci0dQu3i9pUwXMxs8ug2PR8ipavfsD { position:absolute;display:block;z-index:100004;background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:49.875rem;top:3.4375rem;left:5.0625rem;display:block; }
#En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2 { position:absolute;display:block;z-index:100063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b1e97c6-3663-4dbd-a80c-b04d1da9a095/Benjanartedit2768x432.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:23.3125rem;top:25.9375rem;left:6.4375rem;display:block; }#En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.adaptive-delivery-prevent-bg, #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.lazyload, #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.lazyloading { background-image: none; }
#fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd { position:absolute;display:block;z-index:100064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe082896-1f95-4282-be11-675d93d43a58/768x432.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:23.3125rem;top:25.9375rem;left:31.6875rem;display:block; }#fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.adaptive-delivery-prevent-bg, #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.lazyload, #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.lazyloading { background-image: none; }
#Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5 { position:absolute;display:block;z-index:100065;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98d4140d-c901-4ad1-9fb2-2f245880f51b/edit768x432.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:23.3125rem;top:11.6875rem;left:31.6875rem;display:block; }#Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.adaptive-delivery-prevent-bg, #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.lazyload, #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.lazyloading { background-image: none; }
#iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw { position:absolute;display:block;z-index:100066;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e04e66d1-12d3-46f7-921d-4d71c3f625c4/edit768x432.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.375rem;width:23.3125rem;top:11.6875rem;left:6.4375rem;display:block; }#iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw.adaptive-delivery-prevent-bg, #iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw.lazyload, #iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw.lazyloading { background-image: none; }
#uZQCPXqUAHvfnIhrMLCzgTBKlfbb60y6 { background-color:#400068;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13rem;height:2.5625rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:41.0625rem;left:23.90625rem;display:block; }
#MAwtWZ1O4z27OZbtSoMct4wWLdmqE8Hd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#glCai0B6BzAl2Vzn1yX4R9VfThNvuO4J { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:13.4375rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:11.6875rem;left:6.4375rem;display:block; }
#JiJqNy4eZin7htZvhRk6AnFSvWCXBTt2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VT7W5Tb5lpozpal7Gzuhqq0fL73U4boJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:13.4375rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:11.65625rem;left:31.625rem;display:block; }
#v48TK5Frr0B30gKO9Co0TXp27pD1cSiD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bwfIT81Ak9hAKdVIcZd1mPcNuGwkTnxb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:13.4375rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:25.90625rem;left:6.40625rem;display:block; }
#FUiq0wTmwdGsBQa92xnTy4sDnuEcx8Zo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HX7ZMud4gK324uAscTZX16TrnIM97nhA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#f8fcff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:prompt;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:13.4375rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:25.90625rem;left:31.625rem;display:block; }
#QpIscMCDGn09JiCIL2Dri3zJKvG348cn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { background-color: transparent; background-image: none; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container > .video-iframe-container { display: none; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row > .video-iframe-container { display: none; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .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); }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { border-width: 0; border-radius: 0; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { color:#400068;display:block;width:48rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:3.0625rem;left:6rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyUczuGD0sBkfx4k6VkSKH4cng24CT2V { color:#1a1a1a;display:block;width:22.625rem;position:absolute;font-family:"db adman x";font-size:1.5rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:15.8125rem;left:36.000001907349rem;height:21.45rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GUZdANUm2UQvz1cXxusToarohCfmZddA { position:absolute;display:block;z-index:100006;background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:49.875rem;top:2.5rem;left:5.0625rem;display:block; }
#TQ3sdRqlV9kpQgirF9Tcvp3FEtQVeiy9 { color:#400068;display:block;width:38.9375rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:7.125rem;left:10.53125rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP.adaptive-delivery-prevent-bg, #ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP.lazyload, #ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP.lazyloading { background-image: none; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container { background-color: transparent; background-image: none; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container > .video-iframe-container { display: none; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row > .video-iframe-container { display: none; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .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); }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container { border-width: 0; border-radius: 0; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container { font-size:0.875rem;font-family:arial;height:64.875rem;width:60rem;position:relative;display:block; }#ih6E4aQVR4eGe6kXPgaHBLEo4S0szo0L { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;height:16.0625rem;width:15.9375rem;top:16.875rem;left:22.0625rem;overflow:hidden;display:block; }
#Lx1RB2szAbm4XPgzfdpnyTLd6gtoOxoI { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.625rem;width:15.8125rem;top:16.9375rem;left:41rem;overflow:hidden;display:block; }
#TChMmGOgAETA9kkulM4AZivEu6eLGtz3 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:27.8125rem;width:17.625rem;top:0rem;left:1.9984378814698rem;display:block; }
#kczXOQDCNQxXUf6KFKfN7TNElqwCNAn2 { color:#400068;display:block;width:15.8125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:22.8115234375rem;left:2.904296875rem;height:4.54860625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z4qqqneUUkgXg8RguVcJBsClsuBDrz2A { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:10.181250572204rem;left:22.437501907349rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LkxiTid1ebXPLezWXgcFJeUEK2vWFlrD { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:14.625rem;width:17.625rem;top:0rem;left:21.187501907349rem;display:block; }
#gwG287uX8ITAwEs9uUyoySv3C5TxHzd9 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:14.5625rem;width:17.625rem;top:0rem;left:40.125001907349rem;display:block; }
#rEuTSdCIRw7M63JePlwTSdtwaq8zE39J { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:15.625rem;top:0.99921894073488rem;left:2.9984378814698rem;overflow:hidden;display:block; }
#lW0r4WAZLq6eTSSQ2lnByS4d6JDByxec { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:15.75rem;top:1.0000000596046rem;left:22.125001907349rem;overflow:hidden;display:block; }
#P1PPehJkowSHLicAoWy9zu0QLKrDu42K { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:16.625rem;top:0.49921894073486rem;left:40.625001907349rem;overflow:hidden;display:block; }
#N9h2vfzpeNUqFgA3BOkPRRxodGTELZSx { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:10.262499809265rem;left:41.375001907349rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mrQ6GykI44VZy8PLeXD5q8T7y4UFZqPf { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:33.9375rem;left:22.4375rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8Eh5KGIb2Ze4X0NQEDNcUFL6pqXhnQM { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:23.125rem;width:17.625rem;top:16.0625rem;left:21.1875rem;display:block; }
#WZgSEd6ThQciaptrNOCM6CqQD3gQDqO6 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:21.25rem;width:17.625rem;top:16.0625rem;left:40.125001907349rem;display:block; }
#s246FAiXu0iAczSyo2EscW6RTnyoo8TN { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:31.8125rem;left:41.375rem;height:4.5486125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihzU9ANUi90nbxOZtGDlefWifNhXJZha { position:absolute;display:block;z-index:100019;height:11.3125rem;width:15.9375rem;top:30.311724662781rem;left:2.9046878814698rem;display:block; }
#mNvHb6wfCploxIm8C79s50qifwmUM0DE { position:absolute;display:block;z-index:100020;height:11.3125rem;width:15.9375rem;top:41.1875rem;left:22.0625rem;display:block; }
#hloeScra8U56aNriBLtgdVmkCZLQwfSG { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:42.380469322204rem;left:3.2484378814698rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DmFWGpvtxUOw7raJPaSSDpHbhTCh6SrK { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:18.6875rem;width:17.625rem;top:29.4365234375rem;left:1.998046875rem;display:block; }
#oTtWiwMRLw44wKBWttctC2oWFJGt2cUc { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0rem 0rem 1.25rem rgba(201,143,243,0.4) ;height:17.75rem;width:17.625rem;top:40.3125rem;left:21.1875rem;display:block; }
#LFF5dRNRfU0QQdCkuA5OV9ZdR3bLwT9K { color:#400068;display:block;width:15.125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:53.375rem;left:22.4375rem;height:3.41145625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pi0qz7qqwWk9LHS945gwgw5gQcav8QtR { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat: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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:59.824247360229rem;left:23.812501907349rem;display:block; }
#L62brd1fgkVWBeOz8DTN6tgwGPecLyhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);background-image:none;position:relative;display:block; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { background-color: transparent; background-image: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container > .video-iframe-container { display: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row > .video-iframe-container { display: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .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); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { border-width: 0; border-radius: 0; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#FT3rXOLfGNxGLnimJv0pbfOecVveEETL { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/42cda035-f207-4396-8cfb-84f955a50bee/images_thumbnail_1622648939552.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.12425rem;width:10.49925rem;top:9.061279296875rem;left:1.1865234375rem;display:block; }#FT3rXOLfGNxGLnimJv0pbfOecVveEETL.adaptive-delivery-prevent-bg, #FT3rXOLfGNxGLnimJv0pbfOecVveEETL.lazyload, #FT3rXOLfGNxGLnimJv0pbfOecVveEETL.lazyloading { background-image: none; }
#xdh7nfiagVA0dzmQkZuNPMBBTlqs14SI { color:#400068;display:block;width:27.4375rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:3.125rem;left:16.3125rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UF567f78cyRDZm1ns2zcsqmmToNMssNt { position:absolute;display:block;z-index:100005;background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.5625rem;width:32.625rem;top:2.75rem;left:13.6875rem;display:block; }
#TfVNlGAilKWFSGOX48l84H2Uf3L22D2g { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/780290d2-f1c4-4f5b-a2dd-72294c7b6788/noroot.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:15.1875rem;width:14.375rem;top:1.25rem;left:13.3125rem;display:none; }#TfVNlGAilKWFSGOX48l84H2Uf3L22D2g.adaptive-delivery-prevent-bg, #TfVNlGAilKWFSGOX48l84H2Uf3L22D2g.lazyload, #TfVNlGAilKWFSGOX48l84H2Uf3L22D2g.lazyloading { background-image: none; }
#QTOOU5tRBXIQd1rEK7qrHmqzOk0uJJfv { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/97a18409-512f-4aae-b4e7-d7f3f7990146/KanokkornPrasongthanakit.jpg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:14.874125rem;width:13.5623125rem;top:1.25rem;left:32.4375rem;display:none; }#QTOOU5tRBXIQd1rEK7qrHmqzOk0uJJfv.adaptive-delivery-prevent-bg, #QTOOU5tRBXIQd1rEK7qrHmqzOk0uJJfv.lazyload, #QTOOU5tRBXIQd1rEK7qrHmqzOk0uJJfv.lazyloading { background-image: none; }
#KZ17iT8PrZNEvaMnsVyWhFwuevP4s7e8 { color:#1a1a1a;display:block;width:14.436875rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:27rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#J6uTfrUgI6IXprHdMOcwhU71TRbW4Oin { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d566cdaa-2d63-4acd-bec5-e16ab762924c/images_thumbnail_1626783684123.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.1230625rem;width:10.4980625rem;top:9.0625rem;left:17.25rem;display:block; }#J6uTfrUgI6IXprHdMOcwhU71TRbW4Oin.adaptive-delivery-prevent-bg, #J6uTfrUgI6IXprHdMOcwhU71TRbW4Oin.lazyload, #J6uTfrUgI6IXprHdMOcwhU71TRbW4Oin.lazyloading { background-image: none; }
#raVnVJmpkc28ZXRPxwWJg6huWslBmoqs { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3f794f6b-fc4b-413d-8cfc-8019fbf1d3c4/images_thumbnail_1599124611466.png");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.1230625rem;width:10.4980625rem;top:9.0625rem;left:32.125rem;display:block; }#raVnVJmpkc28ZXRPxwWJg6huWslBmoqs.adaptive-delivery-prevent-bg, #raVnVJmpkc28ZXRPxwWJg6huWslBmoqs.lazyload, #raVnVJmpkc28ZXRPxwWJg6huWslBmoqs.lazyloading { background-image: none; }
#pNhvHH6LgoRExtMVuqScDECmSMHPHxrB { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b493b0d4-8d42-47ee-9022-f0f948b1fee9/07.crop_167x208_383,9.preview.png");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.1230625rem;width:10.4980625rem;top:9.0625rem;left:47.25rem;display:block; }#pNhvHH6LgoRExtMVuqScDECmSMHPHxrB.adaptive-delivery-prevent-bg, #pNhvHH6LgoRExtMVuqScDECmSMHPHxrB.lazyload, #pNhvHH6LgoRExtMVuqScDECmSMHPHxrB.lazyloading { background-image: none; }
#hUMXzVtsa5HqaBToBbh30BclKALAdrFR { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1285bb38-8b27-4afd-931a-4e641c72c32a/images_thumbnail_1635227033861.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.1230625rem;width:10.4980625rem;top:27.1875rem;left:9.75rem;display:block; }#hUMXzVtsa5HqaBToBbh30BclKALAdrFR.adaptive-delivery-prevent-bg, #hUMXzVtsa5HqaBToBbh30BclKALAdrFR.lazyload, #hUMXzVtsa5HqaBToBbh30BclKALAdrFR.lazyloading { background-image: none; }
#yW4huZNuXtGWiWnbeVeaecF6xUvnWMWA { color:#1a1a1a;display:block;width:12.8125rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:22.25rem;left:31.125rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nPDUL0vIcQmsJsLcD767T7NGLKsms04R { color:#1a1a1a;display:block;width:9.12475rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.125rem;left:32.9375rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O35kcPMJbyLEbZT1lz9MxWpU8TsTLBkX { color:#1a1a1a;display:block;width:9.0625rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:22.4375rem;left:47.96875rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0GL24npuZ1zthRHo9nJlqXo1LTNt8MB { color:#1a1a1a;display:block;width:9.12475rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:21.0625rem;left:47.9375rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVNkfE1ZNHb9k037Ksys9gzmm7KWsP4X { color:#1a1a1a;display:block;width:12.1875rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:22.4375rem;left:0.34114837646484rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUTTxNyr4l2VAAxf1KDGPJwcGC66EinG { color:#1a1a1a;display:block;width:8.875rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:22.5rem;left:18.0625rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lkBSozAT6Ttw1mQ2CZ0w4skRwbFaC3ht { color:#1a1a1a;display:block;width:11.125rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:21.196617126465rem;left:16.9375rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twMKnkxpAH3xdgilyzxltVIvTRPaUIES { color:#1a1a1a;display:block;width:9.12475rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.0625rem;left:1.875rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JX6vPn3dDLEH3544CGA2AD9MP77k6Bcs { color:#1a1a1a;display:block;width:8.875rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:40.6875rem;left:10.559898376465rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTy6r5SE9R2WlyAy5PEd4COray8pAXes { color:#1a1a1a;display:block;width:9.12475rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:39.3125rem;left:10.4375rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zaQru08QGBiRh2U0zUOK5eeDvcIb7D50 { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bfedc0d5-60ac-4d08-82f4-e9aecc89dd40/images_thumbnail_1578467537343facebook.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.1230625rem;width:10.4980625rem;top:27.1875rem;left:24.8125rem;display:block; }#zaQru08QGBiRh2U0zUOK5eeDvcIb7D50.adaptive-delivery-prevent-bg, #zaQru08QGBiRh2U0zUOK5eeDvcIb7D50.lazyload, #zaQru08QGBiRh2U0zUOK5eeDvcIb7D50.lazyloading { background-image: none; }
#dldzoND6XJArKIXucvWy46VNIqqAqcKD { color:#1a1a1a;display:block;width:10.3736875rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:41.174480438233rem;left:24.841148376465rem;height:0.97439375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kvC4lDNICXCretfUBUDhB4RtXyuOHoBQ { color:#1a1a1a;display:block;width:9.12475rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:39.3125rem;left:25.5rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwERoida47VyLcdTcccCsKWrugLbQSfq { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b398541-94db-4a25-b071-3d780d72a843/images_thumbnail_1621438006476.jpeg");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:11.1230625rem;width:10.4980625rem;top:27.1875rem;left:39.875rem;display:block; }#OwERoida47VyLcdTcccCsKWrugLbQSfq.adaptive-delivery-prevent-bg, #OwERoida47VyLcdTcccCsKWrugLbQSfq.lazyload, #OwERoida47VyLcdTcccCsKWrugLbQSfq.lazyloading { background-image: none; }
#wbgvFEqxhzyI9fh6q5TL5odl7COni4qp { color:#1a1a1a;display:block;width:10.37475rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:40.6875rem;left:39.9375rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Af5LZyec4819Mr3flvCuAeUTWWSTlSOd { color:#1a1a1a;display:block;width:9.12475rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:39.3125rem;left:40.5625rem;height:1.13715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS.adaptive-delivery-prevent-bg, #A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS.lazyload, #A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS.lazyloading { background-image: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { background-color: transparent; background-image: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container > .video-iframe-container { display: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.59); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row > .video-iframe-container { display: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .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); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { border-width: 0; border-radius: 0; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:60rem;position:relative;display:block; }#BOSRSSDhUCLrTfJn38hohsffFulPdv44 { position:absolute;display:block;z-index:100003;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/3ebffc19-d5da-4163-8d7b-00f90bb436e0/landingimage01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #9c51d3;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(156,81,211,0.23) ;height:18.375rem;width:18.875rem;top:9.875rem;left:0rem;display:block; }#BOSRSSDhUCLrTfJn38hohsffFulPdv44.adaptive-delivery-prevent-bg, #BOSRSSDhUCLrTfJn38hohsffFulPdv44.lazyload, #BOSRSSDhUCLrTfJn38hohsffFulPdv44.lazyloading { background-image: none; }
#wC6MZUia7zpuXhSAkpciI8t1tam2IrJs { position:absolute;display:block;z-index:100004;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/b9292f0a-2158-4257-93ae-62d796f7940d/landingimage02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #9c51d3;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(156,81,211,0.23) ;height:18.375rem;width:17.9375rem;top:9.8749997615813rem;left:21.031251907349rem;display:block; }#wC6MZUia7zpuXhSAkpciI8t1tam2IrJs.adaptive-delivery-prevent-bg, #wC6MZUia7zpuXhSAkpciI8t1tam2IrJs.lazyload, #wC6MZUia7zpuXhSAkpciI8t1tam2IrJs.lazyloading { background-image: none; }
#DpdSUdkzqJNtLT9aE35QSJiZRRRcHNwq { color:#9c51d3;display:block;width:27.6875rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:400;z-index:100009;line-height:1;letter-spacing:0;top:6.0615234375rem;left:16.15625rem;height:1.7504875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA { position:absolute;display:block;z-index:100004;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/945c90b8-18ae-4109-bd3e-3926e9cb446c/LandingPage18.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #9c51d3;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 1.875rem rgba(156,81,211,0.23) ;height:18.375rem;width:18.875rem;top:9.875rem;left:41.125rem;display:block; }#yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA.adaptive-delivery-prevent-bg, #yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA.lazyload, #yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA.lazyloading { background-image: none; }
#QsSPUT3k9DR3MBIIaSxfkFpurwLbvKP1 { color:#400068;display:block;width:44.8125rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:2.3115234375rem;left:7.59375rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDqw8ws9TgXAVblJrL1IdlnPo9bXdf3L { color:#9c51d3;display:block;width:18.6875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:32.4375rem;left:0rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { color:#9c51d3;display:block;width:19rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:32.4375rem;left:20.5rem;height:3.65559375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HtoXqn56LKKD89zcT28iX4ulFx7AXzt7 { color:#9c51d3;display:block;width:17.875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:32.4375rem;left:41.625rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7PtVR8N7RxNFtgRlBp3Mh5RSrbxtcCE { color:#9c51d3;display:block;width:16rem;position:absolute;font-family:sarabun;font-size:1.5rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:29.5625rem;left:1.1875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0T2QsVvgRdlBM6t8pT4OGx7bW2MERmp { color:#9c51d3;display:block;width:16.8125rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:29.625rem;left:42.125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K6UtAPfiaPOWwsoHxPZBc8HQHSSvwvw9 { color:#9c51d3;display:block;width:19rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:29.6875rem;left:20.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R8LpKZ6WTeqXCuewSGXz0TSdXlOsBlNC { color:#9c51d3;display:block;width:40.9375rem;position:absolute;font-family:"db adman x";font-size:3.5625rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:7.25rem;left:9.5625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gu7lWwWogVOUilt6hDLcT2arlm4TskRi { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat: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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:38.262499809265rem;left:23.812501907349rem;display:block; }
#PAeSr5XBORQCTv9ARxqTp7utCJfw42FA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UDBxLnTfXqFXdztzxCAUw2MntcIJz4hl { position:absolute;display:block;z-index:100007;background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:49.875rem;top:1.7490234375rem;left:5.0625rem;display:block; }
#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/835c27d3-d53b-4d3f-befb-e05d31de77ba/LandingPage01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.adaptive-delivery-prevent-bg, #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.lazyload, #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.lazyloading { background-image: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { background-color: transparent; background-image: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container > .video-iframe-container { display: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.42); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row > .video-iframe-container { display: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .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); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { border-width: 0; border-radius: 0; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#btfoy2X1GkzXIMuU0XhFfPSoXb04eDt5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iixftIFvoohVTm2ywLIC5QM4hkgqpCAU { color:#400068;display:block;width:24.0625rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:8.5rem;left:3.1875rem;height:4.67448125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#se8RXsQiTlyRUw11VsGsqgm3Hl6JkrOL { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#uO1ZbnnyVpVVbcKzLHi4LrMCT04eyqH1 { color:#6d398d;display:block;width:12.6875rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:27.964412689209rem;left:3.1868476867676rem;height:3.41145625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oI26Tb35Z31ShzWRTTKehDnfyPqzsqSb { position:absolute;display:block;z-index:100001;background-color:rgba(208,27,27,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0;top:35.0625rem;left:18.500001907349rem;display:block; }
#q1J4ziSnUgON8NIGDlihkKR6fqk1XWbz { position:absolute;display:block;z-index:100047;background-color:#ef4116;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.125rem;top:28.562282562256rem;left:5.9993476867676rem;display:block; }
#IWFr3XC7hMBoO75uRbp7CFt0CNdlwHM0 { color:#1a1a1a;display:block;width:13.3125rem;position:absolute;font-family:sarabun;font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:25.3125rem;left:3.1868476867676rem;height:1.94986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#muoacOPKMZFLh52L6PU7wergfILnz4Tq { position:absolute;display:block;z-index:100041;background-color:#be1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.8125rem;border-top-right-radius:7.8125rem;border-bottom-left-radius:7.8125rem;border-bottom-right-radius:7.8125rem;height:8.625rem;width:8.8125rem;top:3.5rem;left:28.375001907349rem;display:block; }
#yxHQoKCoC8RJ0XJnGpxucB1AC8vbuKhI { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:100042;line-height:1;letter-spacing:0;top:6.53125rem;left:28.59375rem;height:2.56293125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TdFmSnK4HRhUfrxy1My6FzP1BfUTUo3P { color:#1a1a1a;display:block;width:21.9375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:15.1875rem;left:5.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rnip1clb343yyomUdAIq0R4siJqQzOgl { box-sizing:content-box;color:#9c51d3;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:15rem;left:3.1875rem;display:block; }
#aQqDw7g1QTDhEusKGcX3lRofaffnGvvf { color:#1a1a1a;display:block;width:17.125rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.4375rem;left:5.5620651245117rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kSbdWyfdE2aHDD1DwWhCMsbdOJUzDLQP { color:#1a1a1a;display:block;width:16.25rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:21.687282562256rem;left:5.5620651245117rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XW7FBfizCEWGVfk9Hh8MdVPOmwWk1tdl { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat: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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.25rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:24.749351501465rem;left:17.124565124512rem;display:block; }
#WRzcLQRG5rcH4rMySPNxW54fVpoITrRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cqL4HTD7c5Wc6t6hRMdwTQKdb0DoQTFi { color:#1a1a1a;display:block;width:22.6875rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:16.4375rem;left:5.5625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FDC1wcDM7Q7SERJMrrxFwoV9RA8lBxwf { color:#1a1a1a;display:block;width:21.8125rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:19.749351501465rem;left:5.5620651245117rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pIWeMnfSusNXq7nrkkTMQDoQpCsGEHPp { color:#1a1a1a;display:block;width:16.0625rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:22.999134063721rem;left:5.625rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhu36V145IWr9OcCLk1pK5MvvzT2AkgO { box-sizing:content-box;color:#9c51d3;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:18.311634063721rem;left:3.1868476867676rem;display:block; }
#pS9DsOkrWTlxhdC0SIvQdKmr5aJ96l0w { box-sizing:content-box;color:#9c51d3;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:21.499565124512rem;left:3.1868476867676rem;display:block; }
#FwgLLykbZyD1MnqxL6929eb3cdIlTRoE { position:absolute;display:block;z-index:99999;background-color:rgba(255,251,252,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #9c51d3;border-left:0;border-right:0;border-bottom:0.25rem solid #9c51d3;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.6875rem rgba(64,0,104,0.27) ;height:27.1875rem;width:30.625rem;top:5.7497825622559rem;left:0.9375rem;display:block; }
#ZQzS0xCH3EGtf91mOn6Ecy4iTHceN4ir { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/51f66327-4412-47e5-8431-d25430d0304a/3dsocialmediainstagramphotoframesmartphone.png");background-position: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;height:22.9375rem;width:29.375rem;top:10.58203125rem;left:29.997398376465rem;display:block; }#ZQzS0xCH3EGtf91mOn6Ecy4iTHceN4ir.adaptive-delivery-prevent-bg, #ZQzS0xCH3EGtf91mOn6Ecy4iTHceN4ir.lazyload, #ZQzS0xCH3EGtf91mOn6Ecy4iTHceN4ir.lazyloading { background-image: none; }
#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.adaptive-delivery-prevent-bg, #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.lazyload, #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.lazyloading { background-image: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { background-color: transparent; background-image: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container > .video-iframe-container { display: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row > .video-iframe-container { display: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .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); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { border-width: 0; border-radius: 0; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { color:#400068;display:block;width:26.6875rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:6.5rem;left:15.75rem;height:2.625175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { color:#1a1a1a;display:block;width:40.875rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100015;line-height:1;letter-spacing:0;top:42.2490234375rem;left:10.9375rem;height:1.7504875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PwfT0cSnpTSbsaq97MAsd1geJePkJy4h { position:absolute;display:block;z-index:100016;height:26.4375rem;width:50rem;top:13.0625rem;left:5rem;display:block; }
#xszHhRx8RlTIqAECilvW7HWU0RLa4bOr { position:absolute;display:block;z-index:100005;background-color:rgba(201,143,243,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:3.75rem;width:33.375rem;top:5.9375rem;left:12.40625rem;display:block; }
#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/835c27d3-d53b-4d3f-befb-e05d31de77ba/LandingPage01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.adaptive-delivery-prevent-bg, #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.lazyload, #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.lazyloading { background-image: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { background-color: transparent; background-image: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.23); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container > .video-iframe-container { display: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.23); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row > .video-iframe-container { display: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .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); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { border-width: 0; border-radius: 0; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#nLXZGJRfiVc0k7JrWEVwszdfdDzz3O8b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.3125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nRoksD5cEcq8TnFMwCc4lsm91NgM1lXX { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.68733215332rem;width:18.874830245972rem;top:5rem;left:24.494735717774rem;overflow:hidden;display:none; }
#ALH4XbkePLNssoQ3QXHGfmnuyZA3Agdk { color:#400068;display:block;width:54.25rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:4.4375rem;left:2.875rem;height:2.7747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOaZ42LgSTI7gr3gVT1HryX1onz4MvZx { background-color:#ffbe00;background-image:none;background-position:top left !important;background-repeat: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:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.5rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:12.1875rem;left:23.8125rem;display:block; }
#K5w9dbXCzosh4dQ3sS4PaCZvXuwsQIfW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d1tDpdgpFJPpBwHGSCJiAu8ADFTKyZVD { color:#400068;display:block;width:34.625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:18.75rem;left:12.6875rem;height:1.1254875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MSVk5s7PZKPG1tGL9MNrvICh9JVQWmGE { position:absolute;display:block;z-index:100001;background-color:rgba(208,27,27,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0;width:0;top:17.1875rem;left:18.8125rem;display:none; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#400068;padding-top:0.64375rem;padding-right:0.58125rem;padding-bottom:0.64375rem;padding-left:0.58125rem;display:block;align-items:center;width:3.489375rem;min-width:3.489375rem;height:3.460625rem;position:relative;font-family:sarabun;font-size:2.575625rem;font-weight:700;line-height:55.37px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-label { background-color:;background-image:none;color:#400068;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4025rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.6525rem;height:1.366875rem;position:relative;font-family:sarabun;font-size:0.965625rem;font-weight:400;line-height:21.87px;text-align:center;text-align-last:center;text-transform:none;top:4%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:22.625rem;height:6.5175rem;padding-top:0.804375rem;padding-right:0.830625rem;padding-bottom:0.804375rem;padding-left:0.830625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:20.25rem;left:18.25rem;z-index:100040; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #oVXDZtpOm4kGNnthK0DTu1lp0wD6c36A { display:flex;position:relative;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #EBTwV7KNh4upCigJnFruBsBrMCSyfuf7 { width:auto; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kaDn91CsWGCgciWBBMqegUeahV0FPVzu {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kQtT3e0iJbgEPT2TPtQQUaW7fq9TykH2 { display:flex;position:relative;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #krFScTHRPNqCXTl5mybtkhOhzkWwZeS7 {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #xDRRyhX7FT3AlCh4R1AnsruPLTM5HSw2 {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #paXXwMQt3aHUBAvRelwromJwr5pWhf5D { display:flex;position:relative;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #FTE8XVmkU9o7Z2eTFd4a2ImlPltW082W {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #igI7E4S6RIC7gkXb0qhDruVX9ThIEDiP {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #wh2QKHfnaWsAPLoCVu9Bt0lwptEhcDXT { display:flex;position:relative;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #HXcobFIBnJIdAweKPK7hQSrM4UpxQwa6 {  }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kzAKkVsTGT0URU1HgizERyzIUsvF3sPJ {  }
#BGS11tQ8hSWysgWHFTFGC7tfZI3l3cvu { color:#400068;display:block;width:54.25rem;position:absolute;font-family:kanit;font-size:2.3125rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:7.2109375rem;left:2.875rem;height:2.7747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { background-color: transparent; background-image: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container > .video-iframe-container { display: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row > .video-iframe-container { display: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .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); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { border-width: 0; border-radius: 0; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#acRLrRbWWN7STZu4PCJrlo8BQHOim9xd { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/08d56807-c160-46be-81d0-4979721b7d55/noroot.JPG");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:9.75rem;width:11.625rem;top:3.9375rem;left:17.4375rem;display:block; }#acRLrRbWWN7STZu4PCJrlo8BQHOim9xd.adaptive-delivery-prevent-bg, #acRLrRbWWN7STZu4PCJrlo8BQHOim9xd.lazyload, #acRLrRbWWN7STZu4PCJrlo8BQHOim9xd.lazyloading { background-image: none; }
#kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/70ea016b-d055-45c8-8852-0a292438d2ed/noroot.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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:9.625rem;width:12.5625rem;top:13.9375rem;left:4.5625rem;display:block; }#kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR.adaptive-delivery-prevent-bg, #kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR.lazyload, #kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR.lazyloading { background-image: none; }
#GV29aC1xFrMtcIUpTVw9PJCX0zII500e { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c2d7d766-39dd-4163-9fb9-9e6d37008f53/01.jpg");background-position:center left !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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:20.0625rem;width:11.75rem;top:13.9375rem;left:17.375rem;display:block; }#GV29aC1xFrMtcIUpTVw9PJCX0zII500e.adaptive-delivery-prevent-bg, #GV29aC1xFrMtcIUpTVw9PJCX0zII500e.lazyload, #GV29aC1xFrMtcIUpTVw9PJCX0zII500e.lazyloading { background-image: none; }
#bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd2a89f3-38a3-4416-aafc-9778aeb544b6/noroot.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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:7.625rem;width:10.0625rem;top:23.875rem;left:7.125rem;display:block; }#bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP.adaptive-delivery-prevent-bg, #bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP.lazyload, #bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP.lazyloading { background-image: none; }
#an5TSw2SOvABy7sQuCqrexidcUJ6RE4A { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:7.6875rem;top:14rem;left:31.375rem;display:block; }
#FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1003553e-44e3-421a-82c5-637bae6675fb/noroot.JPG");background-position: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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.875rem;width:9rem;top:6.875rem;left:8.1875rem;display:block; }#FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a.adaptive-delivery-prevent-bg, #FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a.lazyload, #FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a.lazyloading { background-image: none; }
#i22qLuxmkeFoK8BdfelyRQrBTydvc4Jm { color:#400068;display:block;width:22.25rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:11.75rem;left:31.375rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nbWdcT8J8b7vdz6UeF0gzl58f0TOTauO { color:#400068;display:block;width:22.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:16.5625rem;left:31.375rem;height:9.74393125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JcNrSn2NWsGzLk0B094VrOb00mudo5XF { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:10.5625rem;top:8.9375rem;left:31.375rem;overflow:hidden;display:block; }
#e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { background-color: transparent; background-image: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container > .video-iframe-container { display: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row > .video-iframe-container { display: none; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .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); }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { border-width: 0; border-radius: 0; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { font-size:0.875rem;font-family:prompt;height:16.9375rem;width:60rem;position:relative;display:block; }#a3x6THT2HTEIM20StobGBCaODuNxfhmJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:6.75rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { color:#9b9b9b;display:block;width:29rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.27430625rem;display:block; }
#TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { color:#9b9b9b;display:block;width:30rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.92318125rem;display:block; }
#DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:39.125rem;height:0.97439375rem;text-align:right;text-align-last:right;display:block; }
#aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.2743rem;text-align:right;text-align-last:right;display:block; }
#blckLm23iTss5Ki9xQrfzML62e3QqZM8 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:5.6875rem;top:3.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#Tl0yyEPS50JFUuqZ0y8BsPtwrZcCG41A { position:absolute;display:block;z-index:100007;height:5.9375rem;width:10.625rem;top:9.8304443359375rem;left:32.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OwXU3IlGK240NJZybC9QhqZdS46KfKpe { display:block; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #W7ulgz5h6gTW5tOIkUCIM95Ky0oA0VMn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #WTz3O8ASxTo4hEOU6KZ3CZx75TWlo4qr {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #wEhHzFl7sbTFhOoQ3sOqHRSq6mGZKTol {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #mOR0AXrwUJToNI4AnwtOAT6JKFMQ38e5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #doGtEIsTM4pXeJmzGGZ5ytLiB2cILyiy {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #xCz1zqk9PGNCc3mlCokgyWGtHDCQ9WbI {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #w4Ti61xpzuyF2qyybZIyXHcWiE3Okx9m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #HFkKbMFuihkfyu9L9b91iLUHUm3DSJcT {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #p8tH52thhfwUDyFLdPpTvACDRg7KW1nw {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #J8uhwQ8ApbevsvRZWwMA4D9IHcwucHAL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #EeBqVksVOv5qHNx8iapn1kcVHgKvRG5z {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #ZMvDfifvSkFFmnKybWN7HuQhR5shTmey {  }
 }@media only screen and (max-width: 763px) { #th4va98UEWqtb1KRdN4HXL7dTgqo624Q { top:1.3125rem;left:3.25rem;width:11.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL3Hb2cPBBVitq2pPsi1KTMEi8ACTTc4 { width:10.625rem;height:2.8125rem;top:0.5rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7lu6WZ3SUWZLgk0TbqSycO10JTWeiX { display:block; }
 }@media only screen and (max-width: 763px) { #TiIar1rbUcantqI8DkcL5HH8lLGCtvKT { display:block; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuCtBibZAFw5soPCrfce9SRJa5R3LVbz { top:7.875rem;left:0rem;width:2rem;height:2.3637378369852rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG8gEpNQCl0kiutfB3Gq49HTA3GVIPsP { top:33.6875rem;left:0rem;width:12.3125rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB { display:flex;width:18rem;height:5.0625rem;top:21.6875rem;left:12.31875038147rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #EkqEGJD8kftwZfEhhrbhiF16Jo2x4KNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #w5oV2lfzGxTdGf7fWMrB6MAWMKoApAAx {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #uvRV0o1WEIBZzusnfrwaa71aLDJdgx3Q {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #Q7maMha8e90x4fSTlcHLQvBOhTOl8Jxd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #cRdDi3iWXXfisnddp02uVd3uBczZGbpM {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #TKIUX431GMqfcPtMDh7cRfXIwQzKHy9i {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #PkS7xGiK74I01WmLxWEMtixPVzh9Wuce { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #xsWNErPsxnJSPmaitWdArTi413p41Mg1 {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #B1VrcQz5yy2XE5av9EssvDCCLuKweunm {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #scfQ9WXIyohIg9wbJ7gBsv5avrTm9DTC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #DWqFLwWMKRCvUXM0q9KRCHBQKoIq4e6l {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #XlGAxd6tZpNgJRBEGSxqwZWchuqdm7Ht {  }
 }@media only screen and (max-width: 763px) { #TBtFUbO0JZuMIURArM7wTyQfoRCDV5uv { width:12.3125rem;height:3.4375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L98oZkGDe8ZeGklCpuy7WDqJ5DuRUSEM { display:block; }
 }@media only screen and (max-width: 763px) { #d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { top:11.5rem;left:0rem;width:31.375rem;height:7.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKvPTqtpwCX6bODlP8lpsCABk6crTCmv { top:19.875rem;left:0rem;width:28.9375rem;height:5.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEOUrGNDgIik5taCGX1XU5PH9mfTToXg { top:12.875rem;left:11.75rem;width:36rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUBNtTywrensPo6WkT7VzSKOTQ7RcukW { display:block; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huOzCTUydQZ9V0T4dd2OrMVLWfl6TGXo { width:14.5rem;height:3.25rem;top:3.8125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { width:14.5rem;height:3.25rem;top:3.8125rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { width:14.4375rem;height:3.1875rem;top:3.75rem;left:32.4365234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUQISbdNrJT3nlUUhbS8wX6znmtfS2H { top:0.875rem;left:15.75rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJExd3i7PxLv2U7eW9Ip9TRnBekxI31T { top:0.875rem;left:31.625rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4nw4SSQb5Qo7nmzTVnf9PNLw7i7LOib { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J8160qqrmZtEzJqEIBaB4G71bU2KO4i3 { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG { display:block; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRKBVdSZBv08b7VuH9x3JOI4ELIiMxwg { width:15.5rem;height:2.375rem;top:22.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPlabh27ygumgT96LGfKqUrJPShdTZ1N { width:8rem;height:8rem;top:13.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs22qv2FlX9VcG8N0Esuh9qJhUWppmJk { width:14.5rem;height:2.4375rem;top:22.75rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQd2kGkq2vXKN2ARvkuXgacksOn4fSG { width:14.4375rem;height:2.4375rem;top:22.625rem;left:21.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfEutFyUpG4HZhWxZXZx14IUFEoE9nlv { width:8rem;height:8rem;top:13.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDOdurGIW9qOQeqRD8ro4Zq0Vte69sXt { width:8rem;height:8rem;top:13.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAQTOWf37cNkx9Dv1TynST5LmKehSy1 { width:18.25rem;height:16.5625rem;top:10.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTwPE6LAHwyKyeTlXSzntrztuGR9Ppa { width:18.75rem;height:16.5625rem;top:10.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSUtyAoTiupHsaB18Fzla5zzG82ZFwDD { width:3rem;height:4.625rem;top:78.75rem;left:0.71875rem;font-size:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qy8DC0pZo5mLFUkmps92h0toZ4BheDll { width:19.875rem;height:1.625rem;top:44rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXexc47OIgTHH73b7XNpMtd4eVUdgx0K { top:4.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtF67qJFTk1BcGNKnmshcn2MdloBknaJ { top:1rem;left:0rem;width:47.75rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grNXLHXwELdTvWKO4RfDLCaCMWuBysuv { width:18.25rem;height:16.5625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smgwLcPlSTShaDseNqFsktUiMxsE3X4J { top:4.0625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #izs6vHgftCFzLq0SEeVnLDDN3TKdpTJs { top:11.125rem;left:21.4375rem;width:13.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHo3z1PTTTL8o13EeZ7WsccbOKshyaxA { top:11.25rem;left:0rem;width:12.25rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQGy9u6OVaNyDXq01D1Eo7A3uOKKrDN { top:11.125rem;left:11.3125rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei { display:block; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { top:6.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTIGT2QhaJ4GrZ9Tho9KshgtTrLRFpeG { top:2.875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgoyCNNzXTlaq7tWNOzSswE9iaB5g4L { top:2.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI7wmyDplHklarqh084K1ZihfDaXbFV0 { display:block; }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqSWvJhCqeG8AvHpRF33DLeHrhdB9UoF { top:9.375rem;left:0rem;width:16.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8IM4TTClopUTi0fw8nqb3hg6RzK0utU { top:10.4375rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4nGNcpS0n2RySHJeeTITuGOKdHzOF2L { top:16.0625rem;left:16.375rem;width:13.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPUUo69Tgx8lr2iXu6hrOH6I4UGdHELr { width:47.75rem;height:8.5625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuT0KDv6qRmNTn7PCwXTbTC4koPeWZ7O { width:47.75rem;height:8.5625rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHoXZVLiaeuoxBK3yhClKdCRTJMSB8wP { top:19.1875rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZCiSlzeCJuHKDVOqc1yoq6vkEgp2Fb { width:47.75rem;height:8.5625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCE2pAN4y8Dz2dvIJsQoP8PmXyzD1ECN { top:29.0625rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2idSFKrbPc8AO4TVQAohmWT9fWwQkc1 { top:4.5rem;left:0rem;width:0.1875rem;height:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgCQsFkHBJv0ZNgIQ5hQhsUrTZvSVVkE { width:47.75rem;height:8.5625rem;top:49.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUV4SI1DVetGfatlzSwIEWQNkmPewrKT { top:49.0625rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy0Of8wKEBcDXMWkiVLbCo4K1SQnH4Wz { width:47.75rem;height:8.5625rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekzyS2Uh4k5tpm0wEkhKiRAC33TO7Q9N { top:58.9375rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #biMreSkZyTk1aRaMvUQa77x2i0QIlGWi { top:3rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05LqqkB2faq4kbenV581KlNpnVuoFDT { top:12.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HipThD5nHNILkktNxfJb0Id81l9ugVPN { top:22.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKBacWOHyqzPuWbuAsv77Hh0EcmzFQT0 { top:32.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCe2lKuOvHoA6ttzCKtNBKEbSbDP9cU9 { top:42.75rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1CKTNX4iGiSqPALMTpOkG2wITJJcKIi { top:12.5625rem;left:16.375rem;width:26.375rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G12TKbkLku8536iflmsZSeiNXSpwUA7L { top:25.4375rem;left:16.375rem;width:16.125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOyeoWwfD9IIoKo1JX8ntx0xTTxsFP3 { top:22.5625rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGC8nwRHTNAI0ToT8R8xDAFPNJvF8Dv1 { top:20.4375rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ2TsokPSTzRVdxHSTr7NN23HmxfeCs1 { top:36rem;left:16.375rem;width:17.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlJLEHaGPGUpSbpyyikT2xflFO5atoUF { top:32.4375rem;left:16.375rem;width:25.125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1fy8UmtLLL48iyF5XgmMnI9yxFA4RlN { top:30.3125rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfchEZDuKGz16IM3IcLmcOFd71FTb4m1 { top:55.25rem;left:16.375rem;width:13.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7qIxvbhzTJCwmkXLMeQJdAIkrHi1I85 { top:52.375rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHVszBy5QVcMyTd197TgGxHHmcRQ56lg { top:50.25rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT0ybnR9IyLp4MJ7v0kpOxef5zfqI2tl { top:65.125rem;left:16.375rem;width:15.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5Fp2GM4rQh9JxGClqC9AcwL6TQ2vmt { top:62.25rem;left:11.25rem;width:36.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuxdvcr7vN9vSAme2yoGT4JK5mPLxpfE { top:60.125rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbwnrow2ruy2yTQVBWGDLXngUxZNnITh { width:8.0625rem;height:2.3125rem;top:14.8125rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o14ftJrgrzgyhsM6M8FkSkgdR4IctwMQ { display:block; }
 }@media only screen and (max-width: 763px) { #zHVsiVPbRpOyxnAw3b5DiMS0vqVicOGz { width:8.0625rem;height:2.3125rem;top:24.875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABqQQD3dozdNzpa5fqOGN7oXcwBBTmw { display:block; }
 }@media only screen and (max-width: 763px) { #aAEcz2Auw9gZmNTqiv4gulRzIP5SOQb5 { width:8.0625rem;height:2.3125rem;top:34.75rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSaT9UuP8H9BpfMsDVgdCXKi2Qmok2T8 { display:block; }
 }@media only screen and (max-width: 763px) { #y96PBdy3ircvfB74O2JZzac0mrQ2zOSg { width:8.0625rem;height:2.3125rem;top:54.6875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTh6LBaFwiyfeLCminWlCsCri6HLwcp { display:block; }
 }@media only screen and (max-width: 763px) { #tzHzTRDFGKSXva5uFgCbvdUL9paowUHB { width:8.0625rem;height:2.3125rem;top:64.5625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2LdHUFP6CxuBiH3gsHbpTb4JvgElhqy { display:block; }
 }@media only screen and (max-width: 763px) { #CWUDfwQOs4uTLlyaZMTvTN9I3tmUXZic { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI8dAgqicyqqiVif06yfxKtBaBw2bnNM { top:42.625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN90CMnP7ITiUnDCRJgPi5DlfTQKSv98 { top:82.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P149w1069EnTTUJ2mEpsI8bhG1J5X9vM { top:72.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icf8EmH3w6QsxbTDpKMrZxdcn71ULHPS { top:62.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqgv1uiKE1NOgqGgSPMTIuLXDfJmb8r7 { top:52.625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGIIsACcdHoUBPG99rCMavyCDWFkzzkD { top:44.25rem;left:0rem;width:0.125rem;height:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpX5qJX5I3Bc6eDCHDfgX9tUNlGHnvLt { width:47.75rem;height:8.5625rem;top:88.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGx23JIugoIO5sTsQcBKRdLL2KVsqXcR { top:92.125rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWuUPayFKHiGnLMuoEyWLovWq65qU8WQ { top:90rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLHMVvndsDmwG2stZqy3grASBT5cVuwN { width:8.0625rem;height:2.3125rem;top:94.4375rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agqTs4hWTLmBUAWVf57ScMmVJtTm0WbN { display:block; }
 }@media only screen and (max-width: 763px) { #l35TASz9HVfvrOpycOwKddCN1xtmqMlM { width:47.75rem;height:8.5625rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGoNssvukTJpQenN5bfNC2RvLgwKl6Eh { top:85.8125rem;left:16.375rem;width:16.125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9wqHtqrobMWIcx98IHswiywcBRJF7oD { top:82.25rem;left:14.3125rem;width:33.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeCOUfm9eGixf5QzqS6zZnqStKX4hB04 { top:80.125rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMWNhSJmZItft087DdTeTR3RFm0nBFKC { top:95rem;left:16.375rem;width:17.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri3dLSe8lbpzOt3k1p1zMCnLWL9cksHK { width:8.0625rem;height:2.3125rem;top:84.5625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWOS6f9Dhg3raOHPIn4QdgElub1GREvm { display:block; }
 }@media only screen and (max-width: 763px) { #eVd9SCyksukPPdQKrbKEH4TE2OivcaWw { top:75.75rem;left:16.375rem;width:13.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDhGsJ220vzPeOnbAAFXdOqzIsEifxUK { width:47.75rem;height:8.5625rem;top:69.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMp5oQLqOd1KotQNO69qZ4dxUrP559hL { width:8.0625rem;height:2.3125rem;top:74.5rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAyKHA2EM6Rk5ckT9E5qoKRTSW5RT2H { display:block; }
 }@media only screen and (max-width: 763px) { #G0yNx9OFS8g3r3zFNB0cb8uxWfw96lNS { top:69.0625rem;left:0rem;width:16.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrbpSNFKMAW7VNk1Ems1qRKsSGoTS5rt { top:78.875rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbiX6nBrBsurvs6BJLLleBW2iuOvQEhE { top:88.75rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEh6T514IuEU0pNrUMXwmWmFRqIyeCtl { top:72.25rem;left:16.375rem;width:28.25rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbwWwVdrVqSIWCOgTlhtuV1tyW4gZv9I { top:70.125rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrWv0kh1v2BRhvsrLaQaass5R5ldsTx { top:84rem;left:0rem;width:0.125rem;height:38.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6uzo5WTQUO841uikeS9SthB1HmdVwHd { top:112.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PihOcSHVoZ1nT2XppmXDTP6hfPmPa9CJ { top:102.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiecTfNx2hD813ptpkBHJJx9GCGEAaBD { top:92.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE3lnckOvCwSqE9MlzA3lid7o2u0zTlF { top:102.0625rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvwxUmXChPl9HOGWmx7T8KwAz3I1VktQ { width:47.75rem;height:8.5625rem;top:118.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGTvVL67IL9HtMEO17Vs5WS1zCwPT8Nx { width:8.0625rem;height:2.3125rem;top:124.375rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3FkQfS2LwEMym8V2iuN6OqLGbUtDNSG { display:block; }
 }@media only screen and (max-width: 763px) { #lhD3WDyryxxZocqz1eU7Pg7Mv5cRedJE { top:124.9375rem;left:16.375rem;width:17.4375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7go9QFQphVeuh0TIoeTa5WWHlwRl0iG { top:122.0625rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aapWP0k6MWLqaRfXAdeOsP4ITQOsdppX { top:119.9375rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr3ICM97Ft85z3MJbvFat9PXMHGGXUx7 { top:118.6875rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr4iTTPlG89m4RPDyeAC2dwvXiuDMvqu { width:47.75rem;height:8.5625rem;top:108.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoIDee8Oe66oUueaUMEbFSVz0in58IpL { width:8.0625rem;height:2.3125rem;top:114.5rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnr0VGQFWaTL5rN4kNW0hVMfvnP4NLQL { display:block; }
 }@media only screen and (max-width: 763px) { #kZWkGoQiSenMlV7VRB9VO7Of9EJrxh6u { top:108.8125rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwmRtZRKz8TnnUttPS0qwXS6K1AKIug { top:115.0625rem;left:16.375rem;width:16.125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3ChokktbuseRCu1q14qMnv6kMDaxRV { top:112.1875rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTABAbzptUKUNV1nkgVXIerBUow5q7tO { top:110.0625rem;left:14.3125rem;width:33.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKvB7DI8WkBPzhARo8dbZvIGR4KeVCux { top:112.375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3IAMs81eUcaKdKANWkcTJfOwpehWbwU { top:122.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR65Ighz9d5d5rT4r1QnHifsc6yTnLqt { display:block; }#IR65Ighz9d5d5rT4r1QnHifsc6yTnLqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rT4XUNwSiNro7hTdemCbDB8X7pMrFs4V { top:8.125rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lScBZ1ACgIxthZHoS5gR5U78qvSaCyXu { top:10.4375rem;left:16.49951171875rem;width:13.9375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ13fXVEr0UXVPaSAffqlSHBgB5GoNgg { width:47.75rem;height:8.5rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cU77INtkKJcanCpM8oMQQ5EVdT6Tt5ak { width:47.75rem;height:8.5625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJrCVLF6GoM3LiZesDZZcLW1Cb0BhPpB { top:20.3125rem;left:16.499290466309rem;width:21.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKeK8aGKMq2dfLeGv7L5BMBCVU3pI2bu { top:15.5625rem;left:0rem;width:16.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToz3TVSHk7XTZpNPFEiO5i1XcMilN9H { top:17.875rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCup08kLCX5Pw2FlP1VvV91wAzZCpLHT { top:5.75rem;left:0rem;width:16.4375rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLsRuMLzTmBGXKS6Fo4qgiALZodegOB { top:20.8125rem;left:37.375rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXTVDTMcH7S5lTP80LNHNvs2Cretuab { top:3.875rem;left:0rem;width:0.1875rem;height:62.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgQpH2c00ZLOGpDSLn5TnKvxEAOMuzAs { top:7.4375rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzUikzapXQJQ3tMfbidkWAwPbFPtgLwJ { display:block; }#TzUikzapXQJQ3tMfbidkWAwPbFPtgLwJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6wzUJWC1fgcsksGRig6RmmmWZ5uUUZy { top:5.75rem;left:0rem;width:16.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4ivzd9rhqX0aTKrrORhrEc4BtbkTWc { top:8.125rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKVFZ3Tx6IRgw2exJ8OhMlxAgQFv5SaB { top:10.4375rem;left:16.499290466309rem;width:21.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbxyEHGm7R2A3WOo5dwTssTIXKlZNve0 { top:3.875rem;left:0rem;width:0.1875rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp1G6MIxF7SN1wIlLKnKag2ktdggqu5I { width:47.75rem;height:8.5625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUSZSAqakR9bGCS25cG7mBNoQOLuweFI { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odRmf0amkINqlSpCTdKEOKrXklOBBvOR { top:2.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #An42n39nZG5m6VwxpBMMMA3p2zF6I0Bs { width:47.75rem;height:8.5625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9RqB76ZJPFx2x8VqdQXb2DrvpbRuqkt { top:20.3125rem;left:16.499290466309rem;width:21.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ4xCeyQ4FLdL95R62e9WmXfCzFlQd1h { top:15.5625rem;left:0rem;width:16.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ykJLu4cutXO80EFoifZOZai7uNMC7t { top:17.875rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqCLIExSpF8l4usLL07RGp37wyDBA4Rl { width:47.75rem;height:8.5625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoHMp3yH8wduTgtXvkQVzo8M8VN5FUCd { top:30.125rem;left:16.499290466309rem;width:21.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx9egOMJQeKU2C7N9ZTDE1qPqlfJTNaT { top:25.4375rem;left:0rem;width:16.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3W52CNKsIgywkf4B8SZ6uf5IfqJHrgp { top:27.8125rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2gKIcffKAQtClovxWz6kqBGgSrtvJ9k { width:47.75rem;height:8.5625rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvMNRDieaJUfzwf4NmQa3nnykNOb6nao { top:41rem;left:16.499290466309rem;width:22.625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNZz7ONuHizCDfHFoFvSutdZbVQUcB1 { top:35.5rem;left:0rem;width:16.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMHhswVpKuODTrqDbXdeB9vD66U280ob { top:37.625rem;left:14.3125rem;width:33.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0cWDeQgifct6MMDZ92K6kG47V6hdMr6 { width:8.0625rem;height:2.3125rem;top:24.375rem;left:32.4765625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jw0iUZCEonSgRJG4RdpgohBML55HiWEE { display:block; }
 }@media only screen and (max-width: 763px) { #wP6leT1AexVRTdM9Ci3n8F92mMFdbgZf { top:20.25rem;left:27.334693908691rem;width:12.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlTtSBwKTBI99siExRS0mvrxMIPgey2J { display:block; }
 }@media only screen and (max-width: 763px) { #KTKqhxEHrB2SJ3gyKZgDvhuTsHhcMfaL { display:block; }#KTKqhxEHrB2SJ3gyKZgDvhuTsHhcMfaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0yRzOEwzcxMSITmWvTUOr9JDk50aFmT { top:5.75rem;left:0rem;width:16.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7OTTnXEQm6vv9C84QLhWZQoBvCILkAu { top:8.125rem;left:14.3125rem;width:33.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ongueQdnv0b9ZiDRihpH9xHqSiMombmi { top:10.4375rem;left:16.499290466309rem;width:21.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoXZ6V0QoXNN4u4aGdcRxs0vXb1qMtKO { width:47.75rem;height:8.5625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZNIOIRT3fOhtIzdfmQELt2P8vTJXbLW { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPNhbB5KCeaxR1iyHTytPTny6dLgGLit { top:2.4375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWq8iedX9y9xRpZJShyIpV00Sz55kMOs { top:3.875rem;left:0rem;width:0.1875rem;height:45.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC { display:block; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H62UWktc5TRcN3OGDyUzTohoA2Dl2g7o { width:12.375rem;height:3.5rem;top:1.875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLO7TpssDyH0UlM8JOHho63Nval6WDWq { display:block; }
 }@media only screen and (max-width: 763px) { #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd { display:block; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMKAneDNtO8Etf9HMen6CnL5bp8cKVbJ { width:28.75rem;height:14rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { width:30.5625rem;height:2.625rem;top:6.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdohkHQrhaNngMCbKyXMMMNTNSryFiUX { top:15.25rem;left:7.875rem;width:23.875rem;height:7.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh3Urc5Jksq9cRw96Lw6VaAyVnTK1zPE { top:15.25rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRM1JUeVTcUrdJEc8QQUDTwMPb5T8Wpn { top:17.0625rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsVyseLP6tGbuZX75hfTsiQp6h6owdR1 { top:18.875rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZamoFsMODP7rX6STRiVXJyI2Swk6fah { top:20.5625rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oROci444d8RZJwOWtKLnir62GLZQxP0d { top:21.875rem;left:14rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbxMBhS0QGaVDelONAgeXZ4rfy4cCnmh { top:16.5625rem;left:10.625rem;width:21.125rem;height:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDpIqHxfTAIwAiNzICZSk0iPkTmTvfWP { top:16.5rem;left:27.000001907349rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #coTP5TGugWauR70ArFIc29T1AnFG8QSq { top:18.3125rem;left:27.000001907349rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhowCPxoAoklts6vhXo9WRQ1eM2b5IR { top:20.125rem;left:27.000001907349rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ3zmgy1t1xpdDsUeCEEXTfZO4FXesvA { top:21.875rem;left:27.000001907349rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTEZ4DvNdE59MoJWMqtAVQx8W2qmiKZ { width:28.75rem;height:16rem;top:12.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #n40GyAA0ddTgyQ5AVuNyJ6fC8O2TH1Et { top:18.25rem;left:27rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dC8VIIunWTsoLWu2hmEzOoOcw7V9ou3f { top:18.25rem;left:27rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SRg3f3KVJK4mGVzu9TPkDWZTEe65v9Hf { top:18.25rem;left:27rem;width:2.0625rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGUn7FSXwsTfqRy7DDCf7oPAraiHLQDU { top:20.0625rem;left:0.5rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #elVNExrm1erTSVWQTB4wE6M09AaDBHLs { top:20.0625rem;left:0.5rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xchbX5tDvVdpsc6Nl0dS0DpbPo4CPsM3 { top:20.0625rem;left:0.5rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4A8ikDVLKlbx6QwtHNNcwXzN8euiUo1 { top:20.0625rem;left:0.5rem;width:1.875rem;height:1.8125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qL2aK8fxhkdLwrOSIF8h4LdimvuhZoqk { width:28.75rem;height:16rem;top:8.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8XuAlSBLIfHKaCdTmAIXwv38acKBRTP { top:5.625rem;left:0rem;width:39.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ { display:block; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKi17bKymdv1ib4WE5CtBMNWJE4aDtnJ { width:38.9375rem;height:1.75rem;top:7.9375rem;left:4.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsEdVItUC6skfp7tN4IRZ8yCiMWCLcif { width:38.75rem;height:2.625rem;top:4rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsci0dQu3i9pUwXMxs8ug2PR8ipavfsD { top:3.4375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2 { top:25.9375rem;left:0.3125rem;width:23.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd { top:25.9375rem;left:24.4375rem;width:23.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5 { top:11.6875rem;left:24.4375rem;width:23.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw { top:11.6875rem;left:0.3125rem;width:23.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZQCPXqUAHvfnIhrMLCzgTBKlfbb60y6 { width:13rem;height:2.5625rem;top:41.0625rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAwtWZ1O4z27OZbtSoMct4wWLdmqE8Hd { display:block; }
 }@media only screen and (max-width: 763px) { #glCai0B6BzAl2Vzn1yX4R9VfThNvuO4J { width:23.375rem;height:13.4375rem;top:11.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJqNy4eZin7htZvhRk6AnFSvWCXBTt2 { display:block; }
 }@media only screen and (max-width: 763px) { #VT7W5Tb5lpozpal7Gzuhqq0fL73U4boJ { width:23.375rem;height:13.4375rem;top:11.625rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48TK5Frr0B30gKO9Co0TXp27pD1cSiD { display:block; }
 }@media only screen and (max-width: 763px) { #bwfIT81Ak9hAKdVIcZd1mPcNuGwkTnxb { width:23.375rem;height:13.4375rem;top:25.875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUiq0wTmwdGsBQa92xnTy4sDnuEcx8Zo { display:block; }
 }@media only screen and (max-width: 763px) { #HX7ZMud4gK324uAscTZX16TrnIM97nhA { width:23.375rem;height:13.4375rem;top:25.875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpIscMCDGn09JiCIL2Dri3zJKvG348cn { display:block; }
 }@media only screen and (max-width: 763px) { #eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 { display:block; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { width:47.75rem;height:2.625rem;top:3.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyUczuGD0sBkfx4k6VkSKH4cng24CT2V { width:16.1875rem;height:3.9375rem;top:5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GUZdANUm2UQvz1cXxusToarohCfmZddA { top:2.5rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ3sdRqlV9kpQgirF9Tcvp3FEtQVeiy9 { width:38.9375rem;height:1.75rem;top:7.125rem;left:4.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP { display:block; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih6E4aQVR4eGe6kXPgaHBLEo4S0szo0L { top:16.875rem;left:15.9375rem;width:15.9375rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx1RB2szAbm4XPgzfdpnyTLd6gtoOxoI { top:16.9375rem;left:31.9375rem;width:15.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TChMmGOgAETA9kkulM4AZivEu6eLGtz3 { width:17.625rem;height:27.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kczXOQDCNQxXUf6KFKfN7TNElqwCNAn2 { width:15.8125rem;height:4.5rem;top:22.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4qqqneUUkgXg8RguVcJBsClsuBDrz2A { width:15.125rem;height:3.375rem;top:10.125rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkxiTid1ebXPLezWXgcFJeUEK2vWFlrD { width:17.625rem;height:14.625rem;top:0rem;left:15.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwG287uX8ITAwEs9uUyoySv3C5TxHzd9 { width:17.625rem;height:14.5625rem;top:0rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEuTSdCIRw7M63JePlwTSdtwaq8zE39J { top:0.9375rem;left:0rem;width:15.625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW0r4WAZLq6eTSSQ2lnByS4d6JDByxec { top:1rem;left:16.000001907349rem;width:15.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1PPehJkowSHLicAoWy9zu0QLKrDu42K { top:0.4375rem;left:31.125rem;width:16.625rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9h2vfzpeNUqFgA3BOkPRRxodGTELZSx { width:15.125rem;height:3.375rem;top:10.25rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrQ6GykI44VZy8PLeXD5q8T7y4UFZqPf { width:15.125rem;height:4.5rem;top:33.9375rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Eh5KGIb2Ze4X0NQEDNcUFL6pqXhnQM { width:17.625rem;height:23.125rem;top:16.0625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZgSEd6ThQciaptrNOCM6CqQD3gQDqO6 { width:17.625rem;height:21.25rem;top:16.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s246FAiXu0iAczSyo2EscW6RTnyoo8TN { width:15.125rem;height:4.5rem;top:31.8125rem;left:32.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihzU9ANUi90nbxOZtGDlefWifNhXJZha { top:30.25rem;left:0rem;width:15.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNvHb6wfCploxIm8C79s50qifwmUM0DE { top:41.1875rem;left:15.9375rem;width:15.9375rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hloeScra8U56aNriBLtgdVmkCZLQwfSG { width:15.125rem;height:4.5rem;top:42.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFWGpvtxUOw7raJPaSSDpHbhTCh6SrK { width:17.625rem;height:18.6875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtWiwMRLw44wKBWttctC2oWFJGt2cUc { width:17.625rem;height:17.75rem;top:40.3125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFF5dRNRfU0QQdCkuA5OV9ZdR3bLwT9K { width:15.125rem;height:3.375rem;top:53.375rem;left:16.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi0qz7qqwWk9LHS945gwgw5gQcav8QtR { width:12.375rem;height:3.5rem;top:59.8125rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #L62brd1fgkVWBeOz8DTN6tgwGPecLyhW { display:block; }
 }@media only screen and (max-width: 763px) { #T1gdOgltxfgAKWdRTS9VlwdxVztxm8si { display:block; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT3rXOLfGNxGLnimJv0pbfOecVveEETL { top:9rem;left:0rem;width:10.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdh7nfiagVA0dzmQkZuNPMBBTlqs14SI { width:27.4375rem;height:2.625rem;top:3.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF567f78cyRDZm1ns2zcsqmmToNMssNt { top:2.75rem;left:0rem;width:32.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfVNlGAilKWFSGOX48l84H2Uf3L22D2g { top:1.25rem;left:0rem;width:14.375rem;height:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTOOU5tRBXIQd1rEK7qrHmqzOk0uJJfv { top:1.25rem;left:22.3125rem;width:13.5rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ17iT8PrZNEvaMnsVyWhFwuevP4s7e8 { top:6.3125rem;left:9.5rem;width:14.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6uTfrUgI6IXprHdMOcwhU71TRbW4Oin { top:9.0625rem;left:12.65625rem;width:10.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raVnVJmpkc28ZXRPxwWJg6huWslBmoqs { top:9.0625rem;left:24.46875rem;width:10.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNhvHH6LgoRExtMVuqScDECmSMHPHxrB { top:9.0625rem;left:36.53125rem;width:10.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUMXzVtsa5HqaBToBbh30BclKALAdrFR { top:27.1875rem;left:1.5rem;width:10.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW4huZNuXtGWiWnbeVeaecF6xUvnWMWA { top:22.25rem;left:23rem;width:12.8125rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPDUL0vIcQmsJsLcD767T7NGLKsms04R { top:21.125rem;left:25.28125rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O35kcPMJbyLEbZT1lz9MxWpU8TsTLBkX { top:22.4375rem;left:37.25rem;width:9.0625rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0GL24npuZ1zthRHo9nJlqXo1LTNt8MB { top:21.0625rem;left:37.21875rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVNkfE1ZNHb9k037Ksys9gzmm7KWsP4X { top:22.4375rem;left:0rem;width:12.1875rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTTxNyr4l2VAAxf1KDGPJwcGC66EinG { top:22.5rem;left:13.46875rem;width:8.875rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkBSozAT6Ttw1mQ2CZ0w4skRwbFaC3ht { top:21.1875rem;left:12.34375rem;width:11.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twMKnkxpAH3xdgilyzxltVIvTRPaUIES { top:21.0625rem;left:0.34375rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX6vPn3dDLEH3544CGA2AD9MP77k6Bcs { top:40.6875rem;left:3.0625rem;width:8.875rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTy6r5SE9R2WlyAy5PEd4COray8pAXes { top:39.3125rem;left:2.875rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaQru08QGBiRh2U0zUOK5eeDvcIb7D50 { top:27.1875rem;left:13.4375rem;width:10.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dldzoND6XJArKIXucvWy46VNIqqAqcKD { top:41.125rem;left:13.5625rem;width:10.3125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvC4lDNICXCretfUBUDhB4RtXyuOHoBQ { top:39.3125rem;left:14.8125rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwERoida47VyLcdTcccCsKWrugLbQSfq { top:27.1875rem;left:25.375rem;width:10.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbgvFEqxhzyI9fh6q5TL5odl7COni4qp { top:40.6875rem;left:25.5rem;width:10.3125rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af5LZyec4819Mr3flvCuAeUTWWSTlSOd { top:39.3125rem;left:26.75rem;width:9.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS { display:block; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOSRSSDhUCLrTfJn38hohsffFulPdv44 { top:9.875rem;left:0rem;width:18.875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC6MZUia7zpuXhSAkpciI8t1tam2IrJs { top:9.8125rem;left:14.906251907349rem;width:17.9375rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdSUdkzqJNtLT9aE35QSJiZRRRcHNwq { width:27.6875rem;height:1.75rem;top:6rem;left:10.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA { top:9.875rem;left:28.875rem;width:18.875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSPUT3k9DR3MBIIaSxfkFpurwLbvKP1 { width:44.8125rem;height:2.625rem;top:2.25rem;left:1.46875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqw8ws9TgXAVblJrL1IdlnPo9bXdf3L { top:32.4375rem;left:0rem;width:18.6875rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { top:32.4375rem;left:14.375001907349rem;width:19rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtoXqn56LKKD89zcT28iX4ulFx7AXzt7 { top:32.4375rem;left:29.875rem;width:17.875rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PtVR8N7RxNFtgRlBp3Mh5RSrbxtcCE { top:29.5625rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0T2QsVvgRdlBM6t8pT4OGx7bW2MERmp { top:29.625rem;left:30.9375rem;width:16.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6UtAPfiaPOWwsoHxPZBc8HQHSSvwvw9 { top:29.6875rem;left:14.375rem;width:19rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8LpKZ6WTeqXCuewSGXz0TSdXlOsBlNC { width:19rem;height:1.375rem;top:7.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gu7lWwWogVOUilt6hDLcT2arlm4TskRi { width:12.375rem;height:3.5rem;top:38.25rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAeSr5XBORQCTv9ARxqTp7utCJfw42FA { display:block; }
 }@media only screen and (max-width: 763px) { #UDBxLnTfXqFXdztzxCAUw2MntcIJz4hl { top:1.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 { display:block; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btfoy2X1GkzXIMuU0XhFfPSoXb04eDt5 { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iixftIFvoohVTm2ywLIC5QM4hkgqpCAU { top:8.5rem;left:0rem;width:24.0625rem;height:4.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #se8RXsQiTlyRUw11VsGsqgm3Hl6JkrOL { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1ZbnnyVpVVbcKzLHi4LrMCT04eyqH1 { width:12.6875rem;height:3.375rem;top:27.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI26Tb35Z31ShzWRTTKehDnfyPqzsqSb { top:35.0625rem;left:12.375001907349rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #q1J4ziSnUgON8NIGDlihkKR6fqk1XWbz { top:28.5rem;left:0rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWFr3XC7hMBoO75uRbp7CFt0CNdlwHM0 { width:13.3125rem;height:1.9375rem;top:25.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muoacOPKMZFLh52L6PU7wergfILnz4Tq { top:3.5rem;left:22.250001907349rem;width:8.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxHQoKCoC8RJ0XJnGpxucB1AC8vbuKhI { width:8.375rem;height:2.5625rem;top:6.5rem;left:22.46875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdFmSnK4HRhUfrxy1My6FzP1BfUTUo3P { top:15.1875rem;left:0rem;width:21.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnip1clb343yyomUdAIq0R4siJqQzOgl { top:15rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqDw7g1QTDhEusKGcX3lRofaffnGvvf { top:18.4375rem;left:0rem;width:17.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSbdWyfdE2aHDD1DwWhCMsbdOJUzDLQP { top:21.625rem;left:0rem;width:16.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW7FBfizCEWGVfk9Hh8MdVPOmwWk1tdl { width:11.25rem;height:3.25rem;top:24.6875rem;left:10.999565124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRzcLQRG5rcH4rMySPNxW54fVpoITrRv { display:block; }
 }@media only screen and (max-width: 763px) { #cqL4HTD7c5Wc6t6hRMdwTQKdb0DoQTFi { top:16.4375rem;left:0rem;width:22.6875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDC1wcDM7Q7SERJMrrxFwoV9RA8lBxwf { top:19.6875rem;left:0rem;width:21.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIWeMnfSusNXq7nrkkTMQDoQpCsGEHPp { top:22.9375rem;left:0rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhu36V145IWr9OcCLk1pK5MvvzT2AkgO { top:18.25rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS9DsOkrWTlxhdC0SIvQdKmr5aJ96l0w { top:21.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwgLLykbZyD1MnqxL6929eb3cdIlTRoE { top:5.6875rem;left:0rem;width:30.625rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQzS0xCH3EGtf91mOn6Ecy4iTHceN4ir { top:10.5625rem;left:18.375rem;width:29.375rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh { display:block; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { width:26.6875rem;height:2.625rem;top:6.5rem;left:9.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { top:42.1875rem;left:4.8125rem;width:40.875rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwfT0cSnpTSbsaq97MAsd1geJePkJy4h { top:13.0625rem;left:0rem;width:47.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszHhRx8RlTIqAECilvW7HWU0RLa4bOr { top:5.9375rem;left:6.28125rem;width:33.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB { display:block; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLXZGJRfiVc0k7JrWEVwszdfdDzz3O8b { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRoksD5cEcq8TnFMwCc4lsm91NgM1lXX { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALH4XbkePLNssoQ3QXHGfmnuyZA3Agdk { top:4.4375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOaZ42LgSTI7gr3gVT1HryX1onz4MvZx { width:12.375rem;height:3.5rem;top:12.1875rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5w9dbXCzosh4dQ3sS4PaCZvXuwsQIfW { display:block; }
 }@media only screen and (max-width: 763px) { #d1tDpdgpFJPpBwHGSCJiAu8ADFTKyZVD { width:34.625rem;height:1.125rem;top:18.75rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSVk5s7PZKPG1tGL9MNrvICh9JVQWmGE { top:17.1875rem;left:12.6875rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw { display:flex;width:18rem;height:5.0625rem;top:21.6875rem;left:12.31875038147rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #oVXDZtpOm4kGNnthK0DTu1lp0wD6c36A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #EBTwV7KNh4upCigJnFruBsBrMCSyfuf7 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kaDn91CsWGCgciWBBMqegUeahV0FPVzu {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kQtT3e0iJbgEPT2TPtQQUaW7fq9TykH2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #krFScTHRPNqCXTl5mybtkhOhzkWwZeS7 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #xDRRyhX7FT3AlCh4R1AnsruPLTM5HSw2 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #paXXwMQt3aHUBAvRelwromJwr5pWhf5D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #FTE8XVmkU9o7Z2eTFd4a2ImlPltW082W {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #igI7E4S6RIC7gkXb0qhDruVX9ThIEDiP {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #wh2QKHfnaWsAPLoCVu9Bt0lwptEhcDXT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #HXcobFIBnJIdAweKPK7hQSrM4UpxQwa6 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kzAKkVsTGT0URU1HgizERyzIUsvF3sPJ {  }
 }@media only screen and (max-width: 763px) { #BGS11tQ8hSWysgWHFTFGC7tfZI3l3cvu { top:7.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeTk5hV59KitlT8nTFxbrgW0MS61CKzn { display:block; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acRLrRbWWN7STZu4PCJrlo8BQHOim9xd { top:3.9375rem;left:4.25rem;width:11.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR { top:13.9375rem;left:2.5rem;width:12.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV29aC1xFrMtcIUpTVw9PJCX0zII500e { top:13.9375rem;left:4.125rem;width:11.75rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP { top:23.875rem;left:5.0625rem;width:10.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #an5TSw2SOvABy7sQuCqrexidcUJ6RE4A { top:14rem;left:24.0625rem;width:7.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a { top:6.875rem;left:6.125rem;width:9rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22qLuxmkeFoK8BdfelyRQrBTydvc4Jm { width:22.25rem;height:1.4375rem;top:11.75rem;left:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWdcT8J8b7vdz6UeF0gzl58f0TOTauO { width:22.875rem;height:9.6875rem;top:16.5625rem;left:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNrSn2NWsGzLk0B094VrOb00mudo5XF { top:8.9375rem;left:21.1875rem;width:10.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th { display:none; }
 }@media only screen and (max-width: 763px) { #ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3x6THT2HTEIM20StobGBCaODuNxfhmJ { top:3.9375rem;left:0rem;width:6.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { top:6rem;left:0rem;width:29rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { top:11.3125rem;left:0rem;width:30rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { top:13.25rem;left:26.875rem;width:20.875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { top:9.75rem;left:32.8125rem;width:14.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blckLm23iTss5Ki9xQrfzML62e3QqZM8 { top:3.9375rem;left:42.0625rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl0yyEPS50JFUuqZ0y8BsPtwrZcCG41A { top:9.8125rem;left:23.875rem;width:10.625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #OwXU3IlGK240NJZybC9QhqZdS46KfKpe { position:relative;z-index:auto;display:block; }#OwXU3IlGK240NJZybC9QhqZdS46KfKpe > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k { display:flex;width:12.125rem;height:2.874375rem;top:1.6375122070312rem;left:3.9374998807907rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #W7ulgz5h6gTW5tOIkUCIM95Ky0oA0VMn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #WTz3O8ASxTo4hEOU6KZ3CZx75TWlo4qr {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #wEhHzFl7sbTFhOoQ3sOqHRSq6mGZKTol {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #mOR0AXrwUJToNI4AnwtOAT6JKFMQ38e5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #doGtEIsTM4pXeJmzGGZ5ytLiB2cILyiy {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #xCz1zqk9PGNCc3mlCokgyWGtHDCQ9WbI {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #w4Ti61xpzuyF2qyybZIyXHcWiE3Okx9m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #HFkKbMFuihkfyu9L9b91iLUHUm3DSJcT {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #p8tH52thhfwUDyFLdPpTvACDRg7KW1nw {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #J8uhwQ8ApbevsvRZWwMA4D9IHcwucHAL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #EeBqVksVOv5qHNx8iapn1kcVHgKvRG5z {  }
 }@media only screen and (max-width: 763px) { #ZoVh4hlGSkSId8dTirKl9S4aKCphPi4k #ZMvDfifvSkFFmnKybWN7HuQhR5shTmey {  }
 }@media only screen and (max-width: 763px) { #th4va98UEWqtb1KRdN4HXL7dTgqo624Q { width:14.6875rem;height:0.975rem;top:0.75rem;left:2.6875001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nL3Hb2cPBBVitq2pPsi1KTMEi8ACTTc4 { width:14.625rem;height:2.9375rem;top:5.2609558105469rem;left:2.6875001192093rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #Jd7lu6WZ3SUWZLgk0TbqSycO10JTWeiX { display:block; }
 }@media only screen and (max-width: 763px) { #TiIar1rbUcantqI8DkcL5HH8lLGCtvKT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT.adaptive-delivery-prevent-bg, #TiIar1rbUcantqI8DkcL5HH8lLGCtvKT.lazyload, #TiIar1rbUcantqI8DkcL5HH8lLGCtvKT.lazyloading { background-image: none; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container { background-color: transparent; background-image: none; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container > .video-iframe-container { display: none; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row > .video-iframe-container { display: none; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .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); }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container { border-width: 0; border-radius: 0; }#TiIar1rbUcantqI8DkcL5HH8lLGCtvKT > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuCtBibZAFw5soPCrfce9SRJa5R3LVbz { width:1.75rem;height:2.0625rem;top:0.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG8gEpNQCl0kiutfB3Gq49HTA3GVIPsP { width:14.6875rem;height:1.03125rem;top:29.375rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-text.counter-number { padding-top:0.36375rem;padding-right:0.32625rem;padding-bottom:0.36375rem;padding-left:0.32625rem;width:1.95875rem;min-width:1.95875rem;height:1.95625rem;font-size:1.455625rem;line-height:31.3px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:#400068;background-image:none; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2275rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.61125rem;height:0.773125rem;font-size:0.545625rem;line-height:12.37px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB { display:flex;width:14.4375rem;height:3.684375rem;top:30.375rem;left:2.125rem;z-index:100040;padding-top:0.6375rem;padding-right:0.653125rem;padding-bottom:0.6375rem;padding-left:0.653125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #EkqEGJD8kftwZfEhhrbhiF16Jo2x4KNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #w5oV2lfzGxTdGf7fWMrB6MAWMKoApAAx {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #uvRV0o1WEIBZzusnfrwaa71aLDJdgx3Q {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #Q7maMha8e90x4fSTlcHLQvBOhTOl8Jxd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #cRdDi3iWXXfisnddp02uVd3uBczZGbpM {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #TKIUX431GMqfcPtMDh7cRfXIwQzKHy9i {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #PkS7xGiK74I01WmLxWEMtixPVzh9Wuce { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #xsWNErPsxnJSPmaitWdArTi413p41Mg1 {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #B1VrcQz5yy2XE5av9EssvDCCLuKweunm {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #scfQ9WXIyohIg9wbJ7gBsv5avrTm9DTC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #DWqFLwWMKRCvUXM0q9KRCHBQKoIq4e6l {  }
 }@media only screen and (max-width: 763px) { #pkXnfUIGvalGIOLZZlHtHXrgdQx1TeaB #XlGAxd6tZpNgJRBEGSxqwZWchuqdm7Ht {  }
 }@media only screen and (max-width: 763px) { #TBtFUbO0JZuMIURArM7wTyQfoRCDV5uv { width:14.625rem;height:3.25rem;top:25.25rem;left:2.375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #L98oZkGDe8ZeGklCpuy7WDqJ5DuRUSEM { display:block; }
 }@media only screen and (max-width: 763px) { #d2ST27rbHzpsxKPv7ozTAKDTSaGAzT8a { width:20rem;height:2.76041875rem;top:3.8125rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bKvPTqtpwCX6bODlP8lpsCABk6crTCmv { width:17.5625rem;height:2.921875rem;top:7.6875rem;left:1.25rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gEOUrGNDgIik5taCGX1XU5PH9mfTToXg { width:15.5625rem;height:12.625rem;top:11.8125rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUBNtTywrensPo6WkT7VzSKOTQ7RcukW { display:block; }#vUBNtTywrensPo6WkT7VzSKOTQ7RcukW > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huOzCTUydQZ9V0T4dd2OrMVLWfl6TGXo { width:14.5rem;height:2.924475rem;top:2.2492179870606rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybtnQwIgxFF7MtPe26hyVk7BddFWbsv { width:14.5rem;height:2.92480625rem;top:8.935546875rem;left:2.7490234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeMReHh17kt5WTyeN8Kgnw2SWE0sJw9P { width:14.5rem;height:2.924475rem;top:15.375000476837rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVUQISbdNrJT3nlUUhbS8wX6znmtfS2H { width:5.75rem;height:5.75rem;top:11.5625rem;left:4.1875003576279rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJExd3i7PxLv2U7eW9Ip9TRnBekxI31T { width:0.125rem;height:9.125rem;top:21.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4nw4SSQb5Qo7nmzTVnf9PNLw7i7LOib { width:15.25rem;height:0.125rem;top:7.061767578125rem;left:2.374267578125rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #J8160qqrmZtEzJqEIBaB4G71bU2KO4i3 { width:15.25rem;height:0.125rem;top:13.8125rem;left:2.375rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a7305026-52f4-4ab4-868c-d204c050e0da/BACKGROUND.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.adaptive-delivery-prevent-bg, #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.lazyload, #hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG.lazyloading { background-image: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { background-color: transparent; background-image: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container > .video-iframe-container { display: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row > .video-iframe-container { display: none; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .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); }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { border-width: 0; border-radius: 0; }#hxtyZBlODNEKGNlnHLT3sLoiqeQGfqIG > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRKBVdSZBv08b7VuH9x3JOI4ELIiMxwg { width:18.75rem;height:2.4375rem;top:17.093215942382rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPlabh27ygumgT96LGfKqUrJPShdTZ1N { width:7.75rem;height:7.75rem;top:7.4365234375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cs22qv2FlX9VcG8N0Esuh9qJhUWppmJk { width:15.875rem;height:2.4375rem;top:31.561431884766rem;left:2.0623222589493rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXQd2kGkq2vXKN2ARvkuXgacksOn4fSG { width:15.5rem;height:2.4375rem;top:46.1552734375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfEutFyUpG4HZhWxZXZx14IUFEoE9nlv { width:7.75rem;height:7.75rem;top:22.55859375rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDOdurGIW9qOQeqRD8ro4Zq0Vte69sXt { width:7.75rem;height:7.75rem;top:36.9375rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvAQTOWf37cNkx9Dv1TynST5LmKehSy1 { width:18.75rem;height:18.875rem;top:127.2875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpTwPE6LAHwyKyeTlXSzntrztuGR9Ppa { width:18.75rem;height:18.875rem;top:176.9125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSUtyAoTiupHsaB18Fzla5zzG82ZFwDD { width:3rem;height:0;top:79.850000381469rem;left:8.5000003576281rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100025;display:none; }
 }@media only screen and (max-width: 763px) { #Qy8DC0pZo5mLFUkmps92h0toZ4BheDll { width:19.875rem;height:1.625rem;top:96.6875rem;left:1.5249999761581rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #xXexc47OIgTHH73b7XNpMtd4eVUdgx0K { width:18.3125rem;height:3.29948125rem;top:2.01171875rem;left:0.84375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TtF67qJFTk1BcGNKnmshcn2MdloBknaJ { width:20rem;height:28.875rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #grNXLHXwELdTvWKO4RfDLCaCMWuBysuv { width:18.25rem;height:16.5625rem;top:10.5rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #smgwLcPlSTShaDseNqFsktUiMxsE3X4J { width:20rem;height:3.75rem;top:4.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #izs6vHgftCFzLq0SEeVnLDDN3TKdpTJs { width:10rem;height:10rem;top:35.372688293457rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHo3z1PTTTL8o13EeZ7WsccbOKshyaxA { width:10rem;height:10rem;top:6.3705603480337rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQGy9u6OVaNyDXq01D1Eo7A3uOKKrDN { width:10rem;height:10rem;top:20.592861175537rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei { display:block; }#qsfqbWJ2BZeoizvEG1XrPs6rge9NlSei > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xM3hSJaQaXD79dEySi0IZ5c07XuTNsHv { width:16.75rem;height:2.4375rem;top:7.4990234375rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTIGT2QhaJ4GrZ9Tho9KshgtTrLRFpeG { width:20rem;height:3.8501rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #STgoyCNNzXTlaq7tWNOzSswE9iaB5g4L { width:20rem;height:3.75rem;top:2.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kI7wmyDplHklarqh084K1ZihfDaXbFV0 { display:block; }#kI7wmyDplHklarqh084K1ZihfDaXbFV0 > .row .container { width:20rem;height:122.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqSWvJhCqeG8AvHpRF33DLeHrhdB9UoF { width:12.9986875rem;height:6.6861875rem;top:7.4375rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8IM4TTClopUTi0fw8nqb3hg6RzK0utU { width:13.1875rem;height:2.92448125rem;top:9.25rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J4nGNcpS0n2RySHJeeTITuGOKdHzOF2L { width:12.625rem;height:1.0559875rem;top:12.8125rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oPUUo69Tgx8lr2iXu6hrOH6I4UGdHELr { width:20rem;height:8.5625rem;top:16.172320834046rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuT0KDv6qRmNTn7PCwXTbTC4koPeWZ7O { width:20rem;height:9.125rem;top:26.04838894928rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHoXZVLiaeuoxBK3yhClKdCRTJMSB8wP { width:13rem;height:6.6875rem;top:24.1875rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrZCiSlzeCJuHKDVOqc1yoq6vkEgp2Fb { width:20rem;height:8.5625rem;top:36.485248080139rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCE2pAN4y8Dz2dvIJsQoP8PmXyzD1ECN { width:13rem;height:6.6875rem;top:41.3125rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2idSFKrbPc8AO4TVQAohmWT9fWwQkc1 { width:0.12429rem;height:109.375rem;top:4.2338418960571rem;left:2.1857243776321rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #AgCQsFkHBJv0ZNgIQ5hQhsUrTZvSVVkE { width:20rem;height:8.5rem;top:88.876315502931rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PUV4SI1DVetGfatlzSwIEWQNkmPewrKT { width:13rem;height:6.6875rem;top:77.5625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yy0Of8wKEBcDXMWkiVLbCo4K1SQnH4Wz { width:20rem;height:8.5rem;top:101.37631550293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekzyS2Uh4k5tpm0wEkhKiRAC33TO7Q9N { width:13rem;height:6.6875rem;top:96.5rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #biMreSkZyTk1aRaMvUQa77x2i0QIlGWi { width:1.4375rem;height:1.4375rem;top:3.4817662239075rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #X05LqqkB2faq4kbenV581KlNpnVuoFDT { width:1.4375rem;height:1.4375rem;top:10.184899687767rem;left:1.58203125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HipThD5nHNILkktNxfJb0Id81l9ugVPN { width:1.4375rem;height:1.4375rem;top:19.1875rem;left:1.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eKBacWOHyqzPuWbuAsv77Hh0EcmzFQT0 { width:1.4375rem;height:1.4375rem;top:28.4375rem;left:1.625rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HCe2lKuOvHoA6ttzCKtNBKEbSbDP9cU9 { width:1.4375rem;height:1.4375rem;top:74.166669845581rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #n1CKTNX4iGiSqPALMTpOkG2wITJJcKIi { width:12.875rem;height:0;top:11.529949188233rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #G12TKbkLku8536iflmsZSeiNXSpwUA7L { width:16.0625rem;height:1.0559875rem;top:22.1875rem;left:3.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pUOyeoWwfD9IIoKo1JX8ntx0xTTxsFP3 { width:20rem;height:0;top:66.368496752931rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XGC8nwRHTNAI0ToT8R8xDAFPNJvF8Dv1 { width:13.0625rem;height:2.92448125rem;top:18.5rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EQ2TsokPSTzRVdxHSTr7NN23HmxfeCs1 { width:12.5rem;height:1.0559875rem;top:31.25rem;left:3.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlJLEHaGPGUpSbpyyikT2xflFO5atoUF { width:20rem;height:0;top:79.709646752931rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Q1fy8UmtLLL48iyF5XgmMnI9yxFA4RlN { width:13rem;height:2.92448125rem;top:27.6875rem;left:3.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QfchEZDuKGz16IM3IcLmcOFd71FTb4m1 { width:13.9375rem;height:1.0559875rem;top:52.000001251697rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7qIxvbhzTJCwmkXLMeQJdAIkrHi1I85 { width:20rem;height:0;top:92.188815502931rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LHVszBy5QVcMyTd197TgGxHHmcRQ56lg { width:13rem;height:2.92448125rem;top:48.625001192093rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mT0ybnR9IyLp4MJ7v0kpOxef5zfqI2tl { width:15.0625rem;height:1.0559875rem;top:60.875001907349rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TM5Fp2GM4rQh9JxGClqC9AcwL6TQ2vmt { width:20rem;height:0;top:104.72005271912rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #vuxdvcr7vN9vSAme2yoGT4JK5mPLxpfE { width:12rem;height:2.92448125rem;top:57.312501430511rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gbwnrow2ruy2yTQVBWGDLXngUxZNnITh { width:8.0625rem;height:2.3125rem;top:14.5rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o14ftJrgrzgyhsM6M8FkSkgdR4IctwMQ { display:block; }
 }@media only screen and (max-width: 763px) { #zHVsiVPbRpOyxnAw3b5DiMS0vqVicOGz { width:8.0625rem;height:2.3125rem;top:23.8125rem;left:3.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uABqQQD3dozdNzpa5fqOGN7oXcwBBTmw { display:block; }
 }@media only screen and (max-width: 763px) { #aAEcz2Auw9gZmNTqiv4gulRzIP5SOQb5 { width:8.0625rem;height:2.3125rem;top:32.9375rem;left:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSaT9UuP8H9BpfMsDVgdCXKi2Qmok2T8 { display:block; }
 }@media only screen and (max-width: 763px) { #y96PBdy3ircvfB74O2JZzac0mrQ2zOSg { width:8.0625rem;height:2.3125rem;top:53.625001311302rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTh6LBaFwiyfeLCminWlCsCri6HLwcp { display:block; }
 }@media only screen and (max-width: 763px) { #tzHzTRDFGKSXva5uFgCbvdUL9paowUHB { width:8.0625rem;height:2.3125rem;top:62.56250190735rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2LdHUFP6CxuBiH3gsHbpTb4JvgElhqy { display:block; }
 }@media only screen and (max-width: 763px) { #CWUDfwQOs4uTLlyaZMTvTN9I3tmUXZic { width:13.8125rem;height:3.29948125rem;top:2.5468788146973rem;left:3.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #qI8dAgqicyqqiVif06yfxKtBaBw2bnNM { width:13.5625rem;height:4.94921875rem;top:39.25rem;left:3.875rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #GN90CMnP7ITiUnDCRJgPi5DlfTQKSv98 { width:1.4375rem;height:1.4375rem;top:66.998699188231rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P149w1069EnTTUJ2mEpsI8bhG1J5X9vM { width:1.4375rem;height:1.4375rem;top:58.125001430511rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #icf8EmH3w6QsxbTDpKMrZxdcn71ULHPS { width:1.4375rem;height:1.4375rem;top:49.368490695953rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Lqgv1uiKE1NOgqGgSPMTIuLXDfJmb8r7 { width:1.4375rem;height:1.4375rem;top:40.1875rem;left:1.5rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tGIIsACcdHoUBPG99rCMavyCDWFkzzkD { width:0.1875rem;height:41rem;top:74.233074188231rem;left:2.24609375rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #cpX5qJX5I3Bc6eDCHDfgX9tUNlGHnvLt { width:20rem;height:8.5625rem;top:206.00391850586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGx23JIugoIO5sTsQcBKRdLL2KVsqXcR { width:20rem;height:0;top:209.31641850586rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IWuUPayFKHiGnLMuoEyWLovWq65qU8WQ { width:12.9375rem;height:2.92448125rem;top:84.569011688231rem;left:3.90625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zLHMVvndsDmwG2stZqy3grASBT5cVuwN { width:8.0625rem;height:2.3125rem;top:89.798179626462rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agqTs4hWTLmBUAWVf57ScMmVJtTm0WbN { display:block; }
 }@media only screen and (max-width: 763px) { #l35TASz9HVfvrOpycOwKddCN1xtmqMlM { width:20rem;height:8.5625rem;top:193.50391850586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGoNssvukTJpQenN5bfNC2RvLgwKl6Eh { width:16.125rem;height:1.0559875rem;top:78.67578315735rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x9wqHtqrobMWIcx98IHswiywcBRJF7oD { width:20rem;height:0;top:196.81641850586rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LeCOUfm9eGixf5QzqS6zZnqStKX4hB04 { width:12.9375rem;height:2.92448125rem;top:75.12890815735rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZMWNhSJmZItft087DdTeTR3RFm0nBFKC { width:12.5rem;height:1.0559875rem;top:88.118492126462rem;left:3.75rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ri3dLSe8lbpzOt3k1p1zMCnLWL9cksHK { width:8.0625rem;height:2.3125rem;top:80.354167938231rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWOS6f9Dhg3raOHPIn4QdgElub1GREvm { display:block; }
 }@media only screen and (max-width: 763px) { #eVd9SCyksukPPdQKrbKEH4TE2OivcaWw { width:13.9375rem;height:1.0559875rem;top:69.82422065735rem;left:3.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nDhGsJ220vzPeOnbAAFXdOqzIsEifxUK { width:20rem;height:8.5625rem;top:143.62891850586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMp5oQLqOd1KotQNO69qZ4dxUrP559hL { width:8.0625rem;height:2.3125rem;top:71.69140815735rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZAyKHA2EM6Rk5ckT9E5qoKRTSW5RT2H { display:block; }
 }@media only screen and (max-width: 763px) { #G0yNx9OFS8g3r3zFNB0cb8uxWfw96lNS { width:16.5rem;height:8.625rem;top:143.56641850586rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrbpSNFKMAW7VNk1Ems1qRKsSGoTS5rt { width:16.4375rem;height:8.5625rem;top:193.44141850586rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbiX6nBrBsurvs6BJLLleBW2iuOvQEhE { width:16.4375rem;height:8.5625rem;top:205.94141850586rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEh6T514IuEU0pNrUMXwmWmFRqIyeCtl { width:20rem;height:0;top:146.75391850586rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dbwWwVdrVqSIWCOgTlhtuV1tyW4gZv9I { width:13.9375rem;height:2.92448125rem;top:66.255209922788rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGrWv0kh1v2BRhvsrLaQaass5R5ldsTx { width:0.125rem;height:38.75rem;top:111.59375rem;left:2.18359375rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #g6uzo5WTQUO841uikeS9SthB1HmdVwHd { width:1.4375rem;height:1.4375rem;top:97.264324188231rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PihOcSHVoZ1nT2XppmXDTP6hfPmPa9CJ { width:1.4375rem;height:1.4375rem;top:85.3125038147rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WiecTfNx2hD813ptpkBHJJx9GCGEAaBD { width:1.4375rem;height:1.4375rem;top:75.87109565735rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NE3lnckOvCwSqE9MlzA3lid7o2u0zTlF { width:15.625rem;height:3.29948125rem;top:96.333335876462rem;left:3.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #MvwxUmXChPl9HOGWmx7T8KwAz3I1VktQ { width:20rem;height:8.5625rem;top:240.92839975586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGTvVL67IL9HtMEO17Vs5WS1zCwPT8Nx { width:8.0625rem;height:2.3125rem;top:117.96875762939rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3FkQfS2LwEMym8V2iuN6OqLGbUtDNSG { display:block; }
 }@media only screen and (max-width: 763px) { #lhD3WDyryxxZocqz1eU7Pg7Mv5cRedJE { width:12.9375rem;height:1.0559875rem;top:115.80599212646rem;left:3.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v7go9QFQphVeuh0TIoeTa5WWHlwRl0iG { width:20rem;height:0;top:244.24089975586rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aapWP0k6MWLqaRfXAdeOsP4ITQOsdppX { width:14.625rem;height:2.92448125rem;top:112.25650787354rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fr3ICM97Ft85z3MJbvFat9PXMHGGXUx7 { width:16.4375rem;height:8.5625rem;top:132.9375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qr4iTTPlG89m4RPDyeAC2dwvXiuDMvqu { width:20rem;height:8.5625rem;top:228.42839975586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoIDee8Oe66oUueaUMEbFSVz0in58IpL { width:8.0625rem;height:2.3125rem;top:108.36067962646rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnr0VGQFWaTL5rN4kNW0hVMfvnP4NLQL { display:block; }
 }@media only screen and (max-width: 763px) { #kZWkGoQiSenMlV7VRB9VO7Of9EJrxh6u { width:16.4375rem;height:8.5625rem;top:120.4375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAwmRtZRKz8TnnUttPS0qwXS6K1AKIug { width:12.625rem;height:1.0559875rem;top:106.68099212646rem;left:3.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PD3ChokktbuseRCu1q14qMnv6kMDaxRV { width:20rem;height:0;top:231.74089975586rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HTABAbzptUKUNV1nkgVXIerBUow5q7tO { width:14.875rem;height:2.92448125rem;top:103.13150787354rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RKvB7DI8WkBPzhARo8dbZvIGR4KeVCux { width:1.4375rem;height:1.4375rem;top:103.87500762939rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #w3IAMs81eUcaKdKANWkcTJfOwpehWbwU { width:1.4375rem;height:1.4375rem;top:113.00000762939rem;left:1.52734375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IR65Ighz9d5d5rT4r1QnHifsc6yTnLqt { display:none; }#IR65Ighz9d5d5rT4r1QnHifsc6yTnLqt > .row .container { width:20rem;height:39.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rT4XUNwSiNro7hTdemCbDB8X7pMrFs4V { width:16.0625rem;height:1.46218125rem;top:15.3125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lScBZ1ACgIxthZHoS5gR5U78qvSaCyXu { width:13.9364375rem;height:1.055575rem;top:17.28515625rem;left:3.4978693723679rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ13fXVEr0UXVPaSAffqlSHBgB5GoNgg { width:20rem;height:8.5625rem;top:6.9937185058594rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cU77INtkKJcanCpM8oMQQ5EVdT6Tt5ak { width:20rem;height:8.5625rem;top:16.898895996094rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJrCVLF6GoM3LiZesDZZcLW1Cb0BhPpB { width:10.7493125rem;height:2.11115rem;top:30.75rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKeK8aGKMq2dfLeGv7L5BMBCVU3pI2bu { width:12.9998125rem;height:6.6868125rem;top:20.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QToz3TVSHk7XTZpNPFEiO5i1XcMilN9H { width:14.8118125rem;height:2.9243625rem;top:27.8125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCup08kLCX5Pw2FlP1VvV91wAzZCpLHT { width:12.9989375rem;height:6.6868125rem;top:7.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLsRuMLzTmBGXKS6Fo4qgiALZodegOB { width:10.3125rem;height:10.3125rem;top:37.084518313408rem;left:9.6874994039537rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTXTVDTMcH7S5lTP80LNHNvs2Cretuab { width:0.125rem;height:35.5625rem;top:0rem;left:2.1875rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #TgQpH2c00ZLOGpDSLn5TnKvxEAOMuzAs { width:1.4375rem;height:1.4375rem;top:36.8125rem;left:9.25rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TzUikzapXQJQ3tMfbidkWAwPbFPtgLwJ { display:none; }#TzUikzapXQJQ3tMfbidkWAwPbFPtgLwJ > .row .container { width:20rem;height:76.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N6wzUJWC1fgcsksGRig6RmmmWZ5uUUZy { width:13rem;height:6.6875rem;top:10.60901927948rem;left:3.4987567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK4ivzd9rhqX0aTKrrORhrEc4BtbkTWc { width:10.4368125rem;height:4.38654375rem;top:18.625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKVFZ3Tx6IRgw2exJ8OhMlxAgQFv5SaB { width:10.8123125rem;height:2.11115rem;top:23rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbxyEHGm7R2A3WOo5dwTssTIXKlZNve0 { width:0.125rem;height:76.875rem;top:0rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp1G6MIxF7SN1wIlLKnKag2ktdggqu5I { width:20rem;height:8.5625rem;top:16.172319880371rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUSZSAqakR9bGCS25cG7mBNoQOLuweFI { width:11.312125rem;height:4.951175rem;top:3.0948162078858rem;left:3.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #odRmf0amkINqlSpCTdKEOKrXklOBBvOR { width:1.49946875rem;height:1.49946875rem;top:3.9968070983887rem;left:1.4989346265793rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #An42n39nZG5m6VwxpBMMMA3p2zF6I0Bs { width:20rem;height:8.5625rem;top:26.048387995606rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9RqB76ZJPFx2x8VqdQXb2DrvpbRuqkt { width:10.687125rem;height:2.11115rem;top:39.699041366577rem;left:3.4978693723679rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ4xCeyQ4FLdL95R62e9WmXfCzFlQd1h { width:13rem;height:6.6875rem;top:27.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4ykJLu4cutXO80EFoifZOZai7uNMC7t { width:13.499625rem;height:4.38654375rem;top:35.3125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqCLIExSpF8l4usLL07RGp37wyDBA4Rl { width:20rem;height:8.5625rem;top:35.922747126465rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aoHMp3yH8wduTgtXvkQVzo8M8VN5FUCd { width:10.625rem;height:2.11115rem;top:55.484727859497rem;left:3.4978693723679rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx9egOMJQeKU2C7N9ZTDE1qPqlfJTNaT { width:13rem;height:6.6875rem;top:44.559658050537rem;left:3.4987567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3W52CNKsIgywkf4B8SZ6uf5IfqJHrgp { width:12.249625rem;height:2.9243625rem;top:52.560369491577rem;left:3.4978693723679rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2gKIcffKAQtClovxWz6kqBGgSrtvJ9k { width:20rem;height:8.5625rem;top:45.860486872559rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvMNRDieaJUfzwf4NmQa3nnykNOb6nao { width:10.7493125rem;height:2.11115rem;top:73.532489776612rem;left:3.4978693723679rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNZz7ONuHizCDfHFoFvSutdZbVQUcB1 { width:13rem;height:6.6875rem;top:59.872158050537rem;left:3.4987567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMHhswVpKuODTrqDbXdeB9vD66U280ob { width:12.8125rem;height:5.84871875rem;top:67.686431884762rem;left:3.5312498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0cWDeQgifct6MMDZ92K6kG47V6hdMr6 { width:4.625rem;height:2rem;top:1.3476409912109rem;left:17.020065665245rem;font-size:0.75rem;z-index:100053;display:none; }
 }@media only screen and (max-width: 763px) { #Jw0iUZCEonSgRJG4RdpgohBML55HiWEE { display:block; }
 }@media only screen and (max-width: 763px) { #wP6leT1AexVRTdM9Ci3n8F92mMFdbgZf { top:80.124286651612rem;left:3.561789393425rem;width:12.875rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlTtSBwKTBI99siExRS0mvrxMIPgey2J { display:block; }
 }@media only screen and (max-width: 763px) { #KTKqhxEHrB2SJ3gyKZgDvhuTsHhcMfaL { display:none; }#KTKqhxEHrB2SJ3gyKZgDvhuTsHhcMfaL > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m0yRzOEwzcxMSITmWvTUOr9JDk50aFmT { width:13rem;height:6.6875rem;top:7.6083087921144rem;left:3.4987567663193rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7OTTnXEQm6vv9C84QLhWZQoBvCILkAu { width:15.8744375rem;height:2.9243625rem;top:15.609909057618rem;left:3.4978693723679rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ongueQdnv0b9ZiDRihpH9xHqSiMombmi { width:10.625rem;height:2.11115rem;top:18.659271240234rem;left:3.4978693723679rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoXZ6V0QoXNN4u4aGdcRxs0vXb1qMtKO { width:20rem;height:8.5625rem;top:16.172327509766rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZNIOIRT3fOhtIzdfmQELt2P8vTJXbLW { width:13.625rem;height:1.6503875rem;top:3.4206314086914rem;left:3.5rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #aPNhbB5KCeaxR1iyHTytPTny6dLgGLit { width:1.49946875rem;height:1.49946875rem;top:3.4978694915771rem;left:1.4989346265793rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#dabcef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wWq8iedX9y9xRpZJShyIpV00Sz55kMOs { width:0.12429rem;height:5rem;top:2.0980834960938E-5rem;left:2.1875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC { display:block; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H62UWktc5TRcN3OGDyUzTohoA2Dl2g7o { width:12.375rem;height:3.5rem;top:0.75rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #kLO7TpssDyH0UlM8JOHho63Nval6WDWq { display:block; }
 }@media only screen and (max-width: 763px) { #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd { background-color:rgba(249,249,249,0.54);background-image:url("https://images.assets-landingi.com/uc/e1cc56ac-44ad-4d4f-a734-ef50f7467979/LandingPage19.jpg");background-position: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;display:block; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.adaptive-delivery-prevent-bg, #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.lazyload, #wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd.lazyloading { background-image: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { background-color: transparent; background-image: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container > .video-iframe-container { display: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row > .video-iframe-container { display: none; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .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); }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { border-width: 0; border-radius: 0; }#wkbR4CgobUkLH4sHmmyJJwVHyTLDcMDd > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMKAneDNtO8Etf9HMen6CnL5bp8cKVbJ { width:19.4375rem;height:9.8125rem;top:8.1875rem;left:0.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcCRDvFiFMrXxIP6FvGhMIaaQT0yefS7 { width:20rem;height:1.94921875rem;top:3.3736982345581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#400068;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hdohkHQrhaNngMCbKyXMMMNTNSryFiUX { width:16.875rem;height:5.22395rem;top:10.335938453674rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh3Urc5Jksq9cRw96Lw6VaAyVnTK1zPE { width:1.875rem;height:1.8125rem;top:41.312524414063rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRM1JUeVTcUrdJEc8QQUDTwMPb5T8Wpn { width:1.875rem;height:1.8125rem;top:38.250024414063rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsVyseLP6tGbuZX75hfTsiQp6h6owdR1 { width:1.875rem;height:1.8125rem;top:35.187524414063rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZamoFsMODP7rX6STRiVXJyI2Swk6fah { width:1.875rem;height:1.8125rem;top:32.062524414063rem;left:9.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oROci444d8RZJwOWtKLnir62GLZQxP0d { width:1.25rem;height:1.25rem;top:9.75rem;left:0.9365234375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbxMBhS0QGaVDelONAgeXZ4rfy4cCnmh { width:15.625rem;height:0;top:22.875003814698rem;left:2.9375001192093rem;font-size:0.75rem;line-height:1.9;display:none; }
 }@media only screen and (max-width: 763px) { #TDpIqHxfTAIwAiNzICZSk0iPkTmTvfWP { width:2.0625rem;height:2rem;top:18.3125rem;left:1.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #coTP5TGugWauR70ArFIc29T1AnFG8QSq { width:2.0625rem;height:2rem;top:15.0625rem;left:1.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIhowCPxoAoklts6vhXo9WRQ1eM2b5IR { width:2.0625rem;height:2rem;top:11.8125rem;left:1.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZ3zmgy1t1xpdDsUeCEEXTfZO4FXesvA { width:1.5rem;height:1.4375rem;top:22.937503814698rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oiTEZ4DvNdE59MoJWMqtAVQx8W2qmiKZ { width:20rem;height:16rem;top:12.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n40GyAA0ddTgyQ5AVuNyJ6fC8O2TH1Et { width:1.5rem;height:1.4375rem;top:24.375003814698rem;left:1.25rem;font-size:1rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #dC8VIIunWTsoLWu2hmEzOoOcw7V9ou3f { width:1.5rem;height:1.4375rem;top:25.812503814698rem;left:1.25rem;font-size:1rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #SRg3f3KVJK4mGVzu9TPkDWZTEe65v9Hf { width:1.5rem;height:1.4375rem;top:27.187503814698rem;left:1.25rem;font-size:1rem;z-index:100016;display:none; }
 }@media only screen and (max-width: 763px) { #tGUn7FSXwsTfqRy7DDCf7oPAraiHLQDU { width:1.25rem;height:1.25rem;top:11.812500953674rem;left:0.9986979961395rem;font-size:0.875rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #elVNExrm1erTSVWQTB4wE6M09AaDBHLs { width:1.25rem;height:1.25rem;top:13.125000953674rem;left:0.9986979961395rem;font-size:0.875rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #xchbX5tDvVdpsc6Nl0dS0DpbPo4CPsM3 { width:1.25rem;height:1.25rem;top:10.335938453674rem;left:1.01953125rem;font-size:0.875rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #s4A8ikDVLKlbx6QwtHNNcwXzN8euiUo1 { width:1.25rem;height:1.25rem;top:14.437500953674rem;left:0.9986979961395rem;font-size:0.875rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #qL2aK8fxhkdLwrOSIF8h4LdimvuhZoqk { width:19.4375rem;height:9.5625rem;top:21.087505340576rem;left:0.28125rem;z-index:100005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8XuAlSBLIfHKaCdTmAIXwv38acKBRTP { width:20rem;height:3.75rem;top:5.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af958561-d500-4e99-b5b8-c11d9cc833ed/LandingPage01.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ.adaptive-delivery-prevent-bg, #w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ.lazyload, #w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ.lazyloading { background-image: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { background-color: transparent; background-image: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container > .video-iframe-container { display: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.32); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row > .video-iframe-container { display: none; }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .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); }#w2khyEIKwuWWWFpDfV2Jbp16tlH4GSGJ > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKi17bKymdv1ib4WE5CtBMNWJE4aDtnJ { width:19rem;height:0;top:2.6240234375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #rsEdVItUC6skfp7tN4IRZ8yCiMWCLcif { width:20rem;height:1.9504625rem;top:2.0615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dsci0dQu3i9pUwXMxs8ug2PR8ipavfsD { width:20rem;height:3.75rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2 { width:20rem;height:13.375rem;top:35.6474609375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9b1e97c6-3663-4dbd-a80c-b04d1da9a095/Benjanartedit2768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.adaptive-delivery-prevent-bg, #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.lazyload, #En1SOz1MX7Mog3ePv96ybCyUbTKssfQ2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd { width:20rem;height:13.375rem;top:50.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe082896-1f95-4282-be11-675d93d43a58/768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.adaptive-delivery-prevent-bg, #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.lazyload, #fhtuvCLml7BhDNZnQRvk4cGVqvqvIEkd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5 { width:20rem;height:13.375rem;top:20.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98d4140d-c901-4ad1-9fb2-2f245880f51b/edit768x432.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.adaptive-delivery-prevent-bg, #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.lazyload, #Az0HTTvpObw0bPAFXsDNpA4nnPKM5gp5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iKWAgSkF0ogC7EBvoiNWOqiV570kJpRw { width:20rem;height:13.375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZQCPXqUAHvfnIhrMLCzgTBKlfbb60y6 { width:13rem;height:2.5625rem;top:66.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAwtWZ1O4z27OZbtSoMct4wWLdmqE8Hd { display:block; }
 }@media only screen and (max-width: 763px) { #glCai0B6BzAl2Vzn1yX4R9VfThNvuO4J { width:20rem;height:13.4375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJqNy4eZin7htZvhRk6AnFSvWCXBTt2 { display:block; }
 }@media only screen and (max-width: 763px) { #VT7W5Tb5lpozpal7Gzuhqq0fL73U4boJ { width:20rem;height:13.4375rem;top:20.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48TK5Frr0B30gKO9Co0TXp27pD1cSiD { display:block; }
 }@media only screen and (max-width: 763px) { #bwfIT81Ak9hAKdVIcZd1mPcNuGwkTnxb { width:20rem;height:13.4375rem;top:35.6162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUiq0wTmwdGsBQa92xnTy4sDnuEcx8Zo { display:block; }
 }@media only screen and (max-width: 763px) { #HX7ZMud4gK324uAscTZX16TrnIM97nhA { width:20rem;height:13.4375rem;top:50.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpIscMCDGn09JiCIL2Dri3zJKvG348cn { display:block; }
 }@media only screen and (max-width: 763px) { #eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 { display:block; }#eiK6c4kdxgQuWEFTDRfm1nhRelTRosc8 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKqvAVJDdcgNyNfrwMpzZ4lQMeUDSdFM { width:20rem;height:auto;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyUczuGD0sBkfx4k6VkSKH4cng24CT2V { width:16.1875rem;height:3.5989625rem;top:3.0000004768372rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:100011;line-height:1.2;color:#400068;font-weight:700;font-style:normal;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #GUZdANUm2UQvz1cXxusToarohCfmZddA { width:20rem;height:3.75rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ3sdRqlV9kpQgirF9Tcvp3FEtQVeiy9 { width:20rem;height:0;top:8.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP.adaptive-delivery-prevent-bg, #ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP.lazyload, #ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP.lazyloading { background-image: none; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container { background-color: transparent; background-image: none; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container > .video-iframe-container { display: none; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row > .video-iframe-container { display: none; }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .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); }#ckF9yhG2FS2qDlngO9T3UQOeyeDspzcP > .row .container { width:20rem;height:136.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ih6E4aQVR4eGe6kXPgaHBLEo4S0szo0L { width:16.1875rem;height:16.3125rem;top:56.434375047684rem;left:1.9062501192093rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.125rem 0.25rem rgba(156,81,211,0.42) ;display:block; }
 }@media only screen and (max-width: 763px) { #Lx1RB2szAbm4XPgzfdpnyTLd6gtoOxoI { width:16.0625rem;height:13.875rem;top:78.8335981369rem;left:1.9687501192093rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TChMmGOgAETA9kkulM4AZivEu6eLGtz3 { width:17.625rem;height:27.0625rem;top:0.74296855926512rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kczXOQDCNQxXUf6KFKfN7TNElqwCNAn2 { width:13.3125rem;height:2.4375rem;top:23.929675102234rem;left:3.3437498807907rem;text-align:center;text-align-last:center;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z4qqqneUUkgXg8RguVcJBsClsuBDrz2A { width:15.125rem;height:1.625rem;top:38.367970466614rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkxiTid1ebXPLezWXgcFJeUEK2vWFlrD { width:17.625rem;height:12.625rem;top:28.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwG287uX8ITAwEs9uUyoySv3C5TxHzd9 { width:17.625rem;height:12.375rem;top:42.39687538147rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEuTSdCIRw7M63JePlwTSdtwaq8zE39J { width:15.625rem;height:21.75rem;top:1.8671875rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW0r4WAZLq6eTSSQ2lnByS4d6JDByxec { width:15.75rem;height:8rem;top:29.687500953674rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1PPehJkowSHLicAoWy9zu0QLKrDu42K { width:16.625rem;height:8.375rem;top:42.87343788147rem;left:1.6875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9h2vfzpeNUqFgA3BOkPRRxodGTELZSx { width:15.125rem;height:1.625rem;top:51.84765625rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrQ6GykI44VZy8PLeXD5q8T7y4UFZqPf { width:16.25rem;height:2.4375rem;top:73.312502861025rem;left:1.8750001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Eh5KGIb2Ze4X0NQEDNcUFL6pqXhnQM { width:17.625rem;height:21.25rem;top:55.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZgSEd6ThQciaptrNOCM6CqQD3gQDqO6 { width:17.625rem;height:18.9375rem;top:78rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s246FAiXu0iAczSyo2EscW6RTnyoo8TN { width:15.125rem;height:2.4375rem;top:93.312505722044rem;left:2.4375001192093rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihzU9ANUi90nbxOZtGDlefWifNhXJZha { width:15.9375rem;height:11.3125rem;top:98.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNvHb6wfCploxIm8C79s50qifwmUM0DE { width:15.9375rem;height:11.3125rem;top:115.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hloeScra8U56aNriBLtgdVmkCZLQwfSG { width:16.125rem;height:1.625rem;top:110.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFWGpvtxUOw7raJPaSSDpHbhTCh6SrK { width:17.625rem;height:15.75rem;top:97.9375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTtWiwMRLw44wKBWttctC2oWFJGt2cUc { width:17.625rem;height:15.75rem;top:114.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFF5dRNRfU0QQdCkuA5OV9ZdR3bLwT9K { width:16.125rem;height:1.625rem;top:127.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi0qz7qqwWk9LHS945gwgw5gQcav8QtR { width:12.375rem;height:3.5rem;top:131.6875038147rem;left:3.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #L62brd1fgkVWBeOz8DTN6tgwGPecLyhW { display:block; }
 }@media only screen and (max-width: 763px) { #T1gdOgltxfgAKWdRTS9VlwdxVztxm8si { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top 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;display:block; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si.adaptive-delivery-prevent-bg, #T1gdOgltxfgAKWdRTS9VlwdxVztxm8si.lazyload, #T1gdOgltxfgAKWdRTS9VlwdxVztxm8si.lazyloading { background-image: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { background-color: transparent; background-image: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.28); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container > .video-iframe-container { display: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.28); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row > .video-iframe-container { display: none; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .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); }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { border-width: 0; border-radius: 0; }#T1gdOgltxfgAKWdRTS9VlwdxVztxm8si > .row .container { width:20rem;height:119.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT3rXOLfGNxGLnimJv0pbfOecVveEETL { width:10.4375rem;height:11.0625rem;top:6.0625006370246rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdh7nfiagVA0dzmQkZuNPMBBTlqs14SI { width:20rem;height:1.9504625rem;top:2.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#400068;font-family:kanit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UF567f78cyRDZm1ns2zcsqmmToNMssNt { width:20rem;height:3.5625rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfVNlGAilKWFSGOX48l84H2Uf3L22D2g { width:9.3119375rem;height:11.8119375rem;top:48.873397827149rem;left:0rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #QTOOU5tRBXIQd1rEK7qrHmqzOk0uJJfv { width:9.3119375rem;height:11.8119375rem;top:48.873397827149rem;left:10.687144637108rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #KZ17iT8PrZNEvaMnsVyWhFwuevP4s7e8 { width:8.125rem;height:0;top:61.375175476074rem;left:11.155006766319rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J6uTfrUgI6IXprHdMOcwhU71TRbW4Oin { width:10.4375rem;height:11.0625rem;top:22.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raVnVJmpkc28ZXRPxwWJg6huWslBmoqs { width:10.4375rem;height:11.0625rem;top:38.904949188233rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNhvHH6LgoRExtMVuqScDECmSMHPHxrB { width:10.4375rem;height:11.0625rem;top:55.305992126465rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUMXzVtsa5HqaBToBbh30BclKALAdrFR { width:10.4375rem;height:11.0625rem;top:71.708335876462rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW4huZNuXtGWiWnbeVeaecF6xUvnWMWA { width:12.8125rem;height:1.625rem;top:51.807294845581rem;left:3.59375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPDUL0vIcQmsJsLcD767T7NGLKsms04R { width:9.0625rem;height:1.21875rem;top:50.591125488281rem;left:5.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O35kcPMJbyLEbZT1lz9MxWpU8TsTLBkX { width:7.75rem;height:1.625rem;top:68.209638595581rem;left:6.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0GL24npuZ1zthRHo9nJlqXo1LTNt8MB { width:9.0625rem;height:1.21875rem;top:66.9921913147rem;left:5.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVNkfE1ZNHb9k037Ksys9gzmm7KWsP4X { width:10.3125rem;height:1.625rem;top:19rem;left:4.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUTTxNyr4l2VAAxf1KDGPJwcGC66EinG { width:8.875rem;height:1.625rem;top:35.52995300293rem;left:5.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkBSozAT6Ttw1mQ2CZ0w4skRwbFaC3ht { width:12.375rem;height:1.21875rem;top:34.269532203674rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twMKnkxpAH3xdgilyzxltVIvTRPaUIES { width:10.875rem;height:1.21875rem;top:17.614583015442rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX6vPn3dDLEH3544CGA2AD9MP77k6Bcs { width:10.3125rem;height:0.8125rem;top:84.611982345581rem;left:4.84375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTy6r5SE9R2WlyAy5PEd4COray8pAXes { width:9.0625rem;height:1.21875rem;top:83.3945350647rem;left:5.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaQru08QGBiRh2U0zUOK5eeDvcIb7D50 { width:10.4375rem;height:11.0625rem;top:86.674499511719rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dldzoND6XJArKIXucvWy46VNIqqAqcKD { width:10.3125rem;height:0.8125rem;top:100.33073425293rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvC4lDNICXCretfUBUDhB4RtXyuOHoBQ { width:9.0625rem;height:1.21875rem;top:98.986999511719rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwERoida47VyLcdTcccCsKWrugLbQSfq { width:10.4375rem;height:11.0625rem;top:103.51824951172rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbgvFEqxhzyI9fh6q5TL5odl7COni4qp { width:10.3125rem;height:1.625rem;top:117.17448425293rem;left:4.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af5LZyec4819Mr3flvCuAeUTWWSTlSOd { width:9.0625rem;height:1.21875rem;top:115.83074951172rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS { background-color:rgba(255,255,255,0.94);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { background-color: transparent; background-image: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container > .video-iframe-container { display: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row > .video-iframe-container { display: none; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .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); }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { border-width: 0; border-radius: 0; }#A4bF3bPQspy8CTV2MnoAVDB0LJTVHNgS > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOSRSSDhUCLrTfJn38hohsffFulPdv44 { width:18.75rem;height:16rem;top:10.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wC6MZUia7zpuXhSAkpciI8t1tam2IrJs { width:13.625rem;height:16.6875rem;top:33.593750953674rem;left:3.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpdSUdkzqJNtLT9aE35QSJiZRRRcHNwq { width:20rem;height:1.6503875rem;top:2.873046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9c51d3;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yM0p2JBWr8Dgmq1KGnThoDkB7XX2LJIA { width:16.75rem;height:16.375rem;top:57.250001907349rem;left:1.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsSPUT3k9DR3MBIIaSxfkFpurwLbvKP1 { width:13.625rem;height:0;top:6.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDqw8ws9TgXAVblJrL1IdlnPo9bXdf3L { width:17.25rem;height:2.921875rem;top:29.149993896484rem;left:1.3750001192093rem;font-size:0.75rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { width:19rem;height:2.92186875rem;top:52.625038146972rem;left:0.5rem;font-size:0.75rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #HtoXqn56LKKD89zcT28iX4ulFx7AXzt7 { width:17.875rem;height:2.921875rem;top:76.0625rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PtVR8N7RxNFtgRlBp3Mh5RSrbxtcCE { width:19rem;height:1.462675rem;top:27.375rem;left:0.5rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #S0T2QsVvgRdlBM6t8pT4OGx7bW2MERmp { width:19rem;height:1.462675rem;top:74.3125rem;left:0.5rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #K6UtAPfiaPOWwsoHxPZBc8HQHSSvwvw9 { width:19rem;height:1.462675rem;top:50.8125rem;left:0.5rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #R8LpKZ6WTeqXCuewSGXz0TSdXlOsBlNC { width:19rem;height:1.42489375rem;top:5.22265625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:100011;color:#400068;line-height:1.2;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #gu7lWwWogVOUilt6hDLcT2arlm4TskRi { width:12.375rem;height:3.5rem;top:80.049951935187rem;left:3.8124998807907rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #PAeSr5XBORQCTv9ARxqTp7utCJfw42FA { display:block; }
 }@media only screen and (max-width: 763px) { #UDBxLnTfXqFXdztzxCAUw2MntcIJz4hl { width:20rem;height:3.75rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.adaptive-delivery-prevent-bg, #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.lazyload, #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0.lazyloading { background-image: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { background-color: transparent; background-image: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container > .video-iframe-container { display: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row > .video-iframe-container { display: none; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .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); }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { border-width: 0; border-radius: 0; }#wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btfoy2X1GkzXIMuU0XhFfPSoXb04eDt5 { width:12.5rem;height:0;top:5.3116512298584rem;left:3.7500001788139rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #iixftIFvoohVTm2ywLIC5QM4hkgqpCAU { width:18.125rem;height:3.02379375rem;top:6.8125rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #se8RXsQiTlyRUw11VsGsqgm3Hl6JkrOL { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #uO1ZbnnyVpVVbcKzLHi4LrMCT04eyqH1 { width:18.1875rem;height:1.94791875rem;top:22.874643564224rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI26Tb35Z31ShzWRTTKehDnfyPqzsqSb { width:0;height:0;top:9.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1J4ziSnUgON8NIGDlihkKR6fqk1XWbz { width:3.4375rem;height:0.0625rem;top:23.374466180801rem;left:9.6874994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWFr3XC7hMBoO75uRbp7CFt0CNdlwHM0 { width:13.875rem;height:1.7871125rem;top:20.874466180801rem;left:3.061967253685rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muoacOPKMZFLh52L6PU7wergfILnz4Tq { width:6rem;height:6rem;top:0.0625rem;left:13.8125rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.375rem rgba(156,81,211,0.61) ;background-color:#be1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yxHQoKCoC8RJ0XJnGpxucB1AC8vbuKhI { width:6.375rem;height:2.25rem;top:2rem;left:13.625rem;text-align:center;text-align-last:center;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TdFmSnK4HRhUfrxy1My6FzP1BfUTUo3P { width:14.25rem;height:2.4375rem;top:10.625rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnip1clb343yyomUdAIq0R4siJqQzOgl { width:1.375rem;height:1.375rem;top:10.625rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQqDw7g1QTDhEusKGcX3lRofaffnGvvf { width:16.75rem;height:1.21875rem;top:15.561966180801rem;left:2.5621448755264rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSbdWyfdE2aHDD1DwWhCMsbdOJUzDLQP { width:14.3125rem;height:1.21875rem;top:18.12499833107rem;left:2.6873222589493rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW7FBfizCEWGVfk9Hh8MdVPOmwWk1tdl { width:13rem;height:3.125rem;top:25.687143564224rem;left:3.4996446371079rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #WRzcLQRG5rcH4rMySPNxW54fVpoITrRv { display:block; }
 }@media only screen and (max-width: 763px) { #cqL4HTD7c5Wc6t6hRMdwTQKdb0DoQTFi { width:14.25rem;height:0.9747875rem;top:13.5244140625rem;left:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDC1wcDM7Q7SERJMrrxFwoV9RA8lBxwf { width:14.875rem;height:0.9747875rem;top:16.87499833107rem;left:2.6242896318436rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIWeMnfSusNXq7nrkkTMQDoQpCsGEHPp { width:16.0625rem;height:0.9747875rem;top:19.37499833107rem;left:2.6873222589493rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhu36V145IWr9OcCLk1pK5MvvzT2AkgO { width:1.375rem;height:1.375rem;top:15.687143564224rem;left:0.99964487552644rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS9DsOkrWTlxhdC0SIvQdKmr5aJ96l0w { width:1.375rem;height:1.375rem;top:18.249288797379rem;left:0.99964487552644rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwgLLykbZyD1MnqxL6929eb3cdIlTRoE { width:20rem;height:25.9375rem;top:3.9373223781586rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.25rem solid #9c51d3;border-left:0;border-right:0;border-bottom:0.25rem solid #9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #ZQzS0xCH3EGtf91mOn6Ecy4iTHceN4ir { width:20rem;height:16.4375rem;top:26.873700141907rem;left:0rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ce8f419-c2e7-49aa-9c78-bcc97b58151e/LandingPage215.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.adaptive-delivery-prevent-bg, #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.lazyload, #k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh.lazyloading { background-image: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { background-color: transparent; background-image: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container > .video-iframe-container { display: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row > .video-iframe-container { display: none; }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .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); }#k9PGf4zMNzkZLfHdf6teQFb3sUN02yEh > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { width:20rem;height:2.000175rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQfFzGUT6nVA3dFaEclrewAVNw1ZxgQc { width:15.625rem;height:0.975rem;top:42.625rem;left:2.1875rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PwfT0cSnpTSbsaq97MAsd1geJePkJy4h { width:20rem;height:28.8125rem;top:8.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xszHhRx8RlTIqAECilvW7HWU0RLa4bOr { width:20rem;height:3.75rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB { background-color:rgba(255,255,255,0.39);background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.adaptive-delivery-prevent-bg, #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.lazyload, #M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB.lazyloading { background-image: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { background-color: transparent; background-image: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container > .video-iframe-container { display: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row > .video-iframe-container { display: none; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .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); }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { border-width: 0; border-radius: 0; }#M5QJWufuQLVgIQ6FdCbbCAbt0QTvXRpB > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLXZGJRfiVc0k7JrWEVwszdfdDzz3O8b { width:12.5rem;height:0;top:5.3116512298584rem;left:3.7500001788139rem;font-size:1rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #nRoksD5cEcq8TnFMwCc4lsm91NgM1lXX { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #ALH4XbkePLNssoQ3QXHGfmnuyZA3Agdk { width:16.1875rem;height:3.59895625rem;top:1.75rem;left:1.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OOaZ42LgSTI7gr3gVT1HryX1onz4MvZx { width:12.1263125rem;height:3.2513rem;top:8.0625rem;left:3.9375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffbe00;background-image:none;font-size:1.25rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);z-index:100039;display:block; }
 }@media only screen and (max-width: 763px) { #K5w9dbXCzosh4dQ3sS4PaCZvXuwsQIfW { display:block; }
 }@media only screen and (max-width: 763px) { #d1tDpdgpFJPpBwHGSCJiAu8ADFTKyZVD { width:19rem;height:0.8997375rem;top:12.5625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#400068;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MSVk5s7PZKPG1tGL9MNrvICh9JVQWmGE { width:3.25rem;height:3.25rem;top:0rem;left:7.5rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-number { padding-top:0.415rem;padding-right:0.375625rem;padding-bottom:0.415rem;padding-left:0.375625rem;width:2.254375rem;min-width:2.254375rem;height:2.23rem;font-size:1.66rem;line-height:35.68px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;background-color:#ffffff;background-image:none;color:#400068; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.006875rem;height:0.881875rem;font-size:0.623125rem;line-height:14.11px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#400068; }
#lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw { display:flex;width:16rem;height:4.200625rem;top:13.375rem;left:1.0625rem;z-index:100040;padding-top:0.8325rem;padding-right:0.88125rem;padding-bottom:0.8325rem;padding-left:0.88125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #oVXDZtpOm4kGNnthK0DTu1lp0wD6c36A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #EBTwV7KNh4upCigJnFruBsBrMCSyfuf7 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kaDn91CsWGCgciWBBMqegUeahV0FPVzu {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kQtT3e0iJbgEPT2TPtQQUaW7fq9TykH2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #krFScTHRPNqCXTl5mybtkhOhzkWwZeS7 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #xDRRyhX7FT3AlCh4R1AnsruPLTM5HSw2 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #paXXwMQt3aHUBAvRelwromJwr5pWhf5D { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #FTE8XVmkU9o7Z2eTFd4a2ImlPltW082W {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #igI7E4S6RIC7gkXb0qhDruVX9ThIEDiP {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #wh2QKHfnaWsAPLoCVu9Bt0lwptEhcDXT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #HXcobFIBnJIdAweKPK7hQSrM4UpxQwa6 {  }
 }@media only screen and (max-width: 763px) { #lCEg8hXgoiqTp7RNVbAC8oiSazzgB6Rw #kzAKkVsTGT0URU1HgizERyzIUsvF3sPJ {  }
 }@media only screen and (max-width: 763px) { #BGS11tQ8hSWysgWHFTFGC7tfZI3l3cvu { width:20rem;height:1.34895625rem;top:6rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KeTk5hV59KitlT8nTFxbrgW0MS61CKzn { background-color:#333333;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn.adaptive-delivery-prevent-bg, #KeTk5hV59KitlT8nTFxbrgW0MS61CKzn.lazyload, #KeTk5hV59KitlT8nTFxbrgW0MS61CKzn.lazyloading { background-image: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { background-color: transparent; background-image: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container > .video-iframe-container { display: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row > .video-iframe-container { display: none; }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .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); }#KeTk5hV59KitlT8nTFxbrgW0MS61CKzn > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acRLrRbWWN7STZu4PCJrlo8BQHOim9xd { width:13rem;height:8.5625rem;top:23.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC7PkBNmBvhd8LdIh7Dn4sXJuerTTpvR { width:6.5rem;height:9.5rem;top:32.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV29aC1xFrMtcIUpTVw9PJCX0zII500e { width:6.4375rem;height:9.125rem;top:42.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqVJTxZgRQm1dfIPBBAQJdyFDTyopiSP { width:6.3125rem;height:9.125rem;top:42.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #an5TSw2SOvABy7sQuCqrexidcUJ6RE4A { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FlH0IcVQ9Ebtk60mfGTWlRhc3lIfri1a { width:6.4375rem;height:9.5rem;top:32.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i22qLuxmkeFoK8BdfelyRQrBTydvc4Jm { width:20rem;height:1.21875rem;top:5.3124631885439rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWdcT8J8b7vdz6UeF0gzl58f0TOTauO { width:15.9375rem;height:13.6354125rem;top:9.125rem;left:2.03125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcNrSn2NWsGzLk0B094VrOb00mudo5XF { width:9.25rem;height:2.0625rem;top:2.7499732971191rem;left:5.3749998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th { top:7.1375007629394rem;left:2.1875001192093rem;width:15.625rem;height:0.75rem;z-index:100016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77463baf-0772-4137-9450-01950e299786/LandingPage15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th.adaptive-delivery-prevent-bg, #e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th.lazyload, #e1pdOGT2uoS1CfVxvyA4TGr1ZdQgw6th.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3x6THT2HTEIM20StobGBCaODuNxfhmJ { width:6.75rem;height:1.375rem;top:2.1875rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { width:19.0625rem;height:1.94791875rem;top:4.1875rem;left:0.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:sarabun;display:block; }
 }@media only screen and (max-width: 763px) { #TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { width:18rem;height:2.4375rem;top:7.4375009536744rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { width:20rem;height:0.8125rem;top:19.786712646484rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { width:14.9375rem;height:1.9479125rem;top:16.349212646484rem;left:2.5000001192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blckLm23iTss5Ki9xQrfzML62e3QqZM8 { width:5.6875rem;height:5.6875rem;top:10.536712646484rem;left:7.1249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl0yyEPS50JFUuqZ0y8BsPtwrZcCG41A { width:10.625rem;height:5.9375rem;top:9.8125rem;left:4.6875rem;display:none; }
 }