.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/02ae78da-807d-4ed6-b572-aba13399c42a/LandingPageCourseDelivery0202.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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); }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#442767;background-image:none;position:relative;display:block; }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row .container { background-color: transparent; background-image: none; }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row .container > .video-iframe-container { display: none; }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row > .video-iframe-container { display: none; }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .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); }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row .container { border-width: 0; border-radius: 0; }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#qzkVqkaN3goJq0qhKy7pT1LLnDmQSpQB { background-color:#f0c946;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:#151517;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4370625rem;height:2.93728125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:0.9364149570465rem;left:45.373264312744rem;display:block; }
#OCAzLcPFd4eDedpa5ydU8Xgy8ASyQ51r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Hmb0ZkNELfOGueprgFauZQhvigdbiX76 { color:#ffffff;display:block;width:12.4370625rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:1.5625001192093rem;left:10.068359375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .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; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ffffff;padding-top:0.32875rem;padding-right:0.29875rem;padding-bottom:0.32875rem;padding-left:0.29875rem;display:block;align-items:center;width:1.795625rem;min-width:1.795625rem;height:1.768125rem;position:relative;font-family:kanit;font-size:1.31625rem;font-weight:700;line-height:28.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .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.205625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.395rem;height:0.698125rem;position:relative;font-family:kanit;font-size:0.49375rem;font-weight:400;line-height:11.17px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO { 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:13.5625rem;height:3.329375rem;padding-top:0.56375rem;padding-right:0.578125rem;padding-bottom:0.56375rem;padding-left:0.578125rem;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:0rem;left:21.671009063721rem;z-index:100048; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #TgvGVxPvioag0fFI2waZCpHe0M1Rk743 { display:flex;position:relative;top:0rem;left:0rem; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #r6A4qZre1VUJ0LR9EBD7WQ7imq5xMfvs { width:auto; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #oe9Bd4k6A1Ge12bqAbmy2G0AVPtJH6Sq {  }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #BswGSAMoxkIT87VF7dbNm9mJxbyupIuU { display:flex;position:relative;top:0rem;left:0rem; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #Zg4Sl9q7VJTc7yK4eNqCWM0MHsUiNsTw {  }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #ABZ7bTZ7g2OB8PopdJCHu5tGTo9BaTNt {  }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #UxRbEueV3CCAxT47Zecu4C2bzMgeiAiF { display:flex;position:relative;top:0rem;left:0rem; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #vmEI3zhDc3N16dxIaEEzJMQqKX746taA {  }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #B9cKyCwd0NeiDBqUCo7wXX4PC92FnKsF {  }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #X9Xw8qx0ZauoPpVrmLrmAKM0QcpL41yk { display:flex;position:relative;top:0rem;left:0rem; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #TsDhiIEkuDmbxNuIk11rcSvZ7aaMeKfy {  }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #GekqEySpD69Zrq0BXAqJ8hGJdF5zhiAU {  }
#yVaOzkXURMfDF76buu8T7688sLx48s7t { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.375rem;width:36.5625rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO.adaptive-delivery-prevent-bg, #i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO.lazyload, #i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO.lazyloading { background-image: none; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container { background-color: transparent; background-image: none; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container > .video-iframe-container { display: none; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row > .video-iframe-container { display: none; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .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); }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container { border-width: 0; border-radius: 0; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#UrV6EuOd3gIDJnTLwJS8HPftZm2m8DsF { 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; }
#fqUkeVvOJ0ml2bmIAVLbF9fCDUvdkcBO { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.43489375rem;width:2.06055rem;top:1.6341147422791rem;left:56.324871063233rem;overflow:hidden;display:block; }
#Eltt9S8wnVroJ3dk7KIlwKvotgA9ESIu { color:#000000;display:block;width:29.2480625rem;position:absolute;font-family:kanit;font-size:2.875rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:6.617839336395rem;left:29.069011688233rem;height:6.32465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFpUsaeJkZUaBKm9Rl85tXUCqQ7RSDyw { 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; }
#r8iqebmXkb43eNVEZHcWkczapHaudQ6P { background-color:#2b00a7;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.624375rem;height:4.31206875rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:23.436416149139rem;left:35.379776000976rem;display:block; }
#QVThfbWZCIPPAwxHNzm4LnTDG4P0mLFN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yGe7l7kN7NSgyT50DwnvGlZqbFksmrTJ { color:#b53adc;display:block;width:29.375rem;position:absolute;font-family:sarabun;font-size:1.1875rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:14.009375381284rem;left:29.067186355591rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzMGMG1lAAslVHDd5A71UXdVzdcGQtq9 { color:#9c51d3;display:block;width:26.9998125rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:4.4976134300232rem;left:30.123699188233rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#QNMlNRwc3STz83VQZr2bgP3txWH0aTCC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:11.125rem;top:10.3125rem;left:0rem;overflow:hidden;display:none; }
#B4whznvRLWHt8qfV7pRDCChXX5JUlkcw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.375rem;width:36.5625rem;top:3.1875rem;left:0rem;overflow:hidden;display:none; }
#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row .container { background-color: transparent; background-image: none; }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row .container > .video-iframe-container { display: none; }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row > .video-iframe-container { display: none; }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .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); }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row .container { border-width: 0; border-radius: 0; }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#Q226J0G93LgRGNQdT8rwhEyy7hfzMJte { color:#9a52e4;display:block;width:14.4998125rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:2.9991346988827rem;left:2.7484798431396rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3v51yRpHTEhksItTbGVZmeJkOhpZQ6F { color:#9a52e4;display:block;width:17.375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:4.7703132629394rem;left:21.24843788147rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vthbeQxmAMNEzbyqaNe3wBhqfpi9pqCo { color:#9a52e4;display:block;width:14.4998125rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:4.7710499763489rem;left:42.749568939209rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlk2ewwRlDfSQq4I6UzEoqBTITqLGlaH { position:absolute;display:block;z-index:100038;background-color:rgba(151,151,151,0.5);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.8125rem;left:19.9375rem;display:block; }
#rRGGyrrfJ5TG1pp7yR8sToGWT9qobrvu { position:absolute;display:block;z-index:100039;background-color:rgba(151,151,151,0.5);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:1.0625rem;left:39.9375rem;display:block; }
#LllzPKiLzdBD5c880w2KqVgToSJmt8T4 { 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; }
#MBpgfPVf5NpbL4w8fa6ucQ07TGpMOobS { 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; }
#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ef36cdbd-9989-4873-98ce-eef8bc1792f5/LandingPageCourseDelivery0214.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R.adaptive-delivery-prevent-bg, #H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R.lazyload, #H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R.lazyloading { background-image: none; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container { background-color: transparent; background-image: none; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container > .video-iframe-container { display: none; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row > .video-iframe-container { display: none; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .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); }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container { border-width: 0; border-radius: 0; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:60rem;position:relative;display:block; }#DEg6es8Ew39X7rFblbusymoTeCFaUzIZ { color:#9a52e4;display:block;width:21rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:10.87343788147rem;height:3.41145625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tqIkyHNrK6A9UsGmAqM1cTPAtHuW8rtA { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:block; }
#seVGkdDAnSmQ4yvkbBtiAbFJZBy88dyn { color:#2e00b9;display:block;width:3.375rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:11.375rem;left:4.25rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnWn5L4WyOsb6s99MCo3l5RamCAzTmcw { position:absolute;display:block;z-index:100037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/065a2792-9ec1-4720-a05a-b79412cb15a3/0.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:6.8125rem;width:13.5625rem;top:10.561719894409rem;left:45.500001907349rem;display:block; }#DnWn5L4WyOsb6s99MCo3l5RamCAzTmcw.adaptive-delivery-prevent-bg, #DnWn5L4WyOsb6s99MCo3l5RamCAzTmcw.lazyload, #DnWn5L4WyOsb6s99MCo3l5RamCAzTmcw.lazyloading { background-image: none; }
#fm1ciPS9hD4yQEI3W9gW72vLx2I0nU2y { color:#151517;display:block;width:24.9375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:13.081251144409rem;left:10.87343788147rem;height:2.9236125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#poD7UV74rhu9Vr6cGOIvKuPQTHyqnAu7 { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:18.625rem;left:0rem;display:block; }
#rWy7DtAnldHfTILpdh8pLsClnGWnmnvf { color:#2e00b9;display:block;width:19.6875rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:19.5rem;left:10.87343788147rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9WaD1vHTPJ56EZJFkGBJfxXnT77p2Kk { color:#2e00b9;display:block;width:3.375rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:19.5rem;left:4.25rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STq2QBilgb3QP71oO7sOfDqNm5R89gSJ { position:absolute;display:block;z-index:100038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ca96fe3e-9655-47b3-8ab6-ccb0d3f58ab9/2003_m40_i120_n010_S_c15_65227.jpg");background-position:bottom 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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:6.875rem;width:13.5rem;top:18.624999523163rem;left:45.273872672187rem;display:block; }#STq2QBilgb3QP71oO7sOfDqNm5R89gSJ.adaptive-delivery-prevent-bg, #STq2QBilgb3QP71oO7sOfDqNm5R89gSJ.lazyload, #STq2QBilgb3QP71oO7sOfDqNm5R89gSJ.lazyloading { background-image: none; }
#suKAT2IKdwZGtCmG67SoTInGgAGURsOa { color:#2e00b9;display:block;width:27rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:21.206251144409rem;left:10.87343788147rem;height:2.9236125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fkzTPsxuNGHvrt7ICVVab6zKWNwLKT9o { color:#2e00b9;display:block;width:28.6875rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:28.625001907349rem;left:10.87343788147rem;height:3.41145625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BToZlHtW3km8evO4FxuRN66Tc6XKr8bS { position:absolute;display:block;z-index:100003;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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.0625rem;top:26.75rem;left:0rem;display:block; }
#IipqTZTDL0KMrz5ulXmtyCkTLekBfIme { color:#2e00b9;display:block;width:26rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:30.268751144409rem;left:10.87343788147rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OvWI9yE27wLlwRU8rsAwHIRPNKEc5OmR { position:absolute;display:block;z-index:100039;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24eb5f46-7f5f-4fff-8f33-609dfad878cc/Socialstrategybro.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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:6.5625rem;width:11.375rem;top:35.968751430511rem;left:47.249219894409rem;display:block; }#OvWI9yE27wLlwRU8rsAwHIRPNKEc5OmR.adaptive-delivery-prevent-bg, #OvWI9yE27wLlwRU8rsAwHIRPNKEc5OmR.lazyload, #OvWI9yE27wLlwRU8rsAwHIRPNKEc5OmR.lazyloading { background-image: none; }
#wARK6zND1heghw6bxgF3BCcO6vvXdDur { 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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:8.75rem;width:58.6875rem;top:34.9375rem;left:0rem;display:block; }
#qfpLGUShuzIFbVb9r1T7e0hXU6KhLx5P { color:#2e00b9;display:block;width:25.9375rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:36.902345657349rem;left:10.87343788147rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vas68FDwBlNKvycN0HTrlN0yrwXPSOO4 { color:#2e00b9;display:block;width:26.25rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:38.671094894409rem;left:10.87343788147rem;height:2.9236125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OCuy3CybMU3SgGbEuhyO4XyJkGRZsMEs { position:absolute;display:block;z-index:100040;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/574ec43a-62d9-4907-904a-3f3980f34c33/Blogpostamico.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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:8.8125rem;width:13.6875rem;top:44.874999237247rem;left:46.312501907349rem;display:block; }#OCuy3CybMU3SgGbEuhyO4XyJkGRZsMEs.adaptive-delivery-prevent-bg, #OCuy3CybMU3SgGbEuhyO4XyJkGRZsMEs.lazyload, #OCuy3CybMU3SgGbEuhyO4XyJkGRZsMEs.lazyloading { background-image: none; }
#ua6AOEpp87WniTaiQIypAZAvqGLFBgm7 { color:#2e00b9;display:block;width:3.375rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:27.625rem;left:4.25rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BFIyVH7qmQc0sdD63bkNqqKz0UUacZLr { color:#9a52e4;display:block;width:32.6248125rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:3.6089420318604rem;left:13.685981750488rem;height:5.6375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTFMLX7yEzJFWiKdfsoQswiKXCcaFDpa { color:#2e00b9;display:block;width:3.37456875rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:36.777362823486rem;left:4.2491321563721rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yGquh2QgSbOL7sHiV0Er5gGJczxb7CHm { position:absolute;display:block;z-index:99999;background-color:rgba(154,82,228,0.19);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:3.25rem;width:33rem;top:3.3745651245117rem;left:13.562282562256rem;display:block; }
#fweIBbrAAAeTPHJXDhI0WUl4adCUb8gJ { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#edIcymQfbR8d0PHlVrrBDQkJNb7T2NE1 { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#nCTUOwXv1H8TvEXRMJh7VeweLQf8LEPf { position:absolute;display:block;z-index:100008;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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:8.125rem;width:58.6875rem;top:44.875rem;left:0rem;display:block; }
#LT8Zo5VW9qdEAzpHrZhHK3dwpcf06cNo { color:#2e00b9;display:block;width:3.37421875rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:46.721876144409rem;left:4.25rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccrH5QBucGanUpV892bUwbH1fBmUlcwT { color:#2e00b9;display:block;width:25.9375rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:47.284376144409rem;left:10.87343788147rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FUBF12mkmOiVLqDuKWPe5WdWVauI8JMo { color:#2e00b9;display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:48.990629196167rem;left:10.87343788147rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EyVMGOOKaribEz2Ga0h54aRcRwETnB0J { 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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:60rem;top:54.157983779907rem;left:0rem;display:block; }
#DhsPIM6aQZNw2XwfUTx3E7g4p3mRSA0i { color:#2e00b9;display:block;width:3.37456875rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:55.058592319489rem;left:4.2491321563721rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rt9kDFFQvBaGFRfUoJG46y7TPmVCbQn4 { color:#2e00b9;display:block;width:25.9375rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:55.812501907349rem;left:10.87343788147rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xoPX81OI7VTff0xrJCDofbgMyqi3S3NI { color:#2e00b9;display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:57.4375rem;left:10.87343788147rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EwwbVTTkbvsTqWyBoBTNFzfWze4xsL3R { position:absolute;display:block;z-index:100016;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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:60rem;top:62.437068939209rem;left:0rem;display:block; }
#nWb3NlWeI7TzP3WRvZX7cfLCWNVRegGk { color:#2e00b9;display:block;width:3.37456875rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:63.3125rem;left:4.25rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DCX2PObtSFh425uVKBTqD3TJDeeEEFAV { color:#2e00b9;display:block;width:25.9375rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:63.35546684265rem;left:10.87343788147rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZT3VUHvwibmUfLTS7OZ4uV2O5ERMXyo2 { color:#2e00b9;display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:65.1875rem;left:10.8125rem;height:2.9236125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QRG1FDTeItzfoAesTPm689iwHCHbc0i6 { position:absolute;display:block;z-index:100041;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eacada71-7a53-4947-b620-a6e0ee6d0dcf/Cohortanalysisamico.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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:7.125rem;width:13.0625rem;top:26.625rem;left:46.937498092651rem;display:block; }#QRG1FDTeItzfoAesTPm689iwHCHbc0i6.adaptive-delivery-prevent-bg, #QRG1FDTeItzfoAesTPm689iwHCHbc0i6.lazyload, #QRG1FDTeItzfoAesTPm689iwHCHbc0i6.lazyloading { background-image: none; }
#vWabveeN4Eo6ak8kvD2x7mN3qvXpvWBl { position:absolute;display:block;z-index:100042;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac159997-cbec-4ae4-ac0d-2310288475f5/2copy.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;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:8.6875rem;width:8.625rem;top:53.312501907349rem;left:48.842969894409rem;display:block; }#vWabveeN4Eo6ak8kvD2x7mN3qvXpvWBl.adaptive-delivery-prevent-bg, #vWabveeN4Eo6ak8kvD2x7mN3qvXpvWBl.lazyload, #vWabveeN4Eo6ak8kvD2x7mN3qvXpvWBl.lazyloading { background-image: none; }
#ceFtHK6Zu4FhKVaLeT5kSBdXyTJnOEPP { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:7.6875rem;top:62.030473709106rem;left:49.842969894409rem;overflow:hidden;display:block; }
#kh0oLpAXnh6LeieTA7OES6TL9mF1lBs7 { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#eio1IhzJBcNnGeTsfBqNrUZmLWJBpZqb { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#nRsCyTLLiFTrNV7Ifn777e368LK3iCJo { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#aJi4ZqTGdUeG3pdz3vD8TxMfQR25WrPs { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#IqBJgQ8pwZyqZxERq6lme5hyfV3HHkqM { 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:4.75rem;border-top-right-radius:1rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:60rem;top:70.624217987062rem;left:0.125rem;display:block; }
#SicTGHKwkn7rnmzIu668fQ5eFs3TeAN3 { color:#2e00b9;display:block;width:3.37456875rem;position:absolute;font-family:kanit;font-size:3.9375rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:71.612499237062rem;left:4.3992195129394rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0dMuiDn8i6EwBGLceGrfPqh8Ay16kzS { color:#2e00b9;display:block;width:25.9375rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:72.299999237062rem;left:10.49843788147rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eEKNhBiBtSAi9KIkJv1JPOW2AScAqP2o { color:#2e00b9;display:block;width:34.375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:74.13671875rem;left:10.5625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MSgC2TfAbDUmxyDq1XRPSZHEPg9CSlhy { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#Zl0M8N5PNSTc6JNxbxq1TZJ2ET4fT4PW { 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:4.75rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;height:6.875rem;width:58.5625rem;top:10.5rem;left:0rem;display:none; }
#JA7kTRDcA99syqTCX1TI31yIUuiQckGw { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.9375rem;width:8.875rem;top:69.561719894406rem;left:49.030469894409rem;overflow:hidden;display:block; }
#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container { background-color: transparent; background-image: none; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container > .video-iframe-container { display: none; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row > .video-iframe-container { display: none; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .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); }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container { border-width: 0; border-radius: 0; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#Nn1Zc1N5gyMQZx9V4PUP3KTae6WedaT2 { color:#2e00b9;display:block;width:11.625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:16.36171913147rem;left:24.187501907349rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oyAP3g4zXxxHJXAu9ySywMMxggkTvb4x { color:#2e00b9;display:block;width:13.375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:16.360937595367rem;left:4.8125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i1gbnHsRma132TTN0Ov3SGfZnG4Kw7Gu { color:#2e00b9;display:block;width:11.3125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:30.3125rem;left:5.8125rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cbwqVkpMPmkSMcuHASSKG8twyFpTASSk { color:#2e00b9;display:block;width:8.6875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:16.41250038147rem;left:44.74765586853rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WodzRpdCWiG754XQakRHbx6hHKemTosN { color:#00c646;display:block;width:32.75rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:46.4375rem;left:13.625rem;height:2.81875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pAcXM9SQO6XXGUVOOiNcwGVuzyDAJt88 { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:12.875rem;top:8.375rem;left:5.0625rem;overflow:hidden;display:block; }
#MOxI56DBdmTzwhavCxiQLBmewX9GrXF1 { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:10rem;top:7.8429718017575rem;left:24.187501907349rem;overflow:hidden;display:block; }
#xHaiABHETo2TbRsoZ4VfkOovpncXOy0k { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:8.625rem;top:23.3125rem;left:7.1875rem;overflow:hidden;display:block; }
#lSB3rJQvrGswIx2XulIL3ZdgTOKMig3X { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:4.75rem;top:9.9375005364419rem;left:46.71640586853rem;overflow:hidden;display:block; }
#e8wlP7d6XbZiqO5WTVKppns7ueg85hIt { color:#2e00b9;display:block;width:32.7495625rem;position:absolute;font-family:kanit;font-size:2.5625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;top:2.4375rem;left:13.625rem;height:5.6375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUAANyDv9rRru4v4qHzD6QhPGObCMlT9 { position:absolute;display:block;z-index:100000;background-color:rgba(154,82,228,0.19);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:3.24978125rem;width:33.9995625rem;top:2.25rem;left:13rem;display:block; }
#r2ux9f2Vky63Do7KVa7frOWqwzfAivzq { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:8.625rem;top:22.500001907349rem;left:25.687501907349rem;overflow:hidden;display:block; }
#NPCPySTMBaBRD2JubWEEvrbZh3OUFPXe { color:#2e00b9;display:block;width:11.3125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:30.3125rem;left:24.562501907349rem;height:5.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udIU0CgV0UTi2S2N1kC9vaItmG1kfVz3 { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:8.625rem;top:23.312500476837rem;left:44.77890586853rem;overflow:hidden;display:block; }
#AVKqUGkz7URB4ySL3gG5kRMa2HW4oPg7 { color:#2e00b9;display:block;width:11.3125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:30.96249961853rem;left:43.43515586853rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc { position:relative;display:block; }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc { background-color: transparent; background-image: none; }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc > .row .container > .video-iframe-container { display: none; }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc > .row > .video-iframe-container { display: none; }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc > .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); }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc { border-width: 0; border-radius: 0; }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#K8fdKAGVmaCwqpgPEzLsers1EQiuCuvV { background-color:#2b00a7;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6241875rem;height:4.31171875rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:0.6875rem;left:21.686719894409rem;display:block; }
#DtQuHhKdtvfFlbw9FmpmIPQZSN4lHPFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr { 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:scroll;background-size:cover !important;position:relative;display:block; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr.adaptive-delivery-prevent-bg, #fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr.lazyload, #fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr.lazyloading { background-image: none; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container { background-color: transparent; background-image: none; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.59); }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container > .video-iframe-container { display: none; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .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); }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row > .video-iframe-container { display: none; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .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); }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container { border-width: 0; border-radius: 0; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#VhDzTz8wGGpxXbZ37GPWebzg6TT8bcGr { color:#2e00b9;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:2.1875rem;left:10.625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udFk2uNtHSN99EB0VfNhraodI9hlLc9i { position:absolute;display:block;z-index:100000;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(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:1.375rem;display:block; }
#rQgAuOAzpFMplEhh0KAKiFErTuMyEsCw { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.25rem;width:6rem;top:6.5625rem;left:3.1875rem;overflow:hidden;display:block; }
#RwNnZrCg9zFupRIi130SpmiLHgSHWqxD { 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(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:20.75rem;display:block; }
#yCJ12CKolGy01CiorSHC5pwUGZrOMFTM { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:9.375rem;left:9.5625rem;overflow:hidden;display:block; }
#w7sp2MZ1eE5RzDsccHUdu6xbldvHaZVk { color:#2e00b9;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:13.062286376953rem;left:2.3741321563721rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FREcLCTwxbmiFaOmXivSgONDImAwthcu { color:#2e00b9;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.061718225479rem;left:21.812501907349rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFsSXvM1EmrLz6RRNyPI1ooeAvDmFohF { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.75rem;width:5.5625rem;top:6.4375rem;left:23.125rem;overflow:hidden;display:block; }
#x5qvpzuBXKA4J9lvfbN8l6VUMHaKv1JV { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:9.375rem;left:29.0625rem;overflow:hidden;display:block; }
#aWASFI6bIszdelcbmVTHPIygWwHOfaFl { color:#2e00b9;display:block;width:7.875rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:18.437286376953rem;left:6.6243495941163rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ecy4k2JFOQX59zC5g0bqz5tp5KXgb8OI { color:#2e00b9;display:block;width:7.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:18.560937404633rem;left:26.250001907349rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sltguJquOSebos9x0e03WyKi5g7aVLPA { 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(0,0,0,0.2) ;height:12.75rem;width:18.375rem;top:7.75rem;left:40.3125rem;display:block; }
#QEER7C9gaDExI5N28hodwq6a4MTCTgGi { color:#2e00b9;display:block;width:16.375rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.3125rem;left:41.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GPWEbPaP6u4sOwOFcHh4cqugLyix4rat { color:#2e00b9;display:block;width:14.5rem;position:absolute;font-family:sarabun;font-size:0.75rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.499217987061rem;left:42.250001907349rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTWK4EUlFnA1z5i58bVfbmV9ZZOJTXQA { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:5.75rem;width:5.5625rem;top:6.625rem;left:42.5rem;overflow:hidden;display:block; }
#QTDbhJFegXrMCnBxN3VAPBEvi95WwK2t { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:1.9375rem;width:6.625rem;top:9.375rem;left:48.6875rem;overflow:hidden;display:block; }
#vygBvimfaxpUfql0XecEvBBl9xAzykin { 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.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;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 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#CpVn3wx5t4dF2li61fydUtdmC4kiW3GM { 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.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;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 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#rIQJ2tyKikuRGOUeqTizmL3lPrsEdeVD { 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.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;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 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#KOO7hFfUXR9H5PpNFiX9qAdE28dqEdvN { 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.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;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 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#JGo3L2TSfPuHaEwURXIELbGqcd8JOGGG { 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.0625rem solid #f0c946;border-left:0.0625rem solid #f0c946;border-right:0.0625rem solid #f0c946;border-bottom:0.0625rem solid #f0c946;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 0.9375rem rgba(154,82,228,0.5) ;height:27.8125rem;width:17.625rem;top:9.9375rem;left:2.1875rem;display:none; }
#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aaa4dad1-4454-4cbd-b2e0-a0a2e54e9eef/LandingPageCourseDelivery07.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC.adaptive-delivery-prevent-bg, #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC.lazyload, #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC.lazyloading { background-image: none; }#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(255,255,255,0.44); }#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(255,255,255,0.44); }#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:72.3125rem;width:60rem;position:relative;display:block; }#nmfvXd89VhBru7KDqsAuzUnicH5WpVUM { color:#2e00b9;display:block;width:29.4375rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100007;line-height:1;letter-spacing:0;top:3.8125rem;left:15.281251907349rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AAgDK1bsmkcmKe6pZ3quxh6b4obfHLAF { 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.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem #9a52e4 ;height:23.875rem;width:45rem;top:8.1875005960463rem;left:7.5rem;display:block; }
#OpNMqH2oF965p9qn7K7X2eDTrpt8mbc4 { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.86);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:3.25rem;width:31rem;top:3.5rem;left:14.5rem;display:block; }
#JSbWDer7STs1lT5br0i2USEUxxeORaOL { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8125rem;width:37.3125rem;top:9.84375rem;left:11.718751907349rem;display:block; }
#oD1bADZSdGswLFam8fo65rhWxVpSAefW { 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.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem rgba(154,82,228,0.74) ;height:38.25rem;width:49.125rem;top:33.043750762939rem;left:5.4382820129394rem;display:block; }
#ZTNMwgqz3PW8nHpZJ5S6BX1Oq1KLBiE7 { color:#2e00b9;display:block;width:20.5616875rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100014;line-height:1;letter-spacing:0;top:34.621093511581rem;left:20.499219894409rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S21TxKCdAEiwFbZHyl78VDtxlJeEMsnO { color:#ece21d;display:block;width:19.0625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:38.637499809265rem;left:11.875rem;height:1.3rem;display:block; }
#Asz993GRAM50v2w2FM3EverNhzSZkQWM { color:#2e00b9;display:block;width:23.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:40.78750038147rem;left:11.875rem;height:1.3rem;display:block; }
#BPC5PQnkqEcDWeeVaJF3R08031fQmPob { color:#2e00b9;display:block;width:23.4375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:42.91250038147rem;left:11.875rem;height:1.3rem;display:block; }
#kzBixObvaNfIFOdfpqe2CCAgor24DTnT { color:#2e00b9;display:block;width:28rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:44.849999427796rem;left:11.875rem;height:1.3rem;display:block; }
#DuHfZoZGIKTpcfd6MoPRDC07yzdWknZy { color:#2e00b9;display:block;width:34.1875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:46.999217987061rem;left:11.875rem;height:1.3rem;display:block; }
#BmmXDsZUObpwPBdJ6b4fnxBE7Ukn6phw { color:#2e00b9;display:block;width:23.375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:49.250003814698rem;left:15.281251907349rem;height:7.7968875rem;display:block; }
#GmCGA6R0qSFazrWA6WixIbFwwSzF09up { color:#2e00b9;display:block;width:37.6875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100052;line-height:1.3;letter-spacing:0;top:67.410940170288rem;left:11.87343788147rem;height:1.3rem;display:block; }
#VtRIRMsMo71wEMr7A6ETO1fa4BURhDRN { background-color:#2b00a7;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.375rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:28.000782489777rem;left:19.656251907349rem;display:none; }
#rAxhdq62cPkompr81Wen4cssuwM3FvmN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G9mqJuzrD0SvdO58J6XvC9HXGl5Tg6Vb { color:#2e00b9;display:block;width:23.375rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:48.424221038818rem;left:17.000001907349rem;height:7.8rem;display:none; }
#Uc6sFpvEzd2Aet5HRT6aoAk44RhprA6s { color:#2e00b9;display:block;width:31.25rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:57.050003051757rem;left:15.281251907349rem;height:6.49740625rem;display:block; }
#SxLOIzM7pNIB5rvffOz3sgScd4IysnSQ { color:#2e00b9;display:block;width:37.6875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:normal;z-index:100053;line-height:1.3;letter-spacing:0;top:65.436721324919rem;left:11.87343788147rem;height:1.3rem;display:block; }
#r1eBr5kI7JQtkCJItBbET2HVgcKlKHpM { 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.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 1.1875rem rgba(154,82,228,0.77) ;height:31.625rem;width:26.625rem;top:2.5625007152558rem;left:2.0625rem;display:none; }
#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c { position:relative;display:block; }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c { background-color: transparent; background-image: none; }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c > .row .container > .video-iframe-container { display: none; }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c > .row > .video-iframe-container { display: none; }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c > .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); }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c { border-width: 0; border-radius: 0; }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#aDNNhmI6y2oNGMhZT7wMwcMAwpXQJege { background-color:#2b00a7;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.375rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:0.48671913146973rem;left:19.656251907349rem;display:block; }
#D2yTwALd3kz9r9ZvsKXHvl8QNC4T5mhE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi { position:relative;display:block; }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi { background-color: transparent; background-image: none; }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi > .row .container > .video-iframe-container { display: none; }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi > .row > .video-iframe-container { display: none; }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi > .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); }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi { border-width: 0; border-radius: 0; }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.66);background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;position:relative;display:block; }#tdNMsgO6lVH7cz8oFV2xceCNEs2FWyvh { color:#2e00b9;display:block;width:11.25rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:4.025000333786rem;left:5.375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y3LnT59AK7b0XBmrVnkqO5ty9AUf70BS { 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.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 1.1875rem rgba(154,82,228,0.77) ;height:31.625rem;width:26.625rem;top:2.5625007152558rem;left:2.0625rem;display:block; }
#R1OJ76MdnnoeKMbbXtcgHdInOnROx90h { color:#1a1a1a;display:block;width:24.2480625rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:8.4429264068606rem;left:31.40625rem;height:5.19791875rem;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; }
#yt9B84xyhWXHWKZK76MH1bUUTd6JLuUn { color:#2e00b9;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:4.4375rem;left:36.3125rem;height:1.79948125rem;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; }
#dHbJLnfk4TKLwg47lRKQRAWGAesLkZ4M { color:#9a52e4;display:block;width:23.75rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:25.636938095092rem;left:31.651477813721rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#dHbJLnfk4TKLwg47lRKQRAWGAesLkZ4M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dHbJLnfk4TKLwg47lRKQRAWGAesLkZ4M li:before{  }
#Us0gae08RaTFtDhJEoO9eso3VBvc0qLb { color:#9a52e4;display:block;width:11.25rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:21.625rem;left:37.875rem;height:1.79948125rem;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; }
#VdPKKJb8UoqgGkTpHQtQykE0xHfmmm1H { position:absolute;display:block;z-index:100003;background-color:rgba(240,201,70,0.22);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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;height:2rem;width:18.4375rem;top:17.375rem;left:34.3125rem;display:block; }
#vkNE5clXo43Ap5imkSq2u2Tx6kERvDqa { position:absolute;display:block;z-index:100004;background-color:rgba(201,143,243,0.46);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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;height:2rem;width:18.4375rem;top:4.25rem;left:34.3125rem;display:block; }
#wVrpgSU2whXUpJbm4T5gpdoswcaKsbS2 { position:absolute;display:block;z-index:100012;background-color:#2e00b9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:2.625rem;width:0.3125rem;top:4.25rem;left:5.375rem;display:block; }
#TWmb5U4urfzKpETyr93TEI6LnqMwDoTd { color:#2e00b9;display:block;width:14.4375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:25.850006103516rem;left:8.21875rem;height:1.79948125rem;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; }
#wwywTNf0N7xELgimXKTI5lbRkv0RENbM { color:#2e00b9;display:block;width:18.2498125rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:28.692493438721rem;left:6.3161888122556rem;height:2.59895625rem;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; }
#s3EIkuSSLTVMqD89HG4EeHuL00pzbaTl { position:absolute;display:block;z-index:100004;background-color:rgba(201,143,243,0.45);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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;height:2rem;width:20.125rem;top:25.75rem;left:5.375rem;display:block; }
#hcCNI6LtFzZtXrsRm2hc5mnnP9VUCiny { position:absolute;display:block;z-index:100004;background-color:rgba(240,201,70,0.22);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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;height:2rem;width:18.4375rem;top:8.362500190735rem;left:32.843751907349rem;display:none; }
#mJLLSZnE9W3LONUioQNBRIBsvKHi02vx { position:absolute;display:block;z-index:100003;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.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.875rem rgba(154,82,228,0.74) ;height:31.625rem;width:26.625rem;top:2.5624999525026rem;left:30.156251907349rem;display:block; }
#TpJwNl3VcO7ZOwLLMFDvFMLDhhWdAfDT { position:absolute;display:block;z-index:100005;background-color:rgba(201,143,243,0.45);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:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;height:1.99978125rem;width:18.4375rem;top:21.4375rem;left:34.25rem;display:block; }
#dnXxNMup1OcEnuZ886LA7l7SRryAqaau { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:19.25rem;top:7.1750011444094rem;left:8.21875rem;overflow:hidden;display:block; }
#B8Sq1SGw18C8Hb2t4COA0fGHEsiXpgfT { color:#9a52e4;display:block;width:22.561875rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:16.124134063721rem;left:32.245010375976rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#B8Sq1SGw18C8Hb2t4COA0fGHEsiXpgfT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B8Sq1SGw18C8Hb2t4COA0fGHEsiXpgfT li:before{  }
#c2rtLuPEtfi6tfJ2xfnrBxkbdW1sZXhw { color:#2e00b9;display:block;width:11.25rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:100014;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #01040b;top:13.087501049042rem;left:18.000001907349rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye { 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:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye.adaptive-delivery-prevent-bg, #rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye.lazyload, #rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye.lazyloading { background-image: none; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container { background-color: transparent; background-image: none; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.61); }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container > .video-iframe-container { display: none; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.61); }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row > .video-iframe-container { display: none; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .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); }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container { border-width: 0; border-radius: 0; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#Li22HRqOy6mwQztdwF6gOW2N9i3FkLZs { color:#9a52e4;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:3.5625rem;left:14.75rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DdslZCvrFWchRJuxiTBWhhvsNGqRzuro { 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.0625rem solid rgba(154,82,228,0.5);border-left:0.0625rem solid rgba(154,82,228,0.5);border-right:0.0625rem solid rgba(154,82,228,0.5);border-bottom:0.0625rem solid rgba(154,82,228,0.5);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 0.8125rem rgba(154,82,228,0.5) ;height:9.125rem;width:17.9375rem;top:10.125rem;left:1.5rem;display:block; }
#IQO7lTRTxy59FC4RQKWZ2cGeJpPwvpne { color:#9a52e4;display:block;width:14.125rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:12.624206542969rem;left:4.6281242370606rem;height:1.4625rem;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; }
#IeuCPB6THTfUWF8D535iItQx2Otc0WZq { color:#9a52e4;display:block;width:16.8109375rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:11.825006484986rem;left:22.81093788147rem;height:5.847225rem;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; }
#fxSanohZ2gFFatIdeee2RMPBPSJPnTqi { box-sizing:content-box;color:#2e00b9;font-size:1.25rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:12.811718940735rem;left:20.93593788147rem;display:block; }
#RTNSWHFSOPXwlwHITuzrrVVyggM8KoDQ { color:#9a52e4;display:block;width:15rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:11.923443794251rem;left:42.936719894409rem;height:2.9236125rem;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; }
#Hepe0y0awqaVf2HxkHUuFsJIAnPtkxfX { box-sizing:content-box;color:#2e00b9;font-size:1.25rem;font-weight:400;line-height:1;height:1.81171875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:12.448443412781rem;left:41.124219894409rem;display:block; }
#IM3N7Pomw2NxKuFUQIJCL5OywRcSKAMU { box-sizing:content-box;color:#2e00b9;font-size:1.25rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:12.624786376953rem;left:2.7532558441162rem;display:block; }
#wWpWApHBwPSxMaDa14TTQTdFcTwTCz02 { position:absolute;display:block;z-index:100003;background-color:rgba(154,82,228,0.19);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:3.25rem;width:31rem;top:3.25rem;left:14.5625rem;display:block; }
#X6XOpl8O8iK6GAmTWMaqCtUFHRRv1pqg { 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.0625rem solid rgba(154,82,228,0.5);border-left:0.0625rem solid rgba(154,82,228,0.5);border-right:0.0625rem solid rgba(154,82,228,0.5);border-bottom:0.0625rem solid rgba(154,82,228,0.5);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 0.8125rem rgba(154,82,228,0.5) ;height:9.1875rem;width:18.375rem;top:10.1875rem;left:20.25rem;display:block; }
#LraJMpcXsKZIxn9xVH1Tur96VFnXxnk2 { position:absolute;display:block;z-index:100006;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.0625rem solid rgba(154,82,228,0.5);border-left:0.0625rem solid rgba(154,82,228,0.5);border-right:0.0625rem solid rgba(154,82,228,0.5);border-bottom:0.0625rem solid rgba(154,82,228,0.5);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 0.8125rem rgba(154,82,228,0.5) ;height:9.125rem;width:17.9375rem;top:10.125rem;left:39.75rem;display:block; }
#Cwnue4WJnVKsX0DghwQ2KQhNt8X55h4T { color:#9a52e4;display:block;width:14.125rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:14.623436927796rem;left:4.6273441314697rem;height:1.4625rem;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; }
#uQXVifnVgiW7z6mB7dAcGcaAdH4aVeAC { box-sizing:content-box;color:#2e00b9;font-size:1.25rem;font-weight:400;line-height:1;height:1.81171875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:14.585938453674rem;left:2.7523441314698rem;display:block; }
#yzWeUylaz937uis4X1mFU4aXOEPlBM8n { box-sizing:content-box;color:#2e00b9;font-size:1.25rem;font-weight:400;line-height:1;height:1.81171875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:14.848443984986rem;left:41.124219894409rem;display:block; }
#dMz5TbD1NsT6S742x6EtUReh4h781XEt { color:#2e00b9;display:block;width:15rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:15.010162353516rem;left:42.936719894409rem;height:1.4625rem;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; }
#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe { position:relative;display:block; }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe { background-color: transparent; background-image: none; }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe > .row .container > .video-iframe-container { display: none; }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe > .row > .video-iframe-container { display: none; }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe > .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); }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe { border-width: 0; border-radius: 0; }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#wRoIwk0uys1ukmB3b9EgFu12zFkzxtrJ { background-color:#2b00a7;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.3125rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:0.59375rem;left:21.750001907349rem;display:block; }
#Q6mcA8xuKnZx7iBeW2z9aa2Eta61vKei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 { 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:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8.adaptive-delivery-prevent-bg, #bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8.lazyload, #bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8.lazyloading { background-image: none; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container { background-color: transparent; background-image: none; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container > .video-iframe-container { display: none; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row > .video-iframe-container { display: none; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .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); }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container { border-width: 0; border-radius: 0; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#OZgveMhzmFLRQIkyQ06kJIo3MewyF0sU { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9a52e4;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.5) ;height:20.3125rem;width:18.75rem;top:9.9375rem;left:1.0625rem;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.5;letter-spacing:0;top:25.875rem;left:1.0625rem;height:2.8125rem;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:23.1875rem;left:2.1875rem;height:1.95rem;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; }
#hCSkIL4rET758gbRzE5J9nBwPg5REh28 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:13.0625rem;top:10.625rem;left:3.875rem;overflow:hidden;display:block; }
#CMMgtONJzXZbdF9kTe13ZcrCLUoBfTX4 { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9a52e4;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.5) ;height:20.3125rem;width:18.75rem;top:7.8125rem;left:20.625rem;display:block; }
#Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { color:#9c51d3;display:block;width:16.5rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:25.125rem;left:21.75rem;height:2.8125rem;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:14.6875rem;position:absolute;font-family:sarabun;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:20.5rem;left:22.375rem;height:3.575rem;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; }
#sgOVy8cG115tk10M2fgSGJrExrHl6S6m { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:13.0625rem;top:7.8125rem;left:23.4375rem;overflow:hidden;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.5;letter-spacing:0;top:25.875rem;left:40.75rem;height:2.8125rem;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:23.375rem;left:41rem;height:1.7875rem;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; }
#CI4rZaOzL7vfePDy2DWR6w3oX8HoqoB2 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0.375rem solid #9a52e4;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0rem 0.75rem rgba(151,151,151,0.5) ;height:20.3125rem;width:18.75rem;top:9.4375rem;left:40.1875rem;display:block; }
#uPvSOBGH0UTLOTZTawLyFq3pVcqHlERD { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1875rem;width:11.5rem;top:11.375rem;left:43.9375rem;overflow:hidden;display:block; }
#TNHsZP69VfLQtOMGc2ghtUrT4SHDbcTt { color:#2e00b9;display:block;width:30.5625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:2.25rem;left:14.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF { position:relative;display:block; }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF { background-color: transparent; background-image: none; }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF > .row .container > .video-iframe-container { display: none; }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF > .row > .video-iframe-container { display: none; }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF > .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); }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF { border-width: 0; border-radius: 0; }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.43);background-image:none;font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#BXQTwprxzr29yy8I2eBOOr4VKwCSqMEi { position:absolute;display:block;z-index:100003;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.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: 0rem 0rem 1.25rem rgba(154,82,228,0.7) ;height:6.5625rem;width:40.5rem;top:28.3125rem;left:9.75rem;display:block; }
#MHVbe8MUGSM8NMpVTQnUNOab0q5mShQP { 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.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:19.125rem;width:40.5rem;top:8.3125rem;left:9.75rem;display:block; }
#iAvE1lgTIXCVPwVg3SR6AcakNnmzw2yM { color:#2e00b9;display:block;width:35.875rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:29.4375rem;left:12.0625rem;height:4.3875rem;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; }
#fAB6co2Ex7GnTWeI7BT3Ee5uJ03UXXf7 { position:absolute;display:block;z-index:100009;background-color:rgba(154,82,228,0.5);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:3.25rem;width:25.9375rem;top:3rem;left:17.0625rem;display:block; }
#bQmV23EPAG0NIAfLwrKrZuZNuJyR4ged { color:#2e00b9;display:block;width:23.5625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:3.3125rem;left:18.21875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xUoJewFXAAabLVfitWiE3V25Nz0JQQ0E { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14rem;width:18.75rem;top:10.875rem;left:20.625001907349rem;overflow:hidden;display:block; }
#GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx { 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:none; }#GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx.adaptive-delivery-prevent-bg, #GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx.lazyload, #GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx.lazyloading { background-image: none; }#GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx > .row .container { border-width: 0; border-radius: 0; }#GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:none; }#P4vXtJxOa8IiJ7mAVZL9OTECOFq4BoU4 { position:absolute;display:block;z-index:100016;background-color:#c98ff3;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.3125rem;width:5.3125rem;top:7.5rem;left:15.25rem;display:block; }
#Ws6UKl8plqEif48cGze4PFt1Sa24PkHs { color:#185800;display:block;width:3.875rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:8.5rem;left:16rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FXuqlBy7yqFFZQozoBakrgFOSGyukqi5 { position:absolute;display:block;z-index:100004;background-color:#f9f9f9;background-image:none;border-top:0.25rem solid #c98ff3;border-left:0;border-right:0;border-bottom:0;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 0rem 0.9375rem rgba(154,82,228,0.5) ;height:20.5rem;width:16.875rem;top:11.0625rem;left:9.5rem;display:block; }
#HFkmCbgmDymaXqpuKxbh9Xn6XOBpqEvG { color:#1a1a1a;display:block;width:14.625rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:17.87499332428rem;left:10.59375rem;height:10.5rem;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; }
#HnRhTuX76gIb7t1a93WsRGTaFbsBer9l { color:#000000;display:block;width:15.2485rem;position:absolute;font-family:sarabun;font-size:1rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:18.935548782349rem;left:34.437934875488rem;height:3.9rem;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; }
#z8TmUXIstzHLQR0T4PIEldVP3KWk3eW4 { color:#660686;display:block;width:14.75rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:14.25rem;left:10.5625rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMF0OKv77OWzhc7Z6R5ykr1umUsIqqiI { color:#9a52e4;display:block;width:14.75rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:14.5625rem;left:34.6875rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#famBAMpKC0Vn1sDkSPyAy6ydfynxsWi0 { position:absolute;display:block;z-index:100017;background-color:#c98ff3;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.3125rem;width:5.3125rem;top:7.5rem;left:39.4375rem;display:block; }
#O6JiO5qPoTPTzEmPkG2K9d0C1OamevDf { color:#ffffff;display:block;width:3.875rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:8.5rem;left:40.125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KAbakhq2ShfJcd8iLEMaJfP9mAQD5XXH { position:absolute;display:block;z-index:100005;background-color:#f9f9f9;background-image:none;border-top:0.25rem solid #c98ff3;border-left:0;border-right:0;border-bottom:0;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 0rem 0.9375rem rgba(154,82,228,0.5) ;height:20.5rem;width:16.875rem;top:11.0625rem;left:33.625rem;display:block; }
#LbTnH5rGXw7rZAuPMbmRhViwAe9kfmZo { color:#9a52e4;display:block;width:30.5625rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:3.375rem;left:14.6875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qColctiggPhl0snksJLocIkzBJ8tGDGz { position:absolute;display:block;z-index:100006;background-color:rgba(154,82,228,0.19);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:3.25rem;width:31rem;top:3.0625rem;left:14.5rem;display:block; }
#bhkJyTTTKDNQE1V2nurWareFeeasuAKD { position:relative;display:none; }#bhkJyTTTKDNQE1V2nurWareFeeasuAKD { border-width: 0; border-radius: 0; }#bhkJyTTTKDNQE1V2nurWareFeeasuAKD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.43);background-image:none;font-size:0.875rem;font-family:arial;height:29.125rem;width:60rem;position:relative;display:none; }#AnRDFfu95Ws3wWh1XmEkKEaqb62upTUu { color:#151517;display:block;width:22.3125rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:4.3742189407349rem;left:18.843751907349rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dg2106HXpfSR9yym1qkufS5GzReTWo7Q { position:absolute;display:block;z-index:100007;background-color:rgba(154,82,228,0.5);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:3.25rem;width:25.9375rem;top:4.0625rem;left:17.031251907349rem;display:block; }
#PcmlX9vqnlepce3dcylvUrzUJgcTPdU1 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:29.625rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
#iSLoBSd207IsN0Z2XyE34KzkUIHdKvQR { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;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: 0.0625rem 0.0625rem 0.3125rem rgba(14,8,56,0.68) ;height:10.75rem;width:56.8125rem;top:13.625rem;left:3.1875rem;display:block; }
#XTH7EC1JrFfUV00BlsrpKWJtrA22mzXl { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:22.3125rem;top:11.843536376953rem;left:3.6553821563721rem;overflow:hidden;display:block; }
#nzNVuSEiG46iflGoQPn5JSSOXTa6h02S { color:#151517;display:block;width:29.4998125rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:100011;line-height:1;letter-spacing:0;top:9.9988951683044rem;left:28.404949188233rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nLiveA0LTbM6dC1HvhzLzL6O3ZAJOqtx { color:#151517;display:block;width:30.5rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:14.859375536442rem;left:27.875001907349rem;height:3.75rem;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; }
#dtJ7TOPwrQS5yURU0SwCFHE9rBumKITL { background-color:#f0c946;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:#151517;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.3125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:19.656250953674rem;left:34.812501907349rem;display:block; }
#pD8EWmcD7R9ymhSK8yrtFcMInpztBfI6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ciTUHGAWfrahRnfs3r8B0XQ2Bg0BAHwl { position:relative;display:none; }#ciTUHGAWfrahRnfs3r8B0XQ2Bg0BAHwl { border-width: 0; border-radius: 0; }#ciTUHGAWfrahRnfs3r8B0XQ2Bg0BAHwl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.43);background-image:none;font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:none; }#yIgFdzbhAIVgF9XXM4R73T1fLSLf5bXI { position:absolute;display:block;z-index:100003;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.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.875rem rgba(154,82,228,0.6) ;height:23.125rem;width:24.875rem;top:9.6875rem;left:4.3125rem;display:block; }
#zTsZcf61ZzrcOdp04SeNfzFk7OqWJu9n { color:#151517;display:block;width:24.3125rem;position:absolute;font-family:kanit;font-size:2.625rem;font-weight:700;z-index:100009;line-height:1;letter-spacing:0;top:4.375rem;left:17.843751907349rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lGhH4daXc4rVU1NEewcxreIeV8vRUCKO { color:#151517;display:block;width:22.5rem;position:absolute;font-family:sarabun;font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:12.162540435791rem;left:5.5674915313721rem;height:13.78125rem;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; }
#UlSDv8CeG700vo4mkscIp75vqUZtcRfM { 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.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;height:23.125rem;width:24.875rem;top:9.6875rem;left:30.625rem;display:block; }
#qV9S3THIS6gFO012ouzJg1M1dHA5BH4J { position:absolute;display:block;z-index:100007;background-color:rgba(154,82,228,0.5);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:3.25rem;width:25.9375rem;top:4.0625rem;left:17.031251907349rem;display:block; }
#ih5NmVUs2PleRw5IROH3UwarOmaWVTkO { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;height:11.875rem;width:22.6875rem;top:16.374999821186rem;left:31.718751907349rem;overflow:hidden;display:block; }
#WIB37l8vlyuMCpfO7av87rK5qDEOJT5D { color:#151517;display:block;width:19.125rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:12.171874821186rem;left:33.562501907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MwWf08L364HoghFK0mZ9onJRM7rl7UgU { color:#151517;display:block;width:19.125rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:29.734375774861rem;left:33.562501907349rem;height:1.12521875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgQZiROi0rMTczlAWI1t7EW88o2kO6u0 { z-index:100003;top:27.288422584534rem;left:8.5036888122556rem;background-color:rgba(201,143,243,0.39);background-image:none;border-top:0.1875rem solid #b46bff;border-left:0.1875rem solid #b46bff;border-right:0.1875rem solid #b46bff;border-bottom:0.1875rem solid #b46bff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#9a52e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.62586125rem;height:3.62673625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qe9V3C6RCy8ciS80qkQEKQ3ZUNSsfXyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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/716fe17e-de29-48f7-b07d-4524c72fda89/273578825_683323539353429_4172070921886881002_n.png");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(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 { font-size:0.875rem;font-family:arial;height:37.5625rem;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; }
#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; }
#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:34.125rem;left:18.8125rem;display:block; }
#QXT54bwhOVAvTdiWTuhLBU5HwVJrfTXQ { 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.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: 0rem 0rem 1.125rem rgba(154,82,228,0.75) ;height:35.5rem;width:32.4375rem;top:0.625rem;left:26.718751907349rem;display:block; }
#hc7WDV3aK1XFu8lDZOePTg2OQ7pWRm3G { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.6875rem;width:42.875rem;top:9.5734372138975rem;left:0rem;overflow:hidden;display:none; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-form-header {  }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:25.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-text { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #464646;border-left:0.0625rem solid #464646;border-right:0.0625rem solid #464646;border-bottom:0.0625rem solid #464646;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:prompt;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-text {padding-top: 0; padding-bottom: 0;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-textarea { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #464646;border-left:0.0625rem solid #464646;border-right:0.0625rem solid #464646;border-bottom:0.0625rem solid #464646;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.8125rem;overflow:hidden;font-family:prompt;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:center;text-align-last:center; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-select {padding-top: 0; padding-bottom: 0;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-button { border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;background-color:#ffcb0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#000000;width:25.1875rem;height:3.75rem;font-family:prompt;overflow:hidden; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv [class*="-text"]:-moz-placeholder { color:#00182f;font-family:prompt;font-size:0.8125rem; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv [class*="-text"]::-moz-placeholder { color:#00182f;font-family:prompt;font-size:0.8125rem; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv [class*="-text"]:-ms-input-placeholder { color:#00182f;font-family:prompt;font-size:0.8125rem; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv [class*="-text"]::-webkit-input-placeholder { color:#00182f;font-family:prompt;font-size:0.8125rem; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:prompt;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:prompt;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-container:first-of-type{padding-top:0;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-container:last-of-type{padding-bottom:0;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:29.874267578125rem;top:8.873291015625rem;z-index:100053;position:absolute; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.1875rem;display:block;vertical-align:top; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-info-text { display:block;height:auto;font-family:prompt;font-size:1.0625rem;line-height:1.3;font-weight:300;color:#2e00b9;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv {display:block;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:29.874267578125rem;top:8.873291015625rem;z-index:100053;position:absolute; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #wSO4v04iLxQJm7lLOoahbp9ZOcn866tt { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #HVXMZD2Ww0irSlDZhmg9f17SgR21ppFM { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #C6F6idA7ikPa7rdp2M0g193QepBnadB9 { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #mAxkGyDGtBabyQFytUV3u6Uo6W60AcsS { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #K3qC3LoAZT6aZntoEHL1XcTGuLS809z9 { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #FeMFKSQdtVMbeuHoQgZOoGFJioAeKyzO { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #Kkl0xEM4epG1dNhyiAkVUZqs3gCxxOub { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #s7dzS92tQFib9nXTkQrl8sgoQyd4JpKR { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #LzTwlbJng19Db6k6UIPuCWuCMeEMIlOu { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #pCUUteUHL1l5oPwcfkO8o5Cbm9dXPPN0 { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #blpMl93fOSJoD6BSFwDeCgqFW2N25FkA { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #VstEPxa0t0JmF3h1nTdGqrHKysgaDAB8 { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #qriuVt4BeSggwWUqhzrvKGkTtKGnFlEN { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #EfKdTqvIHSPKK5diitzBbp6vxCNy74Im { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #wxGSbsOrv0EQDTx3MLETM6QqkEw5EspT { position:relative; }
#LFfUctdUzmR6EnCk7MLwpaWhmJga5I9l { position:relative;display:block; }
#lAAiVVRKOtO5PweTC0qUoElQTKDrz8ck { position:relative;display:block; }
#ap3VfZEHVJ8izsdomVr1ePow4Fzzt1e3 { position:relative;display:block; }
#SWPPuUqqCEJHV9dqR9tswM9QBABT7EIc { position:relative;display:block; }
#Kmtsqu07TzQe2rHQRu7axDX44Tnw8tan { position:relative;display:block; }
#JeCuTrlqnukXK89T95SJ0TAdKmUto5SR { position:relative;display:block; }
#z09GrhEHvX5lNz8hfCW6xTIXgyWoexDv { position:relative;display:block; }
#maZer4viTCQ9fZsmyJ6vy77WdT1MhSND { position:relative;display:block; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #hD1NbSOHP4wyqHwgNmn957etwy4UNbtt { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #I7Xt4o3et2ppZLBXViXzLUGaVaAGLeTh { position:relative;z-index:2; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #x2Xw7JmLBk5M4na6sBEhsAPc5Ia4yTKR { position:relative; }
#Dmv6egG94GyyMq0JB5P2E2P0LKzJ7to1 { position:relative;display:block; }
#WOhqbb0kHyKTCnkq3wMFVUZWAHlOeST7 { position:relative;display:block; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #ShyQO05UKa4EEwx39xqMenPh9ItOlOA1 { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #ZcgvJnfe86LaBtHXLdvDTe8iPbyWqKFV { position:relative; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #txT6m8M986hWsVeAwkmduVDqy7W9pyvf { position:relative;display:block;z-index:100000; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #Qa3uZax13gQhw4qZusucyDVgve4sIXF1 { position:relative;display:block;z-index:100000; }
#F6n65Fivh9oCz4ALAwgTqGGFkpEICr3Z { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;top:4.3992185592651rem;left:35.906251907349rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CBSIRqQ2gNfTm3h7kBeVb9wqslRdVxBX { color:#000000;display:block;width:11.125rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:8.374218940735rem;left:38.156251907349rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kTM26nzep0PZdN8nK9liNZOpc8QlabR6 { color:#ffffff;display:block;width:22.999125rem;position:absolute;font-family:kanit;font-size:2.4375rem;font-weight:700;z-index:100007;line-height:1.2;letter-spacing:0;top:1.5505599975586rem;left:31.904296875rem;height:5.84895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5509fZv8wTUnT21p9WW4Kpek7OTlfyS { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:16.3125rem;top:16.410937786103rem;left:5.3070316314697rem;overflow:hidden;display:block; }
#t9XatDkWBhUcbLBo0EDHqbP2MFLAAkZa { color:#151517;display:block;width:15.1859375rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:31.347657680511rem;left:5.3070316314697rem;height:3.75rem;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; }
#JHqPfDm4RmFHfTqPUW0Rq02oaElFVQKh { color:#9c51d3;display:block;width:23.0616875rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:2.3937501907349rem;left:1.8999996185302rem;height:;text-align:center;text-align-last:center;font-style:normal;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; }
#dHvlH5exzIfUq1y4Nt5x2540ZieAk3SS { color:#000000;display:block;width:24.8116875rem;position:absolute;font-family:kanit;font-size:2.0625rem;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0rem rgba(255,233,5,0.96);top:4.3359375rem;left:1.0562496185302rem;height:4.5364625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r61yWPUqLqoNUVh5cSnTPKnZEoAiNSIT { color:#9a52e4;display:block;width:23.2484375rem;position:absolute;font-family:sarabun;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:10.278906345367rem;left:1.8382816314698rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:37.9375rem;width:60rem;position:relative;display:block; }#z5Nx2wRM0EJTCooZVl6OV1veuadFPA0R { color:#2e00b9;display:block;width:21.25rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:9.6414184570312rem;left:5.8734378814697rem;height:1.4625rem;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; }
#rc5qVMe1c2zKga7wJApREQfgqt2DTGEp { 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;height:3.625rem;width:32.625rem;top:2.8125rem;left:13.6875rem;display:block; }
#uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { color:#2e00b9;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:3.375rem;left:16.687501907349rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJqGwEm9kfBSPJZdaZ2zvVJkGnCWvhze { color:#2e00b9;display:block;width:48.25rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:12.061737060547rem;left:5.875rem;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; }
#ofO6FgnaGT9D36GLwwqbOd45svgENqs8 { position:absolute;display:block;z-index:100002;background-color:rgba(201,143,243,0.19);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:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;height:8.8125rem;width:52.9375rem;top:7.8125rem;left:3.5609378814698rem;display:block; }
#FdwzhCINvNTOR1trTykh5glrMQS0Mgui { box-sizing:content-box;color:#400068;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:10.249218940735rem;left:51.061719894409rem;display:block; }
#V9ihGR9eWzTZlxShUzpXsekkie44kJ4p { position:absolute;display:block;z-index:100003;background-color:rgba(201,143,243,0.19);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:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;height:8.8125rem;width:52.9375rem;top:17.5rem;left:3.6234378814698rem;display:block; }
#JLxH3Md5hU0TzU0JOiVcG8uV5QaxQwgQ { box-sizing:content-box;color:#400068;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:20.96875rem;left:51.061719894409rem;display:block; }
#cd9VG54dGktsykpAUqpHup9HUmA9d0xq { color:#2e00b9;display:block;width:29.5rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:19.362501144409rem;left:5.8734378814697rem;height:1.4625rem;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; }
#cMywy3zzUxlObT6WxQO6gAiLUrl7T8o2 { color:#2e00b9;display:block;width:48.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.6875rem;left:5.875rem;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; }
#cNUHue4VzJuNAqBKaEZSJzMQhJHN15dQ { position:absolute;display:block;z-index:100004;background-color:rgba(201,143,243,0.19);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:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;height:8.8125rem;width:52.9375rem;top:27.1875rem;left:3.53125rem;display:block; }
#DOOmFUJ41PP7hafsZUZ2tMRk6aHK6Skl { color:#2e00b9;display:block;width:29.5rem;position:absolute;font-family:sarabun;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:29.362501144409rem;left:5.8734378814697rem;height:1.4625rem;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; }
#ZFE4tGZubcEeoLI8PVAVRVDlFoTSzMXt { color:#2e00b9;display:block;width:48.25rem;position:absolute;font-family:sarabun;font-size:0.9375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:32.125rem;left:5.875rem;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; }
#vqkhyEv72nFPFMSNBHUgHA21Wuv0uDqK { box-sizing:content-box;color:#400068;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:30.65625rem;left:51.061719894409rem;display:block; }
#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.0625rem;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:prompt;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.59895625rem;display:block; }
#TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { color:#9b9b9b;display:block;width:30rem;position:absolute;font-family:prompt;font-size:0.75rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:2.924475rem;display:block; }
#DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { color:#9b9b9b;display:block;width:20.875rem;position:absolute;font-family:prompt;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.975rem;text-align:right;text-align-last:right;display:block; }
#aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { color:#9b9b9b;display:block;width:14.9375rem;position:absolute;font-family:prompt;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45.0625rem;height:2.5989625rem;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) { #QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI { display:block; }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzkVqkaN3goJq0qhKy7pT1LLnDmQSpQB { width:12.375rem;height:2.875rem;top:0.875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCAzLcPFd4eDedpa5ydU8Xgy8ASyQ51r { display:block; }
 }@media only screen and (max-width: 763px) { #Hmb0ZkNELfOGueprgFauZQhvigdbiX76 { top:1.5625rem;left:3.943359375rem;width:12.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .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; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .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; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO { display:flex;width:18rem;height:5.0625rem;top:1.4375rem;left:17.21249961853rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #TgvGVxPvioag0fFI2waZCpHe0M1Rk743 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #r6A4qZre1VUJ0LR9EBD7WQ7imq5xMfvs {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #oe9Bd4k6A1Ge12bqAbmy2G0AVPtJH6Sq {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #BswGSAMoxkIT87VF7dbNm9mJxbyupIuU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #Zg4Sl9q7VJTc7yK4eNqCWM0MHsUiNsTw {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #ABZ7bTZ7g2OB8PopdJCHu5tGTo9BaTNt {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #UxRbEueV3CCAxT47Zecu4C2bzMgeiAiF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #vmEI3zhDc3N16dxIaEEzJMQqKX746taA {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #B9cKyCwd0NeiDBqUCo7wXX4PC92FnKsF {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #X9Xw8qx0ZauoPpVrmLrmAKM0QcpL41yk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #TsDhiIEkuDmbxNuIk11rcSvZ7aaMeKfy {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #GekqEySpD69Zrq0BXAqJ8hGJdF5zhiAU {  }
 }@media only screen and (max-width: 763px) { #yVaOzkXURMfDF76buu8T7688sLx48s7t { top:3.1875rem;left:0rem;width:36.5625rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO { display:block; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrV6EuOd3gIDJnTLwJS8HPftZm2m8DsF { top:2rem;left:28.187162399292rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqUkeVvOJ0ml2bmIAVLbF9fCDUvdkcBO { top:1.625rem;left:45.75rem;width:2rem;height:2.3633435247871rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eltt9S8wnVroJ3dk7KIlwKvotgA9ESIu { top:6.5625rem;left:18.5625rem;width:29.1875rem;height:6.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpUsaeJkZUaBKm9Rl85tXUCqQ7RSDyw { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8iqebmXkb43eNVEZHcWkczapHaudQ6P { width:16.5625rem;height:4.25rem;top:23.375rem;left:29.254776000976rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVThfbWZCIPPAwxHNzm4LnTDG4P0mLFN { display:block; }
 }@media only screen and (max-width: 763px) { #yGe7l7kN7NSgyT50DwnvGlZqbFksmrTJ { top:14rem;left:18.375rem;width:29.375rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzMGMG1lAAslVHDd5A71UXdVzdcGQtq9 { top:4.4375rem;left:20.8125rem;width:26.9375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNMlNRwc3STz83VQZr2bgP3txWH0aTCC { top:10.3125rem;left:0rem;width:11.125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4whznvRLWHt8qfV7pRDCChXX5JUlkcw { top:3.1875rem;left:0rem;width:36.5625rem;height:27.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 { display:block; }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q226J0G93LgRGNQdT8rwhEyy7hfzMJte { width:14.4375rem;height:5.0625rem;top:2.9375rem;left:0.68593788146975rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3v51yRpHTEhksItTbGVZmeJkOhpZQ6F { width:17.375rem;height:1.4375rem;top:4.75rem;left:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vthbeQxmAMNEzbyqaNe3wBhqfpi9pqCo { width:14.4375rem;height:1.4375rem;top:4.75rem;left:32.436719894409rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlk2ewwRlDfSQq4I6UzEoqBTITqLGlaH { top:0.8125rem;left:15.75rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRGGyrrfJ5TG1pp7yR8sToGWT9qobrvu { top:1.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LllzPKiLzdBD5c880w2KqVgToSJmt8T4 { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MBpgfPVf5NpbL4w8fa6ucQ07TGpMOobS { top:3.0625rem;left:31.625rem;width:0.125rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R { display:block; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEg6es8Ew39X7rFblbusymoTeCFaUzIZ { width:21rem;height:1.6875rem;top:11.375rem;left:4.7484378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqIkyHNrK6A9UsGmAqM1cTPAtHuW8rtA { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seVGkdDAnSmQ4yvkbBtiAbFJZBy88dyn { width:3.375rem;height:5.0625rem;top:11.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnWn5L4WyOsb6s99MCo3l5RamCAzTmcw { top:10.5rem;left:34.1875rem;width:13.5625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1ciPS9hD4yQEI3W9gW72vLx2I0nU2y { width:24.9375rem;height:2.875rem;top:13.0625rem;left:4.7484378814697rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poD7UV74rhu9Vr6cGOIvKuPQTHyqnAu7 { width:47.75rem;height:6.875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWy7DtAnldHfTILpdh8pLsClnGWnmnvf { width:19.6875rem;height:1.6875rem;top:19.5rem;left:4.7484378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9WaD1vHTPJ56EZJFkGBJfxXnT77p2Kk { width:3.375rem;height:5.0625rem;top:19.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STq2QBilgb3QP71oO7sOfDqNm5R89gSJ { top:18.5625rem;left:34.25rem;width:13.5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suKAT2IKdwZGtCmG67SoTInGgAGURsOa { width:27rem;height:2.875rem;top:21.1875rem;left:4.7484378814697rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzTPsxuNGHvrt7ICVVab6zKWNwLKT9o { width:28.6875rem;height:1.6875rem;top:28.625rem;left:4.7484378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToZlHtW3km8evO4FxuRN66Tc6XKr8bS { width:47.75rem;height:6.875rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IipqTZTDL0KMrz5ulXmtyCkTLekBfIme { width:26rem;height:1.4375rem;top:30.25rem;left:4.7484378814697rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvWI9yE27wLlwRU8rsAwHIRPNKEc5OmR { top:35.9375rem;left:34.625rem;width:11.375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARK6zND1heghw6bxgF3BCcO6vvXdDur { width:47.75rem;height:8.75rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfpLGUShuzIFbVb9r1T7e0hXU6KhLx5P { width:25.9375rem;height:1.6875rem;top:36.875rem;left:4.7484378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vas68FDwBlNKvycN0HTrlN0yrwXPSOO4 { width:26.25rem;height:2.875rem;top:38.625rem;left:4.7484378814697rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCuy3CybMU3SgGbEuhyO4XyJkGRZsMEs { top:44.8125rem;left:34.0625rem;width:13.6875rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua6AOEpp87WniTaiQIypAZAvqGLFBgm7 { width:3.375rem;height:5.0625rem;top:27.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFIyVH7qmQc0sdD63bkNqqKz0UUacZLr { top:3.5625rem;left:7.56093788147rem;width:32.5625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTFMLX7yEzJFWiKdfsoQswiKXCcaFDpa { width:3.3125rem;height:5.0625rem;top:36.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGquh2QgSbOL7sHiV0Er5gGJczxb7CHm { top:3.3125rem;left:7.4372825622556rem;width:33rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fweIBbrAAAeTPHJXDhI0WUl4adCUb8gJ { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #edIcymQfbR8d0PHlVrrBDQkJNb7T2NE1 { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCTUOwXv1H8TvEXRMJh7VeweLQf8LEPf { width:47.75rem;height:8.125rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT8Zo5VW9qdEAzpHrZhHK3dwpcf06cNo { width:3.3125rem;height:5.0625rem;top:46.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrH5QBucGanUpV892bUwbH1fBmUlcwT { width:25.9375rem;height:1.6875rem;top:47.25rem;left:4.7484378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUBF12mkmOiVLqDuKWPe5WdWVauI8JMo { width:34.375rem;height:1.4375rem;top:48.9375rem;left:4.7484378814697rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyVMGOOKaribEz2Ga0h54aRcRwETnB0J { width:47.75rem;height:6.875rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhsPIM6aQZNw2XwfUTx3E7g4p3mRSA0i { width:3.3125rem;height:5.0625rem;top:55rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt9kDFFQvBaGFRfUoJG46y7TPmVCbQn4 { width:25.9375rem;height:1.6875rem;top:55.8125rem;left:4.7484378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoPX81OI7VTff0xrJCDofbgMyqi3S3NI { width:34.375rem;height:1.4375rem;top:57.4375rem;left:4.7484378814697rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwwbVTTkbvsTqWyBoBTNFzfWze4xsL3R { width:47.75rem;height:6.875rem;top:62.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWb3NlWeI7TzP3WRvZX7cfLCWNVRegGk { width:3.3125rem;height:5.0625rem;top:63.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCX2PObtSFh425uVKBTqD3TJDeeEEFAV { width:25.9375rem;height:1.6875rem;top:63.3125rem;left:4.7484378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT3VUHvwibmUfLTS7OZ4uV2O5ERMXyo2 { width:34.375rem;height:2.875rem;top:65.1875rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRG1FDTeItzfoAesTPm689iwHCHbc0i6 { top:26.625rem;left:34.6875rem;width:13.0625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWabveeN4Eo6ak8kvD2x7mN3qvXpvWBl { top:53.3125rem;left:39.125rem;width:8.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceFtHK6Zu4FhKVaLeT5kSBdXyTJnOEPP { top:62rem;left:40.0625rem;width:7.6875rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh0oLpAXnh6LeieTA7OES6TL9mF1lBs7 { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eio1IhzJBcNnGeTsfBqNrUZmLWJBpZqb { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRsCyTLLiFTrNV7Ifn777e368LK3iCJo { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJi4ZqTGdUeG3pdz3vD8TxMfQR25WrPs { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqBJgQ8pwZyqZxERq6lme5hyfV3HHkqM { width:47.75rem;height:6.875rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SicTGHKwkn7rnmzIu668fQ5eFs3TeAN3 { width:3.3125rem;height:5.0625rem;top:71.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0dMuiDn8i6EwBGLceGrfPqh8Ay16kzS { width:25.9375rem;height:1.6875rem;top:72.25rem;left:4.3734378814697rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEKNhBiBtSAi9KIkJv1JPOW2AScAqP2o { width:34.375rem;height:1.4375rem;top:74.125rem;left:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSgC2TfAbDUmxyDq1XRPSZHEPg9CSlhy { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zl0M8N5PNSTc6JNxbxq1TZJ2ET4fT4PW { width:47.75rem;height:6.875rem;top:10.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JA7kTRDcA99syqTCX1TI31yIUuiQckGw { top:69.5rem;left:38.875rem;width:8.875rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 { display:block; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nn1Zc1N5gyMQZx9V4PUP3KTae6WedaT2 { width:11.625rem;height:3.875rem;top:16.3125rem;left:18.062501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyAP3g4zXxxHJXAu9ySywMMxggkTvb4x { width:13.375rem;height:3.875rem;top:16.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1gbnHsRma132TTN0Ov3SGfZnG4Kw7Gu { width:11.3125rem;height:5.1875rem;top:30.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwqVkpMPmkSMcuHASSKG8twyFpTASSk { width:8.6875rem;height:5.1875rem;top:16.375rem;left:38.62265586853rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WodzRpdCWiG754XQakRHbx6hHKemTosN { top:46.4375rem;left:7.5rem;width:32.75rem;height:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pAcXM9SQO6XXGUVOOiNcwGVuzyDAJt88 { top:8.375rem;left:0rem;width:12.875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOxI56DBdmTzwhavCxiQLBmewX9GrXF1 { top:7.8125rem;left:18.062501907349rem;width:10rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHaiABHETo2TbRsoZ4VfkOovpncXOy0k { top:23.3125rem;left:1.0625rem;width:8.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSB3rJQvrGswIx2XulIL3ZdgTOKMig3X { top:9.9375rem;left:40.59140586853rem;width:4.75rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8wlP7d6XbZiqO5WTVKppns7ueg85hIt { top:2.4375rem;left:7.5rem;width:32.6875rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUAANyDv9rRru4v4qHzD6QhPGObCMlT9 { top:2.25rem;left:6.875rem;width:33.9375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ux9f2Vky63Do7KVa7frOWqwzfAivzq { top:22.5rem;left:19.562501907349rem;width:8.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPCPySTMBaBRD2JubWEEvrbZh3OUFPXe { width:11.3125rem;height:5.1875rem;top:30.3125rem;left:18.437501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udIU0CgV0UTi2S2N1kC9vaItmG1kfVz3 { top:23.3125rem;left:38.65390586853rem;width:8.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVKqUGkz7URB4ySL3gG5kRMa2HW4oPg7 { width:11.3125rem;height:3.875rem;top:30.9375rem;left:36.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc { display:block; }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8fdKAGVmaCwqpgPEzLsers1EQiuCuvV { width:16.5625rem;height:4.25rem;top:0.6875rem;left:15.561719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtQuHhKdtvfFlbw9FmpmIPQZSN4lHPFw { display:block; }
 }@media only screen and (max-width: 763px) { #fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr { display:block; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhDzTz8wGGpxXbZ37GPWebzg6TT8bcGr { width:38.75rem;height:2.5625rem;top:2.1875rem;left:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #udFk2uNtHSN99EB0VfNhraodI9hlLc9i { width:18.375rem;height:12.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQgAuOAzpFMplEhh0KAKiFErTuMyEsCw { top:6.5625rem;left:0rem;width:6rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwNnZrCg9zFupRIi130SpmiLHgSHWqxD { width:18.375rem;height:12.75rem;top:7.75rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCJ12CKolGy01CiorSHC5pwUGZrOMFTM { top:9.375rem;left:3.4375rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7sp2MZ1eE5RzDsccHUdu6xbldvHaZVk { width:16.375rem;height:4.875rem;top:13rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FREcLCTwxbmiFaOmXivSgONDImAwthcu { width:16.375rem;height:4.875rem;top:13rem;left:15.687501907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsSXvM1EmrLz6RRNyPI1ooeAvDmFohF { top:6.4375rem;left:17rem;width:5.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5qvpzuBXKA4J9lvfbN8l6VUMHaKv1JV { top:9.375rem;left:22.9375rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWASFI6bIszdelcbmVTHPIygWwHOfaFl { width:7.875rem;height:0.9375rem;top:18.375rem;left:0.49921798706055rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecy4k2JFOQX59zC5g0bqz5tp5KXgb8OI { width:7.5rem;height:0.9375rem;top:18.5rem;left:20.125001907349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sltguJquOSebos9x0e03WyKi5g7aVLPA { width:18.375rem;height:12.75rem;top:7.75rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEER7C9gaDExI5N28hodwq6a4MTCTgGi { width:16.375rem;height:4.875rem;top:13.25rem;left:31.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPWEbPaP6u4sOwOFcHh4cqugLyix4rat { width:14.5rem;height:0.9375rem;top:18.4375rem;left:33.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTWK4EUlFnA1z5i58bVfbmV9ZZOJTXQA { top:6.625rem;left:36.375rem;width:5.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDbhJFegXrMCnBxN3VAPBEvi95WwK2t { top:9.375rem;left:41.125rem;width:6.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygBvimfaxpUfql0XecEvBBl9xAzykin { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpVn3wx5t4dF2li61fydUtdmC4kiW3GM { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIQJ2tyKikuRGOUeqTizmL3lPrsEdeVD { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOO7hFfUXR9H5PpNFiX9qAdE28dqEdvN { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGo3L2TSfPuHaEwURXIELbGqcd8JOGGG { width:17.625rem;height:27.8125rem;top:9.9375rem;left:0rem;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) { #nmfvXd89VhBru7KDqsAuzUnicH5WpVUM { width:29.4375rem;height:2.625rem;top:3.8125rem;left:9.1562519073488rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAgDK1bsmkcmKe6pZ3quxh6b4obfHLAF { width:45rem;height:23.875rem;top:8.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpNMqH2oF965p9qn7K7X2eDTrpt8mbc4 { top:3.5rem;left:8.375rem;width:31rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSbWDer7STs1lT5br0i2USEUxxeORaOL { top:9.8125rem;left:5.5937519073486rem;width:37.3125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD1bADZSdGswLFam8fo65rhWxVpSAefW { width:47.75rem;height:38.25rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNMwgqz3PW8nHpZJ5S6BX1Oq1KLBiE7 { width:20.5rem;height:2.625rem;top:34.5625rem;left:14.374219894409rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S21TxKCdAEiwFbZHyl78VDtxlJeEMsnO { top:38.625rem;left:5.75rem;width:19.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asz993GRAM50v2w2FM3EverNhzSZkQWM { top:40.75rem;left:5.75rem;width:23.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPC5PQnkqEcDWeeVaJF3R08031fQmPob { top:42.875rem;left:5.75rem;width:23.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzBixObvaNfIFOdfpqe2CCAgor24DTnT { top:44.8125rem;left:5.75rem;width:28rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuHfZoZGIKTpcfd6MoPRDC07yzdWknZy { top:46.9375rem;left:5.75rem;width:34.1875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmmXDsZUObpwPBdJ6b4fnxBE7Ukn6phw { top:49.25rem;left:9.1562519073488rem;width:23.375rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmCGA6R0qSFazrWA6WixIbFwwSzF09up { top:67.375rem;left:5.7484378814697rem;width:37.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRIRMsMo71wEMr7A6ETO1fa4BURhDRN { width:20.6875rem;height:3.375rem;top:28rem;left:13.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAxhdq62cPkompr81Wen4cssuwM3FvmN { display:block; }
 }@media only screen and (max-width: 763px) { #G9mqJuzrD0SvdO58J6XvC9HXGl5Tg6Vb { top:48.375rem;left:10.875001907349rem;width:23.375rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc6sFpvEzd2Aet5HRT6aoAk44RhprA6s { top:57rem;left:9.1562519073488rem;width:31.25rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxLOIzM7pNIB5rvffOz3sgScd4IysnSQ { top:65.375rem;left:5.7484378814697rem;width:37.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1eBr5kI7JQtkCJItBbET2HVgcKlKHpM { width:26.625rem;height:31.625rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c { display:block; }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDNNhmI6y2oNGMhZT7wMwcMAwpXQJege { width:20.6875rem;height:3.375rem;top:0.4375rem;left:13.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2yTwALd3kz9r9ZvsKXHvl8QNC4T5mhE { display:block; }
 }@media only screen and (max-width: 763px) { #UU378h3r8TFzVTwM5zFBudvJE9oM7ggi { display:block; }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdNMsgO6lVH7cz8oFV2xceCNEs2FWyvh { width:11.25rem;height:2.625rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3LnT59AK7b0XBmrVnkqO5ty9AUf70BS { width:26.625rem;height:31.625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OJ76MdnnoeKMbbXtcgHdInOnROx90h { top:8.4375rem;left:23.5625rem;width:24.1875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt9B84xyhWXHWKZK76MH1bUUTd6JLuUn { top:4.4375rem;left:30.187501907349rem;width:14.4375rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHbJLnfk4TKLwg47lRKQRAWGAesLkZ4M { top:25.625rem;left:24rem;width:23.75rem;height:;font-size:0.875rem;display:block; }#dHbJLnfk4TKLwg47lRKQRAWGAesLkZ4M li:before{  }
 }@media only screen and (max-width: 763px) { #Us0gae08RaTFtDhJEoO9eso3VBvc0qLb { top:21.625rem;left:31.750001907349rem;width:11.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdPKKJb8UoqgGkTpHQtQykE0xHfmmm1H { top:17.375rem;left:28.1875rem;width:18.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkNE5clXo43Ap5imkSq2u2Tx6kERvDqa { top:4.25rem;left:28.1875rem;width:18.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVrpgSU2whXUpJbm4T5gpdoswcaKsbS2 { top:4.25rem;left:0rem;width:0.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmb5U4urfzKpETyr93TEI6LnqMwDoTd { top:25.8125rem;left:2.09375rem;width:14.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwywTNf0N7xELgimXKTI5lbRkv0RENbM { top:28.6875rem;left:0.19062423706055rem;width:18.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3EIkuSSLTVMqD89HG4EeHuL00pzbaTl { top:25.75rem;left:0rem;width:20.125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcCNI6LtFzZtXrsRm2hc5mnnP9VUCiny { top:8.3125rem;left:26.718751907349rem;width:18.4375rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJLLSZnE9W3LONUioQNBRIBsvKHi02vx { width:26.625rem;height:31.625rem;top:2.5rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpJwNl3VcO7ZOwLLMFDvFMLDhhWdAfDT { top:21.4375rem;left:28.125rem;width:18.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnXxNMup1OcEnuZ886LA7l7SRryAqaau { top:7.125rem;left:2.09375rem;width:19.25rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Sq1SGw18C8Hb2t4COA0fGHEsiXpgfT { top:16.0625rem;left:25.25rem;width:22.5rem;height:;font-size:0.875rem;display:block; }#B8Sq1SGw18C8Hb2t4COA0fGHEsiXpgfT li:before{  }
 }@media only screen and (max-width: 763px) { #c2rtLuPEtfi6tfJ2xfnrBxkbdW1sZXhw { width:11.25rem;height:2.1875rem;top:13.0625rem;left:11.875001907349rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye { display:block; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Li22HRqOy6mwQztdwF6gOW2N9i3FkLZs { width:30.5625rem;height:2.625rem;top:3.5625rem;left:8.6250019073488rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdslZCvrFWchRJuxiTBWhhvsNGqRzuro { width:17.9375rem;height:9.125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQO7lTRTxy59FC4RQKWZ2cGeJpPwvpne { top:12.5625rem;left:0rem;width:14.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeuCPB6THTfUWF8D535iItQx2Otc0WZq { top:11.8125rem;left:16.68593788147rem;width:16.75rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxSanohZ2gFFatIdeee2RMPBPSJPnTqi { top:12.75rem;left:14.81093788147rem;width:1.875rem;height:1.81171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNSWHFSOPXwlwHITuzrrVVyggM8KoDQ { top:11.875rem;left:32.75rem;width:15rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hepe0y0awqaVf2HxkHUuFsJIAnPtkxfX { top:12.4375rem;left:34.999219894409rem;width:1.875rem;height:1.81171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM3N7Pomw2NxKuFUQIJCL5OywRcSKAMU { top:12.5625rem;left:0rem;width:1.875rem;height:1.81206875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWpWApHBwPSxMaDa14TTQTdFcTwTCz02 { top:3.25rem;left:8.4375rem;width:31rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6XOpl8O8iK6GAmTWMaqCtUFHRRv1pqg { width:18.3125rem;height:9.125rem;top:10.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LraJMpcXsKZIxn9xVH1Tur96VFnXxnk2 { width:17.875rem;height:9.0625rem;top:10.125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwnue4WJnVKsX0DghwQ2KQhNt8X55h4T { top:14.5625rem;left:0rem;width:14.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQXVifnVgiW7z6mB7dAcGcaAdH4aVeAC { top:14.5625rem;left:0rem;width:1.875rem;height:1.81171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzWeUylaz937uis4X1mFU4aXOEPlBM8n { top:14.8125rem;left:34.999219894409rem;width:1.875rem;height:1.81171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMz5TbD1NsT6S742x6EtUReh4h781XEt { top:15rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe { display:block; }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRoIwk0uys1ukmB3b9EgFu12zFkzxtrJ { width:16.5rem;height:3.3125rem;top:0.5625rem;left:15.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6mcA8xuKnZx7iBeW2z9aa2Eta61vKei { display:block; }
 }@media only screen and (max-width: 763px) { #bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 { display:block; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZgveMhzmFLRQIkyQ06kJIo3MewyF0sU { top:9.9375rem;left:0rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqw8ws9TgXAVblJrL1IdlnPo9bXdf3L { top:25.875rem;left:0rem;width:18.6875rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PtVR8N7RxNFtgRlBp3Mh5RSrbxtcCE { top:23.1875rem;left:0rem;width:16rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCSkIL4rET758gbRzE5J9nBwPg5REh28 { top:10.625rem;left:0rem;width:13.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMMgtONJzXZbdF9kTe13ZcrCLUoBfTX4 { top:7.8125rem;left:14.5rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { top:25.125rem;left:15.625001907349rem;width:16.5rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6UtAPfiaPOWwsoHxPZBc8HQHSSvwvw9 { top:20.5rem;left:16.250001907349rem;width:14.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgOVy8cG115tk10M2fgSGJrExrHl6S6m { top:7.8125rem;left:17.3125rem;width:13.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtoXqn56LKKD89zcT28iX4ulFx7AXzt7 { top:25.875rem;left:29.875rem;width:17.875rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0T2QsVvgRdlBM6t8pT4OGx7bW2MERmp { top:23.375rem;left:30.9375rem;width:16.8125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI4rZaOzL7vfePDy2DWR6w3oX8HoqoB2 { top:9.4375rem;left:29rem;width:18.75rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvSOBGH0UTLOTZTawLyFq3pVcqHlERD { top:11.375rem;left:36.25rem;width:11.5rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHsZP69VfLQtOMGc2ghtUrT4SHDbcTt { width:30.5625rem;height:2.625rem;top:2.25rem;left:8.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF { display:block; }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXQTwprxzr29yy8I2eBOOr4VKwCSqMEi { width:40.5rem;height:6.5625rem;top:28.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHVbe8MUGSM8NMpVTQnUNOab0q5mShQP { width:40.5rem;height:19.125rem;top:8.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAvE1lgTIXCVPwVg3SR6AcakNnmzw2yM { top:29.4375rem;left:5.9375rem;width:35.875rem;height:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAB6co2Ex7GnTWeI7BT3Ee5uJ03UXXf7 { top:3rem;left:10.9375rem;width:25.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmV23EPAG0NIAfLwrKrZuZNuJyR4ged { width:23.5625rem;height:2.625rem;top:3.3125rem;left:12.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUoJewFXAAabLVfitWiE3V25Nz0JQQ0E { top:10.875rem;left:14.500001907349rem;width:18.75rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx { display:block; }#GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4vXtJxOa8IiJ7mAVZL9OTECOFq4BoU4 { top:7.5rem;left:9.125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6UKl8plqEif48cGze4PFt1Sa24PkHs { width:3.875rem;height:3.375rem;top:8.5rem;left:9.8750019073488rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXuqlBy7yqFFZQozoBakrgFOSGyukqi5 { top:11.0625rem;left:3.375rem;width:16.875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFkmCbgmDymaXqpuKxbh9Xn6XOBpqEvG { top:17.8125rem;left:4.46875rem;width:14.625rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnRhTuX76gIb7t1a93WsRGTaFbsBer9l { top:18.875rem;left:28.312501907349rem;width:15.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8TmUXIstzHLQR0T4PIEldVP3KWk3eW4 { width:14.75rem;height:2.3125rem;top:14.25rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMF0OKv77OWzhc7Z6R5ykr1umUsIqqiI { width:14.75rem;height:2.3125rem;top:14.5625rem;left:28.562501907349rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #famBAMpKC0Vn1sDkSPyAy6ydfynxsWi0 { top:7.5rem;left:33.3125rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6JiO5qPoTPTzEmPkG2K9d0C1OamevDf { width:3.875rem;height:3.375rem;top:8.5rem;left:34rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAbakhq2ShfJcd8iLEMaJfP9mAQD5XXH { top:11.0625rem;left:27.5rem;width:16.875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbTnH5rGXw7rZAuPMbmRhViwAe9kfmZo { width:30.5625rem;height:2.625rem;top:3.375rem;left:8.5625019073488rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qColctiggPhl0snksJLocIkzBJ8tGDGz { top:3.0625rem;left:8.375rem;width:31rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhkJyTTTKDNQE1V2nurWareFeeasuAKD { display:block; }#bhkJyTTTKDNQE1V2nurWareFeeasuAKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnRDFfu95Ws3wWh1XmEkKEaqb62upTUu { width:22.3125rem;height:2.625rem;top:4.3125rem;left:12.718751907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg2106HXpfSR9yym1qkufS5GzReTWo7Q { top:4.0625rem;left:10.906251907349rem;width:25.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcmlX9vqnlepce3dcylvUrzUJgcTPdU1 { top:9.375rem;left:0rem;width:29.625rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLoBSd207IsN0Z2XyE34KzkUIHdKvQR { top:13.625rem;left:0rem;width:47.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTH7EC1JrFfUV00BlsrpKWJtrA22mzXl { top:11.8125rem;left:0rem;width:22.3125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzNVuSEiG46iflGoQPn5JSSOXTa6h02S { width:29.4375rem;height:2.875rem;top:9.9375rem;left:18.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLiveA0LTbM6dC1HvhzLzL6O3ZAJOqtx { top:14.8125rem;left:17.3125rem;width:30.4375rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtJ7TOPwrQS5yURU0SwCFHE9rBumKITL { width:15.625rem;height:3.3125rem;top:19.625rem;left:28.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD8EWmcD7R9ymhSK8yrtFcMInpztBfI6 { display:block; }
 }@media only screen and (max-width: 763px) { #ciTUHGAWfrahRnfs3r8B0XQ2Bg0BAHwl { display:block; }#ciTUHGAWfrahRnfs3r8B0XQ2Bg0BAHwl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIgFdzbhAIVgF9XXM4R73T1fLSLf5bXI { width:24.875rem;height:23.125rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsZcf61ZzrcOdp04SeNfzFk7OqWJu9n { width:24.3125rem;height:2.625rem;top:4.375rem;left:11.718751907349rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGhH4daXc4rVU1NEewcxreIeV8vRUCKO { top:12.125rem;left:0rem;width:22.5rem;height:13.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlSDv8CeG700vo4mkscIp75vqUZtcRfM { width:24.875rem;height:23.125rem;top:9.6875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV9S3THIS6gFO012ouzJg1M1dHA5BH4J { top:4.0625rem;left:10.906251907349rem;width:25.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih5NmVUs2PleRw5IROH3UwarOmaWVTkO { top:16.3125rem;left:24.9375rem;width:22.6875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIB37l8vlyuMCpfO7av87rK5qDEOJT5D { width:19.0625rem;height:3.1875rem;top:12.125rem;left:27.437282562256rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwWf08L364HoghFK0mZ9onJRM7rl7UgU { width:19.0625rem;height:1.0625rem;top:29.6875rem;left:27.437282562256rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgQZiROi0rMTczlAWI1t7EW88o2kO6u0 { top:27.25rem;left:2.3786888122559rem;width:16.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe9V3C6RCy8ciS80qkQEKQ3ZUNSsfXyn { 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) { #se8RXsQiTlyRUw11VsGsqgm3Hl6JkrOL { top:5rem;left:18.369735717774rem;width:18.8125rem;height:36.566179782286rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI26Tb35Z31ShzWRTTKehDnfyPqzsqSb { top:34.125rem;left:12.6875rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QXT54bwhOVAvTdiWTuhLBU5HwVJrfTXQ { width:32.4375rem;height:35.5rem;top:0.625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc7WDV3aK1XFu8lDZOePTg2OQ7pWRm3G { top:9.5625rem;left:0rem;width:42.875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-regular-label { width:18.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-text { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-text {padding-top: 0; padding-bottom: 0;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-textarea { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-select { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-select {padding-top: 0; padding-bottom: 0;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv  { width:18.8125rem;height:auto;top:5.5rem;left:25.40625rem; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .radio-container { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv {display:block;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv { width:18.8125rem;height:auto;top:5.5rem;left:25.40625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #wSO4v04iLxQJm7lLOoahbp9ZOcn866tt {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #HVXMZD2Ww0irSlDZhmg9f17SgR21ppFM {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #C6F6idA7ikPa7rdp2M0g193QepBnadB9 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #mAxkGyDGtBabyQFytUV3u6Uo6W60AcsS {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #K3qC3LoAZT6aZntoEHL1XcTGuLS809z9 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #FeMFKSQdtVMbeuHoQgZOoGFJioAeKyzO {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #Kkl0xEM4epG1dNhyiAkVUZqs3gCxxOub {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #s7dzS92tQFib9nXTkQrl8sgoQyd4JpKR {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #LzTwlbJng19Db6k6UIPuCWuCMeEMIlOu {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #pCUUteUHL1l5oPwcfkO8o5Cbm9dXPPN0 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #blpMl93fOSJoD6BSFwDeCgqFW2N25FkA {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #VstEPxa0t0JmF3h1nTdGqrHKysgaDAB8 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #qriuVt4BeSggwWUqhzrvKGkTtKGnFlEN {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #EfKdTqvIHSPKK5diitzBbp6vxCNy74Im {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #wxGSbsOrv0EQDTx3MLETM6QqkEw5EspT {  }
 }@media only screen and (max-width: 763px) { #LFfUctdUzmR6EnCk7MLwpaWhmJga5I9l { display:block; }
 }@media only screen and (max-width: 763px) { #lAAiVVRKOtO5PweTC0qUoElQTKDrz8ck { display:block; }
 }@media only screen and (max-width: 763px) { #ap3VfZEHVJ8izsdomVr1ePow4Fzzt1e3 { display:block; }
 }@media only screen and (max-width: 763px) { #SWPPuUqqCEJHV9dqR9tswM9QBABT7EIc { display:block; }
 }@media only screen and (max-width: 763px) { #Kmtsqu07TzQe2rHQRu7axDX44Tnw8tan { display:block; }
 }@media only screen and (max-width: 763px) { #JeCuTrlqnukXK89T95SJ0TAdKmUto5SR { display:block; }
 }@media only screen and (max-width: 763px) { #z09GrhEHvX5lNz8hfCW6xTIXgyWoexDv { display:block; }
 }@media only screen and (max-width: 763px) { #maZer4viTCQ9fZsmyJ6vy77WdT1MhSND { display:block; }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #hD1NbSOHP4wyqHwgNmn957etwy4UNbtt {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #I7Xt4o3et2ppZLBXViXzLUGaVaAGLeTh {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #x2Xw7JmLBk5M4na6sBEhsAPc5Ia4yTKR {  }
 }@media only screen and (max-width: 763px) { #Dmv6egG94GyyMq0JB5P2E2P0LKzJ7to1 { display:block; }
 }@media only screen and (max-width: 763px) { #WOhqbb0kHyKTCnkq3wMFVUZWAHlOeST7 { display:block; }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #ShyQO05UKa4EEwx39xqMenPh9ItOlOA1 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #ZcgvJnfe86LaBtHXLdvDTe8iPbyWqKFV {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #txT6m8M986hWsVeAwkmduVDqy7W9pyvf {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #Qa3uZax13gQhw4qZusucyDVgve4sIXF1 {  }
 }@media only screen and (max-width: 763px) { #F6n65Fivh9oCz4ALAwgTqGGFkpEICr3Z { top:4.375rem;left:29.781251907349rem;width:15.625rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBSIRqQ2gNfTm3h7kBeVb9wqslRdVxBX { top:8.3125rem;left:32.031251907349rem;width:11.125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTM26nzep0PZdN8nK9liNZOpc8QlabR6 { top:1.5rem;left:24.8125rem;width:22.9375rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5509fZv8wTUnT21p9WW4Kpek7OTlfyS { top:16.375rem;left:0rem;width:16.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9XatDkWBhUcbLBo0EDHqbP2MFLAAkZa { top:31.3125rem;left:0rem;width:15.125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHqPfDm4RmFHfTqPUW0Rq02oaElFVQKh { top:2.375rem;left:0rem;width:23rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHvlH5exzIfUq1y4Nt5x2540ZieAk3SS { top:4.3125rem;left:0rem;width:24.75rem;height:4.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r61yWPUqLqoNUVh5cSnTPKnZEoAiNSIT { top:10.25rem;left:0rem;width:23.1875rem;height:3.75rem;font-size:0.8125rem;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) { #z5Nx2wRM0EJTCooZVl6OV1veuadFPA0R { top:9.625rem;left:0rem;width:21.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc5qVMe1c2zKga7wJApREQfgqt2DTGEp { top:2.8125rem;left:7.5625rem;width:32.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { width:26.6875rem;height:2.625rem;top:3.375rem;left:10.562501907349rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqGwEm9kfBSPJZdaZ2zvVJkGnCWvhze { top:12rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofO6FgnaGT9D36GLwwqbOd45svgENqs8 { top:7.8125rem;left:0rem;width:47.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdwzhCINvNTOR1trTykh5glrMQS0Mgui { top:10.1875rem;left:44.936719894409rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ihGR9eWzTZlxShUzpXsekkie44kJ4p { top:17.5rem;left:0rem;width:47.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLxH3Md5hU0TzU0JOiVcG8uV5QaxQwgQ { top:20.9375rem;left:44.936719894409rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd9VG54dGktsykpAUqpHup9HUmA9d0xq { top:19.3125rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMywy3zzUxlObT6WxQO6gAiLUrl7T8o2 { top:21.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNUHue4VzJuNAqBKaEZSJzMQhJHN15dQ { top:27.1875rem;left:0rem;width:47.75rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOOmFUJ41PP7hafsZUZ2tMRk6aHK6Skl { top:29.3125rem;left:0rem;width:29.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFE4tGZubcEeoLI8PVAVRVDlFoTSzMXt { top:32.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqkhyEv72nFPFMSNBHUgHA21Wuv0uDqK { top:30.625rem;left:44.936719894409rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@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.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { top:11.375rem;left:0rem;width:36.9375rem;height:1.875rem;font-size:0.75rem;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.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { top:9.8125rem;left:32.8125rem;width:14.9375rem;height:2.5rem;font-size:0.875rem;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/067e91f3-2b4c-4abc-8b32-31533e1758c9/LandingPageCourseDelivery02.png");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) { #QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI { display:block; }#QDhnOfJEDnc88G8Qv2aOqbDF17WAakGI > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzkVqkaN3goJq0qhKy7pT1LLnDmQSpQB { width:13.625rem;height:2.8125rem;top:7.147656440735rem;left:3.1875001192093rem;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:#f0c946;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) { #OCAzLcPFd4eDedpa5ydU8Xgy8ASyQ51r { display:block; }
 }@media only screen and (max-width: 763px) { #Hmb0ZkNELfOGueprgFauZQhvigdbiX76 { width:12.43675rem;height:1.4625rem;top:0.8125rem;left:3.7499998807907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .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; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .widget-text.counter-number { padding-top:0.335rem;padding-right:0.2975rem;padding-bottom:0.335rem;padding-left:0.2975rem;width:1.784375rem;min-width:1.784375rem;height:1.800625rem;font-size:1.34rem;line-height:28.81px;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; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.209375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.37875rem;height:0.711875rem;font-size:0.5025rem;line-height:11.39px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO { display:flex;width:13.49925rem;height:3.390625rem;top:2.5875000953674rem;left:2.9093750715256rem;padding-top:0.335rem;padding-right:0.34rem;padding-bottom:0.335rem;padding-left:0.34rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #TgvGVxPvioag0fFI2waZCpHe0M1Rk743 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #r6A4qZre1VUJ0LR9EBD7WQ7imq5xMfvs {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #oe9Bd4k6A1Ge12bqAbmy2G0AVPtJH6Sq {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #BswGSAMoxkIT87VF7dbNm9mJxbyupIuU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #Zg4Sl9q7VJTc7yK4eNqCWM0MHsUiNsTw {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #ABZ7bTZ7g2OB8PopdJCHu5tGTo9BaTNt {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #UxRbEueV3CCAxT47Zecu4C2bzMgeiAiF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #vmEI3zhDc3N16dxIaEEzJMQqKX746taA {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #B9cKyCwd0NeiDBqUCo7wXX4PC92FnKsF {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #X9Xw8qx0ZauoPpVrmLrmAKM0QcpL41yk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #TsDhiIEkuDmbxNuIk11rcSvZ7aaMeKfy {  }
 }@media only screen and (max-width: 763px) { #XbASZmFZ6evQ64zKiTn6IaNu5UvE8DxO #GekqEySpD69Zrq0BXAqJ8hGJdF5zhiAU {  }
 }@media only screen and (max-width: 763px) { #yVaOzkXURMfDF76buu8T7688sLx48s7t { width:20rem;height:14.875rem;top:12.085157394409rem;left:0rem;z-index:99996;display:none; }
 }@media only screen and (max-width: 763px) { #i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/02ae78da-807d-4ed6-b572-aba13399c42a/LandingPageCourseDelivery0202.png");background-position:top left !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; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO.adaptive-delivery-prevent-bg, #i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO.lazyload, #i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO.lazyloading { background-image: none; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container { background-color: transparent; background-image: none; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container > .video-iframe-container { display: none; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row > .video-iframe-container { display: none; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .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); }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container { border-width: 0; border-radius: 0; }#i9COIL8RhJoM2nO60zcPrMwWTxPgKFvO > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UrV6EuOd3gIDJnTLwJS8HPftZm2m8DsF { 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) { #fqUkeVvOJ0ml2bmIAVLbF9fCDUvdkcBO { width:1.74913125rem;height:2.06163125rem;top:0.99826335906981rem;left:6.0622833371163rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eltt9S8wnVroJ3dk7KIlwKvotgA9ESIu { width:19.2484375rem;height:4.55rem;top:4.8109378814697rem;left:0.37578129768372rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZFpUsaeJkZUaBKm9Rl85tXUCqQ7RSDyw { width:20rem;height:39.124492645264rem;top:56.28991317749rem;left:0rem;z-index:100000;display:none; }
 }@media only screen and (max-width: 763px) { #r8iqebmXkb43eNVEZHcWkczapHaudQ6P { width:13.6875rem;height:2.125rem;top:22.748437404633rem;left:3.1562501192093rem;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:#2e00b9;background-image:none;font-size:1.0625rem;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) { #QVThfbWZCIPPAwxHNzm4LnTDG4P0mLFN { display:block; }
 }@media only screen and (max-width: 763px) { #yGe7l7kN7NSgyT50DwnvGlZqbFksmrTJ { width:16.8109375rem;height:2.6rem;top:9.42343711853rem;left:1.5937501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IzMGMG1lAAslVHDd5A71UXdVzdcGQtq9 { width:20rem;height:1.625rem;top:3.1874923706055rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QNMlNRwc3STz83VQZr2bgP3txWH0aTCC { width:5.56171875rem;height:1.25rem;top:1.125rem;left:7.2187498807906rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #B4whznvRLWHt8qfV7pRDCChXX5JUlkcw { width:15.3125rem;height:11.375rem;top:11.435937404633rem;left:2.3437501192093rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 { display:block; }#PX6mnCqgrdNmeMCwqZqx9rl7uuDztTU2 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q226J0G93LgRGNQdT8rwhEyy7hfzMJte { width:14.49925rem;height:4.21875rem;top:1.6875019073486rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Q3v51yRpHTEhksItTbGVZmeJkOhpZQ6F { width:14.49925rem;height:1.21875rem;top:9.078125rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vthbeQxmAMNEzbyqaNe3wBhqfpi9pqCo { width:14.49925rem;height:1.21875rem;top:14.5rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlk2ewwRlDfSQq4I6UzEoqBTITqLGlaH { width:5.75rem;height:5.75rem;top:11.5625rem;left:4.1875003576279rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRGGyrrfJ5TG1pp7yR8sToGWT9qobrvu { width:0.125rem;height:9.125rem;top:21.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LllzPKiLzdBD5c880w2KqVgToSJmt8T4 { width:15.2495625rem;height:0.124783125rem;top:6.9991321563719rem;left:2.3741319775581rem;z-index:100040;display:block; }
 }@media only screen and (max-width: 763px) { #MBpgfPVf5NpbL4w8fa6ucQ07TGpMOobS { width:15.2495625rem;height:0.124783125rem;top:12.247179031372rem;left:2.3752172589302rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/02ae78da-807d-4ed6-b572-aba13399c42a/LandingPageCourseDelivery0202.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R.adaptive-delivery-prevent-bg, #H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R.lazyload, #H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R.lazyloading { background-image: none; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container { background-color: transparent; background-image: none; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.32); }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container > .video-iframe-container { display: none; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .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); }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row > .video-iframe-container { display: none; }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .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); }#H4o6Ga6gzRDPoDt27ed12KsUb2THzZ6R > .row .container { width:20rem;height:108.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEg6es8Ew39X7rFblbusymoTeCFaUzIZ { width:17.875rem;height:1.3rem;top:3.3796877861023rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1rem;font-family:sarabun;display:block; }
 }@media only screen and (max-width: 763px) { #tqIkyHNrK6A9UsGmAqM1cTPAtHuW8rtA { width:20rem;height:13rem;top:93.733595371244rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;display:block; }
 }@media only screen and (max-width: 763px) { #seVGkdDAnSmQ4yvkbBtiAbFJZBy88dyn { width:3.375rem;height:2.4375rem;top:2.8109378814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnWn5L4WyOsb6s99MCo3l5RamCAzTmcw { width:12.4375rem;height:5.9375rem;top:8.4617190361025rem;left:3.7812498807907rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1ciPS9hD4yQEI3W9gW72vLx2I0nU2y { width:16.8125rem;height:2.4375rem;top:4.8109374046326rem;left:2.0937501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poD7UV74rhu9Vr6cGOIvKuPQTHyqnAu7 { width:20rem;height:6.875rem;top:67.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWy7DtAnldHfTILpdh8pLsClnGWnmnvf { width:15.99925rem;height:1.3rem;top:16.75625038147rem;left:2.0000001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9WaD1vHTPJ56EZJFkGBJfxXnT77p2Kk { width:3.375rem;height:2.4375rem;top:16.187496185302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STq2QBilgb3QP71oO7sOfDqNm5R89gSJ { width:10.4375rem;height:4.875rem;top:22.836719512939rem;left:4.7812498807907rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #suKAT2IKdwZGtCmG67SoTInGgAGURsOa { width:14.5625rem;height:3.65625rem;top:18.312500953674rem;left:2.7187501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzTPsxuNGHvrt7ICVVab6zKWNwLKT9o { width:13.5rem;height:2.6rem;top:29.749219894409rem;left:3.2500001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BToZlHtW3km8evO4FxuRN66Tc6XKr8bS { width:20rem;height:6.875rem;top:74.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IipqTZTDL0KMrz5ulXmtyCkTLekBfIme { width:11.1875rem;height:2.4375rem;top:32.536720275879rem;left:4.4062498807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvWI9yE27wLlwRU8rsAwHIRPNKEc5OmR { width:9.4375rem;height:4.625rem;top:49.307811737061rem;left:5.2812498807907rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wARK6zND1heghw6bxgF3BCcO6vvXdDur { width:20rem;height:6.875rem;top:93.81249809265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfpLGUShuzIFbVb9r1T7e0hXU6KhLx5P { width:16.9984375rem;height:2.6rem;top:43.08984375rem;left:2.0007811784744rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vas68FDwBlNKvycN0HTrlN0yrwXPSOO4 { width:17.684375rem;height:2.4375rem;top:45.689845085144rem;left:1.1578124761581rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCuy3CybMU3SgGbEuhyO4XyJkGRZsMEs { width:16.625rem;height:8.25rem;top:59.28125rem;left:1.6875001192093rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua6AOEpp87WniTaiQIypAZAvqGLFBgm7 { width:3.375rem;height:2.4375rem;top:29.830470085144rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFIyVH7qmQc0sdD63bkNqqKz0UUacZLr { width:20rem;height:1.95rem;top:0.29999923706055rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qTFMLX7yEzJFWiKdfsoQswiKXCcaFDpa { width:3.37421875rem;height:2.4375rem;top:42.734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGquh2QgSbOL7sHiV0Er5gGJczxb7CHm { width:20rem;height:3.25rem;top:3.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fweIBbrAAAeTPHJXDhI0WUl4adCUb8gJ { width:20rem;height:13.6875rem;top:93.73437309265rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #edIcymQfbR8d0PHlVrrBDQkJNb7T2NE1 { width:20rem;height:12.996875rem;top:80.799223423006rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #nCTUOwXv1H8TvEXRMJh7VeweLQf8LEPf { width:20rem;height:8.125rem;top:44.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LT8Zo5VW9qdEAzpHrZhHK3dwpcf06cNo { width:3.3109375rem;height:2.4375rem;top:55.625001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrH5QBucGanUpV892bUwbH1fBmUlcwT { width:20rem;height:1.3rem;top:56.318751335144rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUBF12mkmOiVLqDuKWPe5WdWVauI8JMo { width:20rem;height:1.21875rem;top:57.687501907349rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyVMGOOKaribEz2Ga0h54aRcRwETnB0J { width:20rem;height:6.875rem;top:54.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhsPIM6aQZNw2XwfUTx3E7g4p3mRSA0i { width:3.3109375rem;height:2.4375rem;top:68.307806968688rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt9kDFFQvBaGFRfUoJG46y7TPmVCbQn4 { width:20rem;height:1.3rem;top:68.875002861025rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoPX81OI7VTff0xrJCDofbgMyqi3S3NI { width:20rem;height:1.21875rem;top:70.431252479556rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwwbVTTkbvsTqWyBoBTNFzfWze4xsL3R { width:20rem;height:6.875rem;top:62.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWb3NlWeI7TzP3WRvZX7cfLCWNVRegGk { width:3.3109375rem;height:2.4375rem;top:80.798438072206rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCX2PObtSFh425uVKBTqD3TJDeeEEFAV { width:20rem;height:1.3rem;top:81.557031631469rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT3VUHvwibmUfLTS7OZ4uV2O5ERMXyo2 { width:20rem;height:3.65625rem;top:83.17577934265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRG1FDTeItzfoAesTPm689iwHCHbc0i6 { width:11.5625rem;height:6.25rem;top:34.911720275879rem;left:4.2187498807907rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWabveeN4Eo6ak8kvD2x7mN3qvXpvWBl { width:9.25rem;height:9.4375rem;top:71.807031631469rem;left:5.3749998807907rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceFtHK6Zu4FhKVaLeT5kSBdXyTJnOEPP { width:6.125rem;height:6.1875rem;top:87.170316696169rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh0oLpAXnh6LeieTA7OES6TL9mF1lBs7 { width:20rem;height:12.996875rem;top:67.742182731631rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #eio1IhzJBcNnGeTsfBqNrUZmLWJBpZqb { width:20rem;height:12.996875rem;top:54.74609375rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #nRsCyTLLiFTrNV7Ifn777e368LK3iCJo { width:20rem;height:12.996875rem;top:41.750002861023rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #aJi4ZqTGdUeG3pdz3vD8TxMfQR25WrPs { width:20rem;height:12.996875rem;top:28.753126144409rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #IqBJgQ8pwZyqZxERq6lme5hyfV3HHkqM { width:20rem;height:6.875rem;top:70.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SicTGHKwkn7rnmzIu668fQ5eFs3TeAN3 { width:3.3125rem;height:2.4375rem;top:94.811723709106rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0dMuiDn8i6EwBGLceGrfPqh8Ay16kzS { width:18.9375rem;height:1.3rem;top:95.379692077638rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEKNhBiBtSAi9KIkJv1JPOW2AScAqP2o { width:20rem;height:2.4375rem;top:96.93750190735rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSgC2TfAbDUmxyDq1XRPSZHEPg9CSlhy { width:20rem;height:12.996875rem;top:2.6867265701294rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #Zl0M8N5PNSTc6JNxbxq1TZJ2ET4fT4PW { width:20rem;height:12.996875rem;top:15.81796836853rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0rem 0rem 0.6875rem rgba(154,82,228,0.7) ;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #JA7kTRDcA99syqTCX1TI31yIUuiQckGw { width:8.25rem;height:8.3125rem;top:99.171098709106rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 { background-color:rgba(255,255,255,0.94);background-image:url("https://images.assets-landingi.com/uc/e91fa55f-b681-41a5-8a24-4d787598c3bc/LandingPageCourseDelivery09.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0.adaptive-delivery-prevent-bg, #fRh32itBO02PFwhlRaUsRUmOZXAMqMa0.lazyload, #fRh32itBO02PFwhlRaUsRUmOZXAMqMa0.lazyloading { background-image: none; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container { background-color: transparent; background-image: none; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container > .video-iframe-container { display: none; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row > .video-iframe-container { display: none; }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .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); }#fRh32itBO02PFwhlRaUsRUmOZXAMqMa0 > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nn1Zc1N5gyMQZx9V4PUP3KTae6WedaT2 { width:8.8125rem;height:3.65625rem;top:10.010157585144rem;left:11.187500357628rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyAP3g4zXxxHJXAu9ySywMMxggkTvb4x { width:8.4375rem;height:6.09375rem;top:10.010157585144rem;left:1.0617187023163rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1gbnHsRma132TTN0Ov3SGfZnG4Kw7Gu { width:8.5rem;height:6.09375rem;top:23.25rem;left:11.500000357628rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbwqVkpMPmkSMcuHASSKG8twyFpTASSk { width:6.75rem;height:4.875rem;top:23.250000953674rem;left:1.9054688215256rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WodzRpdCWiG754XQakRHbx6hHKemTosN { width:20rem;height:1.95rem;top:0.87343502044675rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;z-index:100006;color:#2e00b9;display:block; }
 }@media only screen and (max-width: 763px) { #pAcXM9SQO6XXGUVOOiNcwGVuzyDAJt88 { width:9.875rem;height:4.9375rem;top:4.6351566314697rem;left:0.34218752384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOxI56DBdmTzwhavCxiQLBmewX9GrXF1 { width:7.375rem;height:5.4375rem;top:4.2289066314697rem;left:11.714286071914rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xHaiABHETo2TbRsoZ4VfkOovpncXOy0k { width:8.0625rem;height:6rem;top:16.624218821526rem;left:11.937500357628rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lSB3rJQvrGswIx2XulIL3ZdgTOKMig3X { width:5rem;height:5.0625rem;top:17.092968702316rem;left:2.7804688215256rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e8wlP7d6XbZiqO5WTVKppns7ueg85hIt { width:20rem;height:0;top:81.03125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #eUAANyDv9rRru4v4qHzD6QhPGObCMlT9 { width:20rem;height:3.1875rem;top:2.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2ux9f2Vky63Do7KVa7frOWqwzfAivzq { width:10.625rem;height:7.9375rem;top:29.34375rem;left:4.6874998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NPCPySTMBaBRD2JubWEEvrbZh3OUFPXe { width:11.3125rem;height:4.875rem;top:37.281255722046rem;left:4.3437498807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udIU0CgV0UTi2S2N1kC9vaItmG1kfVz3 { width:11.125rem;height:8.1875rem;top:42.781250953674rem;left:4.4374998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AVKqUGkz7URB4ySL3gG5kRMa2HW4oPg7 { width:11.3125rem;height:2.4375rem;top:51.656241416931rem;left:4.3437498807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc { display:block; }#ey0UHdxWMSc5dLrVhJi5u7SgPHnrdRgc > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K8fdKAGVmaCwqpgPEzLsers1EQiuCuvV { width:11.3125rem;height:2.25rem;top:0.25rem;left:3.9999998807907rem;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:#2e00b9;background-image:none;font-size:1.0625rem;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) { #DtQuHhKdtvfFlbw9FmpmIPQZSN4lHPFw { display:block; }
 }@media only screen and (max-width: 763px) { #fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr { 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; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container { background-color: transparent; background-image: none; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container > .video-iframe-container { display: none; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row > .video-iframe-container { display: none; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .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); }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container { border-width: 0; border-radius: 0; }#fuhJZtkoTg9ytwhptnNvoJRNyeG0zIzr > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhDzTz8wGGpxXbZ37GPWebzg6TT8bcGr { width:17.9375rem;height:1.95rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #udFk2uNtHSN99EB0VfNhraodI9hlLc9i { width:18.9375rem;height:12.25rem;top:13.75rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rQgAuOAzpFMplEhh0KAKiFErTuMyEsCw { width:3.3125rem;height:3rem;top:4.718759059906rem;left:1.8125001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RwNnZrCg9zFupRIi130SpmiLHgSHWqxD { width:18.375rem;height:12.75rem;top:7.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCJ12CKolGy01CiorSHC5pwUGZrOMFTM { width:6.625rem;height:1.9375rem;top:5.2499999105931rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7sp2MZ1eE5RzDsccHUdu6xbldvHaZVk { width:16.375rem;height:2.925rem;top:8.8750001909213rem;left:1.8125001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FREcLCTwxbmiFaOmXivSgONDImAwthcu { width:16.375rem;height:3.9rem;top:21.312501144596rem;left:1.8125001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFsSXvM1EmrLz6RRNyPI1ooeAvDmFohF { width:2.875rem;height:3rem;top:17.53125038743rem;left:2.3742188215256rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #x5qvpzuBXKA4J9lvfbN8l6VUMHaKv1JV { width:6.625rem;height:1.9375rem;top:18.0625rem;left:6.6874998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWASFI6bIszdelcbmVTHPIygWwHOfaFl { width:7.875rem;height:0.975rem;top:12.487500190735rem;left:6.0624998807907rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecy4k2JFOQX59zC5g0bqz5tp5KXgb8OI { width:7.5rem;height:0.975rem;top:25.75rem;left:6.2499998807907rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sltguJquOSebos9x0e03WyKi5g7aVLPA { width:18.375rem;height:12.75rem;top:7.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEER7C9gaDExI5N28hodwq6a4MTCTgGi { width:16.375rem;height:2.925rem;top:33.162501526065rem;left:1.8125001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPWEbPaP6u4sOwOFcHh4cqugLyix4rat { width:14.5rem;height:0.975rem;top:37.186723709106rem;left:2.7500001192093rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTWK4EUlFnA1z5i58bVfbmV9ZZOJTXQA { width:2.9375rem;height:3rem;top:29.84375038743rem;left:2.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDbhJFegXrMCnBxN3VAPBEvi95WwK2t { width:6.625rem;height:1.9375rem;top:30.37500038743rem;left:6.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygBvimfaxpUfql0XecEvBBl9xAzykin { width:17.625rem;height:11.4375rem;top:70.6875rem;left:1.125rem;z-index:100002;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #CpVn3wx5t4dF2li61fydUtdmC4kiW3GM { width:17.625rem;height:11.4375rem;top:57.8125rem;left:1.1875rem;z-index:100003;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #rIQJ2tyKikuRGOUeqTizmL3lPrsEdeVD { width:17.625rem;height:10rem;top:29.5625rem;left:1.125rem;z-index:100004;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #KOO7hFfUXR9H5PpNFiX9qAdE28dqEdvN { width:17.625rem;height:11.4375rem;top:16.16250038147rem;left:1.125rem;z-index:100006;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #JGo3L2TSfPuHaEwURXIELbGqcd8JOGGG { width:17.625rem;height:11.4375rem;top:3.75rem;left:1.125rem;z-index:99996;border-top:0.0625rem solid #9a52e4;border-left:0.0625rem solid #9a52e4;border-right:0.0625rem solid #9a52e4;border-bottom:0.0625rem solid #9a52e4;box-shadow: 0rem 0rem 0.9375rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/067e91f3-2b4c-4abc-8b32-31533e1758c9/LandingPageCourseDelivery02.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#w1W32i8wzpiBARasB2HxKmsRuTuwG7aC.adaptive-delivery-prevent-bg, #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC.lazyload, #w1W32i8wzpiBARasB2HxKmsRuTuwG7aC.lazyloading { background-image: none; }#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(255,255,255,0.26); }#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(255,255,255,0.26); }#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 { width:20rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmfvXd89VhBru7KDqsAuzUnicH5WpVUM { width:20rem;height:1.5rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAgDK1bsmkcmKe6pZ3quxh6b4obfHLAF { width:20rem;height:33.5rem;top:19.253125190735rem;left:0rem;z-index:100001;box-shadow: 0rem 0rem 0.6875rem #9a52e4 ;display:block; }
 }@media only screen and (max-width: 763px) { #OpNMqH2oF965p9qn7K7X2eDTrpt8mbc4 { width:17.4375rem;height:3.25rem;top:2.1875rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSbWDer7STs1lT5br0i2USEUxxeORaOL { height:11.125rem;width:20rem;top:5.3421878814697rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD1bADZSdGswLFam8fo65rhWxVpSAefW { width:20rem;height:43.125rem;top:31.731246948243rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTNMwgqz3PW8nHpZJ5S6BX1Oq1KLBiE7 { width:20rem;height:1.65rem;top:20.058594703674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#2e00b9;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #S21TxKCdAEiwFbZHyl78VDtxlJeEMsnO { width:19.0625rem;height:1.21875rem;top:22.885937690735rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asz993GRAM50v2w2FM3EverNhzSZkQWM { width:18.25rem;height:1.21875rem;top:24.936718940735rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPC5PQnkqEcDWeeVaJF3R08031fQmPob { width:17.625rem;height:1.21875rem;top:26.725001335144rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzBixObvaNfIFOdfpqe2CCAgor24DTnT { width:18.0625rem;height:2.4375rem;top:28.600001335144rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuHfZoZGIKTpcfd6MoPRDC07yzdWknZy { width:17.625rem;height:2.4375rem;top:31.686718940735rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmmXDsZUObpwPBdJ6b4fnxBE7Ukn6phw { width:15.9375rem;height:7.3125rem;top:34.285939216614rem;left:1.4375001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmCGA6R0qSFazrWA6WixIbFwwSzF09up { width:16.1875rem;height:1.3rem;top:50.571877479553rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtRIRMsMo71wEMr7A6ETO1fa4BURhDRN { width:16.5rem;height:2.25rem;top:19.874218702316rem;left:1.7500001192093rem;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:#2e00b9;background-image:none;font-size:1.0625rem;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:none; }
 }@media only screen and (max-width: 763px) { #rAxhdq62cPkompr81Wen4cssuwM3FvmN { display:block; }
 }@media only screen and (max-width: 763px) { #G9mqJuzrD0SvdO58J6XvC9HXGl5Tg6Vb { width:12rem;height:0;top:48.799983978271rem;left:2.0249999761581rem;font-size:1rem;z-index:100045;display:none; }
 }@media only screen and (max-width: 763px) { #Uc6sFpvEzd2Aet5HRT6aoAk44RhprA6s { width:18.5rem;height:6.09375rem;top:42.159375190735rem;left:1.4375001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxLOIzM7pNIB5rvffOz3sgScd4IysnSQ { width:19.125rem;height:1.3rem;top:48.909375190735rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1eBr5kI7JQtkCJItBbET2HVgcKlKHpM { width:19.875rem;height:17.125rem;top:0.80859375rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c { display:block; }#q8rVZeizdt2mmHtFkJF3saiJ44xl8l8c > .row .container { width:20rem;height:2.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDNNhmI6y2oNGMhZT7wMwcMAwpXQJege { width:13.875rem;height:2.25rem;top:0.25rem;left:3.0625001192093rem;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:#2e00b9;background-image:none;font-size:1.0625rem;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) { #D2yTwALd3kz9r9ZvsKXHvl8QNC4T5mhE { display:block; }
 }@media only screen and (max-width: 763px) { #UU378h3r8TFzVTwM5zFBudvJE9oM7ggi { display:block; }#UU378h3r8TFzVTwM5zFBudvJE9oM7ggi > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdNMsgO6lVH7cz8oFV2xceCNEs2FWyvh { width:8.24925rem;height:1.65rem;top:2.2242188453674rem;left:2.7812501192093rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9a52e4;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y3LnT59AK7b0XBmrVnkqO5ty9AUf70BS { width:19.875rem;height:40.625rem;top:0.9375rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1OJ76MdnnoeKMbbXtcgHdInOnROx90h { width:20rem;height:4.55rem;top:26.506251335144rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt9B84xyhWXHWKZK76MH1bUUTd6JLuUn { width:14.4375rem;height:1.5rem;top:23.918749809265rem;left:2.7812501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHbJLnfk4TKLwg47lRKQRAWGAesLkZ4M { width:18.6875rem;height:4.55rem;top:36.587501049042rem;left:0.40625rem;font-size:0.875rem;display:block; }#dHbJLnfk4TKLwg47lRKQRAWGAesLkZ4M li:before{  }
 }@media only screen and (max-width: 763px) { #Us0gae08RaTFtDhJEoO9eso3VBvc0qLb { width:11.25rem;height:1.5rem;top:31.874221086502rem;left:4.3749998807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdPKKJb8UoqgGkTpHQtQykE0xHfmmm1H { width:18.4375rem;height:2rem;top:32.6875rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkNE5clXo43Ap5imkSq2u2Tx6kERvDqa { width:18.4375rem;height:2rem;top:18.187500953674rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVrpgSU2whXUpJbm4T5gpdoswcaKsbS2 { width:0.3125rem;height:1.875rem;top:2.125rem;left:3.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWmb5U4urfzKpETyr93TEI6LnqMwDoTd { width:14.4375rem;height:1.6rem;top:18.386719703674rem;left:2.7812501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwywTNf0N7xELgimXKTI5lbRkv0RENbM { width:17rem;height:2.275rem;top:20.706250190735rem;left:1.5000001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3EIkuSSLTVMqD89HG4EeHuL00pzbaTl { width:18.4375rem;height:2rem;top:31.624220848084rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcCNI6LtFzZtXrsRm2hc5mnnP9VUCiny { width:10.12425rem;height:1.875rem;top:5.5609378814697rem;left:4.9374998807907rem;z-index:100005;background-color:rgba(255,255,255,0.88);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJLLSZnE9W3LONUioQNBRIBsvKHi02vx { width:19.875rem;height:31.625rem;top:53.6875rem;left:0.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpJwNl3VcO7ZOwLLMFDvFMLDhhWdAfDT { width:18.4375rem;height:2rem;top:23.668774604797rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnXxNMup1OcEnuZ886LA7l7SRryAqaau { width:14.375rem;height:13rem;top:4.1249938011169rem;left:2.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8Sq1SGw18C8Hb2t4COA0fGHEsiXpgfT { width:19.2484375rem;height:2.275rem;top:34.187501192093rem;left:0.37578129768372rem;font-size:0.875rem;display:block; }#B8Sq1SGw18C8Hb2t4COA0fGHEsiXpgfT li:before{  }
 }@media only screen and (max-width: 763px) { #c2rtLuPEtfi6tfJ2xfnrBxkbdW1sZXhw { width:11.25rem;height:1.85625rem;top:8.4351568222044rem;left:8.7500003576281rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#9a52e4;line-height:1.1;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye { background-color:transparent;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye.adaptive-delivery-prevent-bg, #rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye.lazyload, #rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye.lazyloading { background-image: none; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container { background-color: transparent; background-image: none; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.38); }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container > .video-iframe-container { display: none; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.38); }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row > .video-iframe-container { display: none; }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .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); }#rTdJclNRm5S6tcDTkFGvTDpL7PdTwDye > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Li22HRqOy6mwQztdwF6gOW2N9i3FkLZs { width:16.25rem;height:1.95rem;top:1.5625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9a52e4;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DdslZCvrFWchRJuxiTBWhhvsNGqRzuro { width:17.9366875rem;height:6.99925rem;top:5.74921875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQO7lTRTxy59FC4RQKWZ2cGeJpPwvpne { width:15rem;height:1.4625rem;top:7.26406288147rem;left:3.3437498807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeuCPB6THTfUWF8D535iItQx2Otc0WZq { width:15rem;height:5.525rem;top:22.58984375rem;left:3.3437498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxSanohZ2gFFatIdeee2RMPBPSJPnTqi { width:1.875rem;height:1.81171875rem;top:15.284362792969rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNSWHFSOPXwlwHITuzrrVVyggM8KoDQ { width:13.8125rem;height:2.7625rem;top:15.246875762939rem;left:3.9374998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hepe0y0awqaVf2HxkHUuFsJIAnPtkxfX { width:1.875rem;height:1.81171875rem;top:22.65234375rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM3N7Pomw2NxKuFUQIJCL5OywRcSKAMU { width:1.875rem;height:1.81171875rem;top:7.12109375rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWpWApHBwPSxMaDa14TTQTdFcTwTCz02 { width:17.4366875rem;height:3.24921875rem;top:1.25rem;left:1.25rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #X6XOpl8O8iK6GAmTWMaqCtUFHRRv1pqg { width:17.9359375rem;height:6.99925rem;top:21.7890625rem;left:0.96953129768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #LraJMpcXsKZIxn9xVH1Tur96VFnXxnk2 { width:17.9359375rem;height:6.99925rem;top:13.70859336853rem;left:0.96953129768369rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwnue4WJnVKsX0DghwQ2KQhNt8X55h4T { width:14.125rem;height:1.4625rem;top:9.49609375rem;left:3.4374998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQXVifnVgiW7z6mB7dAcGcaAdH4aVeAC { width:1.875rem;height:1.81171875rem;top:9.3843755722044rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzWeUylaz937uis4X1mFU4aXOEPlBM8n { width:1.875rem;height:1.81171875rem;top:17.75937461853rem;left:1.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMz5TbD1NsT6S742x6EtUReh4h781XEt { width:15rem;height:1.38125rem;top:17.880470275879rem;left:4.0609377622604rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe { display:block; }#WzBU6PmWJn6hbD1kM9oF2ZiXf9MPurOe > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRoIwk0uys1ukmB3b9EgFu12zFkzxtrJ { width:16.5rem;height:3.3125rem;top:0.3125rem;left:1.7500001192093rem;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:#2e00b9;background-image:none;font-size:1.0625rem;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) { #Q6mcA8xuKnZx7iBeW2z9aa2Eta61vKei { display:block; }
 }@media only screen and (max-width: 763px) { #bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 { background-color:transparent;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; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8.adaptive-delivery-prevent-bg, #bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8.lazyload, #bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8.lazyloading { background-image: none; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container { background-color: transparent; background-image: none; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.34); }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container > .video-iframe-container { display: none; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.34); }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row > .video-iframe-container { display: none; }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .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); }#bWUl0C729fBBBxs3MGteJZ5nT3Ugmtm8 > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZgveMhzmFLRQIkyQ06kJIo3MewyF0sU { width:16.5625rem;height:13rem;top:4.45rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqw8ws9TgXAVblJrL1IdlnPo9bXdf3L { width:17.25rem;height:2.625rem;top:20.262500762939rem;left:1.6875001192093rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #T7PtVR8N7RxNFtgRlBp3Mh5RSrbxtcCE { width:18.9984375rem;height:1.4625rem;top:18.637505531311rem;left:0.50078129768372rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #hCSkIL4rET758gbRzE5J9nBwPg5REh28 { width:13.0625rem;height:12.5625rem;top:4.8562436103821rem;left:3.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMMgtONJzXZbdF9kTe13ZcrCLUoBfTX4 { width:16.5625rem;height:13rem;top:24.2625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqpk0hWJCSNHq6HFMWzL0upGluPAg8Q2 { width:19rem;height:2.625rem;top:41.575rem;left:1rem;font-size:0.875rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #K6UtAPfiaPOWwsoHxPZBc8HQHSSvwvw9 { width:18.9984375rem;height:2.925rem;top:38.649993896484rem;left:0.50078129768372rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #sgOVy8cG115tk10M2fgSGJrExrHl6S6m { width:13.0625rem;height:12.6875rem;top:24.606256484986rem;left:3.4687498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtoXqn56LKKD89zcT28iX4ulFx7AXzt7 { width:17.875rem;height:2.625rem;top:62.199999809265rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0T2QsVvgRdlBM6t8pT4OGx7bW2MERmp { width:19rem;height:1.4625rem;top:60.199999809265rem;left:0.5rem;font-size:1.125rem;color:#9c51d3;display:block; }
 }@media only screen and (max-width: 763px) { #CI4rZaOzL7vfePDy2DWR6w3oX8HoqoB2 { width:16.5625rem;height:13rem;top:45.5125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvSOBGH0UTLOTZTawLyFq3pVcqHlERD { width:11.8125rem;height:11.4375rem;top:47.012494087219rem;left:4.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHsZP69VfLQtOMGc2ghtUrT4SHDbcTt { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9a52e4;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF { display:block; }#FO2fnCIohwmoJqSNpViKPL1WZyo6sOSF > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXQTwprxzr29yy8I2eBOOr4VKwCSqMEi { width:19.125rem;height:6.5625rem;top:18.903157775879rem;left:0.375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHVbe8MUGSM8NMpVTQnUNOab0q5mShQP { width:10.06175rem;height:11.31175rem;top:5.75rem;left:4.9375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0rem 0rem 0.8125rem rgba(154,82,228,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #iAvE1lgTIXCVPwVg3SR6AcakNnmzw2yM { width:16.5625rem;height:3.575rem;top:20.403124809265rem;left:1.7187501192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAB6co2Ex7GnTWeI7BT3Ee5uJ03UXXf7 { width:17.4375rem;height:3.25rem;top:1.25rem;left:1.25rem;background-color:rgba(154,82,228,0.5);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) { #bQmV23EPAG0NIAfLwrKrZuZNuJyR4ged { width:19.125rem;height:1.95rem;top:1.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#151517;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xUoJewFXAAabLVfitWiE3V25Nz0JQQ0E { width:11.875rem;height:8.8125rem;top:6.5304718017575rem;left:4.3765624761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx { background-color:transparent;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:none; }#GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx.adaptive-delivery-prevent-bg, #GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx.lazyload, #GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx.lazyloading { background-image: none; }#GX6zW4TpAmdO9UX3MTIoEN9AFy3aoVgx > .row .container { width:20rem;height:54.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P4vXtJxOa8IiJ7mAVZL9OTECOFq4BoU4 { width:5.3125rem;height:5.3125rem;top:27.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws6UKl8plqEif48cGze4PFt1Sa24PkHs { width:3.875rem;height:2.3375rem;top:28.0625rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXuqlBy7yqFFZQozoBakrgFOSGyukqi5 { width:16.875rem;height:19.8125rem;top:5.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFkmCbgmDymaXqpuKxbh9Xn6XOBpqEvG { width:14.62425rem;height:10.5rem;top:11.625rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnRhTuX76gIb7t1a93WsRGTaFbsBer9l { width:15.2484375rem;height:3.65625rem;top:41.560157775879rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8TmUXIstzHLQR0T4PIEldVP3KWk3eW4 { width:14.75rem;height:1.7875rem;top:8.9375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMF0OKv77OWzhc7Z6R5ykr1umUsIqqiI { width:14.74925rem;height:1.7875rem;top:37.1875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #famBAMpKC0Vn1sDkSPyAy6ydfynxsWi0 { width:5.3125rem;height:5.3125rem;top:48.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6JiO5qPoTPTzEmPkG2K9d0C1OamevDf { width:3.875rem;height:2.3375rem;top:49.25rem;left:8rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAbakhq2ShfJcd8iLEMaJfP9mAQD5XXH { width:16.875rem;height:13.0625rem;top:33.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbTnH5rGXw7rZAuPMbmRhViwAe9kfmZo { width:20rem;height:1.95rem;top:1.8992195129394rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#9a52e4;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qColctiggPhl0snksJLocIkzBJ8tGDGz { width:17.4375rem;height:3.25rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhkJyTTTKDNQE1V2nurWareFeeasuAKD { display:none; }#bhkJyTTTKDNQE1V2nurWareFeeasuAKD > .row .container { width:20rem;height:43.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AnRDFfu95Ws3wWh1XmEkKEaqb62upTUu { width:19.125rem;height:1.95rem;top:1.5617218017578rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#151517;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dg2106HXpfSR9yym1qkufS5GzReTWo7Q { width:17.4375rem;height:3.25rem;top:1.25rem;left:1.25rem;background-color:rgba(154,82,228,0.5);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) { #PcmlX9vqnlepce3dcylvUrzUJgcTPdU1 { width:20rem;height:11.418rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSLoBSd207IsN0Z2XyE34KzkUIHdKvQR { width:19.125rem;height:6.0625rem;top:24.29925rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTH7EC1JrFfUV00BlsrpKWJtrA22mzXl { width:15.0625rem;height:7.875rem;top:34.76721875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzNVuSEiG46iflGoQPn5JSSOXTa6h02S { width:17.8741875rem;height:4.63125rem;top:18.418rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#151517;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nLiveA0LTbM6dC1HvhzLzL6O3ZAJOqtx { width:18.3741875rem;height:2.25rem;top:25.533625rem;left:1.6258125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtJ7TOPwrQS5yURU0SwCFHE9rBumKITL { width:15.5rem;height:3.18671875rem;top:30.3305rem;left:4.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:#f0c946;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) { #pD8EWmcD7R9ymhSK8yrtFcMInpztBfI6 { display:block; }
 }@media only screen and (max-width: 763px) { #ciTUHGAWfrahRnfs3r8B0XQ2Bg0BAHwl { display:none; }#ciTUHGAWfrahRnfs3r8B0XQ2Bg0BAHwl > .row .container { width:20rem;height:51rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yIgFdzbhAIVgF9XXM4R73T1fLSLf5bXI { width:19.125rem;height:13.5rem;top:5.75rem;left:0.375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsZcf61ZzrcOdp04SeNfzFk7OqWJu9n { width:19.125rem;height:1.95rem;top:1.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#151517;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lGhH4daXc4rVU1NEewcxreIeV8vRUCKO { width:16.6241875rem;height:11.15625rem;top:8.2250061035156rem;left:1.6296882629394rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlSDv8CeG700vo4mkscIp75vqUZtcRfM { width:19.125rem;height:19rem;top:28.225784301757rem;left:0.375rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV9S3THIS6gFO012ouzJg1M1dHA5BH4J { width:17.4375rem;height:3.25rem;top:1.25rem;left:1.25rem;background-color:rgba(154,82,228,0.5);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) { #ih5NmVUs2PleRw5IROH3UwarOmaWVTkO { width:17.875rem;height:9.375rem;top:34.913284301757rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIB37l8vlyuMCpfO7av87rK5qDEOJT5D { width:19.125rem;height:4.225rem;top:30.710159301757rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#151517;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MwWf08L364HoghFK0mZ9onJRM7rl7UgU { width:13.8125rem;height:1.4625rem;top:48.272659301757rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#151517;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cgQZiROi0rMTczlAWI1t7EW88o2kO6u0 { top:23.350784301757rem;left:3.375rem;width:16.625rem;height:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qe9V3C6RCy8ciS80qkQEKQ3ZUNSsfXyn { display:block; }
 }@media only screen and (max-width: 763px) { #wm8fDBuGZgSerV3yaVVTRWwlTgTg3pl0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/02ae78da-807d-4ed6-b572-aba13399c42a/LandingPageCourseDelivery0202.png");background-position: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:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btfoy2X1GkzXIMuU0XhFfPSoXb04eDt5 { width:12.5rem;height:0;top:54.504rem;left:7.5rem;font-size:1rem;color:#ffffff;display:none; }
 }@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) { #oI26Tb35Z31ShzWRTTKehDnfyPqzsqSb { width:0;height:0;top:51.8165rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXT54bwhOVAvTdiWTuhLBU5HwVJrfTXQ { width:19.875rem;height:31.1875rem;top:22.74062538147rem;left:0rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #hc7WDV3aK1XFu8lDZOePTg2OQ7pWRm3G { width:20rem;height:10.4375rem;top:6.91875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.875rem; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-text {padding-top: 0; padding-bottom: 0;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-select {padding-top: 0; padding-bottom: 0;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv  { width:17.5rem;height:auto;top:28.939063072204rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:100032; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv .widget-info-text { font-size:0.6875rem;overflow:hidden;height:auto; }
#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv {display:block;}#NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv { width:17.5rem;height:auto;top:28.939063072204rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:100032; }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #wSO4v04iLxQJm7lLOoahbp9ZOcn866tt {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #HVXMZD2Ww0irSlDZhmg9f17SgR21ppFM {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #C6F6idA7ikPa7rdp2M0g193QepBnadB9 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #mAxkGyDGtBabyQFytUV3u6Uo6W60AcsS {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #K3qC3LoAZT6aZntoEHL1XcTGuLS809z9 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #FeMFKSQdtVMbeuHoQgZOoGFJioAeKyzO {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #Kkl0xEM4epG1dNhyiAkVUZqs3gCxxOub {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #s7dzS92tQFib9nXTkQrl8sgoQyd4JpKR {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #LzTwlbJng19Db6k6UIPuCWuCMeEMIlOu {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #pCUUteUHL1l5oPwcfkO8o5Cbm9dXPPN0 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #blpMl93fOSJoD6BSFwDeCgqFW2N25FkA {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #VstEPxa0t0JmF3h1nTdGqrHKysgaDAB8 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #qriuVt4BeSggwWUqhzrvKGkTtKGnFlEN {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #EfKdTqvIHSPKK5diitzBbp6vxCNy74Im {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #wxGSbsOrv0EQDTx3MLETM6QqkEw5EspT {  }
 }@media only screen and (max-width: 763px) { #LFfUctdUzmR6EnCk7MLwpaWhmJga5I9l { display:block; }
 }@media only screen and (max-width: 763px) { #lAAiVVRKOtO5PweTC0qUoElQTKDrz8ck { display:block; }
 }@media only screen and (max-width: 763px) { #ap3VfZEHVJ8izsdomVr1ePow4Fzzt1e3 { display:block; }
 }@media only screen and (max-width: 763px) { #SWPPuUqqCEJHV9dqR9tswM9QBABT7EIc { display:block; }
 }@media only screen and (max-width: 763px) { #Kmtsqu07TzQe2rHQRu7axDX44Tnw8tan { display:block; }
 }@media only screen and (max-width: 763px) { #JeCuTrlqnukXK89T95SJ0TAdKmUto5SR { display:block; }
 }@media only screen and (max-width: 763px) { #z09GrhEHvX5lNz8hfCW6xTIXgyWoexDv { display:block; }
 }@media only screen and (max-width: 763px) { #maZer4viTCQ9fZsmyJ6vy77WdT1MhSND { display:block; }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #hD1NbSOHP4wyqHwgNmn957etwy4UNbtt {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #I7Xt4o3et2ppZLBXViXzLUGaVaAGLeTh {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #x2Xw7JmLBk5M4na6sBEhsAPc5Ia4yTKR {  }
 }@media only screen and (max-width: 763px) { #Dmv6egG94GyyMq0JB5P2E2P0LKzJ7to1 { display:block; }
 }@media only screen and (max-width: 763px) { #WOhqbb0kHyKTCnkq3wMFVUZWAHlOeST7 { display:block; }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #ShyQO05UKa4EEwx39xqMenPh9ItOlOA1 {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #ZcgvJnfe86LaBtHXLdvDTe8iPbyWqKFV {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #txT6m8M986hWsVeAwkmduVDqy7W9pyvf {  }
 }@media only screen and (max-width: 763px) { #NT8NC66iVaXfTL005wLP7EnzPOTo3Jzv #Qa3uZax13gQhw4qZusucyDVgve4sIXF1 {  }
 }@media only screen and (max-width: 763px) { #F6n65Fivh9oCz4ALAwgTqGGFkpEICr3Z { width:15.625rem;height:2.4rem;top:25.864074707031rem;left:2.1875001192093rem;font-size:2rem;text-align:center;text-align-last:center;z-index:100043;color:#efeeef;display:block; }
 }@media only screen and (max-width: 763px) { #CBSIRqQ2gNfTm3h7kBeVb9wqslRdVxBX { width:11.125rem;height:1.2rem;top:28.264061927796rem;left:4.4374998807907rem;font-size:1rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 1.0625rem rgba(255,255,255,0.84);z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #kTM26nzep0PZdN8nK9liNZOpc8QlabR6 { width:20rem;height:2.25rem;top:23.553955554962rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:100043;color:#efeeef;display:block; }
 }@media only screen and (max-width: 763px) { #A5509fZv8wTUnT21p9WW4Kpek7OTlfyS { width:10.875rem;height:8.625rem;top:9.18984413147rem;left:4.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9XatDkWBhUcbLBo0EDHqbP2MFLAAkZa { width:15.12425rem;height:3.75rem;top:18.440601348877rem;left:2.4375001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHqPfDm4RmFHfTqPUW0Rq02oaElFVQKh { width:20rem;height:1.4625rem;top:1.186719417572rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dHvlH5exzIfUq1y4Nt5x2540ZieAk3SS { width:20rem;height:4.7125rem;top:2.6492156982422rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r61yWPUqLqoNUVh5cSnTPKnZEoAiNSIT { width:20rem;height:1.05625rem;top:7.571093559265rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;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(255,255,255,0.56); }#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(255,255,255,0.56); }#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:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5Nx2wRM0EJTCooZVl6OV1veuadFPA0R { width:17.4375rem;height:1.21875rem;top:5.436719417572rem;left:1.5312501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc5qVMe1c2zKga7wJApREQfgqt2DTGEp { width:20rem;height:3.625rem;top:2.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxgSknSh0gVgOw9nknsybk2vs5SQE8aE { width:20rem;height:1.8125rem;top:0.93670654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqGwEm9kfBSPJZdaZ2zvVJkGnCWvhze { width:18.5rem;height:1.95rem;top:7.0617194175719rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofO6FgnaGT9D36GLwwqbOd45svgENqs8 { width:20rem;height:6.9375rem;top:3.9421391487122rem;left:0rem;background-color:rgba(255,255,255,0.41);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) { #FdwzhCINvNTOR1trTykh5glrMQS0Mgui { width:1.5625rem;height:1.5625rem;top:3.6867218017578rem;left:18.4375rem;font-size:1.0625rem;color:#400068;display:none; }
 }@media only screen and (max-width: 763px) { #V9ihGR9eWzTZlxShUzpXsekkie44kJ4p { width:20rem;height:8.8125rem;top:11.53125rem;left:0rem;background-color:rgba(255,255,255,0.41);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) { #JLxH3Md5hU0TzU0JOiVcG8uV5QaxQwgQ { width:1.875rem;height:1.875rem;top:12.90625rem;left:18.125rem;font-size:1.3125rem;color:#400068;display:none; }
 }@media only screen and (max-width: 763px) { #cd9VG54dGktsykpAUqpHup9HUmA9d0xq { width:15.75rem;height:2.4375rem;top:13.862499713898rem;left:1.5312501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMywy3zzUxlObT6WxQO6gAiLUrl7T8o2 { width:17.1875rem;height:1.95rem;top:16.562500476837rem;left:1.5937501192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNUHue4VzJuNAqBKaEZSJzMQhJHN15dQ { width:20rem;height:8.8125rem;top:20.862500190735rem;left:0rem;background-color:rgba(255,255,255,0.41);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) { #DOOmFUJ41PP7hafsZUZ2tMRk6aHK6Skl { width:15.125rem;height:2.4375rem;top:23.049999713897rem;left:1.9062501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFE4tGZubcEeoLI8PVAVRVDlFoTSzMXt { width:17.5rem;height:0.975rem;top:25.812502384186rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqkhyEv72nFPFMSNBHUgHA21Wuv0uDqK { width:1.875rem;height:1.875rem;top:22.96875rem;left:18.125rem;font-size:1.3125rem;color:#400068;display:none; }
 }@media only screen and (max-width: 763px) { #ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E { display:block; }#ndIZs8Xw2RTlEddzkH9t5b3ioTcbog9E > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3x6THT2HTEIM20StobGBCaODuNxfhmJ { width:6.7484375rem;height:1.37421875rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKGCtG6HPqLv2PoT5oze06mH8nPnk87y { width:19.0625rem;height:3.9rem;top:3.87421875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkqeyPRsDUD9EVTVCfCMkTGAxh2t84lh { width:20rem;height:2.925rem;top:9.02421875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUmKhCi6UT8TRkiQTwPx1ko6OpSOTGe4 { width:20rem;height:0.975rem;top:23.66171875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKNsSBw3GWl8K62hwmz3vRyJbUnfGTNS { width:14.9375rem;height:2.275rem;top:20.13671875rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blckLm23iTss5Ki9xQrfzML62e3QqZM8 { width:5.6875rem;height:5.6875rem;top:13.19921875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl0yyEPS50JFUuqZ0y8BsPtwrZcCG41A { width:10.625rem;height:5.9375rem;top:9.8125rem;left:4.6875rem;display:none; }
 }