.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#262626;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row .container { background-color: transparent; background-image: none; }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row .container > .video-iframe-container { display: none; }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row > .video-iframe-container { display: none; }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .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); }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row .container { border-width: 0; border-radius: 0; }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#edurTTNk57fZbQAQZq5NhUk0tq8OGiC4 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08edc2fb-29a5-4743-ad84-74813ab4de02/Logo_All2x.crop_177x94_0,0.preview.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.125rem;top:1.24951171875rem;left:4.234130859375rem;display:block; }#edurTTNk57fZbQAQZq5NhUk0tq8OGiC4.adaptive-delivery-prevent-bg, #edurTTNk57fZbQAQZq5NhUk0tq8OGiC4.lazyload, #edurTTNk57fZbQAQZq5NhUk0tq8OGiC4.lazyloading { background-image: none; }
#wNBPIp6unE1Wx6WQ3n28stxO4AKA30qo { color:#000000;display:block;width:12.99975rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.810791015625rem;left:44.902099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MZfVLLLKZ6HuXdaSpB1Poann9pkyt3CS { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.312255859375rem;left:48.12451171875rem;display:none; }
#uNlA7v4mU93ZsTvTbIwXtGwcfkeJ2i8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .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; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:arial;font-size:0.5625rem;font-weight:700;line-height:12.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:9.8745rem;height:3.62475625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;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:2.96630859375rem;left:46.42041015625rem;z-index:15005;display:none; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #b6vqQ3VyURUxVmnoModK58ixtJVKiUSz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #CSJL6fXdcUSFnWWTbJh3xA5TTuNRQ9bL { width:auto; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #sqMJ23v6SDIxVMlTxuiunmUV1EfyiqGf {  }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #KupLKnoXdIlN0WJKB0QJVD7le8bNDDdI { display:flex;position:relative;top:0rem;left:0rem; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #GlKJUJ3AFxzWTzgwucQ0WptDbNsllAGD {  }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #HQ2FGNNB0T1KI8l6TRSgvQaNBBWP8G0O {  }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #ArK1TNzZL4fXvrJB11MuChLXIQnzzdra { display:flex;position:relative;top:0rem;left:0rem; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #a0Bq2bVQHVyfl7LOPpfLpT9T99puPfvk {  }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #CoKAUzuo9BT8eV0vIoCmML3lIn2MbtiD {  }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #VaGtKh3bKWd6hRqDJ9Jakx0i7E8PNvfq { display:flex;position:relative;top:0rem;left:0rem; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #XUVzpx3TM1GNaJEBdbbhHTrOc0ZkyTPE {  }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #g4HcSROe1d0cRwOUIafvrOXL2uENV5t4 {  }
#L91w98spvpbBQbTwiL5Xlbxq7uxMlzz1 { color:#000000;display:block;width:37rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:12.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VThaAZx0yVuykfATFnRZceeTlohsOHca { color:#000000;display:block;width:37rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:12.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZJThppP4WNvTyW0DTu39ELWX7bf0TrD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -moz-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -ms-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -o-linear-gradient(180deg, #ffda5a, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffda5a, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:4.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:46rem;display:none; }
#gtKFxIiszXmpvy70t9QXAS92aVN9IP2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lkFJRwOt4h7BmI6llcFogB8130kE7O1w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#lkFJRwOt4h7BmI6llcFogB8130kE7O1w > .row .container { border-width: 0; border-radius: 0; }#lkFJRwOt4h7BmI6llcFogB8130kE7O1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkFJRwOt4h7BmI6llcFogB8130kE7O1w > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:60rem;position:relative;display:none; }#m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08edc2fb-29a5-4743-ad84-74813ab4de02/Logo_All2x.crop_177x94_0,0.preview.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:7.125rem;top:1.24951171875rem;left:4.234130859375rem;display:block; }#m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ.adaptive-delivery-prevent-bg, #m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ.lazyload, #m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ.lazyloading { background-image: none; }
#y1eiQpQxf8IbOKMOO9Cia9eFgwJ223mo { color:#000000;display:block;width:12.99975rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.810791015625rem;left:44.902099609375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#B1L9XSFIvTc6N5oQPJOAHZKoFQTBEMpQ { background-color:#f1cb46;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.312255859375rem;left:48.12451171875rem;display:none; }
#QAQ6KngzcmBXKPv8xx9048T2pkwqhaJ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .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; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:arial;font-size:0.5625rem;font-weight:700;line-height:12.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:9.8745rem;height:3.62475625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;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:2.96630859375rem;left:46.42041015625rem;z-index:15005;display:none; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #wGiX4XJ8ehSiPpwDO4qe6vpBwn4zqHZk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #RxLh2dqMuMpTlmfDNyOiTFnFVQrF2M1P { width:auto; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #H0VbqETguZQMCp1bF42TGorvoO16ZyEB {  }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #oKVIQ7NBdmchra7k4NEl3D2dbm0bGWgS { display:flex;position:relative;top:0rem;left:0rem; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #B1R8be20ToPVRiIAb4T0vx9n86THuxuN {  }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #GT0qhJW0ULeXSE36oEiVty4ca2WIv5US {  }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #r2PSf5KqTJOSUUQPBdLvNHJoN3drGdCw { display:flex;position:relative;top:0rem;left:0rem; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #LxuwKc0RRH0FHrTKTbOfqOyL99DDwnnK {  }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #qpJvfIQFTLxDW8Vz04rRIJ93WE23UyME {  }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #pTwp8iZZn14FKfwCQM5mEN2U6xyZUhmK { display:flex;position:relative;top:0rem;left:0rem; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #CM74haXqJv5r2qQ3BD6pk4mXa92QI9IU {  }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #eJIVkFzItFJKM94CXqZCBtOoiFgQd9oF {  }
#cryXSbndEFR0G4tHL5yW2OaIQ0a96I1m { color:#000000;display:block;width:37rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.25rem;left:12.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WeAAUDo92Qz45VGvCm2XLefwiTsEfNcl { color:#000000;display:block;width:37rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:12.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sXTKGkAQw7VZ7SKecKCmMzCd7QR88SFz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -moz-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -ms-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -o-linear-gradient(180deg, #ffda5a, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffda5a, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:4.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:46rem;display:none; }
#XyUD5qFZHvpH9CqULf1w6tOGMyWom7LT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#boIcto0OOJTVJb8lTFh4Ui17RUEq23k0 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:24.25rem;width:54.125rem;top:7.7495665550231rem;left:2.9367408752441rem;display:block; }
#kgszm7SZT0Ac0W4NN8HHh8n3Rm75hDNX { color:#ffffff;display:block;width:37.3746875rem;position:absolute;font-family:kanit;font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:9.3120665252206rem;left:11.312393188476rem;height:2.3247625rem;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; }
#ZKsboZ0Ht8NanHvNHqCJsVKovxXZnBPV { color:#ffffff;display:block;width:54.5621875rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:12.624240368604rem;left:2.7186431884766rem;height:2.0249rem;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; }
#zSTBFIRD8Xou9kFgVQDiBmaxTAGP2v2I { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:17.061631649733rem;left:28.938804626465rem;height:5.625rem;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; }
#DgMktLsbpEyEcdvk1ICzNhleSi4REbWE { color:#ffffff;display:block;width:14.1873125rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:23.623048275709rem;left:32.969837188721rem;height:1.42480625rem;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; }
#rvuVQ9lLpDrdVkZOguWyFIqceVklkL6b { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:27.624785423279rem;left:8.9062519073488rem;height:1.875rem;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; }
#SruWCqAxXfheV8zih6V9FfEwRV4H6fLr { background-color:#ffcc4d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#282e31;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.874875rem;height:3.061525rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:30.935332298279rem;left:19.250217437744rem;display:block; }
#NCnleoERPGhDEmudJu730p5iPlKbDSax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KBxFIxdxICloOuac7P3w2QedNQ2QXhz6 { position:absolute;display:block;z-index:15085;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5) ;height:10.1871875rem;width:19.4998125rem;top:15.468207359314rem;left:8.9062519073488rem;overflow:hidden;display:block; }
#pBdhQcSB5TTVA8pyB9k8MUtm6fxZCfce { color:#ffffff;display:block;width:54.5621875rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:12.624240368604rem;left:2.7186431884766rem;height:2.0247375rem;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:none; }
#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f416f55-6690-4942-aa61-1c3e3ddbcd04/Untitleddesign7.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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT.adaptive-delivery-prevent-bg, #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT.lazyload, #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT.lazyloading { background-image: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { background-color: transparent; background-image: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.21); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .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); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { border-width: 0; border-radius: 0; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:60rem;height:63rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Kq4gRXHtV3mxSQ6qlXFTuHdbi00wsin7 { color:#ffffff;display:block;width:50.562rem;position:absolute;font-family:kanit;font-size:3.75rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.85);top:37.1875rem;left:5.5rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { color:#ffffff;display:block;width:56.1875rem;position:absolute;font-family:sukhumvit;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:53.8125rem;left:3.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#s83No4iIwugA87rsidgATUxP9Zm1QefK { box-sizing:content-box;height:6.0625rem;width:27.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(280deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(280deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(280deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(280deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(280deg, rgba(0,0,0,0), #000000);background-size:auto !important;top:53.1875rem;left:29.5625rem;display:block; }
#VioWUN0UT2wxL1LdpTodcC1LpCfApvnx { box-sizing:content-box;height:6.0625rem;width:27rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(280deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(280deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(280deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(280deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(280deg, #000000, rgba(0,0,0,0));background-size:auto !important;top:53.1875rem;left:3.0625rem;display:block; }
#zg3csPZQ3zhgeZrUlMtiILHEioHx5o0C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -moz-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -ms-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -o-linear-gradient(180deg, #ffda5a, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffda5a, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:4.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:46rem;display:none; }
#IRhfn1iifUUnseARcboCazDZWrPS9tqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peI4dxZUD5Pclrp4JaWpMxl4GleErCSH { color:#ffffff;display:block;width:54.312rem;position:absolute;font-family:kanit;font-size:5.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.85);top:40.9375rem;left:3.625rem;height:5.98144375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzTfN3ICkEdw4FmGutRFx979zLoDKTaU { box-sizing:content-box;height:6.0625rem;width:27.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(280deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(280deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(280deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(280deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(280deg, rgba(0,0,0,0), #000000);background-size:auto !important;top:53.1875rem;left:29.5625rem;display:none; }
#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { background-color: transparent; background-image: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container > .video-iframe-container { display: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container { display: none; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .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); }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { border-width: 0; border-radius: 0; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#knWSSk5211dEEZrRn5OgIkOCTzukaDsP { position:absolute;display:block;z-index:15017;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:2.6875rem;left:20rem;display:block; }
#LRVFCConCzPOHu9dm6AUKca6K45eF4sk { color:#000000;display:block;width:18.75rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:0.625rem;height:2.2749rem;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; }
#keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.625rem;height:2.11248125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { color:#b56ff6;display:block;width:18.75rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8rem;left:20.625rem;height:1.625rem;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; }
#zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:8.25rem;left:40.8125rem;height:3rem;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; }
#CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.1875rem;top:1.75rem;left:45.75rem;overflow:hidden;display:block; }
#JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { position:absolute;display:block;z-index:15018;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:2.6875rem;left:40rem;display:block; }
#actwC7NbQITzolAvuarrSCqUZhOdHl9I { color:#000000;display:block;width:11rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.0625rem;left:4.5rem;height:1.625rem;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; }
#DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { color:#000000;display:block;width:18.75rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0.625rem;height:2.11248125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { color:#f1cb46;display:block;width:18.75rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:0.6875rem;height:2.2744125rem;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:none; }
#R837Z4naolNN3zfvA4hGQzH94WCblD02 { position:absolute;display:block;z-index:15017;background-color:#000000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:0.125rem;top:2.6875rem;left:20rem;display:none; }
#pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { color:#000000;display:block;width:11rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:5.5rem;left:24.5rem;height:;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; }
#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { background-color: transparent; background-image: none; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container > .video-iframe-container { display: none; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row > .video-iframe-container { display: none; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .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); }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { border-width: 0; border-radius: 0; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { font-size:0.875rem;font-family:arial;height:76.875rem;width:60rem;position:relative;display:block; }#E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { color:#000000;display:block;width:29.75rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.25rem;left:29.8125rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { color:#000000;display:block;width:29.187rem;position:absolute;font-family:kanit;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.375rem;left:29.8125rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJF3VUVAktn7gn9u467AKowHeoTGrypn { color:#000000;display:block;width:29.875rem;position:absolute;font-family:kanit;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0rem;height:7.7998rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lz9gd9IbUDFrJvngXPLJOqZ4lNGITtN4 { color:#000000;display:block;width:27.375rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:35.75rem;left:2.4375rem;height:3.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#npCOL9cyuBvPTUstaJIZgZEJ1D0EFzPk { color:#000000;display:block;width:19.5615rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:49.4375rem;left:30.1875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ggy5LP1pJFtsKvK4uSQ6FdyUfmeVxo4G { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(38deg, #facc6c, #d71f1f);background-image: -moz-linear-gradient(38deg, #facc6c, #d71f1f);background-image: -ms-linear-gradient(38deg, #facc6c, #d71f1f);background-image: -o-linear-gradient(38deg, #facc6c, #d71f1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#facc6c', endColorstr='#d71f1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#facc6c', endColorstr='#d71f1f' );";background-image: linear-gradient(38deg, #facc6c, #d71f1f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.312011875rem;width:21.875rem;top:10.9375rem;left:4.125rem;display:block; }
#R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { color:#000000;display:block;width:25.2495rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:58.3125rem;left:30.1875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zSLkU2p502m5s1HENF1EOA6P3Fkug33p { color:#000000;display:block;width:19.5615rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:30rem;height:8.1255rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nwTSToRqwBSQMkGPZxM8GIkwXVaTAXvU { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:25.375rem;top:44.625rem;left:2.4375rem;overflow:hidden;display:block; }
#QCTxGVTbH7O4ONp8kXqArBg0St1xiHWe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.25rem;width:5.5rem;top:4.1875rem;left:0.625rem;overflow:hidden;display:block; }
#xVfcTqSTbTCD9k97TpClTDfPiZ5K2J7W { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.6875rem;width:5.6875rem;top:12.3125rem;left:8.1875rem;overflow:hidden;display:block; }
#tRxAzbA6T6iT9lVyu8dRPCvCbrJavnnW { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.375rem;width:5.5625rem;top:4.3125rem;left:16.0625rem;overflow:hidden;display:block; }
#ymKusBTp5o7II33ExzDmTTXnOv2pTXc8 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.375rem;width:5.9375rem;top:12rem;left:23.0625rem;overflow:hidden;display:block; }
#WTm2WuB2iwkcJg35s7yQqQwGKEsU8E9G { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffab00;background-image:none;top:10.4375rem;left:3rem;display:block; }
#Uf8ufenmHm7rFu29UpZi7wP2GvZCSNSH { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#fb8749;background-image:none;top:10.4375rem;left:10.4375rem;display:block; }
#yUsQ85eNx6wlCRx07onKL7wy690oDIkW { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#ff5a00;background-image:none;top:10.4375rem;left:17.4375rem;display:block; }
#VU8WpB5curyCMKBcOxcmxkgkOO9EAHMN { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#d71f1f;background-image:none;top:10.4375rem;left:25.4375rem;display:block; }
#JBtktTRPFEhXkpxI03yNL6TzX572arfK { color:#000000;display:block;width:18.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:4.625rem;left:0.75rem;display:none; }
#DF8gBDIJnJznHeJhVE8Qygt5eRDQ1Z28 { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:48.6875rem;left:0.5rem;display:none; }
#ImVWgfwwRviz1Tt6CDRUrJMcLLSSn57v { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:15.9375rem;width:12rem;top:24.625rem;left:31.875rem;overflow:hidden;display:block; }
#tEEZtdxb6wBsy3e1pRerzuTzpB3TDFkw { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:18.6875rem;width:14.25rem;top:22.3125rem;left:43.875rem;overflow:hidden;display:block; }
#apvmcetPweMTsh3lwFlAsVET4roG8SmV { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:16.8125rem;width:12.4375rem;top:27.9375rem;left:38.1875rem;overflow:hidden;display:block; }
#fcVt4dpTZNIEowqP3Shva35U9Tg0aOxS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -moz-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -ms-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -o-linear-gradient(180deg, #ffda5a, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffda5a, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:70.6875rem;left:23.0625rem;display:block; }
#XmafJ3SClMz55awPotss2Js4MDuxDhaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row .container { background-color: transparent; background-image: none; }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row .container > .video-iframe-container { display: none; }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row > .video-iframe-container { display: none; }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .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); }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row .container { border-width: 0; border-radius: 0; }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:60rem;position:relative;display:block; }#qIBH0eHfzB6G0u6V4KxiZPKTia6bnSE4 { color:#8a43ff;display:block;width:54.8125rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.4374973773956rem;left:2.5625rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k4kzEtNUQxXrNobKTt34yWNRuh8pVZJz { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4993469715119rem;left:2.5625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJlGU3nDZVT1CeUcbMMavuQx7ghM4DME { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:15.5rem;top:16.375rem;left:0rem;overflow:hidden;display:block; }
#lEpS1u0bDAFDibN5DoZNvyXMogd8piKy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:14.9375rem;top:16.375rem;left:15.125rem;overflow:hidden;display:block; }
#vbHuHSxfNvVdxncfDxyMLSDrZwCmChKy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:15.625rem;top:16.375rem;left:30rem;overflow:hidden;display:block; }
#Hla5zfcSIByKZG5eFh5fCeh7BUeGEiWv { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:15.8125rem;top:16.375rem;left:45.0625rem;overflow:hidden;display:block; }
#TOR1QwbyZAqTxBliBzVTazmDNnZ9mQnW { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.52604162693rem;left:3.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Geg9CHTuLHgcIS4kOyArGlLXvug7P9rE { box-sizing:content-box;height:1.125rem;width:2.125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:17.47916662693rem;left:32.0625rem;display:block; }
#NpykruQNng7wC6Id5iZXT0z5KLh0aVnO { box-sizing:content-box;height:1.5rem;width:2.625rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.47916662693rem;left:40.8125rem;display:block; }
#sga8cqWPKeoWNdKpUo590421Msgy1lfn { box-sizing:content-box;height:1.25rem;width:1.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:18.04166662693rem;left:42.625rem;display:block; }
#g1P84SZzxPJTzaIflTkJA4MwhmCKdi9V { box-sizing:content-box;height:0.9375rem;width:2.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.958334565162rem;left:31.46875rem;display:block; }
#LqlKPDU7KxKuwtd6D0mOiJqMGrpnl4xn { color:#000000;display:block;width:10.125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.061199188233rem;left:2.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ELqrEZPHgcWi222At6sDsey5mAu75ktF { color:#000000;display:block;width:10.125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.061199188233rem;left:17.53125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7OWb7HL8R6CCOqbT8NpPU29uydWyrVm { color:#000000;display:block;width:10.125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.060548782349rem;left:32.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KbyouPZenI2RcNUAzzVcNADB9Tz5XEXd { color:#000000;display:block;width:10.125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.060548782349rem;left:47.29167175293rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ohpZnRKez1Zcu56CpG0KdA2eMTGGJc5K { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:15.4375rem;top:16.375rem;left:0rem;overflow:hidden;display:none; }
#pvBIAzHv0zudDPL3HOk29269irUci5TK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:14.875rem;top:16.375rem;left:15.125rem;overflow:hidden;display:none; }
#iUt3Tvm87wMcew1VxOD8nfqxGw771d1F { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:15.5625rem;top:16.375rem;left:30rem;overflow:hidden;display:none; }
#c8XqEI1ecp04wlhzg951BZKSLvDLZhNV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:15.75rem;top:16.375rem;left:45.0625rem;overflow:hidden;display:none; }
#whpBlqnfFAhT2IFwMGCIbUe6bzHTPKJA { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.52604162693rem;left:3.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RnpeNTaM0WUb0giltmIb7CxDMGqlWM8L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -moz-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -ms-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -o-linear-gradient(180deg, #ffda5a, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffda5a, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995rem;height:4.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:52.3125rem;left:22.966552734375rem;display:block; }
#fC6uM8IwlVREQv0cqfHeqZxFR0BWGAwK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row .container { background-color: transparent; background-image: none; }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row .container > .video-iframe-container { display: none; }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row > .video-iframe-container { display: none; }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .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); }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row .container { border-width: 0; border-radius: 0; }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#l8I1k5uT2Xz1624hODm9Akls0wyvZ3hw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.8748125rem;width:56.124125rem;top:2.5618490055204rem;left:1.9368515014649rem;display:block; }
#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { background-color: transparent; background-image: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container > .video-iframe-container { display: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container { display: none; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .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); }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { border-width: 0; border-radius: 0; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:60rem;position:relative;display:block; }#eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { color:#000000;display:block;width:19.5615rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.6875rem;left:30rem;height:8.1255rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.7);top:3.25rem;left:23.5625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { color:#c6c0ff;display:block;width:9.4375rem;position:absolute;font-family:kanit;font-size:9.375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.68);top:0rem;left:16.3125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nWchKB34uM9fkITFlBztoW6e4D7weA16 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:19.0625rem;top:6.3125rem;left:22.3125rem;display:block; }
#OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;height:6.5625rem;width:25.6875rem;top:10.5rem;left:3.3125rem;display:block; }
#o04Br9XuGV9IJJlP08wrViwnIusesHeG { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;height:6.5625rem;width:25.6875rem;top:10.4375rem;left:30.8125rem;display:block; }
#Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;height:6.5625rem;width:25.6875rem;top:17.75rem;left:3.3125rem;display:block; }
#qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;height:6.5625rem;width:25.6875rem;top:17.75rem;left:30.8125rem;display:block; }
#hOARg3LeHT8MifokWx5DlbZFdcd58sGS { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;height:6.5625rem;width:25.6875rem;top:25rem;left:3.3125rem;display:block; }
#SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7) ;height:6.5625rem;width:25.6875rem;top:25rem;left:30.8125rem;display:block; }
#WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.48046875rem;left:4.125rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { color:#000000;display:block;width:23.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.48095703125rem;left:31.71875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.08203125rem;left:3.5625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.73046875rem;left:31.625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.3310546875rem;left:4.6875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tg53unsD5aqRg94oW3GaDu52JiSoCSaF { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { color:#000000;display:block;width:23.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:31.75rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#ncVqTgrq1yLhL3CFTK9P4MTFuP64eJ6T { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#HLdbHnAN1JOQ1ZWgsiNLGMNi09UicvNc { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.0625rem;left:31.625rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { color:#000000;display:block;width:24.06225rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.33203125rem;left:31.623046875rem;height:3.89941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JsQZHeO3OhGTy91vvsQU5o9DEO6zHhTJ { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#Tk0TpWayXPFQK9F7igtobRqVrBkgiKGF { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:50.375rem;width:25.1875rem;top:3.15625rem;left:32.40625rem;display:none; }
#mqTlg6ffrNH5qZnGbB0qZc01hh6hc6MO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -moz-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -ms-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -o-linear-gradient(180deg, #ffdf68, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffdf68, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:102.5625rem;left:21.5625rem;display:none; }
#PrChcb4tlbumXRtlTuwSGOiQ3W0Ox0WO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vhnv96TSfV5kIfvKn1RBOs31ZZ4aDvmu { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.73046875rem;left:31.625rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bqTw7Afqzzz8bepqrqckk5AULMceQHBV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -moz-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -ms-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -o-linear-gradient(180deg, #ffda5a, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffda5a, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995rem;height:4.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.81298828125rem;left:22.97607421875rem;display:block; }
#UG1BxevVn7Zad6FBSNZNZMlLB04SfuZy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row .container { background-color: transparent; background-image: none; }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row .container > .video-iframe-container { display: none; }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row > .video-iframe-container { display: none; }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .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); }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row .container { border-width: 0; border-radius: 0; }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:10.3125rem;width:16.375rem;top:8.18701171875rem;left:2.671875rem;display:block; }
#tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { color:#8a43ff;display:block;width:12.811875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:9.1230478286744rem;left:4.453125rem;height:1.50010625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKCEmmCMAtFdsX718R6080SE08w3KmTf { color:#000000;display:block;width:13.812rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.451416015625rem;left:3.952880859375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3fpD3ppI56wiwql6J5TnOTlgNSNpEFM { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:12.171224594116rem;left:3.578125rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:2.26171875rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCnWV42M1NVs0a52EX6abeHd3maIrRPP { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:10.3125rem;width:16.375rem;top:8.18701171875rem;left:21.810791015625rem;display:block; }
#wCilF1aMK3b2encnqKUlXhgZ0QPC7F8C { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:10.4375rem;width:16.375rem;top:8.18701171875rem;left:41.312255859375rem;display:block; }
#GDT9G3ybh6aWymeIro6P7Obv3QLmiDnp { color:#8a43ff;display:block;width:14.7486875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:9.123046875rem;left:22.625652313233rem;height:1.50010625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B1dqfc78zIueqTOg1BMtHFk9lbbtTzHw { color:#8a43ff;display:block;width:14.7480625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:23.657551765442rem;left:3.4850273132324rem;height:1.50024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7mO77d3bcqMZ43nSgJTutdgWJ03u2AV { color:#8a43ff;display:block;width:14.0625rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:9.123046875rem;left:42.468101501465rem;height:3.00021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrZQxtdHLwUHOU7BvKbb88HzeFG6crwr { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:10.3125rem;width:16.375rem;top:22.414713859558rem;left:2.671875rem;display:block; }
#GMFQrmkUQng8J7Ql4hEeKTgILNxQ0KEl { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:10.3125rem;width:16.375rem;top:22.414713859558rem;left:21.8125rem;display:block; }
#MGpZ9niKe54sLv0xpH2s99GemIXoaecg { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:10.3125rem;width:16.375rem;top:22.414713859558rem;left:41.826171875rem;display:block; }
#a5MRUBmmVLySG4XqbgAq5dH2EFvKCNm7 { color:#8a43ff;display:block;width:12.811875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:23.657551765442rem;left:3.9524765014649rem;height:1.50010625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vo8C5MLcAsUTPIpUBKTLM7qbELuMn8sT { color:#8a43ff;display:block;width:12.811875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:23.657551765442rem;left:23.59375rem;height:1.50024375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aiNEmsy9qKMkGbrxkzmETskkxVnonlKo { color:#8a43ff;display:block;width:12.811875rem;position:absolute;font-family:kanit;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:22.907552719116rem;left:43.759765625rem;height:3.00021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wVUuOmirlQWinlUU9fPuRTAT9PCrzimK { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:12.170573234558rem;left:22.71875rem;height:4.0488375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfPOywN92ntFGRJC2lxXHUUFJ1O5fJgX { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:13.076171875rem;left:42.405601501465rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IK5uytta3WGBOK5D4cQJtdP7Ohu8Irfk { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:25.951173782349rem;left:3.578125rem;height:5.39844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a5BKGTroRkCkKGdv00D7wEoaEP5ChfEq { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:25.951173782349rem;left:22.71875rem;height:5.39845rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r0BduVbn4EaHRrQrENJMCgLO8ZvaRkEm { color:#000000;display:block;width:14.561875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:26.625650405884rem;left:43.166015625rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ib1a49vBM3b3hVIbcTdN8SbNmOHJnKnK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -moz-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -ms-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -o-linear-gradient(180deg, #ffdf68, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffdf68, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:102.5625rem;left:21.5625rem;display:none; }
#qSbr4o72rf1BOiynhUTD2b0ur1tRIanP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4IXXBEKTreN1v10ulIRXpgTAaC44cxK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -moz-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -ms-linear-gradient(180deg, #ffda5a, #ffc800);background-image: -o-linear-gradient(180deg, #ffda5a, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda5a', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffda5a, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995rem;height:4.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.250732421875rem;left:22.998779296875rem;display:block; }
#lbwRyT0qEUuOTzNRVzmzAVtxIupzqiOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { background-color: transparent; background-image: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container > .video-iframe-container { display: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container { display: none; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .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); }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { border-width: 0; border-radius: 0; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { font-size:0.875rem;font-family:arial;height:85.3125rem;width:60rem;position:relative;display:block; }#BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:9.8125rem;width:47.8125rem;top:8.875rem;left:7.1875rem;display:block; }
#JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { color:#000000;display:block;width:43.3125rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:10.328125rem;left:9.21875rem;height:2.03125rem;font-style:normal;display:block; }
#d05OR15AgPJtmlWr6OdZCy2QfigHNymc { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15116;top:10.40625rem;left:3.34375rem; }
#uHxtnhgmtzThwfuEnIauKaMh6VO5g7PW { position:absolute;display:block;z-index:15097;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.3125rem;width:0.0625rem;top:12.156259536743rem;left:4.25rem;display:block; }
#os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.9375rem;width:47.8125rem;top:20.9375rem;left:7.1875rem;display:block; }
#OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { color:#000000;display:block;width:44.25rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.8125rem;left:9.25rem;height:2.03125rem;font-style:normal;display:block; }
#DhyooggLfLr8VhhTWBirQscQoJJqdAZ8 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15105;top:22.9375rem;left:3.375rem; }
#VgsQxs2osJFoipF9L6aadxkQwrfATAcA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;top:68.625rem;left:3.5625rem;display:none; }
#sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:36.4375rem;left:9.3125rem;height:2.03125rem;font-style:normal;display:block; }
#R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.1875rem;width:47.8125rem;top:35rem;left:7.25rem;display:block; }
#s7SIyL0QooGtq608lAWCE6NCVai84t7e { color:#000000;display:block;width:41.6875rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:53.4375rem;left:9.25rem;height:3.25rem;font-style:normal;display:block; }
#KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:50.625rem;left:9.3125rem;height:2.03125rem;font-style:normal;display:block; }
#yDfD35GsxThGXnoCbi23CTlpV6Qvt98L { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15114;top:50.625rem;left:3.5625rem; }
#ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.125rem;width:47.8125rem;top:49.3125rem;left:7.25rem;display:block; }
#rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { color:#b56ff6;display:block;width:47.749rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:2.24951171875rem;left:7.21875rem;height:4.06274375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WT7rvwbdMIBGAOzIQv2p2kpUMZzbNFWu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;top:40.4375rem;left:3.125rem;display:none; }
#QSf6kshG7nLnxFTTdJErNTtF2cTC4Tag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;top:72.125rem;left:3.1875rem;display:none; }
#r9RWxJoQJdVOUIbk7X55vVT4yFWAPQi5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;top:97.3125rem;left:3.125rem;display:none; }
#lOoD3WlhOLsmIqgRstkTMgB24d41XZZ1 { position:absolute;display:block;z-index:15057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.25rem;width:0.1875rem;top:41.5625rem;left:3.6875rem;display:none; }
#Lvox3p7IrHAMmi24np72GHdwAwOuItp1 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15115;top:36.5rem;left:3.5625rem; }
#JWZLDrtVa14OdWWeTGyWTTTtkhplJbbT { position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:10.4375rem;width:47.8125rem;top:62.3125rem;left:7.0625rem;display:block; }
#IoAqMDrk8TAQedri2IgcTpoufLZw4Toa { color:#000000;display:block;width:39.625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:63.9375rem;left:9.1875rem;height:2.03125rem;font-style:normal;display:block; }
#mo2T9AhLCa9l034CByPGpwVq2eaQ1hzy { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15115;top:63.8125rem;left:3.4375rem; }
#PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { color:#000000;display:block;width:28.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:17.9375rem;left:17.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { position:absolute;display:block;z-index:15092;background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.8125rem;width:31.3125rem;top:17.6875rem;left:15.4375rem;display:block; }
#T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:normal;z-index:15094;line-height:1.3;letter-spacing:0;top:30.875rem;left:16.1875rem;height:1.29980625rem;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; }
#P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { position:absolute;display:block;z-index:15093;background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.25rem;width:30.875rem;top:30.3125rem;left:15.6875rem;display:block; }
#U8Oqx4XXCllq519KynrZCwwJ3XKR949M { color:#000000;display:block;width:27.25rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:72rem;left:17.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { position:absolute;display:block;z-index:15094;background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.8125rem;width:31.3125rem;top:71.75rem;left:15.5rem;display:block; }
#Kn1D1RpfQFadkhxfEdLXIXz2scT11qzn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;top:97.3125rem;left:3.125rem;display:none; }
#wI3dTN7UHEkm5d1O2EVAiL8H3bfMvlBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;top:97.3125rem;left:3.125rem;display:none; }
#M19fipJpZs1bBoRuhQ38J57fBdtflQiD { color:#000000;display:block;width:43.8125rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:12.96875rem;left:9.21875rem;height:3.25rem;font-style:normal;display:block; }
#ny3Jn3y8gUyWVXruNzUzri2c8IqQn8K0 { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:25.5625rem;left:9.25rem;height:3.25rem;font-style:normal;display:block; }
#FPDuDGWeGgf8kqUBlV062EhS83IWWAlZ { color:#000000;display:block;width:41.75rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:39.5625rem;left:9.375rem;height:3.25rem;font-style:normal;display:block; }
#pyuDasTdmquzCzmp99Wtq10t90cwAseW { color:#000000;display:block;width:43.5rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:67.0625rem;left:9.3125rem;height:3.25rem;font-style:normal;display:block; }
#f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -moz-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -ms-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -o-linear-gradient(180deg, #ffdf68, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffdf68, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:78.249990463256rem;left:21.5625rem;display:block; }
#vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CbkbrJKdeGoDJNb66e18neZJmm72A9U0 { color:#000000;display:block;width:2rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:10.53125rem;left:3.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XlI5QH0CdPD03JwP9fGTDDyIeaU01nga { color:#000000;display:block;width:2rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:23.015625rem;left:3.28125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PT82yKqgNEGJ40nfVHbK6wBDHc0ZaL9Q { color:#000000;display:block;width:2rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:36.625rem;left:3.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lmEXEiNE3ORI4LdywpLgLPmfUFlP5tZW { color:#000000;display:block;width:2rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:50.6875rem;left:3.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZJGqnFi88Rdv2qm17glqpThaBvRLiBtW { color:#000000;display:block;width:2rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:63.9375rem;left:3.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aLTOTwfhVaKsh9TL2JCMcdBPXBaSDnVo { position:absolute;display:block;z-index:15094;background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.8125rem;width:31.3125rem;top:45.0625rem;left:15.9375rem;display:block; }
#wTnvO1ZLv2H6vlP56TQ6MyHII1uOFTl6 { color:#000000;display:block;width:28.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:45.3125rem;left:17.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#K070m1PX3dlL63LmR1slxMloBDgPPBTf { position:absolute;display:block;z-index:15096;background-color:#ffd44d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.8125rem;width:31.3125rem;top:58.5rem;left:16rem;display:block; }
#PyVfwKM76FJhRtNRhFEBMdzss26UL664 { color:#000000;display:block;width:28.5rem;position:absolute;font-family:sukhumvit;font-size:1rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:58.75rem;left:17.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SABnNaaUeLMsBppk38dP3v0iKVKO2FLu { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:36.4375rem;left:9.3125rem;height:2.030275rem;font-style:normal;display:none; }
#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 { position:relative;display:block; }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 { background-color: transparent; background-image: none; }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .row .container > .video-iframe-container { display: none; }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .row > .video-iframe-container { display: none; }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .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); }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 { border-width: 0; border-radius: 0; }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BFelNiWg6u4DFGcblDuypwBtH0bykx8K { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.125rem;left:2.25rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V4VtvJRcmg5K2Wd7bO1JZGdW0BpIDdoK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.125rem;left:0.75rem; }
#hfleMlVuBCWLORPsaRgd9yU4wfMDAqKO { color:#ffffff;display:block;width:20rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.455078125rem;left:0rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REoTbvP5hhb27m0tsTk5NKdm0ewUOl08 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.1875rem;left:23.375rem;height:2.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNca4uXAKzvFKhzkEG7DfU9GmtD4ScBT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.25rem;left:20rem; }
#i1FbSIFvkybL7f0X7vhD4X31POGBkarg { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.373046875rem;left:21.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K4nkEDRrKKrPlfnGLSIe93RF8EAtFMr6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.9375rem;left:0rem;height:5.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGoGBqVUVTvRrRxQHSfL5SxftB0ZsdyE { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.125rem;left:43.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uqaF5OiATyOEwpaXouoieTqmrbQ38J6V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.4375rem;left:40.8125rem; }
#LArllf5IGMTPE0mmTQ651ogcIHT21LRT { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:27.455078125rem;left:41.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m99KXN6fzOATLo7wSdSmpPXRKdsAIdyG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:14.8125rem;top:14.8125rem;left:2.5625rem;overflow:hidden;display:block; }
#HtAwRqV2HWMQS49rnBNxgWaFdoMqRUl4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16.6875rem;top:15.28125rem;left:21.65625rem;overflow:hidden;display:block; }
#gF5QuIsEBKESLCV7AEBJIMV5hqpacfUR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:15.6875rem;top:15.28125rem;left:41.78125rem;overflow:hidden;display:block; }
#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row .container { background-color: transparent; background-image: none; }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row .container > .video-iframe-container { display: none; }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row > .video-iframe-container { display: none; }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .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); }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row .container { border-width: 0; border-radius: 0; }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#ZTiANXo18VNg5ZtzmRR2hHuZ21yfWm7r { color:#000000;display:block;width:19.5rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.38916015625rem;left:22.07666015625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNr2xhp6TvPOrkMAHO5rkfsy07eUDcxc { color:#000000;display:block;width:29.1855625rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.373291015625rem;left:22.07666015625rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFzv7h57ncLJPtvHzkzshfF0Wz4H11vv { color:#000000;display:block;width:14.625rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.406494140625rem;left:22.07666015625rem;height:5.60595rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gdeuJDQeuCde0vfaVLgK3wsPTE9zcAiT { color:#000000;display:block;width:17.874rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.178466796875rem;left:41.061767578125rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r6yQuEwbT2DVVWNV0wuPSDczULGV4hWJ { color:#000000;display:block;width:31.875rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.64404296875rem;left:22.07666015625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#r6yQuEwbT2DVVWNV0wuPSDczULGV4hWJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r6yQuEwbT2DVVWNV0wuPSDczULGV4hWJ li:before{  }
#XTkP0BExXa4DSNURZxFc92EMTPVzXGbg { color:#000000;display:block;width:13.437rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.620361328125rem;left:23.28076171875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y94t3JuvvLdxW5dZdmIVcA0bJ5qF6QhJ { color:#000000;display:block;width:16.18725rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.010986328125rem;left:41.90478515625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RQ85rSwfZMSf8ukgH75vbPh3bCVXkGrJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:13.5rem;top:14.419189453125rem;left:23.25rem;overflow:hidden;display:block; }
#xeh2ekVZmO444k8dW4NUO7yAvWdPGEuc { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.2495125rem;width:9.312rem;top:13.88818359375rem;left:45.7177734375rem;overflow:hidden;display:block; }
#GJAZmA4txL2cRhdnNOxTbric6gQ9DUFk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:26.0625rem;top:0.341818359375rem;left:-5.7537602596541rem;overflow:hidden;display:block; }
#IQ91Agp3neSZW11MWWyeFwqhwB5TKNpM { color:#000000;display:block;width:12.4995rem;position:absolute;font-family:kanit;font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.188232421875rem;left:22.07666015625rem;height:1.70631875rem;display:block; }
#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { position:relative;display:block; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { background-color: transparent; background-image: none; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container > .video-iframe-container { display: none; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row > .video-iframe-container { display: none; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .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); }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { border-width: 0; border-radius: 0; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#262626;background-image:none;font-size:0.875rem;font-family:arial;height:31.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vv0Nx7hT4sqvbJpgyWTBXmNkBTPth96y { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:3.0875625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvAzZDDhZ1t8ra3kqxW6GM1BX0fST2hX { position:absolute;display:block;z-index:15017;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: none;height:21.3745rem;width:21.3745rem;top:7.125rem;left:7.25rem;overflow:hidden;display:block; }
#GpICToBvzRKbiQE2JWEwvMqKC8vvlZRW { color:#ffffff;display:block;width:18.8115rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.5712890625rem;left:31.2802734375rem;height:1.78755625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c83TnrNsEyr3AqbFttMtVH9ie4KCqIpv { color:#ffffff;display:block;width:22.124625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:11.3125rem;left:29.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#umFqeuqT1gN5QA1TVAPFzuXswTGr3NIp { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #8a66a9, #001887);background-image: -moz-linear-gradient(90deg, #8a66a9, #001887);background-image: -ms-linear-gradient(90deg, #8a66a9, #001887);background-image: -o-linear-gradient(90deg, #8a66a9, #001887);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a66a9', endColorstr='#001887' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a66a9', endColorstr='#001887' );";background-image: linear-gradient(90deg, #8a66a9, #001887);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.6875rem;width:27.75rem;top:7.5rem;left:27.375rem;display:block; }
#iGaJXyExw2pavyndKuPB7CikIZpiwhg1 { color:#ffd300;display:block;width:21.93725rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:16.0625rem;left:29.75rem;height:2.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roMkIMLr8PquXJuHsIdcrkeHPcqtbs4p { color:#ffffff;display:block;width:21.93725rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:14.9375rem;left:29.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BEhmpGSuETtu4tUtEC8NxdkITTi9uWef { color:#ffffff;display:block;width:21.93725rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:19.4375rem;left:30.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTGLabl1seMvmgxT7M9ZywxN3HsbkVGc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -moz-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -ms-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -o-linear-gradient(180deg, #ffdf68, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffdf68, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.6875rem;left:32.25rem;display:block; }
#RvXnskkgMQXbXPTxaphDZdIIsRsyN2Db { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:url("https://images.assets-landingi.com/uc/d33bffff-ad7c-4525-aa88-3dbdc0353b3a/5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0.adaptive-delivery-prevent-bg, #p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0.lazyload, #p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0.lazyloading { background-image: none; }#p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0 > .row .container { border-width: 0; border-radius: 0; }#p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0 > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:none; }#IvTA1Gtpt6AO08dHLHI6vefDy9Q1WeSJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -moz-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -ms-linear-gradient(180deg, #ffdf68, #ffc800);background-image: -o-linear-gradient(180deg, #ffdf68, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf68', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffdf68, #ffc800);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:34.9375rem;left:33.1875rem;display:block; }
#k5h3Ato9hC2GSmx15ZmQMil9JWACalh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SZFv4tN6zi1Rx7Onap2BqzfZkEHdJgf0 { color:#ffffff;display:block;width:21.937rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:32.5625rem;left:30rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l51g77WeZfLAyNmbfbQSKGPMEyA2VRGd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:31.9375rem;top:3.5625rem;left:-8.7864219114219rem;overflow:hidden;display:none; }
#r9Ulw4vUdpU5CwzC2UTekyHxEX7UTDo9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:40.5625rem;top:0rem;left:17.25rem;overflow:hidden;display:block; }
#WCMABoldLtyVZaWx0b5hUfLWIav3Z5B3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:7.625rem;width:14.875rem;top:18.40625rem;left:23.9375rem;overflow:hidden;display:block; }
#inTTDkZuve7KtBIbAv4MWcWTgKxixn9W { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:7.625rem;width:14.625rem;top:13.71875rem;left:43.8125rem;overflow:hidden;display:block; }
#dlObwVHPHt6o8eZkS19oyGNEfAmKBTyK { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:7.625rem;width:14.625rem;top:22.9375rem;left:43.8125rem;overflow:hidden;display:block; }
#APrdJlB7q3RioLrwq2zoWd3s4t0Hor5W { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.0625rem;top:20.53125rem;left:40.21875rem;overflow:hidden;display:block; }
#JiCOWaGOT2hPKdaccRbSBi2XMFCUEIG9 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:32.375rem;top:3.125rem;left:-11.153886554622rem;overflow:hidden;display:block; }
#OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7ebb1ed5-ff25-4771-8e4c-b78ab815de2b/SGC66.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW.adaptive-delivery-prevent-bg, #OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW.lazyload, #OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW.lazyloading { background-image: none; }#OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW > .row .container { border-width: 0; border-radius: 0; }#OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:none; }#dyrd5AxSkT6Hs0rf8Elmf0k9JmBJOCsd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.249rem;width:19.249rem;top:6.9384765625rem;left:4.810546875rem;overflow:hidden;display:block; }
#W6go0JSaDXegdOIyry80lHOutlfHfkGB { color:#f8f600;display:block;width:38.2498125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:20.624459028244rem;left:21.749675750733rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXSe1AuaF7MrbSm7iCGSp0p6qvmxVlas { color:#f8f600;display:block;width:36.1235625rem;position:absolute;font-family:kanit;font-size:2.5rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.25rem rgba(0,0,0,0.5);top:3.2177734375rem;left:18.7490234375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4HS5ZvRfsulAAf52UBtFzfFQRnPMlsI { color:#f8f600;display:block;width:35.062rem;position:absolute;font-family:kanit;font-size:0.75rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11.8212890625rem;left:24.05908203125rem;height:5.847675rem;display:block; }
#sZbeI5dSfVepC5e26fesH6DFBJDyGIZf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:0rem;left:10.65576171875rem;overflow:hidden;display:block; }
#wcL97OIPSA33KdLAHuqiz44MwehTy2C6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wcL97OIPSA33KdLAHuqiz44MwehTy2C6.adaptive-delivery-prevent-bg, #wcL97OIPSA33KdLAHuqiz44MwehTy2C6.lazyload, #wcL97OIPSA33KdLAHuqiz44MwehTy2C6.lazyloading { background-image: none; }#wcL97OIPSA33KdLAHuqiz44MwehTy2C6 > .row .container { border-width: 0; border-radius: 0; }#wcL97OIPSA33KdLAHuqiz44MwehTy2C6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wcL97OIPSA33KdLAHuqiz44MwehTy2C6 > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:none; }#ZpMgkNLGeTUNxFfGsaSpTf7PsDvFFXIU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:27.4375rem;left:23.0625rem;display:block; }
#IlklkaHTvkp3CSv6Mwa9AD739uJqG4Cn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9pRSl17acGp2FfvwLb4PDgO9G2kmHmT { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11.337890625rem;left:1.6875rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#BemMv2Gd7LqAD0XU1zWTmQdGsI1owT36 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:50.1875rem;display:none; }
#I78aewSLQ8PfaCTh4KtDEVyU79TO4Lcw { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:25.625rem;width:46.8125rem;top:3.9375rem;left:6.625rem;display:block; }
#kf3ki2Np0uXiMDza2WP6ovs9JQTTGQkb { color:#ffffff;display:block;width:32.3746875rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.875rem;left:15.0625rem;height:5.0996125rem;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; }
#i33Mx9MyB4whsbuiug7UbtL7TSWysJMR { color:#ffffff;display:block;width:44.124rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:24.375rem;left:8.5rem;height:1.875rem;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; }
#n08LNxbCQD4W9NS4ahOQAah1GmV2czHS { color:#fbe936;display:block;width:19.625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:21rem;left:28.8427734375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#n08LNxbCQD4W9NS4ahOQAah1GmV2czHS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n08LNxbCQD4W9NS4ahOQAah1GmV2czHS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#IvoBIaKzl9zxRRT8g2NPMIHQkCtEzqRA { color:#fbe936;display:block;width:12.0615rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:21rem;left:15.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IvoBIaKzl9zxRRT8g2NPMIHQkCtEzqRA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IvoBIaKzl9zxRRT8g2NPMIHQkCtEzqRA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#MIHERTkl9lKJoDm3Q0ddanP2orNhTeA3 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:5.625rem;left:9.3125rem;overflow:hidden;display:block; }
#tsDpDu8nl7TT1gpnThf6unVKXf24OebO { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.375rem;width:20.375rem;top:2.3125rem;left:19.8125rem;display:block; }
#rguw7L0lAa4w7A8yFnDEEbLFDExwTCun { color:#091b45;display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:3.0625rem;left:20.15625rem;height:1.875rem;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; }
#receaoCBmqBqxQuTpOmtHAHOxasF4gHF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:6.625rem;width:12.625rem;top:13.4375rem;left:15.0625rem;overflow:hidden;display:block; }
#oAEaqSWlvJlJGEWPiBsrwb169pWBq4yf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:6.625rem;width:12.625rem;top:13.4375rem;left:31.7802734375rem;overflow:hidden;display:block; }
#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5.adaptive-delivery-prevent-bg, #o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5.lazyload, #o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5.lazyloading { background-image: none; }#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 > .row .container { border-width: 0; border-radius: 0; }#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:none; }#UmwyFKXril4WLSSPA7csfT1WCZUUaV4f { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -moz-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -ms-linear-gradient(180deg, #fb8749, #fb5c5c);background-image: -o-linear-gradient(180deg, #fb8749, #fb5c5c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8749', endColorstr='#fb5c5c' );";background-image: linear-gradient(180deg, #fb8749, #fb5c5c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:sukhumvit;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:27.4375rem;left:23.0625rem;display:block; }
#zOOGCZsB9wLVIP3NtkZwyrigdtst5Mlb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5qkbyLA0gUetWVsOd8fmR9XEgtyWhBL { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:11.337890625rem;left:1.6875rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:italic;display:none; }
#xgDEnDhPIePwiBwDzoqoG1W7WOUym7Of { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:50.1875rem;display:none; }
#oIlyeX6CT89usWvlTogu31QWxXhBSTGI { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:25.625rem;width:46.8125rem;top:3.9375rem;left:6.625rem;display:block; }
#oFEKBIBQUPyMpDXNPBKVHonSIoE0aG18 { color:#ffffff;display:block;width:32.3746875rem;position:absolute;font-family:kanit;font-size:2.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.875rem;left:15.0625rem;height:5.0996125rem;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; }
#BMPqvTzNeTuk9R0x725EFSwvsmSnkDhi { color:#ffffff;display:block;width:44.124rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:24.375rem;left:8.5rem;height:1.875rem;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; }
#MP8zDHpnXblIczgR5HSzUtETUTVKeL0L { color:#fbe936;display:block;width:19.625rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:21rem;left:28.8427734375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MP8zDHpnXblIczgR5HSzUtETUTVKeL0L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MP8zDHpnXblIczgR5HSzUtETUTVKeL0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#utQCtMLam1GAGuhf5NQ379NgLguvMvmN { color:#fbe936;display:block;width:12.0615rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:21rem;left:15.0625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#utQCtMLam1GAGuhf5NQ379NgLguvMvmN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#utQCtMLam1GAGuhf5NQ379NgLguvMvmN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
#yIrpCE0z9IVKAvKqLOCT2aeLZJKGBQ02 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:5.625rem;left:9.3125rem;overflow:hidden;display:block; }
#Hka5SvmbtMFrTVTPOACFz6FizCnU8DN6 { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.375rem;width:20.375rem;top:2.3125rem;left:19.8125rem;display:block; }
#iqzTTTxVkv1W35t5BATt1CqlymBDPKPh { color:#091b45;display:block;width:19.6875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:3.0625rem;left:20.15625rem;height:1.875rem;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; }
#WAsJTambH66h54oOTTmok5gf9q3GtMxk { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:6.625rem;width:12.625rem;top:13.4375rem;left:15.0625rem;overflow:hidden;display:block; }
#s6OklTxZDHLWbJqX3J69CkV2rg3LetgB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #ffffff ;height:6.625rem;width:12.625rem;top:13.4375rem;left:31.7802734375rem;overflow:hidden;display:block; }
#w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/04d958e5-101b-475b-8069-e57d7f7ff1f3/IMG_9446.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2.adaptive-delivery-prevent-bg, #w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2.lazyload, #w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2.lazyloading { background-image: none; }#w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2 > .row .container { border-width: 0; border-radius: 0; }#w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2 > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:none; }#pgTZRz4uVi9ocTzA7A9O2WwUcHuSJskf { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7rem;width:13.4375rem;top:25.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#bkJT62J1DmXK2opEQeLlSH0v2Tb2pb7h { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7rem;width:12.5rem;top:25.8125rem;left:14.125rem;overflow:hidden;display:block; }
#BPwIVbNxtqtuq8PS6BqZHMg9dq7AzJ7X { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.5625rem;width:12.6875rem;top:31.9375rem;left:1.5rem;overflow:hidden;display:block; }
#B4NB623BvyTBwzNpcFi52xt74obMai0y { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.1875rem;width:12rem;top:32.125rem;left:13.5rem;overflow:hidden;display:block; }
#RZhATrqa7OmQrSuSuaQghXMbKqK9biMf { color:#190072;display:block;width:21.25rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,173,225,0.23);top:41.28125rem;left:19.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVxkoNu3xWGT1PRPfVp8phg2Ua3UP8td { box-sizing:content-box;height:2.3125rem;width:21.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffe09d;background-image:none;top:40.8125rem;left:19.3125rem;display:block; }
#g4Cx6HkEeAewSw5x8k5cennWyGThAngh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #647aff, #000c7d);background-image: -moz-linear-gradient(326deg, #647aff, #000c7d);background-image: -ms-linear-gradient(326deg, #647aff, #000c7d);background-image: -o-linear-gradient(326deg, #647aff, #000c7d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#647aff', endColorstr='#000c7d' );";background-image: linear-gradient(326deg, #647aff, #000c7d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row .container { background-color: transparent; background-image: none; }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row .container > .video-iframe-container { display: none; }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row > .video-iframe-container { display: none; }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .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); }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row .container { border-width: 0; border-radius: 0; }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:60rem;position:relative;display:block; }#A9lX2o3PprNPQUyGdhgPt67u5U9GXF5T { box-sizing:content-box;height:2.5rem;width:11.9375rem;position:absolute;display:block;z-index:15001;background-color:#f8f600;background-image:none;top:1.5625rem;left:45.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#lv8qpsiWhH8IxD2QwBp4S7y8cquJMh46 { color:#ff0000;display:block;width:12.5rem;position:absolute;font-family:mitr;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:45.625rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9IbZgm7JRJDdnMSpAHOnDfkQACtC1xJ { box-sizing:content-box;height:2.6875rem;width:9.8125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:0rem;left:3.125rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#sWTOUDUP71MKCO1ToKM818pQnP0IAzmy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:8.0625rem;top:0.625rem;left:4rem;overflow:hidden;display:block; }
#JMrNyuz6aI2c2urZqwLgXg7QFW1v1X63 { color:#ffffff;display:block;width:45.625rem;position:absolute;font-family:"line seed sans th";font-size:4.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.28125rem;left:8.625rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfZzFkib14zatlGqwVRE8B8JpFTK5HE3 { box-sizing:content-box;height:22rem;width:20.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:15.0625rem;left:4.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#VMUIm9yWx97TgyGm7LrgOkg1HIlVr9z6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:23.375rem;left:26.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#u0y9kJEv0C2XXmGa7v5NoDg2N8FAtN6N { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4900f2, #380090);background-image: -moz-linear-gradient(180deg, #4900f2, #380090);background-image: -ms-linear-gradient(180deg, #4900f2, #380090);background-image: -o-linear-gradient(180deg, #4900f2, #380090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4900f2', endColorstr='#380090' );";background-image: linear-gradient(180deg, #4900f2, #380090);background-size:auto !important;top:23.5625rem;left:41.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#WvloFlGk0F9P41c1vbhT8DG4pvRubs71 { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffd300;background-image:none;top:33.0625rem;left:27.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#dBG66kfIM3gZbARqPs5arwpgJEiqrQua { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:mitr;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:33.5rem;left:28.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KqVzGxErGNcySW9uC9R3WpCA5dqMS7KC { box-sizing:content-box;height:2.625rem;width:10.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffd300;background-image:none;top:32.9375rem;left:8.8125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#KePxP1yg91QUW9W1LMfyH7aATCKnim78 { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5625rem;left:10.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dDadgvHrTQgmsctnDf6EvPJOnilT225I { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffd300;background-image:none;top:33.375rem;left:42.375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
#Br8XIcq5JHGeg5JQOGLWiIavVrxJTJgt { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:33.8125rem;left:43.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dDbksTZPJuO196rV06vG1o5Z6xg4qzqL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.1875rem;top:11.5rem;left:4.625rem;overflow:hidden;display:block; }
#rlUOeU1PTpt2oKnrZplCvGLl8PVJkPmD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:24.25rem;left:27.6875rem;overflow:hidden;display:block; }
#kWPqush9CdDaQ7n1WEPGFndfEMSAhMaa { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.3125rem;left:28.5625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wmvfqJTDzPLpf7zRvskrg6BiqM1mRiNA { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.75rem;top:23.8125rem;left:42.4375rem;overflow:hidden;display:block; }
#o9x0U4bUXfnfFiO2rWXCATvJmBf33sWA { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.5rem;left:43.125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFLPKBNfHMeCU426DAnyWM0HD4NBKbnZ { box-sizing:content-box;height:5.5rem;width:28.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:16.125rem;left:26.75rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;border-top:0.125rem solid #2e00b9;border-left:0.125rem solid #2e00b9;border-right:0.125rem solid #2e00b9;border-bottom:0.125rem solid #2e00b9;display:block; }
#uCsf3vNtMeQwSsqbbGKoIGhJD9LzJbHV { color:#000000;display:block;width:23.1875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17rem;left:30.375rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JT4DIWzEUMPhBkJ5bdmndp7hdapBTh17 { color:#ffffff;display:block;width:39.9375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.53);top:43.0625rem;left:14.375rem;height:6.5625rem;font-style:normal;display:block; }
#FumTR1T0QDbf718NET80XvW2A0lmPteI { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:mitr;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:40.3125rem;left:14.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gsH5IAdexFC59mwMXUm3E4VIROkU8sz2 { box-sizing:content-box;height:1.875rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:13.25rem;left:5.5rem;display:block; }
#mTTSORTObe8g5q8EB6mIfqfqv6iETTd0 { position:absolute;display:block;z-index:15104;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4.3125rem;width:8.6875rem;top:21.5rem;left:6.75rem;overflow:hidden;display:block; }
#LQSLWPDWW0E8BBtOscdtR1R7bS8hgd5X { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.125rem;width:10.3125rem;top:16.6875rem;left:5.5rem;overflow:hidden;display:block; }
#H7bIoTFdFQOGuuwWA7VhZAHBMe8lqRO1 { position:absolute;display:block;z-index:15106;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.375rem;width:9.9375rem;top:16.5rem;left:15.0625rem;overflow:hidden;display:block; }
#nHCm70NB1mCgMp4IiGPcMwcdxMZcBLLh { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:4rem;width:8.4375rem;top:21.625rem;left:15.4375rem;overflow:hidden;display:block; }
#Nf1eFZoGJHUTsV7z4IlbHcKGACRBVJXe { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.53);top:26.9375rem;left:5.5rem;height:5.25rem;font-style:normal;display:block; }#Nf1eFZoGJHUTsV7z4IlbHcKGACRBVJXe li:before{  }
#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { position:relative;display:block; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { background-color: transparent; background-image: none; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container > .video-iframe-container { display: none; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row > .video-iframe-container { display: none; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .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); }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { border-width: 0; border-radius: 0; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ECze2oEunlTaTDXes5B5c1yim3n5yMLC { color:#ffffff;display:block;width:20rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:40rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#000000;padding-top:0.375rem;padding-right:0.325625rem;padding-bottom:0.375rem;padding-left:0.325625rem;display:block;align-items:center;width:1.954375rem;min-width:1.954375rem;height:2.015rem;position:relative;font-family:arial;font-size:1.499375rem;font-weight:700;line-height:32.24px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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.234375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.60625rem;height:0.79625rem;position:relative;font-family:kanit;font-size:0.5625rem;font-weight:400;line-height:12.74px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:10.8125rem;height:3.795625rem;padding-top:0.046875rem;padding-right:0.04625rem;padding-bottom:0.046875rem;padding-left:0.04625rem;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:32.7119140625rem;left:24.546875rem;z-index:15025; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy { width:auto; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
#vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { color:#f1cb46;display:block;width:13.0605625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.5rem;left:23.5rem;height:2.03125rem;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; }
#S8Pr6VcoJm4TrLg0OgzROpQqUCSC4PS3 { color:#f1cb46;display:block;width:14.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:24.624990463257rem;left:22.5625rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUdZFyLsiwTbpXwTs7ctuwuxApkd7U1K { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:23rem;left:23.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { color:#ffd44d;display:block;width:12.5605625rem;position:absolute;font-family:kanit;font-size:1.875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:17.5rem;left:23.71923828125rem;height:4.875rem;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;font-style:normal;display:block; }
#hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 1rem 0.0625rem 4.1875rem rgba(255,255,255,0.08) ;height:28.125rem;width:20rem;top:4.625rem;left:0rem;display:block; }
#vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { color:#d71f1f;display:block;width:20.0625rem;position:absolute;font-family:worksans;font-size:5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0rem;height:6.50025rem;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;font-style:normal;display:block; }
#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { color:#000000;display:block;width:16.875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:24rem;left:1.5625rem;height:6.7119375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
#LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:kanit;font-size:3.1875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:5.625rem;left:0.75rem;height:3.5063rem;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;font-style:normal;display:block; }
#UAUXFJdgtgahmCuAtRRxAlFrUVPH2nsU { color:#000000;display:block;width:5.87305rem;position:absolute;font-family:worksans;font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.1875rem;left:12.375rem;height:1.70631875rem;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;font-style:normal;display:block; }
#HsQgAch1oZv0ni65kUsZoIpuLCrXPEg9 { position:absolute;display:block;z-index:15040;background-color:#ff0000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:21.9375rem;left:12.75rem;display:block; }
#Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:15.9375rem;top:2.8125rem;left:22.03125rem;overflow:hidden;display:block; }
#CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { color:#7e49d7;display:block;width:18.4980625rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:9.5625rem;left:0.75rem;height:2.40625rem;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;font-style:normal;display:block; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-form-header {  }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.875rem;font-weight:400;color:#ffffff;width:17rem;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;font-style:normal; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:17rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-text {padding-top: 0; padding-bottom: 0;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #cccccc;border-left:0.125rem solid #cccccc;border-right:0.125rem solid #cccccc;border-bottom:0.125rem solid #cccccc;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:17rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:kanit;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .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:17rem;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; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-select {padding-top: 0; padding-bottom: 0;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .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; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffd44d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:#000000;width:17rem;height:4.0625rem;font-family:kanit;overflow:hidden; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO [class*="-text"]:-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO [class*="-text"]::-moz-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO [class*="-text"]:-ms-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO [class*="-text"]::-webkit-input-placeholder { color:#a4a4a4;font-family:kanit;font-size:0.8125rem;text-align:left;text-align-last:left; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .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:kanit;font-size:0.8125rem;font-weight:400;color:#ffffff;vertical-align:top;width:15.9375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .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; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .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;float:none; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-container:first-of-type{padding-top:0;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-container:last-of-type{padding-bottom:0;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO  { 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:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.25rem;top:8.5625rem;z-index:15022;position:absolute; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17rem;display:block;vertical-align:top; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-info-text { display:block;height:auto;font-family:prompt;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO {display:block;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO { 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:17rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.25rem;top:8.5625rem;z-index:15022;position:absolute; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #yH0X9icpSH3NzdhRAwTe3s67DVTyPhwf { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #iM2VcPZxGnGdfLffZ9rN01A5amBrfi3k { position:relative;display:block; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #ufkRJ1QELmTVacIlqWSPXaASED31T7rH { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #RWTXSx9LwFdmHaXqBKs9B04BM8kPrzr2 { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #wlpXfZ7ktoxQgvkhxoJFl0qbO9332Kd6 { position:relative;display:block; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #g6Je0b683IGuQAx22pgIyTOhaFthQI39 { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #JIEkuCa69HKKEE7mL3mh27kb3p4WksBi { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #oV57Hynx2eI86nMlLQD9XPirENOVz5MD { position:relative;display:block; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #uIF1UFFErfiTOnwIRUiA6E0EoIAttLwE { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #atGLwzPHwPtLUwyvTB6XPqJguuRQ4mIv { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #AUDeLD8VhgheMW0BnNA4StkCfV3skx24 { position:relative;z-index:2; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #J8KhKwCcaA4Wg45GU7JnK1bLQi2T46VT { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #d5c7bkGafgMlggkZiT79abU2UIUBBibP { position:relative;display:block;z-index:15000; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #B2Txh7XLaMlDCSWb7Nf5iVamwuwhE8KA { position:relative;display:block;z-index:15000; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #CaOZvTPTz35J8Fde50UZ4Evdh7kK6lSe { position:relative; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #qiITGsZ9O2kmzL0LLs8DoEerZWJDGWAq { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pSS4vn7kNepUeEETJBNyvITbv4bNn38i { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kbwn8sCQuaB6bATplWe855elg1oem1Lv { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #s1StHBSGLq2To4Ad2Cz7LTiwHvOK8W44 { position:relative; }
#WT7sNuwhuN3Ddw20scziTTrPp6NOc7hk { position:relative;display:block; }
#r5RWVQd4KckkTeFTLEo9QGASzyn4eQRo { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OIVlJXxTomeBkugJtG4USMbSTQZ5bTIt { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U1TZ3gb8zpUzfQcw635NERVUk9xa7unu { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fkocgLvifufWBsU61GmIbqgi94eChckT { position:relative; }
#S1VWQaBaO4D4OpDWeag4QANPlBTtlUOE { position:relative;display:block; }
#mPs7JzGfnqUIZCSJGdPCItThrWg78UBO { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o63P7HdqC7tpxhW2L9OJqQ5dUFAbTrkp { position:relative; }
#B3NGpXxsa12o4wCQTAeb7hFtwicl1TJl { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l3TN8noqWFiCA1T1Dn2L5hnf8bGJrI9D { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X4aBaKbTGBXy5JpPSd00xhDnpIfP7duL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EqvTWH3f3JUzKUH5za9gHGiulVskgGTU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vdHTyKbJrMs8Td5W1VfwmTxFrfSlBRCr { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CEOfEuGQ3i8W4AegrMrMeMRxevWBpJcM { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uuuCH7uS1g1FufIysn0SJv7TMzCntafL { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DrQaaDbkVW1C2gPJ5etTKlCh1KR0tGqJ { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nD5H9J04iNkn4BhAyKkJbPp4JbBkP9LL { position:relative; }
#iOr8DoQ8Q9hKGIF8hHqwnEsFkL6TKuWU { position:relative;display:block; }
#EhLu6zDcZQdeHXxfengVf5CgDLE5gHMB { position:relative;display:block; }
#bH5MwyBgzaD31Z5xbT50bWw2iUvLKAZG { position:relative;display:block; }
#Rwpk6Tb12WOnIUer6nwbRVU0lMO0KsOn { position:relative;display:block; }
#KKA9iWdD9qRNWCwDBsy7pxebKbIq0BF0 { position:relative;display:block; }
#qHPSqGzry0XQTHuQxpnSiWN55QRELUet { position:relative;display:block; }
#pkKUOO7Snt4MDuhpMQXWa1TON8akVabA { position:relative;display:block; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FTN4mAQiWeaArTgo160C7yDWpipRZ5fU { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QgOOTTr8bx3tnI79CQFgs4aPvWOBNTca { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n0Za1dQivnaa4Rke2E9bxJk01sxQ1o1U { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ryvFJrMpKZncMCsN7ZTJwh6JrDttwaWh { position:relative; }
#Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Muu0AlMlwhVQUTgBGkFQhdmFA9elIkNG { position:relative; }
#kv0DCcT99xlmnKe4QeQCZK58X64aL1GK { position:relative;display:block; }
#hVdGAHy5QcCdwxcCJCSGXkUEt7uUauUk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #15b5fa, rgba(21,207,250,0.5));background-image: -moz-linear-gradient(180deg, #15b5fa, rgba(21,207,250,0.5));background-image: -ms-linear-gradient(180deg, #15b5fa, rgba(21,207,250,0.5));background-image: -o-linear-gradient(180deg, #15b5fa, rgba(21,207,250,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#7f15cffa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b5fa', endColorstr='#7f15cffa' );";background-image: linear-gradient(180deg, #15b5fa, rgba(21,207,250,0.5));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hVdGAHy5QcCdwxcCJCSGXkUEt7uUauUk > .row .container { border-width: 0; border-radius: 0; }#hVdGAHy5QcCdwxcCJCSGXkUEt7uUauUk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hVdGAHy5QcCdwxcCJCSGXkUEt7uUauUk > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:60rem;position:relative;display:none; }#ZxLIW35Bz5CECkMUrAtqhWNIiZGrFx26 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.43725rem;width:55.3125rem;top:3.49951171875rem;left:2.936279296875rem;overflow:hidden;display:block; }
#GPV1XimQIKXAlMcA5SCMLT9tlXuxNoaR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9.3125rem;top:2.0625rem;left:25.125rem;overflow:hidden;display:block; }
#JNTkGC3KdxeXuakbUkHu4BrGoeI0IfDF { color:#000000;display:block;width:37.43625rem;position:absolute;font-family:"ibm plex";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:36.8583984375rem;left:0.967529296875rem;height:10.4092625rem;display:block; }
#sB3RxvizOTtDzSVGpE7EfKd0zTCe1crB { color:#0d3845;display:block;width:25.25rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.49365234375rem;left:17.375rem;height:2.1937125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6B0OXFwBOWch2MSKle8o23ma2ZRqlp8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:15.125rem;top:29.875rem;left:35.28125rem;overflow:hidden;display:block; }
#BL4dFApCD5sZLnoCmzlng1TsSWlQbs3k { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;top:23.03125rem;left:30.5625rem;display:block; }
#PV9l3abOlX9XKqt20Im2ks3zTaTFIJmu { color:#0d3845;display:block;width:20.8125rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:22.66259765625rem;left:32.4375rem;height:6.56071875rem;text-align:left;text-align-last:left;display:block; }
#yp4Lp42PQe6pBVCaxFDb9cpsUMVT2g3T { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#p1n9yMMkwE9xl0vbImEAdgtnE7Pbvpqy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:14.125rem;top:29.875rem;left:13.375rem;overflow:hidden;display:block; }
#hzdEWwShdgMtQalz1yRugoMJFi105vhP { color:#0d3845;display:block;width:19.375rem;position:absolute;font-family:sukhumvit;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:22.75rem;left:10.75rem;height:6.56071875rem;text-align:left;text-align-last:left;display:block; }
#mMrOGBibSeUw53Iu2nnOMink4NodK3uT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:35.78125rem;left:49.46875rem;overflow:hidden;display:block; }
#TRgnK83Ev7uxouIbZrFbJD9fumzQ3UE1 { color:#ffffff;display:block;width:14.937rem;position:absolute;font-family:sarabun;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:44.9375rem;left:43.375rem;height:2.2749rem;text-align:right;text-align-last:right;display:block; }
#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { background-color: transparent; background-image: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container > .video-iframe-container { display: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container { display: none; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .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); }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { border-width: 0; border-radius: 0; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:60rem;position:relative;display:block; }#AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { position:absolute;display:block;z-index:15041;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:7.1875rem;width:60rem;top:7.3125rem;left:0rem;display:block; }
#GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { color:#000000;display:block;width:32.0623125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:7.3125rem;left:17rem;height:2.5996125rem;font-style:normal;display:block; }
#AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { color:#000000;display:block;width:25.3125rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:8.375rem;left:1.125rem;height:2.2749rem;font-style:normal;display:block; }
#o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:kanit;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1864147186279rem;left:0.09375rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.4;letter-spacing:0;top:10.625rem;left:1.125rem;height:2.625rem;font-style:normal;display:block; }
#koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:6.375rem;width:60rem;top:15.625rem;left:0rem;display:block; }
#vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { color:#000000;display:block;width:48.9375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15064;line-height:2.1;letter-spacing:0;top:19.0625rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:6.375rem;width:60rem;top:30.75rem;left:0rem;display:block; }
#ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { color:#000000;display:block;width:57.625rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.1875rem;height:2.625rem;font-style:normal;display:block; }
#UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { color:#000000;display:block;width:29.25rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:31.375rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:6.375rem;width:60rem;top:38.5rem;left:0rem;display:block; }
#w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { color:#000000;display:block;width:55.8125rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15073;line-height:2.1;letter-spacing:0;top:41.8125rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:39.625rem;left:1.125rem;height:2.19375rem;font-style:normal;display:block; }
#OFAO7SKuVxN29TTS4wcvFonDNXktefXK { position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:6.375rem;width:60rem;top:23.25rem;left:0rem;display:block; }
#KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15076;line-height:2.1;letter-spacing:0;top:26.5625rem;left:1.125rem;height:1.96875rem;font-style:normal;display:block; }
#mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { color:#000000;display:block;width:57.5rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.25rem;height:2.19375rem;font-style:normal;display:block; }
#dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { color:#ffffff;display:block;width:51.8125rem;position:absolute;font-family:prompt;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:47.375rem;left:4.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#M0QTKklRraWpv35K0R4oQxnfzypA6GrH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:53.0625rem;left:10.8125rem;display:block; }
#J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:worksans;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:53.0625rem;left:31.6875rem;display:block; }
#bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { color:#000000;display:block;width:57.625rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.4;letter-spacing:0;top:33.6875rem;left:1.1875rem;height:2.625rem;font-style:normal;display:none; }
#dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { color:#000000;display:block;width:57.5rem;position:absolute;font-family:kanit;font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:24.375rem;left:1.25rem;height:2.1933625rem;font-style:normal;display:none; }
#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { position:relative;display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { background-color: transparent; background-image: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container > .video-iframe-container { display: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row > .video-iframe-container { display: none; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .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); }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka { border-width: 0; border-radius: 0; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:kanit;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.24169921875rem;left:10.6875rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { background-color:#ffd44d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:#0c0c0c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:kanit;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5605625rem;height:4.0620125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:7.03125rem;left:21.03173828125rem;display:block; }
#eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xTa1AT43fynLKZpVFEBhidZOTzpztV9q { display:block; }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edurTTNk57fZbQAQZq5NhUk0tq8OGiC4 { top:1.1875rem;left:0rem;width:7.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNBPIp6unE1Wx6WQ3n28stxO4AKA30qo { top:0.75rem;left:34.8125rem;width:12.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZfVLLLKZ6HuXdaSpB1Poann9pkyt3CS { width:10.875rem;height:3.25rem;top:2.25rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNlA7v4mU93ZsTvTbIwXtGwcfkeJ2i8L { display:block; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .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; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .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; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #b6vqQ3VyURUxVmnoModK58ixtJVKiUSz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #CSJL6fXdcUSFnWWTbJh3xA5TTuNRQ9bL {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #sqMJ23v6SDIxVMlTxuiunmUV1EfyiqGf {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #KupLKnoXdIlN0WJKB0QJVD7le8bNDDdI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #GlKJUJ3AFxzWTzgwucQ0WptDbNsllAGD {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #HQ2FGNNB0T1KI8l6TRSgvQaNBBWP8G0O {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #ArK1TNzZL4fXvrJB11MuChLXIQnzzdra { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #a0Bq2bVQHVyfl7LOPpfLpT9T99puPfvk {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #CoKAUzuo9BT8eV0vIoCmML3lIn2MbtiD {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #VaGtKh3bKWd6hRqDJ9Jakx0i7E8PNvfq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #XUVzpx3TM1GNaJEBdbbhHTrOc0ZkyTPE {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #g4HcSROe1d0cRwOUIafvrOXL2uENV5t4 {  }
 }@media only screen and (max-width: 763px) { #L91w98spvpbBQbTwiL5Xlbxq7uxMlzz1 { top:1.1875rem;left:6.0625rem;width:36.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VThaAZx0yVuykfATFnRZceeTlohsOHca { top:3.625rem;left:6.625rem;width:36.9375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZJThppP4WNvTyW0DTu39ELWX7bf0TrD { width:14rem;height:4.125rem;top:1.1875rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtKFxIiszXmpvy70t9QXAS92aVN9IP2H { display:block; }
 }@media only screen and (max-width: 763px) { #lkFJRwOt4h7BmI6llcFogB8130kE7O1w { display:block; }#lkFJRwOt4h7BmI6llcFogB8130kE7O1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ { top:1.1875rem;left:0rem;width:7.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eiQpQxf8IbOKMOO9Cia9eFgwJ223mo { top:0.75rem;left:34.8125rem;width:12.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1L9XSFIvTc6N5oQPJOAHZKoFQTBEMpQ { width:10.875rem;height:3.25rem;top:2.25rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAQ6KngzcmBXKPv8xx9048T2pkwqhaJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .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; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .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; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #wGiX4XJ8ehSiPpwDO4qe6vpBwn4zqHZk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #RxLh2dqMuMpTlmfDNyOiTFnFVQrF2M1P {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #H0VbqETguZQMCp1bF42TGorvoO16ZyEB {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #oKVIQ7NBdmchra7k4NEl3D2dbm0bGWgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #B1R8be20ToPVRiIAb4T0vx9n86THuxuN {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #GT0qhJW0ULeXSE36oEiVty4ca2WIv5US {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #r2PSf5KqTJOSUUQPBdLvNHJoN3drGdCw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #LxuwKc0RRH0FHrTKTbOfqOyL99DDwnnK {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #qpJvfIQFTLxDW8Vz04rRIJ93WE23UyME {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #pTwp8iZZn14FKfwCQM5mEN2U6xyZUhmK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #CM74haXqJv5r2qQ3BD6pk4mXa92QI9IU {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #eJIVkFzItFJKM94CXqZCBtOoiFgQd9oF {  }
 }@media only screen and (max-width: 763px) { #cryXSbndEFR0G4tHL5yW2OaIQ0a96I1m { top:1.1875rem;left:6.0625rem;width:36.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeAAUDo92Qz45VGvCm2XLefwiTsEfNcl { top:3.625rem;left:6.625rem;width:36.9375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXTKGkAQw7VZ7SKecKCmMzCd7QR88SFz { width:14rem;height:4.125rem;top:1.1875rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XyUD5qFZHvpH9CqULf1w6tOGMyWom7LT { display:block; }
 }@media only screen and (max-width: 763px) { #boIcto0OOJTVJb8lTFh4Ui17RUEq23k0 { top:7.6875rem;left:0rem;width:47.75rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgszm7SZT0Ac0W4NN8HHh8n3Rm75hDNX { width:37.3125rem;height:2.3125rem;top:9.25rem;left:5.1873931884766rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKsboZ0Ht8NanHvNHqCJsVKovxXZnBPV { width:47.75rem;height:2rem;top:12.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSTBFIRD8Xou9kFgVQDiBmaxTAGP2v2I { width:23.75rem;height:5.625rem;top:17rem;left:22.813804626465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgMktLsbpEyEcdvk1ICzNhleSi4REbWE { width:14.125rem;height:1.375rem;top:23.5625rem;left:26.844837188721rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvuVQ9lLpDrdVkZOguWyFIqceVklkL6b { width:42.1875rem;height:1.875rem;top:27.5625rem;left:2.78125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SruWCqAxXfheV8zih6V9FfEwRV4H6fLr { width:22.8125rem;height:3rem;top:30.875rem;left:13.125217437744rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCnleoERPGhDEmudJu730p5iPlKbDSax { display:block; }
 }@media only screen and (max-width: 763px) { #KBxFIxdxICloOuac7P3w2QedNQ2QXhz6 { top:15.4375rem;left:2.7812519073486rem;width:19.4375rem;height:10.154633898723rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBdhQcSB5TTVA8pyB9k8MUtm6fxZCfce { width:15.375rem;height:2.25rem;top:8.375rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq4gRXHtV3mxSQ6qlXFTuHdbi00wsin7 { top:37.1875rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { top:53.8125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s83No4iIwugA87rsidgATUxP9Zm1QefK { top:53.1875rem;left:20.6875rem;width:27.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VioWUN0UT2wxL1LdpTodcC1LpCfApvnx { top:53.1875rem;left:0rem;width:27rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg3csPZQ3zhgeZrUlMtiILHEioHx5o0C { width:14rem;height:4.125rem;top:1.1875rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRhfn1iifUUnseARcboCazDZWrPS9tqs { display:block; }
 }@media only screen and (max-width: 763px) { #peI4dxZUD5Pclrp4JaWpMxl4GleErCSH { top:40.9375rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzTfN3ICkEdw4FmGutRFx979zLoDKTaU { top:53.1875rem;left:20.6875rem;width:27.0625rem;height:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { display:block; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knWSSk5211dEEZrRn5OgIkOCTzukaDsP { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVFCConCzPOHu9dm6AUKca6K45eF4sk { width:18.75rem;height:2.25rem;top:5.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { width:18.75rem;height:2.0625rem;top:3.375rem;left:13rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { width:18.75rem;height:1.625rem;top:7.9375rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { width:18.4375rem;height:3rem;top:8.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { top:1.75rem;left:35.4375rem;width:8.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { top:2.6875rem;left:31.75rem;width:0.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #actwC7NbQITzolAvuarrSCqUZhOdHl9I { width:11rem;height:1.625rem;top:8.0625rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { width:18.75rem;height:2.0625rem;top:3.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { width:18.75rem;height:2.25rem;top:4rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R837Z4naolNN3zfvA4hGQzH94WCblD02 { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { width:11rem;height:;top:5.5rem;left:18.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pshze4At7Zic3QMLBg7JQhAZ5KasTZkk { display:block; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { top:8.25rem;left:0rem;width:29.6875rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { top:3.375rem;left:0rem;width:29.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJF3VUVAktn7gn9u467AKowHeoTGrypn { top:26.9375rem;left:0rem;width:29.8125rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9gd9IbUDFrJvngXPLJOqZ4lNGITtN4 { top:35.75rem;left:0rem;width:27.375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npCOL9cyuBvPTUstaJIZgZEJ1D0EFzPk { top:49.4375rem;left:23.875rem;width:19.5rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggy5LP1pJFtsKvK4uSQ6FdyUfmeVxo4G { top:10.9375rem;left:1.0625rem;width:21.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { top:58.3125rem;left:22.5625rem;width:25.1875rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSLkU2p502m5s1HENF1EOA6P3Fkug33p { top:49.4375rem;left:1.18701171875rem;width:11.4375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwTSToRqwBSQMkGPZxM8GIkwXVaTAXvU { top:44.625rem;left:0rem;width:25.375rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTxGVTbH7O4ONp8kXqArBg0St1xiHWe { top:4.1875rem;left:0rem;width:5.4375rem;height:5.1905709457578rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfcTqSTbTCD9k97TpClTDfPiZ5K2J7W { top:12.3125rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRxAzbA6T6iT9lVyu8dRPCvCbrJavnnW { top:4.3125rem;left:13rem;width:5.5rem;height:5.3145904922004rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKusBTp5o7II33ExzDmTTXnOv2pTXc8 { top:12rem;left:17.9375rem;width:5.875rem;height:6.3084126907263rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTm2WuB2iwkcJg35s7yQqQwGKEsU8E9G { top:10.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf8ufenmHm7rFu29UpZi7wP2GvZCSNSH { top:10.4375rem;left:7.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUsQ85eNx6wlCRx07onKL7wy690oDIkW { top:10.4375rem;left:14.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU8WpB5curyCMKBcOxcmxkgkOO9EAHMN { top:10.4375rem;left:22.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtktTRPFEhXkpxI03yNL6TzX572arfK { top:4.625rem;left:0rem;width:18.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DF8gBDIJnJznHeJhVE8Qygt5eRDQ1Z28 { top:48.6875rem;left:0rem;width:19.1875rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ImVWgfwwRviz1Tt6CDRUrJMcLLSSn57v { top:24.625rem;left:23.875rem;width:12rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEEZtdxb6wBsy3e1pRerzuTzpB3TDFkw { top:22.3125rem;left:33.5rem;width:14.25rem;height:18.687rem;display:block; }
 }@media only screen and (max-width: 763px) { #apvmcetPweMTsh3lwFlAsVET4roG8SmV { top:27.9375rem;left:29rem;width:12.375rem;height:16.727853826208rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVt4dpTZNIEowqP3Shva35U9Tg0aOxS { width:13.9375rem;height:4.125rem;top:70.6875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XmafJ3SClMz55awPotss2Js4MDuxDhaK { display:block; }
 }@media only screen and (max-width: 763px) { #HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l { display:block; }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIBH0eHfzB6G0u6V4KxiZPKTia6bnSE4 { top:2.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4kzEtNUQxXrNobKTt34yWNRuh8pVZJz { top:6.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJlGU3nDZVT1CeUcbMMavuQx7ghM4DME { top:16.375rem;left:0rem;width:15.5rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEpS1u0bDAFDibN5DoZNvyXMogd8piKy { top:16.375rem;left:8.9375rem;width:14.9375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbHuHSxfNvVdxncfDxyMLSDrZwCmChKy { top:16.375rem;left:23.875rem;width:15.625rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hla5zfcSIByKZG5eFh5fCeh7BUeGEiWv { top:16.375rem;left:31.9375rem;width:15.8125rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOR1QwbyZAqTxBliBzVTazmDNnZ9mQnW { top:48.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geg9CHTuLHgcIS4kOyArGlLXvug7P9rE { top:17.4375rem;left:23.875rem;width:2.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpykruQNng7wC6Id5iZXT0z5KLh0aVnO { top:17.4375rem;left:31.625rem;width:2.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sga8cqWPKeoWNdKpUo590421Msgy1lfn { top:18rem;left:33.4375rem;width:1.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1P84SZzxPJTzaIflTkJA4MwhmCKdi9V { top:17.9375rem;left:23.875rem;width:2.5rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqlKPDU7KxKuwtd6D0mOiJqMGrpnl4xn { top:14rem;left:0rem;width:10.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELqrEZPHgcWi222At6sDsey5mAu75ktF { top:14rem;left:13.75rem;width:10.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7OWb7HL8R6CCOqbT8NpPU29uydWyrVm { top:14rem;left:23.875rem;width:10.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbyouPZenI2RcNUAzzVcNADB9Tz5XEXd { top:14rem;left:37.625rem;width:10.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohpZnRKez1Zcu56CpG0KdA2eMTGGJc5K { top:16.375rem;left:0rem;width:15.5rem;height:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvBIAzHv0zudDPL3HOk29269irUci5TK { top:16.375rem;left:8.9375rem;width:14.9375rem;height:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUt3Tvm87wMcew1VxOD8nfqxGw771d1F { top:16.375rem;left:23.875rem;width:15.625rem;height:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8XqEI1ecp04wlhzg951BZKSLvDLZhNV { top:16.375rem;left:31.9375rem;width:15.8125rem;height:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #whpBlqnfFAhT2IFwMGCIbUe6bzHTPKJA { top:88.5rem;left:0rem;width:19.9375rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnpeNTaM0WUb0giltmIb7CxDMGqlWM8L { width:13.9375rem;height:4.125rem;top:52.3125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fC6uM8IwlVREQv0cqfHeqZxFR0BWGAwK { display:block; }
 }@media only screen and (max-width: 763px) { #bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI { display:block; }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8I1k5uT2Xz1624hODm9Akls0wyvZ3hw { top:2.5rem;left:0rem;width:47.75rem;height:28.820445697372rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { top:49.4375rem;left:1.18701171875rem;width:11.4375rem;height:4.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { width:17.5rem;height:5.6875rem;top:3.25rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { width:9.4375rem;height:11.25rem;top:0rem;left:13.25rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWchKB34uM9fkITFlBztoW6e4D7weA16 { top:6.3125rem;left:4.8125rem;width:19.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { top:10.5rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o04Br9XuGV9IJJlP08wrViwnIusesHeG { top:10.4375rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { top:17.75rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { top:17.75rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOARg3LeHT8MifokWx5DlbZFdcd58sGS { top:25rem;left:0rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { top:25rem;left:22.0625rem;width:25.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { width:24rem;height:3.875rem;top:12.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { width:23.875rem;height:3.875rem;top:12.4375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { width:25.125rem;height:3.875rem;top:19.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { width:24.0625rem;height:3.875rem;top:19.6875rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { width:22.9375rem;height:3.875rem;top:26.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg53unsD5aqRg94oW3GaDu52JiSoCSaF { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { width:20rem;height:2.25rem;top:14.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncVqTgrq1yLhL3CFTK9P4MTFuP64eJ6T { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLdbHnAN1JOQ1ZWgsiNLGMNi09UicvNc { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { width:20rem;height:2.25rem;top:14.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { width:24rem;height:3.875rem;top:26.3125rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsQZHeO3OhGTy91vvsQU5o9DEO6zHhTJ { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tk0TpWayXPFQK9F7igtobRqVrBkgiKGF { top:3.125rem;left:22.5625rem;width:25.1875rem;height:50.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mqTlg6ffrNH5qZnGbB0qZc01hh6hc6MO { width:16.875rem;height:4.375rem;top:102.5625rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrChcb4tlbumXRtlTuwSGOiQ3W0Ox0WO { display:block; }
 }@media only screen and (max-width: 763px) { #Vhnv96TSfV5kIfvKn1RBOs31ZZ4aDvmu { width:20rem;height:2.25rem;top:18.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqTw7Afqzzz8bepqrqckk5AULMceQHBV { width:13.9375rem;height:4.125rem;top:33.8125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UG1BxevVn7Zad6FBSNZNZMlLB04SfuZy { display:block; }
 }@media only screen and (max-width: 763px) { #y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D { display:block; }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { top:8.125rem;left:0rem;width:16.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { width:12.75rem;height:1.5rem;top:9.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKCEmmCMAtFdsX718R6080SE08w3KmTf { width:13.75rem;height:1.625rem;top:11.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3fpD3ppI56wiwql6J5TnOTlgNSNpEFM { width:14.5rem;height:5.375rem;top:12.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { width:47.75rem;height:3.75rem;top:2.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCnWV42M1NVs0a52EX6abeHd3maIrRPP { top:8.125rem;left:7.5rem;width:16.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCilF1aMK3b2encnqKUlXhgZ0QPC7F8C { top:8.125rem;left:19.4375rem;width:16.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDT9G3ybh6aWymeIro6P7Obv3QLmiDnp { width:14.6875rem;height:1.5rem;top:9.0625rem;left:9.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1dqfc78zIueqTOg1BMtHFk9lbbtTzHw { width:14.6875rem;height:1.5rem;top:23.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7mO77d3bcqMZ43nSgJTutdgWJ03u2AV { width:14.0625rem;height:3rem;top:9.0625rem;left:21.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrZQxtdHLwUHOU7BvKbb88HzeFG6crwr { top:22.375rem;left:0rem;width:16.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMFQrmkUQng8J7Ql4hEeKTgILNxQ0KEl { top:22.375rem;left:7.5rem;width:16.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGpZ9niKe54sLv0xpH2s99GemIXoaecg { top:22.375rem;left:19.4375rem;width:16.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5MRUBmmVLySG4XqbgAq5dH2EFvKCNm7 { width:12.75rem;height:1.5rem;top:23.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8C5MLcAsUTPIpUBKTLM7qbELuMn8sT { width:12.75rem;height:1.5rem;top:23.625rem;left:11.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiNEmsy9qKMkGbrxkzmETskkxVnonlKo { width:12.75rem;height:3rem;top:22.875rem;left:23.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVUuOmirlQWinlUU9fPuRTAT9PCrzimK { width:14.5rem;height:4rem;top:12.125rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfPOywN92ntFGRJC2lxXHUUFJ1O5fJgX { width:14.1875rem;height:4rem;top:13.0625rem;left:21.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK5uytta3WGBOK5D4cQJtdP7Ohu8Irfk { width:14.5rem;height:5.375rem;top:25.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5BKGTroRkCkKGdv00D7wEoaEP5ChfEq { width:14.5rem;height:5.375rem;top:25.9375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0BduVbn4EaHRrQrENJMCgLO8ZvaRkEm { width:14.5rem;height:4rem;top:26.625rem;left:21.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib1a49vBM3b3hVIbcTdN8SbNmOHJnKnK { width:16.875rem;height:4.375rem;top:102.5625rem;left:15.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSbr4o72rf1BOiynhUTD2b0ur1tRIanP { display:block; }
 }@media only screen and (max-width: 763px) { #p4IXXBEKTreN1v10ulIRXpgTAaC44cxK { width:13.9375rem;height:4.125rem;top:35.25rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbwRyT0qEUuOTzNRVzmzAVtxIupzqiOs { display:block; }
 }@media only screen and (max-width: 763px) { #hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { top:8.875rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { top:10.3125rem;left:3.09326171875rem;width:43.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05OR15AgPJtmlWr6OdZCy2QfigHNymc { top:10.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxtnhgmtzThwfuEnIauKaMh6VO5g7PW { top:12.125rem;left:0rem;width:0.0625rem;height:53.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { top:20.9375rem;left:0rem;width:47.75rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { top:22.75rem;left:3.124755859375rem;width:44.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhyooggLfLr8VhhTWBirQscQoJJqdAZ8 { top:22.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgsQxs2osJFoipF9L6aadxkQwrfATAcA { top:68.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { top:36.4375rem;left:3.1875rem;width:42.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { top:35rem;left:0rem;width:47.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7SIyL0QooGtq608lAWCE6NCVai84t7e { top:53.4375rem;left:3.124755859375rem;width:41.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { top:50.625rem;left:3.0625rem;width:44.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDfD35GsxThGXnoCbi23CTlpV6Qvt98L { top:50.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { top:49.3125rem;left:0rem;width:47.75rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { top:2.1875rem;left:0.0625rem;width:47.6875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT7rvwbdMIBGAOzIQv2p2kpUMZzbNFWu { top:40.4375rem;left:3.125rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSf6kshG7nLnxFTTdJErNTtF2cTC4Tag { top:72.125rem;left:3.1875rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9RWxJoQJdVOUIbk7X55vVT4yFWAPQi5 { top:97.3125rem;left:3.125rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOoD3WlhOLsmIqgRstkTMgB24d41XZZ1 { top:41.5625rem;left:3.6875rem;width:0.1875rem;height:80.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lvox3p7IrHAMmi24np72GHdwAwOuItp1 { top:36.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWZLDrtVa14OdWWeTGyWTTTtkhplJbbT { top:62.3125rem;left:0rem;width:47.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoAqMDrk8TAQedri2IgcTpoufLZw4Toa { top:63.9375rem;left:3.0625rem;width:39.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2T9AhLCa9l034CByPGpwVq2eaQ1hzy { top:63.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { top:17.9375rem;left:11rem;width:28.5rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { top:17.6875rem;left:9.3125rem;width:31.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { top:30.875rem;left:10.0625rem;width:30.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { top:30.3125rem;left:9.5625rem;width:30.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8Oqx4XXCllq519KynrZCwwJ3XKR949M { top:72rem;left:11.4375rem;width:27.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { top:71.75rem;left:9.375rem;width:31.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn1D1RpfQFadkhxfEdLXIXz2scT11qzn { top:97.3125rem;left:3.125rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wI3dTN7UHEkm5d1O2EVAiL8H3bfMvlBT { top:97.3125rem;left:3.125rem;width:1.3125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M19fipJpZs1bBoRuhQ38J57fBdtflQiD { top:12.9375rem;left:3.09326171875rem;width:43.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny3Jn3y8gUyWVXruNzUzri2c8IqQn8K0 { top:25.5625rem;left:3.125rem;width:43.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPDuDGWeGgf8kqUBlV062EhS83IWWAlZ { top:39.5625rem;left:3.25rem;width:41.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyuDasTdmquzCzmp99Wtq10t90cwAseW { top:67.0625rem;left:3.1875rem;width:43.5rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { width:16.875rem;height:4.375rem;top:78.1875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block; }
 }@media only screen and (max-width: 763px) { #CbkbrJKdeGoDJNb66e18neZJmm72A9U0 { top:10.5rem;left:0rem;width:2rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlI5QH0CdPD03JwP9fGTDDyIeaU01nga { top:23rem;left:0rem;width:2rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT82yKqgNEGJ40nfVHbK6wBDHc0ZaL9Q { top:36.625rem;left:0rem;width:2rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmEXEiNE3ORI4LdywpLgLPmfUFlP5tZW { top:50.6875rem;left:0rem;width:2rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJGqnFi88Rdv2qm17glqpThaBvRLiBtW { top:63.9375rem;left:0rem;width:2rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTOTwfhVaKsh9TL2JCMcdBPXBaSDnVo { top:45.0625rem;left:9.8125rem;width:31.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTnvO1ZLv2H6vlP56TQ6MyHII1uOFTl6 { top:45.3125rem;left:11.5rem;width:28.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K070m1PX3dlL63LmR1slxMloBDgPPBTf { top:58.5rem;left:9.875rem;width:31.3125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyVfwKM76FJhRtNRhFEBMdzss26UL664 { top:58.75rem;left:11.5625rem;width:28.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SABnNaaUeLMsBppk38dP3v0iKVKO2FLu { top:34.8125rem;left:0rem;width:17.8125rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 { display:block; }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFelNiWg6u4DFGcblDuypwBtH0bykx8K { top:10.125rem;left:0rem;width:17.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4VtvJRcmg5K2Wd7bO1JZGdW0BpIDdoK { top:10.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfleMlVuBCWLORPsaRgd9yU4wfMDAqKO { top:27.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REoTbvP5hhb27m0tsTk5NKdm0ewUOl08 { top:10.1875rem;left:15.0625rem;width:16.6875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNca4uXAKzvFKhzkEG7DfU9GmtD4ScBT { top:10.25rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1FbSIFvkybL7f0X7vhD4X31POGBkarg { top:27.3125rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4nkEDRrKKrPlfnGLSIe93RF8EAtFMr6 { top:1.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoGBqVUVTvRrRxQHSfL5SxftB0ZsdyE { top:10.125rem;left:32.8125rem;width:14.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqaF5OiATyOEwpaXouoieTqmrbQ38J6V { top:10.4375rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LArllf5IGMTPE0mmTQ651ogcIHT21LRT { top:27.4375rem;left:29.3125rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m99KXN6fzOATLo7wSdSmpPXRKdsAIdyG { top:14.8125rem;left:0.5rem;width:14.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtAwRqV2HWMQS49rnBNxgWaFdoMqRUl4 { top:15.25rem;left:15.0625rem;width:16.6875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF5QuIsEBKESLCV7AEBJIMV5hqpacfUR { top:15.25rem;left:31.1875rem;width:15.6875rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUZKgvvygtPkPke96i0hhT8VbTPeh3sc { display:block; }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTiANXo18VNg5ZtzmRR2hHuZ21yfWm7r { top:2.375rem;left:12.25rem;width:19.5rem;height:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNr2xhp6TvPOrkMAHO5rkfsy07eUDcxc { top:4.3125rem;left:2.625rem;width:29.125rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFzv7h57ncLJPtvHzkzshfF0Wz4H11vv { top:18.375rem;left:15.88916015625rem;width:14.625rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdeuJDQeuCde0vfaVLgK3wsPTE9zcAiT { top:19.125rem;left:29.8125rem;width:17.8125rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6yQuEwbT2DVVWNV0wuPSDczULGV4hWJ { top:29.625rem;left:0rem;width:31.875rem;height:;font-size:1.125rem;display:block; }#r6yQuEwbT2DVVWNV0wuPSDczULGV4hWJ li:before{  }
 }@media only screen and (max-width: 763px) { #XTkP0BExXa4DSNURZxFc92EMTPVzXGbg { top:24.5625rem;left:17.09326171875rem;width:13.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y94t3JuvvLdxW5dZdmIVcA0bJ5qF6QhJ { top:24rem;left:31.5rem;width:16.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ85rSwfZMSf8ukgH75vbPh3bCVXkGrJ { top:14.375rem;left:17.0625rem;width:13.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeh2ekVZmO444k8dW4NUO7yAvWdPGEuc { top:13.875rem;left:35.4052734375rem;width:9.25rem;height:4.221218924506rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJAZmA4txL2cRhdnNOxTbric6gQ9DUFk { top:0.3125rem;left:0rem;width:26.0625rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ91Agp3neSZW11MWWyeFwqhwB5TKNpM { top:27.1875rem;left:15.88916015625rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { display:block; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vv0Nx7hT4sqvbJpgyWTBXmNkBTPth96y { top:2.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvAzZDDhZ1t8ra3kqxW6GM1BX0fST2hX { top:7.125rem;left:2.5625rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpICToBvzRKbiQE2JWEwvMqKC8vvlZRW { width:18.75rem;height:1.75rem;top:9.5625rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83TnrNsEyr3AqbFttMtVH9ie4KCqIpv { width:22.0625rem;height:3rem;top:11.3125rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #umFqeuqT1gN5QA1TVAPFzuXswTGr3NIp { top:7.5rem;left:0rem;width:27.75rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGaJXyExw2pavyndKuPB7CikIZpiwhg1 { width:21.875rem;height:2.6875rem;top:16.0625rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roMkIMLr8PquXJuHsIdcrkeHPcqtbs4p { width:21.875rem;height:1.125rem;top:14.9375rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEhmpGSuETtu4tUtEC8NxdkITTi9uWef { width:21.875rem;height:1.125rem;top:19.4375rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTGLabl1seMvmgxT7M9ZywxN3HsbkVGc { width:16.875rem;height:4.375rem;top:23.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvXnskkgMQXbXPTxaphDZdIIsRsyN2Db { display:block; }
 }@media only screen and (max-width: 763px) { #p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0 { display:block; }#p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IvTA1Gtpt6AO08dHLHI6vefDy9Q1WeSJ { width:15.5rem;height:3.9375rem;top:34.9375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5h3Ato9hC2GSmx15ZmQMil9JWACalh9 { display:block; }
 }@media only screen and (max-width: 763px) { #SZFv4tN6zi1Rx7Onap2BqzfZkEHdJgf0 { width:21.875rem;height:1.375rem;top:32.5625rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l51g77WeZfLAyNmbfbQSKGPMEyA2VRGd { top:3.5625rem;left:0rem;width:31.9375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9Ulw4vUdpU5CwzC2UTekyHxEX7UTDo9 { top:0rem;left:0rem;width:40.5625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMABoldLtyVZaWx0b5hUfLWIav3Z5B3 { top:18.375rem;left:9rem;width:14.875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inTTDkZuve7KtBIbAv4MWcWTgKxixn9W { top:13.6875rem;left:32.875rem;width:14.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlObwVHPHt6o8eZkS19oyGNEfAmKBTyK { top:22.9375rem;left:32.875rem;width:14.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APrdJlB7q3RioLrwq2zoWd3s4t0Hor5W { top:20.5rem;left:31.03125rem;width:3.0625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiCOWaGOT2hPKdaccRbSBi2XMFCUEIG9 { top:3.125rem;left:0rem;width:32.375rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW { display:block; }#OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyrd5AxSkT6Hs0rf8Elmf0k9JmBJOCsd { top:6.9375rem;left:0rem;width:19.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6go0JSaDXegdOIyry80lHOutlfHfkGB { top:20.5625rem;left:9.5625rem;width:38.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXSe1AuaF7MrbSm7iCGSp0p6qvmxVlas { top:3.1875rem;left:11.6875rem;width:36.0625rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4HS5ZvRfsulAAf52UBtFzfFQRnPMlsI { top:11.8125rem;left:12.75rem;width:35rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZbeI5dSfVepC5e26fesH6DFBJDyGIZf { top:0rem;left:4.53076171875rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcL97OIPSA33KdLAHuqiz44MwehTy2C6 { display:block; }#wcL97OIPSA33KdLAHuqiz44MwehTy2C6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpMgkNLGeTUNxFfGsaSpTf7PsDvFFXIU { width:15rem;height:3.4375rem;top:27.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlklkaHTvkp3CSv6Mwa9AD739uJqG4Cn { display:block; }
 }@media only screen and (max-width: 763px) { #T9pRSl17acGp2FfvwLb4PDgO9G2kmHmT { top:11.3125rem;left:0rem;width:37.3125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BemMv2Gd7LqAD0XU1zWTmQdGsI1owT36 { width:39.9375rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #I78aewSLQ8PfaCTh4KtDEVyU79TO4Lcw { top:3.9375rem;left:0.5rem;width:46.8125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf3ki2Np0uXiMDza2WP6ovs9JQTTGQkb { width:32.3125rem;height:5.0625rem;top:6.875rem;left:8.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i33Mx9MyB4whsbuiug7UbtL7TSWysJMR { width:44.0625rem;height:1.8125rem;top:24.375rem;left:2.374755859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n08LNxbCQD4W9NS4ahOQAah1GmV2czHS { width:19.625rem;height:1.5rem;top:21rem;left:22.7177734375rem;font-size:0.625rem;display:block; }#n08LNxbCQD4W9NS4ahOQAah1GmV2czHS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #IvoBIaKzl9zxRRT8g2NPMIHQkCtEzqRA { width:12rem;height:1.5rem;top:21rem;left:8.9375rem;font-size:0.625rem;display:block; }#IvoBIaKzl9zxRRT8g2NPMIHQkCtEzqRA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #MIHERTkl9lKJoDm3Q0ddanP2orNhTeA3 { top:5.625rem;left:3.1875rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsDpDu8nl7TT1gpnThf6unVKXf24OebO { top:2.3125rem;left:13.6875rem;width:20.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rguw7L0lAa4w7A8yFnDEEbLFDExwTCun { width:19.6875rem;height:1.875rem;top:3.0625rem;left:14.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #receaoCBmqBqxQuTpOmtHAHOxasF4gHF { top:13.4375rem;left:8.9375rem;width:12.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAEaqSWlvJlJGEWPiBsrwb169pWBq4yf { top:13.4375rem;left:25.6552734375rem;width:12.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 { display:block; }#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmwyFKXril4WLSSPA7csfT1WCZUUaV4f { width:15rem;height:3.4375rem;top:27.4375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOOGCZsB9wLVIP3NtkZwyrigdtst5Mlb { display:block; }
 }@media only screen and (max-width: 763px) { #D5qkbyLA0gUetWVsOd8fmR9XEgtyWhBL { top:11.3125rem;left:0rem;width:37.3125rem;height:2.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgDEnDhPIePwiBwDzoqoG1W7WOUym7Of { width:39.9375rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIlyeX6CT89usWvlTogu31QWxXhBSTGI { top:3.9375rem;left:0.5rem;width:46.8125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFEKBIBQUPyMpDXNPBKVHonSIoE0aG18 { width:32.3125rem;height:5.0625rem;top:6.875rem;left:8.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMPqvTzNeTuk9R0x725EFSwvsmSnkDhi { width:44.0625rem;height:1.875rem;top:24.375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP8zDHpnXblIczgR5HSzUtETUTVKeL0L { width:19.625rem;height:1.5rem;top:21rem;left:22.7177734375rem;font-size:0.625rem;display:block; }#MP8zDHpnXblIczgR5HSzUtETUTVKeL0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #utQCtMLam1GAGuhf5NQ379NgLguvMvmN { width:12rem;height:1.5rem;top:21rem;left:8.9375rem;font-size:0.625rem;display:block; }#utQCtMLam1GAGuhf5NQ379NgLguvMvmN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #yIrpCE0z9IVKAvKqLOCT2aeLZJKGBQ02 { top:5.625rem;left:3.1875rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hka5SvmbtMFrTVTPOACFz6FizCnU8DN6 { top:2.3125rem;left:13.6875rem;width:20.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqzTTTxVkv1W35t5BATt1CqlymBDPKPh { width:19.6875rem;height:1.875rem;top:3.0625rem;left:14.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAsJTambH66h54oOTTmok5gf9q3GtMxk { top:13.4375rem;left:8.9375rem;width:12.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6OklTxZDHLWbJqX3J69CkV2rg3LetgB { top:13.4375rem;left:25.6552734375rem;width:12.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2 { display:block; }#w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgTZRz4uVi9ocTzA7A9O2WwUcHuSJskf { top:25.8125rem;left:0rem;width:13.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkJT62J1DmXK2opEQeLlSH0v2Tb2pb7h { top:25.8125rem;left:8rem;width:12.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPwIVbNxtqtuq8PS6BqZHMg9dq7AzJ7X { top:31.9375rem;left:0rem;width:12.6875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4NB623BvyTBwzNpcFi52xt74obMai0y { top:32.125rem;left:7.375rem;width:12rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZhATrqa7OmQrSuSuaQghXMbKqK9biMf { top:41.25rem;left:13.25rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVxkoNu3xWGT1PRPfVp8phg2Ua3UP8td { top:40.8125rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Cx6HkEeAewSw5x8k5cennWyGThAngh { display:block; }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9lX2o3PprNPQUyGdhgPt67u5U9GXF5T { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv8qpsiWhH8IxD2QwBp4S7y8cquJMh46 { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9IbZgm7JRJDdnMSpAHOnDfkQACtC1xJ { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWTOUDUP71MKCO1ToKM818pQnP0IAzmy { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMrNyuz6aI2c2urZqwLgXg7QFW1v1X63 { top:6.25rem;left:2.125rem;width:45.625rem;height:5.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfZzFkib14zatlGqwVRE8B8JpFTK5HE3 { top:15.0625rem;left:0rem;width:20.5625rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMUIm9yWx97TgyGm7LrgOkg1HIlVr9z6 { top:23.375rem;left:20.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0y9kJEv0C2XXmGa7v5NoDg2N8FAtN6N { top:23.5625rem;left:35rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvloFlGk0F9P41c1vbhT8DG4pvRubs71 { top:33.0625rem;left:21.5625rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBG66kfIM3gZbARqPs5arwpgJEiqrQua { top:33.5rem;left:22rem;width:10.0625rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVzGxErGNcySW9uC9R3WpCA5dqMS7KC { top:32.9375rem;left:2.6875rem;width:10.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KePxP1yg91QUW9W1LMfyH7aATCKnim78 { top:33.5625rem;left:4.125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDadgvHrTQgmsctnDf6EvPJOnilT225I { top:33.375rem;left:36.25rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br8XIcq5JHGeg5JQOGLWiIavVrxJTJgt { top:33.8125rem;left:37.125rem;width:9.1875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDbksTZPJuO196rV06vG1o5Z6xg4qzqL { top:11.5rem;left:0rem;width:5.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlUOeU1PTpt2oKnrZplCvGLl8PVJkPmD { top:24.25rem;left:21.5625rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPqush9CdDaQ7n1WEPGFndfEMSAhMaa { top:31.3125rem;left:22.4375rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmvfqJTDzPLpf7zRvskrg6BiqM1mRiNA { top:23.8125rem;left:36.3125rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9x0U4bUXfnfFiO2rWXCATvJmBf33sWA { top:31.5rem;left:37rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLPKBNfHMeCU426DAnyWM0HD4NBKbnZ { top:16.125rem;left:19rem;width:28.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCsf3vNtMeQwSsqbbGKoIGhJD9LzJbHV { top:17rem;left:24.25rem;width:23.1875rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4DIWzEUMPhBkJ5bdmndp7hdapBTh17 { top:43.0625rem;left:7.8125rem;width:39.9375rem;height:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FumTR1T0QDbf718NET80XvW2A0lmPteI { top:40.3125rem;left:8.25rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsH5IAdexFC59mwMXUm3E4VIROkU8sz2 { top:13.25rem;left:0rem;width:3rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTSORTObe8g5q8EB6mIfqfqv6iETTd0 { top:21.5rem;left:0.625rem;width:8.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQSLWPDWW0E8BBtOscdtR1R7bS8hgd5X { top:16.6875rem;left:0rem;width:10.3125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bIoTFdFQOGuuwWA7VhZAHBMe8lqRO1 { top:16.5rem;left:8.9375rem;width:9.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHCm70NB1mCgMp4IiGPcMwcdxMZcBLLh { top:21.625rem;left:9.3125rem;width:8.4375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1eFZoGJHUTsV7z4IlbHcKGACRBVJXe { top:26.9375rem;left:0rem;width:19.0625rem;height:5.25rem;font-size:0.8125rem;display:none; }#Nf1eFZoGJHUTsV7z4IlbHcKGACRBVJXe li:before{  }
 }@media only screen and (max-width: 763px) { #ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { display:block; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECze2oEunlTaTDXes5B5c1yim3n5yMLC { top:3.6875rem;left:27.625rem;width:20rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
 }@media only screen and (max-width: 763px) { #vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { width:13rem;height:2rem;top:29.5rem;left:17.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Pr6VcoJm4TrLg0OgzROpQqUCSC4PS3 { width:14.875rem;height:1.1875rem;top:24.5625rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUdZFyLsiwTbpXwTs7ctuwuxApkd7U1K { width:13.6875rem;height:1.125rem;top:23rem;left:17.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { width:12.5rem;height:4.875rem;top:17.5rem;left:17.53173828125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { top:4.625rem;left:0rem;width:20rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { width:20.0625rem;height:6.5rem;top:14.9375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { width:16.875rem;height:6.6875rem;top:24rem;left:0rem;font-size:0.9375rem;display:block; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
 }@media only screen and (max-width: 763px) { #LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { width:18.4375rem;height:3.5rem;top:5.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAUXFJdgtgahmCuAtRRxAlFrUVPH2nsU { width:5.8125rem;height:1.6875rem;top:21.1875rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsQgAch1oZv0ni65kUsZoIpuLCrXPEg9 { top:21.9375rem;left:10.6875rem;width:5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { top:2.8125rem;left:15.8125rem;width:15.9375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { width:18.4375rem;height:2.375rem;top:9.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-text {padding-top: 0; padding-bottom: 0;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-select {padding-top: 0; padding-bottom: 0;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO  { width:17rem;height:auto;top:8.5625rem;left:28.125rem; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO {display:block;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO { width:17rem;height:auto;top:8.5625rem;left:28.125rem; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #yH0X9icpSH3NzdhRAwTe3s67DVTyPhwf {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #iM2VcPZxGnGdfLffZ9rN01A5amBrfi3k { display:block; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #ufkRJ1QELmTVacIlqWSPXaASED31T7rH {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #RWTXSx9LwFdmHaXqBKs9B04BM8kPrzr2 {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #wlpXfZ7ktoxQgvkhxoJFl0qbO9332Kd6 { display:block; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #g6Je0b683IGuQAx22pgIyTOhaFthQI39 {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #JIEkuCa69HKKEE7mL3mh27kb3p4WksBi {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #oV57Hynx2eI86nMlLQD9XPirENOVz5MD { display:block; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #uIF1UFFErfiTOnwIRUiA6E0EoIAttLwE {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #atGLwzPHwPtLUwyvTB6XPqJguuRQ4mIv {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #AUDeLD8VhgheMW0BnNA4StkCfV3skx24 {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #J8KhKwCcaA4Wg45GU7JnK1bLQi2T46VT {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #d5c7bkGafgMlggkZiT79abU2UIUBBibP {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #B2Txh7XLaMlDCSWb7Nf5iVamwuwhE8KA {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #CaOZvTPTz35J8Fde50UZ4Evdh7kK6lSe {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #qiITGsZ9O2kmzL0LLs8DoEerZWJDGWAq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pSS4vn7kNepUeEETJBNyvITbv4bNn38i {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kbwn8sCQuaB6bATplWe855elg1oem1Lv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #s1StHBSGLq2To4Ad2Cz7LTiwHvOK8W44 {  }
 }@media only screen and (max-width: 763px) { #WT7sNuwhuN3Ddw20scziTTrPp6NOc7hk { display:block; }
 }@media only screen and (max-width: 763px) { #r5RWVQd4KckkTeFTLEo9QGASzyn4eQRo { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OIVlJXxTomeBkugJtG4USMbSTQZ5bTIt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U1TZ3gb8zpUzfQcw635NERVUk9xa7unu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fkocgLvifufWBsU61GmIbqgi94eChckT {  }
 }@media only screen and (max-width: 763px) { #S1VWQaBaO4D4OpDWeag4QANPlBTtlUOE { display:block; }
 }@media only screen and (max-width: 763px) { #mPs7JzGfnqUIZCSJGdPCItThrWg78UBO { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o63P7HdqC7tpxhW2L9OJqQ5dUFAbTrkp {  }
 }@media only screen and (max-width: 763px) { #B3NGpXxsa12o4wCQTAeb7hFtwicl1TJl { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l3TN8noqWFiCA1T1Dn2L5hnf8bGJrI9D {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X4aBaKbTGBXy5JpPSd00xhDnpIfP7duL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EqvTWH3f3JUzKUH5za9gHGiulVskgGTU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vdHTyKbJrMs8Td5W1VfwmTxFrfSlBRCr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CEOfEuGQ3i8W4AegrMrMeMRxevWBpJcM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uuuCH7uS1g1FufIysn0SJv7TMzCntafL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DrQaaDbkVW1C2gPJ5etTKlCh1KR0tGqJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nD5H9J04iNkn4BhAyKkJbPp4JbBkP9LL {  }
 }@media only screen and (max-width: 763px) { #iOr8DoQ8Q9hKGIF8hHqwnEsFkL6TKuWU { display:block; }
 }@media only screen and (max-width: 763px) { #EhLu6zDcZQdeHXxfengVf5CgDLE5gHMB { display:block; }
 }@media only screen and (max-width: 763px) { #bH5MwyBgzaD31Z5xbT50bWw2iUvLKAZG { display:block; }
 }@media only screen and (max-width: 763px) { #Rwpk6Tb12WOnIUer6nwbRVU0lMO0KsOn { display:block; }
 }@media only screen and (max-width: 763px) { #KKA9iWdD9qRNWCwDBsy7pxebKbIq0BF0 { display:block; }
 }@media only screen and (max-width: 763px) { #qHPSqGzry0XQTHuQxpnSiWN55QRELUet { display:block; }
 }@media only screen and (max-width: 763px) { #pkKUOO7Snt4MDuhpMQXWa1TON8akVabA { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FTN4mAQiWeaArTgo160C7yDWpipRZ5fU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QgOOTTr8bx3tnI79CQFgs4aPvWOBNTca {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n0Za1dQivnaa4Rke2E9bxJk01sxQ1o1U {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ryvFJrMpKZncMCsN7ZTJwh6JrDttwaWh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Muu0AlMlwhVQUTgBGkFQhdmFA9elIkNG {  }
 }@media only screen and (max-width: 763px) { #kv0DCcT99xlmnKe4QeQCZK58X64aL1GK { display:block; }
 }@media only screen and (max-width: 763px) { #hVdGAHy5QcCdwxcCJCSGXkUEt7uUauUk { display:block; }#hVdGAHy5QcCdwxcCJCSGXkUEt7uUauUk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxLIW35Bz5CECkMUrAtqhWNIiZGrFx26 { top:3.4375rem;left:0rem;width:47.75rem;height:15.916450847458rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPV1XimQIKXAlMcA5SCMLT9tlXuxNoaR { top:2.0625rem;left:19rem;width:9.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNTkGC3KdxeXuakbUkHu4BrGoeI0IfDF { top:36.8125rem;left:0rem;width:37.375rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB3RxvizOTtDzSVGpE7EfKd0zTCe1crB { top:19.4375rem;left:11.25rem;width:25.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6B0OXFwBOWch2MSKle8o23ma2ZRqlp8 { top:29.875rem;left:29.15625rem;width:15.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL4dFApCD5sZLnoCmzlng1TsSWlQbs3k { top:23rem;left:24.4375rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV9l3abOlX9XKqt20Im2ks3zTaTFIJmu { top:22.625rem;left:26.3125rem;width:20.8125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp4Lp42PQe6pBVCaxFDb9cpsUMVT2g3T { display:none; }
 }@media only screen and (max-width: 763px) { #p1n9yMMkwE9xl0vbImEAdgtnE7Pbvpqy { top:29.875rem;left:7.25rem;width:14.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzdEWwShdgMtQalz1yRugoMJFi105vhP { top:22.75rem;left:4.625rem;width:19.375rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMrOGBibSeUw53Iu2nnOMink4NodK3uT { top:35.75rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRgnK83Ev7uxouIbZrFbJD9fumzQ3UE1 { top:44.9375rem;left:32.875rem;width:14.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { top:7.3125rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { top:7.3125rem;left:10.875rem;width:32rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { top:8.375rem;left:0rem;width:25.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { top:2.125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { top:10.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { top:15.625rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { top:16.875rem;left:0rem;width:36.5625rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { top:19.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { top:30.75rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { top:33.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { top:31.375rem;left:0rem;width:29.25rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { top:38.5rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { top:41.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { top:39.625rem;left:0rem;width:27.9375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFAO7SKuVxN29TTS4wcvFonDNXktefXK { top:23.25rem;left:0rem;width:47.75rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { top:26.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { top:24.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { top:47.375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0QTKklRraWpv35K0R4oQxnfzypA6GrH { width:17.5rem;height:3.4375rem;top:53.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block; }
 }@media only screen and (max-width: 763px) { #OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { width:17.5rem;height:3.4375rem;top:53.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block; }
 }@media only screen and (max-width: 763px) { #BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { top:27.375rem;left:0rem;width:18.5rem;height:3.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { top:23.75rem;left:0rem;width:18.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4TVAJB71uaATEZaJTia0X3eRhOrRpka { display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { top:2.1875rem;left:0rem;width:38.25rem;height:2.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:17.5rem;height:4rem;top:7rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#262626;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #xTa1AT43fynLKZpVFEBhidZOTzpztV9q { position:relative;z-index:auto;display:block; }#xTa1AT43fynLKZpVFEBhidZOTzpztV9q > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edurTTNk57fZbQAQZq5NhUk0tq8OGiC4 { width:3.1875rem;height:1.6875rem;top:0.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08edc2fb-29a5-4743-ad84-74813ab4de02/Logo_All2x.crop_177x94_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#edurTTNk57fZbQAQZq5NhUk0tq8OGiC4.adaptive-delivery-prevent-bg, #edurTTNk57fZbQAQZq5NhUk0tq8OGiC4.lazyload, #edurTTNk57fZbQAQZq5NhUk0tq8OGiC4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wNBPIp6unE1Wx6WQ3n28stxO4AKA30qo { width:4.12464375rem;height:0.568359375rem;top:0.24609375rem;left:15.061767578125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZfVLLLKZ6HuXdaSpB1Poann9pkyt3CS { width:3.8125rem;height:1.4375rem;top:0.24951171875rem;left:15.4365234375rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNlA7v4mU93ZsTvTbIwXtGwcfkeJ2i8L { display:block; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .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; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .widget-text.counter-number { padding-top:0.125rem;padding-right:0.10875rem;padding-bottom:0.125rem;padding-left:0.10875rem;width:0.65375rem;min-width:0.65375rem;height:0.671875rem;font-size:0.5rem;line-height:10.75px;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; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.078125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.87125rem;height:0.265625rem;font-size:0.1875rem;line-height:4.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw { width:3.3749125rem;height:1.25rem;display:flex;top:0.829833984375rem;left:15.42431640625rem;z-index:15005;padding-top:0.011875rem;padding-right:0.01125rem;padding-bottom:0.011875rem;padding-left:0.01125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #b6vqQ3VyURUxVmnoModK58ixtJVKiUSz { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #CSJL6fXdcUSFnWWTbJh3xA5TTuNRQ9bL {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #sqMJ23v6SDIxVMlTxuiunmUV1EfyiqGf {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #KupLKnoXdIlN0WJKB0QJVD7le8bNDDdI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #GlKJUJ3AFxzWTzgwucQ0WptDbNsllAGD {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #HQ2FGNNB0T1KI8l6TRSgvQaNBBWP8G0O {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #ArK1TNzZL4fXvrJB11MuChLXIQnzzdra { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #a0Bq2bVQHVyfl7LOPpfLpT9T99puPfvk {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #CoKAUzuo9BT8eV0vIoCmML3lIn2MbtiD {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #VaGtKh3bKWd6hRqDJ9Jakx0i7E8PNvfq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #XUVzpx3TM1GNaJEBdbbhHTrOc0ZkyTPE {  }
 }@media only screen and (max-width: 763px) { #xawNxcgHhS16nH1vsdV7QuaeTcGxvrLw #g4HcSROe1d0cRwOUIafvrOXL2uENV5t4 {  }
 }@media only screen and (max-width: 763px) { #L91w98spvpbBQbTwiL5Xlbxq7uxMlzz1 { width:10.75rem;height:2.4375rem;top:0.984375rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VThaAZx0yVuykfATFnRZceeTlohsOHca { width:18.5rem;height:0;top:3rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hZJThppP4WNvTyW0DTu39ELWX7bf0TrD { width:4.5rem;height:1.625rem;top:0.78125rem;left:15.5rem;font-size:0.75rem;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -moz-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -ms-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -o-linear-gradient(180deg, #ffd74d, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffd74d, #ffc800);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gtKFxIiszXmpvy70t9QXAS92aVN9IP2H { display:block; }
 }@media only screen and (max-width: 763px) { #lkFJRwOt4h7BmI6llcFogB8130kE7O1w { position:relative;z-index:auto;display:none; }#lkFJRwOt4h7BmI6llcFogB8130kE7O1w > .row .container { width:20rem;height:23.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ { width:3.1875rem;height:1.6875rem;top:0.75rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08edc2fb-29a5-4743-ad84-74813ab4de02/Logo_All2x.crop_177x94_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ.adaptive-delivery-prevent-bg, #m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ.lazyload, #m2c55TEcXJLtxSE8zQKx9duC6yUn8TqQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #y1eiQpQxf8IbOKMOO9Cia9eFgwJ223mo { width:4.12464375rem;height:0.568359375rem;top:0.24609375rem;left:15.061767578125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1L9XSFIvTc6N5oQPJOAHZKoFQTBEMpQ { width:3.8125rem;height:1.4375rem;top:0.24951171875rem;left:15.4365234375rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAQ6KngzcmBXKPv8xx9048T2pkwqhaJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .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; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .widget-text.counter-number { padding-top:0.125rem;padding-right:0.10875rem;padding-bottom:0.125rem;padding-left:0.10875rem;width:0.65375rem;min-width:0.65375rem;height:0.671875rem;font-size:0.5rem;line-height:10.75px;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; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.078125rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.87125rem;height:0.265625rem;font-size:0.1875rem;line-height:4.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ { width:3.3749125rem;height:1.25rem;display:flex;top:0.829833984375rem;left:15.42431640625rem;z-index:15005;padding-top:0.011875rem;padding-right:0.01125rem;padding-bottom:0.011875rem;padding-left:0.01125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #wGiX4XJ8ehSiPpwDO4qe6vpBwn4zqHZk { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #RxLh2dqMuMpTlmfDNyOiTFnFVQrF2M1P {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #H0VbqETguZQMCp1bF42TGorvoO16ZyEB {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #oKVIQ7NBdmchra7k4NEl3D2dbm0bGWgS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #B1R8be20ToPVRiIAb4T0vx9n86THuxuN {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #GT0qhJW0ULeXSE36oEiVty4ca2WIv5US {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #r2PSf5KqTJOSUUQPBdLvNHJoN3drGdCw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #LxuwKc0RRH0FHrTKTbOfqOyL99DDwnnK {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #qpJvfIQFTLxDW8Vz04rRIJ93WE23UyME {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #pTwp8iZZn14FKfwCQM5mEN2U6xyZUhmK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #CM74haXqJv5r2qQ3BD6pk4mXa92QI9IU {  }
 }@media only screen and (max-width: 763px) { #TvZn9qkGsvKpQ8c7qcsUlqaACJfPA1bJ #eJIVkFzItFJKM94CXqZCBtOoiFgQd9oF {  }
 }@media only screen and (max-width: 763px) { #cryXSbndEFR0G4tHL5yW2OaIQ0a96I1m { width:10.75rem;height:2.4375rem;top:0.984375rem;left:4.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeAAUDo92Qz45VGvCm2XLefwiTsEfNcl { width:18.5rem;height:0;top:3rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sXTKGkAQw7VZ7SKecKCmMzCd7QR88SFz { width:4.5rem;height:1.625rem;top:0.78125rem;left:15.5rem;font-size:0.75rem;z-index:15005;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -moz-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -ms-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -o-linear-gradient(180deg, #ffd74d, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffd74d, #ffc800);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XyUD5qFZHvpH9CqULf1w6tOGMyWom7LT { display:block; }
 }@media only screen and (max-width: 763px) { #boIcto0OOJTVJb8lTFh4Ui17RUEq23k0 { width:20rem;height:16.0625rem;top:4.3532989025116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgszm7SZT0Ac0W4NN8HHh8n3Rm75hDNX { width:14.749375rem;height:1.94986875rem;top:4.9831817150116rem;left:2.6247832775116rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZKsboZ0Ht8NanHvNHqCJsVKovxXZnBPV { width:15.4375rem;height:0;top:7.6649310588837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zSTBFIRD8Xou9kFgVQDiBmaxTAGP2v2I { width:13.374rem;height:0;top:11.659423828125rem;left:3.31201171875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#fbe936;display:none; }
 }@media only screen and (max-width: 763px) { #DgMktLsbpEyEcdvk1ICzNhleSi4REbWE { width:19.9978125rem;height:0.7313375rem;top:9.2057292461394rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;line-height:1.3;color:#fbe936;display:block; }
 }@media only screen and (max-width: 763px) { #rvuVQ9lLpDrdVkZOguWyFIqceVklkL6b { width:10.2485rem;height:1.94921875rem;top:17.06000494957rem;left:4.8752174377441rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SruWCqAxXfheV8zih6V9FfEwRV4H6fLr { width:17.9996875rem;height:2.6860875rem;top:19.63379073143rem;left:0.9998915195465rem;font-family:kanit;z-index:15006;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCnleoERPGhDEmudJu730p5iPlKbDSax { display:block; }
 }@media only screen and (max-width: 763px) { #KBxFIxdxICloOuac7P3w2QedNQ2QXhz6 { width:10.374875rem;height:5.37489375rem;top:10.602756261826rem;left:4.812283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBdhQcSB5TTVA8pyB9k8MUtm6fxZCfce { width:15.4373125rem;height:2.2744125rem;top:6.9319665431975rem;left:2.2808160781861rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#ffffff;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/016b7bdb-0d3d-4741-8430-d7a72efa3500/DSC00775.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT.adaptive-delivery-prevent-bg, #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT.lazyload, #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT.lazyloading { background-image: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { background-color: transparent; background-image: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row > .video-iframe-container { display: none; }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .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); }#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq4gRXHtV3mxSQ6qlXFTuHdbi00wsin7 { width:20rem;height:5.625rem;top:22.41357421875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { width:19.875rem;height:3.1875rem;top:29.28125rem;left:0rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #s83No4iIwugA87rsidgATUxP9Zm1QefK { width:10rem;height:4.875rem;top:28.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VioWUN0UT2wxL1LdpTodcC1LpCfApvnx { width:10.1875rem;height:4.875rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg3csPZQ3zhgeZrUlMtiILHEioHx5o0C { width:9.6875rem;height:2.875rem;top:33.9375rem;left:5.1875rem;font-size:1.0625rem;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -moz-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -ms-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -o-linear-gradient(180deg, #ffd74d, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffd74d, #ffc800);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IRhfn1iifUUnseARcboCazDZWrPS9tqs { display:block; }
 }@media only screen and (max-width: 763px) { #peI4dxZUD5Pclrp4JaWpMxl4GleErCSH { width:18.6875rem;height:2.131125rem;top:24.16064453125rem;left:0.65625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzTfN3ICkEdw4FmGutRFx979zLoDKTaU { width:20rem;height:8.25rem;top:19.874267578125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { display:block; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knWSSk5211dEEZrRn5OgIkOCTzukaDsP { width:14.375rem;height:0.125rem;top:13.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVFCConCzPOHu9dm6AUKca6K45eF4sk { width:18.75rem;height:1.54361875rem;top:3.1123046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { width:18.75rem;height:1.29980625rem;top:7.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { width:18.75rem;height:1.625rem;top:11.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { width:18.6875rem;height:2.39968125rem;top:19.375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { width:6.25rem;height:4.3125rem;top:14.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTieK2yvFwT6c7TpzNtPOfLHPVTJq7lZ { width:0.125rem;height:7.8125rem;top:32.82421875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #actwC7NbQITzolAvuarrSCqUZhOdHl9I { width:11rem;height:1.29980625rem;top:4.5927734375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { width:18.75rem;height:1.29980625rem;top:1.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLAeb2eM3f9VRM0QcQ54eLE7NqssEmpC { width:18.75rem;height:0;top:3.4052734375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15017;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #R837Z4naolNN3zfvA4hGQzH94WCblD02 { width:14.375rem;height:0.125rem;top:6.75rem;left:2.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pN5SfrVbQhT0JgPr8oTzbuke05l9h2gI { width:11rem;height:2.2749rem;top:8.875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pshze4At7Zic3QMLBg7JQhAZ5KasTZkk { display:block; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { width:14.6865rem;height:0;top:6.74951171875rem;left:2.65576171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:anakotmai;font-weight:400;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:none; }
 }@media only screen and (max-width: 763px) { #KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { width:19.56225rem;height:2.4375rem;top:1.25rem;left:0.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJF3VUVAktn7gn9u467AKowHeoTGrypn { width:19.99875rem;height:4.875rem;top:20.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lz9gd9IbUDFrJvngXPLJOqZ4lNGITtN4 { width:17.87475rem;height:2.8125rem;top:26.1875rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #npCOL9cyuBvPTUstaJIZgZEJ1D0EFzPk { width:11.5rem;height:0;top:49.411376953125rem;left:4.341796875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ggy5LP1pJFtsKvK4uSQ6FdyUfmeVxo4G { width:14.375rem;height:0.1875rem;top:12.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { width:18.06225rem;height:0;top:54.911376953125rem;left:0.966796875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zSLkU2p502m5s1HENF1EOA6P3Fkug33p { width:17.4995rem;height:4.875rem;top:43.125rem;left:1.2490234375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #nwTSToRqwBSQMkGPZxM8GIkwXVaTAXvU { width:15.375rem;height:15.312rem;top:52.5849609375rem;left:2.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCTxGVTbH7O4ONp8kXqArBg0St1xiHWe { width:2.1875rem;height:2.0625rem;top:8.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVfcTqSTbTCD9k97TpClTDfPiZ5K2J7W { width:2.0625rem;height:2.0625rem;top:14.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRxAzbA6T6iT9lVyu8dRPCvCbrJavnnW { width:3.125rem;height:3rem;top:8.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKusBTp5o7II33ExzDmTTXnOv2pTXc8 { width:2.9375rem;height:3.125rem;top:14.625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTm2WuB2iwkcJg35s7yQqQwGKEsU8E9G { width:1.25rem;height:1.25rem;top:12.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf8ufenmHm7rFu29UpZi7wP2GvZCSNSH { width:1.25rem;height:1.25rem;top:12.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUsQ85eNx6wlCRx07onKL7wy690oDIkW { width:1.25rem;height:1.25rem;top:12.25rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU8WpB5curyCMKBcOxcmxkgkOO9EAHMN { width:1.25rem;height:1.25rem;top:12.25rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBtktTRPFEhXkpxI03yNL6TzX572arfK { top:4.1875rem;left:0.75rem;width:18.5rem;height:2.5996125rem;z-index:15027;font-family:sukhumvit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DF8gBDIJnJznHeJhVE8Qygt5eRDQ1Z28 { top:48.6875rem;left:0.53125rem;width:19.1875rem;height:3.89941875rem;z-index:15028;font-family:sukhumvit;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImVWgfwwRviz1Tt6CDRUrJMcLLSSn57v { width:8.5rem;height:11.375rem;top:30.671630859375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEEZtdxb6wBsy3e1pRerzuTzpB3TDFkw { width:8.4375rem;height:11.0625rem;top:30.671630859375rem;left:10.544677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apvmcetPweMTsh3lwFlAsVET4roG8SmV { width:8.562rem;height:11.625rem;top:30.671630859375rem;left:5.110107421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcVt4dpTZNIEowqP3Shva35U9Tg0aOxS { width:8.937rem;height:3.06225625rem;top:66.998291015625rem;left:5.52978515625rem;font-size:1.0625rem;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -moz-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -ms-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -o-linear-gradient(180deg, #ffd74d, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffd74d, #ffc800);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XmafJ3SClMz55awPotss2Js4MDuxDhaK { display:block; }
 }@media only screen and (max-width: 763px) { #HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l { display:block; }#HZxA1IOl8q4txK9yNr6f3iSCQp66DF9l > .row .container { width:20rem;height:88.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIBH0eHfzB6G0u6V4KxiZPKTia6bnSE4 { width:19.9995rem;height:1.78755625rem;top:1.960693359375rem;left:0.000732421875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k4kzEtNUQxXrNobKTt34yWNRuh8pVZJz { width:19.9995rem;height:2.761725rem;top:4.28466796875rem;left:0.000732421875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OJlGU3nDZVT1CeUcbMMavuQx7ghM4DME { width:15.5rem;height:30.5625rem;top:10.8125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEpS1u0bDAFDibN5DoZNvyXMogd8piKy { width:14.9375rem;height:30.5625rem;top:101.14646875rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbHuHSxfNvVdxncfDxyMLSDrZwCmChKy { width:15.625rem;height:30.5625rem;top:141.52146875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hla5zfcSIByKZG5eFh5fCeh7BUeGEiWv { width:15.8125rem;height:30.8125rem;top:173.33396875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOR1QwbyZAqTxBliBzVTazmDNnZ9mQnW { width:19.9995rem;height:0;top:80.080810546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Geg9CHTuLHgcIS4kOyArGlLXvug7P9rE { width:2.125rem;height:1.125rem;top:50.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpykruQNng7wC6Id5iZXT0z5KLh0aVnO { width:2.625rem;height:1.5rem;top:50.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #sga8cqWPKeoWNdKpUo590421Msgy1lfn { width:1.375rem;height:1.25rem;top:50.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1P84SZzxPJTzaIflTkJA4MwhmCKdi9V { width:2.5rem;height:0.9375rem;top:50.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqlKPDU7KxKuwtd6D0mOiJqMGrpnl4xn { width:10.125rem;height:1.625rem;top:9.0625rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELqrEZPHgcWi222At6sDsey5mAu75ktF { width:10.125rem;height:1.625rem;top:29.8125rem;left:4.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7OWb7HL8R6CCOqbT8NpPU29uydWyrVm { width:10.125rem;height:1.625rem;top:46.875rem;left:4.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbyouPZenI2RcNUAzzVcNADB9Tz5XEXd { width:10.125rem;height:1.625rem;top:62.25rem;left:4.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ohpZnRKez1Zcu56CpG0KdA2eMTGGJc5K { width:15.4375rem;height:18.3125rem;top:10.6875rem;left:2.0625rem;z-index:15006;overflow:hidden;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvBIAzHv0zudDPL3HOk29269irUci5TK { width:14.875rem;height:14.125rem;top:31.4375rem;left:2.125rem;z-index:15007;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUt3Tvm87wMcew1VxOD8nfqxGw771d1F { width:15.5625rem;height:11.4375rem;top:49.5rem;left:2.1875rem;z-index:15008;overflow:hidden;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8XqEI1ecp04wlhzg951BZKSLvDLZhNV { width:15.75rem;height:12.8125rem;top:64.4375rem;left:2.125rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #whpBlqnfFAhT2IFwMGCIbUe6bzHTPKJA { width:19.99875rem;height:3.25rem;top:79.767333984375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #RnpeNTaM0WUb0giltmIb7CxDMGqlWM8L { width:8.937rem;height:2.9370125rem;top:84.51708984375rem;left:5.52978515625rem;font-size:1.0625rem;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -moz-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -ms-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -o-linear-gradient(180deg, #ffd74d, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffd74d, #ffc800);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fC6uM8IwlVREQv0cqfHeqZxFR0BWGAwK { display:block; }
 }@media only screen and (max-width: 763px) { #bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI { display:block; }#bieB6TfMnBQphm7lV1FrdA0aI1N4KWhI > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8I1k5uT2Xz1624hODm9Akls0wyvZ3hw { height:11.22875rem;width:19.9995rem;top:0.6650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMnySW3uwweOXwNT6vcViDM6WhtUhOTz { width:17.49975rem;height:0;top:49.4736328125rem;left:1.248046875rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #WK7QTltI2EruhlnNebRSMyV1TtzZDTx2 { width:11.625rem;height:3.4375rem;top:1.8125rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K0nkFz2PKKfJXLlq42OtN5oCsIRG3eiz { width:5.625rem;height:5.625rem;top:0.75rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWchKB34uM9fkITFlBztoW6e4D7weA16 { width:12.5rem;height:1.5rem;top:3.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLTlAivfnGOAHZduIIWSaLVeWUwznfRq { width:20rem;height:8.6875rem;top:6.7861328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o04Br9XuGV9IJJlP08wrViwnIusesHeG { width:20rem;height:8.75rem;top:56.473434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fq9HVXS6JdE1f9XomMrTbHQB8cFeufZe { width:20rem;height:8.6875rem;top:36.598434448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxTEXZ0FTsQLgfcvuuAQNFuJz6OK9ADw { width:20rem;height:8.6875rem;top:86.348434448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hOARg3LeHT8MifokWx5DlbZFdcd58sGS { width:20rem;height:8.6875rem;top:46.535934448243rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SBHUryrTu1MKu5SCH2udoNP81VT2TCSU { width:20rem;height:8.6875rem;top:96.285934448244rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWVCdfn9xWiyhKq6IlJQ2I5W8fdbAPch { width:20rem;height:3.41161875rem;top:6.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BtCbswLsxDWH8eOK6BTdrd8TEHxtT0nl { width:20rem;height:3.41161875rem;top:11.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { width:20rem;height:3.41161875rem;top:16.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { width:20rem;height:0;top:18.47509765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { width:18.6875rem;height:3.41161875rem;top:25.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tg53unsD5aqRg94oW3GaDu52JiSoCSaF { width:20rem;height:4.25rem;top:6.249755859375rem;left:0rem;z-index:15007;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #m1hoLvB97HJSxkt4DUCrNUVk8kgTUi66 { width:20rem;height:0;top:6.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #KgWVSVwkiSTxSfK6nO7emXn5lpdhy0Sk { width:20rem;height:4.8125rem;top:11.0625rem;left:0rem;z-index:15008;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncVqTgrq1yLhL3CFTK9P4MTFuP64eJ6T { width:20rem;height:4.5rem;top:16.4375rem;left:0rem;z-index:15008;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLdbHnAN1JOQ1ZWgsiNLGMNi09UicvNc { width:20rem;height:3.5rem;top:21.5625rem;left:0rem;z-index:15009;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0CWXyzKgJSWv6bFpzVSToFLBsU6L5ab { width:20rem;height:0;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #O3b2zA3V4pbVuCoklThW9t3arwJwXC1s { width:20rem;height:3.41161875rem;top:30.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JsQZHeO3OhGTy91vvsQU5o9DEO6zHhTJ { width:20rem;height:3.875rem;top:25.625rem;left:0rem;z-index:15010;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk0TpWayXPFQK9F7igtobRqVrBkgiKGF { width:20rem;height:4.5rem;top:30rem;left:0rem;z-index:15012;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqTlg6ffrNH5qZnGbB0qZc01hh6hc6MO { width:10.875rem;height:2.875rem;top:36.498779296875rem;left:4.5615234375rem;font-size:1.0625rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #PrChcb4tlbumXRtlTuwSGOiQ3W0Ox0WO { display:block; }
 }@media only screen and (max-width: 763px) { #Vhnv96TSfV5kIfvKn1RBOs31ZZ4aDvmu { width:19.9995rem;height:2.2745rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #bqTw7Afqzzz8bepqrqckk5AULMceQHBV { width:13.9375rem;height:4.125rem;top:40.561279296875rem;left:3rem;font-size:0.75rem;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -moz-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -ms-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -o-linear-gradient(180deg, #ffd74d, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffd74d, #ffc800);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #UG1BxevVn7Zad6FBSNZNZMlLB04SfuZy { display:block; }
 }@media only screen and (max-width: 763px) { #y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D { display:block; }#y3hTXhNkSUtTlIgG5ZyqUynwsQ7vB65D > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3o0yTpTu5ZzZTao3PlTl3kZFGCQp5JD { width:16.25rem;height:9.8125rem;top:4.62451171875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS8sTNNxfFt5vbE5JZDm6hVWZwoCo9ER { width:14.1875rem;height:1.3125875rem;top:5.71875rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #vKCEmmCMAtFdsX718R6080SE08w3KmTf { width:13.8125rem;height:1.70631875rem;top:11.79345703125rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:sukhumvit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A3fpD3ppI56wiwql6J5TnOTlgNSNpEFM { width:14.5625rem;height:5.5234375rem;top:7.62890625rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:kanit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iylWL8bUfNa8P0busBCdSsvHH8bQ5lTU { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCnWV42M1NVs0a52EX6abeHd3maIrRPP { width:16.375rem;height:8.3125rem;top:35.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCilF1aMK3b2encnqKUlXhgZ0QPC7F8C { width:16.375rem;height:9.625rem;top:25.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDT9G3ybh6aWymeIro6P7Obv3QLmiDnp { width:14.68725rem;height:1.3125875rem;top:37.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #B1dqfc78zIueqTOg1BMtHFk9lbbtTzHw { width:14.6875rem;height:1.3125875rem;top:39.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:sukhumvit;display:block; }
 }@media only screen and (max-width: 763px) { #a7mO77d3bcqMZ43nSgJTutdgWJ03u2AV { width:14.0625rem;height:2.625175rem;top:26.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #TrZQxtdHLwUHOU7BvKbb88HzeFG6crwr { width:16.375rem;height:9.3125rem;top:15rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMFQrmkUQng8J7Ql4hEeKTgILNxQ0KEl { width:16.375rem;height:9.3125rem;top:45.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGpZ9niKe54sLv0xpH2s99GemIXoaecg { width:16.375rem;height:10.3125rem;top:55.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5MRUBmmVLySG4XqbgAq5dH2EFvKCNm7 { width:12.75rem;height:1.3125875rem;top:16rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8C5MLcAsUTPIpUBKTLM7qbELuMn8sT { width:12.75rem;height:1.3125875rem;top:46.25rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #aiNEmsy9qKMkGbrxkzmETskkxVnonlKo { width:12.75rem;height:2.625175rem;top:56.5rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #wVUuOmirlQWinlUU9fPuRTAT9PCrzimK { width:14.49975rem;height:4.1425875rem;top:39.4375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:kanit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OfPOywN92ntFGRJC2lxXHUUFJ1O5fJgX { width:14.187rem;height:4.142575rem;top:29.4375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:kanit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IK5uytta3WGBOK5D4cQJtdP7Ohu8Irfk { width:14.5rem;height:5.52344375rem;top:17.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:kanit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a5BKGTroRkCkKGdv00D7wEoaEP5ChfEq { width:14.5rem;height:5.52345rem;top:48.1875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:kanit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r0BduVbn4EaHRrQrENJMCgLO8ZvaRkEm { width:14.49975rem;height:4.142575rem;top:60rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:kanit;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ib1a49vBM3b3hVIbcTdN8SbNmOHJnKnK { width:10.875rem;height:2.875rem;top:67.68603515625rem;left:4.5615234375rem;font-size:1.125rem;z-index:15129;display:block; }
 }@media only screen and (max-width: 763px) { #qSbr4o72rf1BOiynhUTD2b0ur1tRIanP { display:block; }
 }@media only screen and (max-width: 763px) { #p4IXXBEKTreN1v10ulIRXpgTAaC44cxK { width:13.9375rem;height:4.125rem;top:71.74853515625rem;left:3rem;font-size:0.75rem;z-index:15004;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -moz-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -ms-linear-gradient(180deg, #ffd74d, #ffc800);background-image: -o-linear-gradient(180deg, #ffd74d, #ffc800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd74d', endColorstr='#ffc800' );";background-image: linear-gradient(180deg, #ffd74d, #ffc800);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #lbwRyT0qEUuOTzNRVzmzAVtxIupzqiOs { display:block; }
 }@media only screen and (max-width: 763px) { #hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { width:20rem;height:72.3125rem;top:5.90087890625rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { width:17.8125rem;height:3.25rem;top:7.6875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05OR15AgPJtmlWr6OdZCy2QfigHNymc { width:1.3125rem;height:1.3125rem;top:7.1875rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHxtnhgmtzThwfuEnIauKaMh6VO5g7PW { width:0.1875rem;height:80.25rem;top:12.3125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { width:20rem;height:23.3125rem;top:183.7158203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { width:17.8125rem;height:3.25rem;top:20.8125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhyooggLfLr8VhhTWBirQscQoJJqdAZ8 { width:1.3125rem;height:1.3125rem;top:9.75rem;left:1.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgsQxs2osJFoipF9L6aadxkQwrfATAcA { width:1.3125rem;height:1.3125rem;top:208.2783203125rem;left:9.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNCTtSbBxqwyHlTlT8dFdNvJ2bxV1sxx { width:17.8125rem;height:0;top:34.872802734375rem;left:2.18701171875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { width:20rem;height:21.375rem;top:210.8408203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7SIyL0QooGtq608lAWCE6NCVai84t7e { width:17.49975rem;height:5.5234375rem;top:53.080078125rem;left:2.18701171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { width:17.8125rem;height:3.25rem;top:49.25rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDfD35GsxThGXnoCbi23CTlpV6Qvt98L { width:1.3125rem;height:1.3125rem;top:233.4658203125rem;left:9.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { width:20rem;height:19.8125rem;top:236.0283203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { width:15.875rem;height:4.0625rem;top:1.4658203125rem;left:2.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT7rvwbdMIBGAOzIQv2p2kpUMZzbNFWu { width:1rem;height:1rem;top:8rem;left:0.4375rem;z-index:15061;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSf6kshG7nLnxFTTdJErNTtF2cTC4Tag { width:1rem;height:1rem;top:21.1875rem;left:0.4375rem;font-size:0.6875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #r9RWxJoQJdVOUIbk7X55vVT4yFWAPQi5 { width:0.99975625rem;height:0.99975625rem;top:35.3671875rem;left:0.437255859375rem;font-size:0.6875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #lOoD3WlhOLsmIqgRstkTMgB24d41XZZ1 { width:0.125rem;height:55.625rem;top:8.499755859375rem;left:0.87451171875rem;z-index:15044;background-color:#000000;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) { #Lvox3p7IrHAMmi24np72GHdwAwOuItp1 { width:1.875rem;height:1.875rem;top:36.5rem;left:9.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWZLDrtVa14OdWWeTGyWTTTtkhplJbbT { width:20rem;height:10.4375rem;top:62.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoAqMDrk8TAQedri2IgcTpoufLZw4Toa { width:17.8125rem;height:3.25rem;top:63.0625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2T9AhLCa9l034CByPGpwVq2eaQ1hzy { width:1.875rem;height:1.875rem;top:63.8125rem;left:9.0625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNrv7pmm8lmUp95ATPJkO8ick8gH8hdm { width:14.1875rem;height:2.11230625rem;top:17.0625rem;left:2.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dexHrNkyHfvgwFTZCzzowflDgTeXAVQd { width:19.375rem;height:2.1875rem;top:17rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5aEZEi4N36NiidAXd5T5v7UtPvCUAXp { width:15.9375rem;height:2.11230625rem;top:30.6875rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P5FBd3y9svKdKkiTBoAlTuckpRFzBmMz { width:19.375rem;height:2.5rem;top:30.5rem;left:0rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #U8Oqx4XXCllq519KynrZCwwJ3XKR949M { width:15.99975rem;height:2.11230625rem;top:73.75rem;left:2rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NTo4qpH4pTrzVuEEzuDebJrbxuf0vMik { width:20rem;height:2.1875rem;top:73.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn1D1RpfQFadkhxfEdLXIXz2scT11qzn { width:1rem;height:1rem;top:49.5625rem;left:0.4375rem;font-size:0.6875rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #wI3dTN7UHEkm5d1O2EVAiL8H3bfMvlBT { width:1rem;height:1rem;top:63.375rem;left:0.4375rem;font-size:0.6875rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #M19fipJpZs1bBoRuhQ38J57fBdtflQiD { width:17.5rem;height:4.142575rem;top:11.75rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny3Jn3y8gUyWVXruNzUzri2c8IqQn8K0 { width:17.499rem;height:4.673825rem;top:25.187255859375rem;left:2.34375rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FPDuDGWeGgf8kqUBlV062EhS83IWWAlZ { width:17.499rem;height:4.673825rem;top:39.185302734375rem;left:2.18701171875rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pyuDasTdmquzCzmp99Wtq10t90cwAseW { width:17.5rem;height:5.5234375rem;top:67.125rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { width:10.875rem;height:2.87475625rem;top:81.093017578125rem;left:4.5615234375rem;font-size:1.125rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block; }
 }@media only screen and (max-width: 763px) { #CbkbrJKdeGoDJNb66e18neZJmm72A9U0 { width:1.875rem;height:1.13769375rem;top:7.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlI5QH0CdPD03JwP9fGTDDyIeaU01nga { width:1.875rem;height:1.13769375rem;top:21.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT82yKqgNEGJ40nfVHbK6wBDHc0ZaL9Q { width:1.875rem;height:1.13745rem;top:35.3671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmEXEiNE3ORI4LdywpLgLPmfUFlP5tZW { width:1.8120125rem;height:1.13745rem;top:49.493408203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJGqnFi88Rdv2qm17glqpThaBvRLiBtW { width:1.875rem;height:1.13745rem;top:63.30615234375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTOTwfhVaKsh9TL2JCMcdBPXBaSDnVo { width:20rem;height:2.6875rem;top:44.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTnvO1ZLv2H6vlP56TQ6MyHII1uOFTl6 { width:15.375rem;height:2.11230625rem;top:44.786865234375rem;left:2.18701171875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K070m1PX3dlL63LmR1slxMloBDgPPBTf { width:20rem;height:2.5rem;top:59.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyVfwKM76FJhRtNRhFEBMdzss26UL664 { width:17.9375rem;height:2.11230625rem;top:59.625rem;left:1.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SABnNaaUeLMsBppk38dP3v0iKVKO2FLu { width:17.8125rem;height:3.25rem;top:34.8046875rem;left:2.18701171875rem;font-size:1.25rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 { display:block; }#CZWcGNMCvJg9MT3wFozLcPxuzflbmPh6 > .row .container { width:20rem;height:82rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFelNiWg6u4DFGcblDuypwBtH0bykx8K { width:17.8125rem;height:3.1498625rem;top:10.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4VtvJRcmg5K2Wd7bO1JZGdW0BpIDdoK { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfleMlVuBCWLORPsaRgd9yU4wfMDAqKO { width:20rem;height:2.1123rem;top:29.3359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REoTbvP5hhb27m0tsTk5NKdm0ewUOl08 { width:20rem;height:3.1498625rem;top:37.0712875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNca4uXAKzvFKhzkEG7DfU9GmtD4ScBT { width:3.125rem;height:3.125rem;top:32.6962875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1FbSIFvkybL7f0X7vhD4X31POGBkarg { width:18.3125rem;height:2.11230625rem;top:55.032225rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4nkEDRrKKrPlfnGLSIe93RF8EAtFMr6 { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGoGBqVUVTvRrRxQHSfL5SxftB0ZsdyE { width:20rem;height:3.1498625rem;top:62.1416015625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqaF5OiATyOEwpaXouoieTqmrbQ38J6V { width:3.125rem;height:3.125rem;top:58.392575rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LArllf5IGMTPE0mmTQ651ogcIHT21LRT { width:17.5rem;height:3.16845rem;top:77.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m99KXN6fzOATLo7wSdSmpPXRKdsAIdyG { width:14.875rem;height:11.6875rem;top:15.935546875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtAwRqV2HWMQS49rnBNxgWaFdoMqRUl4 { width:16.6875rem;height:10.875rem;top:42.382814407349rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF5QuIsEBKESLCV7AEBJIMV5hqpacfUR { width:12.5625rem;height:8.75rem;top:67.541669845581rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUZKgvvygtPkPke96i0hhT8VbTPeh3sc { display:block; }#kUZKgvvygtPkPke96i0hhT8VbTPeh3sc > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTiANXo18VNg5ZtzmRR2hHuZ21yfWm7r { width:19.5rem;height:1.70631875rem;top:2.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNr2xhp6TvPOrkMAHO5rkfsy07eUDcxc { width:18.9375rem;height:4.875rem;top:25.60693359375rem;left:0.5302734375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFzv7h57ncLJPtvHzkzshfF0Wz4H11vv { width:16.2495rem;height:3.65625rem;top:35.804443359375rem;left:1.87353515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdeuJDQeuCde0vfaVLgK3wsPTE9zcAiT { width:11.625rem;height:2.4375rem;top:48.4365234375rem;left:4.1865234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6yQuEwbT2DVVWNV0wuPSDczULGV4hWJ { width:18rem;height:5.46875rem;top:59.310791015625rem;left:1.43701171875rem;font-size:0.9375rem;line-height:1.1;display:block; }#r6yQuEwbT2DVVWNV0wuPSDczULGV4hWJ li:before{  }
 }@media only screen and (max-width: 763px) { #XTkP0BExXa4DSNURZxFc92EMTPVzXGbg { width:14.4375rem;height:1.21875rem;top:40.1865234375rem;left:2.7802734375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y94t3JuvvLdxW5dZdmIVcA0bJ5qF6QhJ { width:13.9995rem;height:2.4375rem;top:52.12353515625rem;left:2.99853515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ85rSwfZMSf8ukgH75vbPh3bCVXkGrJ { width:14.625rem;height:3.62475625rem;top:32.1796875rem;left:2.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeh2ekVZmO444k8dW4NUO7yAvWdPGEuc { width:9.24975rem;height:4.22095rem;top:43.2802734375rem;left:5.373046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJAZmA4txL2cRhdnNOxTbric6gQ9DUFk { width:14.25rem;height:19.74975rem;top:4.984130859375rem;left:2.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ91Agp3neSZW11MWWyeFwqhwB5TKNpM { width:8.125rem;height:1.70631875rem;top:56.748779296875rem;left:7.078125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { display:block; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vv0Nx7hT4sqvbJpgyWTBXmNkBTPth96y { width:20rem;height:3.8994125rem;top:1.625rem;left:0rem;font-size:1.625rem;line-height:1.2;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #xvAzZDDhZ1t8ra3kqxW6GM1BX0fST2hX { width:13.3125rem;height:13.3125rem;top:7.12353515625rem;left:3.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpICToBvzRKbiQE2JWEwvMqKC8vvlZRW { width:18.75rem;height:0;top:62.6875rem;left:1.25rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:none; }
 }@media only screen and (max-width: 763px) { #c83TnrNsEyr3AqbFttMtVH9ie4KCqIpv { width:19.9995rem;height:2.39968125rem;top:21.812255859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #umFqeuqT1gN5QA1TVAPFzuXswTGr3NIp { width:20rem;height:10.6875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGaJXyExw2pavyndKuPB7CikIZpiwhg1 { width:20rem;height:2.80006875rem;top:25.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #roMkIMLr8PquXJuHsIdcrkeHPcqtbs4p { width:20rem;height:1.3125rem;top:24.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BEhmpGSuETtu4tUtEC8NxdkITTi9uWef { width:20rem;height:1.3125rem;top:29.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NTGLabl1seMvmgxT7M9ZywxN3HsbkVGc { width:12.43725rem;height:3.24975625rem;top:33.2490234375rem;left:3.779296875rem;font-size:1.5rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #RvXnskkgMQXbXPTxaphDZdIIsRsyN2Db { display:block; }
 }@media only screen and (max-width: 763px) { #p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0 { background-color:#262626;background-image:url("https://images.assets-landingi.com/uc/d33bffff-ad7c-4525-aa88-3dbdc0353b3a/5.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0.adaptive-delivery-prevent-bg, #p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0.lazyload, #p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0.lazyloading { background-image: none; }#p8NiCJkiWf7hOHT8JNuzMrmd634xSfx0 > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IvTA1Gtpt6AO08dHLHI6vefDy9Q1WeSJ { width:15.5rem;height:3.9375rem;top:51.625rem;left:2.25rem;font-size:1.5rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #k5h3Ato9hC2GSmx15ZmQMil9JWACalh9 { display:block; }
 }@media only screen and (max-width: 763px) { #SZFv4tN6zi1Rx7Onap2BqzfZkEHdJgf0 { width:20rem;height:1.3125rem;top:49.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l51g77WeZfLAyNmbfbQSKGPMEyA2VRGd { width:20rem;height:6.9375rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r9Ulw4vUdpU5CwzC2UTekyHxEX7UTDo9 { width:19.5rem;height:7.375rem;top:9.919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMABoldLtyVZaWx0b5hUfLWIav3Z5B3 { width:14.875rem;height:7.625rem;top:17.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inTTDkZuve7KtBIbAv4MWcWTgKxixn9W { width:14.625rem;height:7.625rem;top:30.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlObwVHPHt6o8eZkS19oyGNEfAmKBTyK { width:14.625rem;height:7.625rem;top:39.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APrdJlB7q3RioLrwq2zoWd3s4t0Hor5W { width:3.0625rem;height:3.375rem;top:26.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiCOWaGOT2hPKdaccRbSBi2XMFCUEIG9 { width:20rem;height:23.127413127413rem;top:3.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW { display:none; }#OnDsU0TEuIQNWMuIxIB3HuaVqpRx3XmW > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dyrd5AxSkT6Hs0rf8Elmf0k9JmBJOCsd { width:19.25rem;height:19.25rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6go0JSaDXegdOIyry80lHOutlfHfkGB { width:20rem;height:1.09971875rem;top:27.811964511871rem;left:0rem;font-size:0.6875rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #XXSe1AuaF7MrbSm7iCGSp0p6qvmxVlas { width:20rem;height:4.04980625rem;top:6.44970703125rem;left:0rem;font-size:1.6875rem;color:#f8f600;display:block; }
 }@media only screen and (max-width: 763px) { #Q4HS5ZvRfsulAAf52UBtFzfFQRnPMlsI { width:20rem;height:9.7461rem;top:29.686958312988rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZbeI5dSfVepC5e26fesH6DFBJDyGIZf { width:6.6875rem;height:6.6875rem;top:0rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcL97OIPSA33KdLAHuqiz44MwehTy2C6 { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center left !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:none; }#wcL97OIPSA33KdLAHuqiz44MwehTy2C6.adaptive-delivery-prevent-bg, #wcL97OIPSA33KdLAHuqiz44MwehTy2C6.lazyload, #wcL97OIPSA33KdLAHuqiz44MwehTy2C6.lazyloading { background-image: none; }#wcL97OIPSA33KdLAHuqiz44MwehTy2C6 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#wcL97OIPSA33KdLAHuqiz44MwehTy2C6 > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZpMgkNLGeTUNxFfGsaSpTf7PsDvFFXIU { width:15rem;height:3.4375rem;top:17.76904296875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlklkaHTvkp3CSv6Mwa9AD739uJqG4Cn { display:block; }
 }@media only screen and (max-width: 763px) { #T9pRSl17acGp2FfvwLb4PDgO9G2kmHmT { width:10.249rem;height:0;top:4.3739151954651rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15173;display:none; }
 }@media only screen and (max-width: 763px) { #BemMv2Gd7LqAD0XU1zWTmQdGsI1owT36 { top:2.4359810352326rem;left:8.4375rem;width:11.5625rem;height:13.8125rem;z-index:15171;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #I78aewSLQ8PfaCTh4KtDEVyU79TO4Lcw { width:20rem;height:10.5rem;top:2.25537109375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kf3ki2Np0uXiMDza2WP6ovs9JQTTGQkb { width:20rem;height:2.4369625rem;top:3.9436869621277rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i33Mx9MyB4whsbuiug7UbtL7TSWysJMR { width:13.2495rem;height:2.9243625rem;top:13.81787109375rem;left:3.3740234375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n08LNxbCQD4W9NS4ahOQAah1GmV2czHS { width:10.375rem;height:0.6875rem;top:11.44287109375rem;left:9.56005859375rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#n08LNxbCQD4W9NS4ahOQAah1GmV2czHS li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #IvoBIaKzl9zxRRT8g2NPMIHQkCtEzqRA { width:6.25rem;height:0.6875rem;top:11.3115234375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#IvoBIaKzl9zxRRT8g2NPMIHQkCtEzqRA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #MIHERTkl9lKJoDm3Q0ddanP2orNhTeA3 { width:3.5625rem;height:3.5625rem;top:3.25537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsDpDu8nl7TT1gpnThf6unVKXf24OebO { width:14.125rem;height:2rem;top:1.1875rem;left:3rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rguw7L0lAa4w7A8yFnDEEbLFDExwTCun { width:19.6875rem;height:1.4624rem;top:1.375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#21499b;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #receaoCBmqBqxQuTpOmtHAHOxasF4gHF { width:8.25rem;height:4.1875rem;top:6.380859375rem;left:1.81005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAEaqSWlvJlJGEWPiBsrwb169pWBq4yf { width:7.6875rem;height:4rem;top:6.380859375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 { background-color:rgba(255,255,255,0.46);background-image:url("https://images.assets-landingi.com/uc/2586410f-f605-46c1-83ac-487e293ae7f1/Kubernetes.png");background-position:center left !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:none; }#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5.adaptive-delivery-prevent-bg, #o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5.lazyload, #o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5.lazyloading { background-image: none; }#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#o3MiEEy9qbvWxpSfsTvZQA3Tfo3enie5 > .row .container { width:20rem;height:22.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UmwyFKXril4WLSSPA7csfT1WCZUUaV4f { width:15rem;height:3.4375rem;top:17.76904296875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOOGCZsB9wLVIP3NtkZwyrigdtst5Mlb { display:block; }
 }@media only screen and (max-width: 763px) { #D5qkbyLA0gUetWVsOd8fmR9XEgtyWhBL { width:10.249rem;height:0;top:4.3739151954651rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15173;display:none; }
 }@media only screen and (max-width: 763px) { #xgDEnDhPIePwiBwDzoqoG1W7WOUym7Of { top:2.4359810352326rem;left:8.4375rem;width:11.5625rem;height:13.8125rem;z-index:15171;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oIlyeX6CT89usWvlTogu31QWxXhBSTGI { width:20rem;height:10.5rem;top:2.25537109375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -moz-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -ms-linear-gradient(90deg, #6f3ba7, #003cff);background-image: -o-linear-gradient(90deg, #6f3ba7, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3ba7', endColorstr='#003cff' );";background-image: linear-gradient(90deg, #6f3ba7, #003cff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oFEKBIBQUPyMpDXNPBKVHonSIoE0aG18 { width:20rem;height:2.4375rem;top:3.9436869621277rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BMPqvTzNeTuk9R0x725EFSwvsmSnkDhi { width:13.2495rem;height:2.92480625rem;top:13.81787109375rem;left:3.3740234375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MP8zDHpnXblIczgR5HSzUtETUTVKeL0L { width:10.375rem;height:0.6875rem;top:11.44287109375rem;left:9.56005859375rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#MP8zDHpnXblIczgR5HSzUtETUTVKeL0L li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #utQCtMLam1GAGuhf5NQ379NgLguvMvmN { width:6.25rem;height:0.6875rem;top:11.3115234375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }#utQCtMLam1GAGuhf5NQ379NgLguvMvmN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4779502f-7b51-450c-ac8a-101e28e60151/checked1.png); }
 }@media only screen and (max-width: 763px) { #yIrpCE0z9IVKAvKqLOCT2aeLZJKGBQ02 { width:3.5625rem;height:3.5625rem;top:3.25537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hka5SvmbtMFrTVTPOACFz6FizCnU8DN6 { width:14.125rem;height:2rem;top:1.1875rem;left:3rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iqzTTTxVkv1W35t5BATt1CqlymBDPKPh { width:19.6875rem;height:1.4624rem;top:1.375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;color:#21499b;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WAsJTambH66h54oOTTmok5gf9q3GtMxk { width:8.25rem;height:4.1875rem;top:6.380859375rem;left:1.81005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6OklTxZDHLWbJqX3J69CkV2rg3LetgB { width:7.6875rem;height:4rem;top:6.380859375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ec1ad71-6740-4fac-85bb-583fe1825f05/IMG_9447.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2.adaptive-delivery-prevent-bg, #w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2.lazyload, #w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2.lazyloading { background-image: none; }#w7mMJS3DZ3H7KSdUMmLnIvsLRvWTefz2 > .row .container { width:20rem;height:66.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pgTZRz4uVi9ocTzA7A9O2WwUcHuSJskf { width:9.75rem;height:5.0625rem;top:33.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkJT62J1DmXK2opEQeLlSH0v2Tb2pb7h { width:9.0625rem;height:5.0625rem;top:33.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPwIVbNxtqtuq8PS6BqZHMg9dq7AzJ7X { width:9.75rem;height:5.0625rem;top:38.375rem;left:0.5625rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #B4NB623BvyTBwzNpcFi52xt74obMai0y { width:9.75rem;height:5.0625rem;top:38.375rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZhATrqa7OmQrSuSuaQghXMbKqK9biMf { width:20rem;height:1.4624rem;top:62.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVxkoNu3xWGT1PRPfVp8phg2Ua3UP8td { width:20rem;height:2.3125rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Cx6HkEeAewSw5x8k5cennWyGThAngh { display:block; }#g4Cx6HkEeAewSw5x8k5cennWyGThAngh > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9lX2o3PprNPQUyGdhgPt67u5U9GXF5T { width:11.9375rem;height:2.5rem;top:4.583984375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv8qpsiWhH8IxD2QwBp4S7y8cquJMh46 { width:12.5rem;height:1.54345625rem;top:5.1875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9IbZgm7JRJDdnMSpAHOnDfkQACtC1xJ { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWTOUDUP71MKCO1ToKM818pQnP0IAzmy { width:8.0625rem;height:1.25rem;top:1.875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMrNyuz6aI2c2urZqwLgXg7QFW1v1X63 { width:20rem;height:2.11230625rem;top:8.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfZzFkib14zatlGqwVRE8B8JpFTK5HE3 { width:19.75rem;height:23.875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMUIm9yWx97TgyGm7LrgOkg1HIlVr9z6 { width:8.1875rem;height:8.625rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0y9kJEv0C2XXmGa7v5NoDg2N8FAtN6N { width:10.9375rem;height:8.6875rem;top:43rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvloFlGk0F9P41c1vbhT8DG4pvRubs71 { width:7.125rem;height:1.625rem;top:49.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBG66kfIM3gZbARqPs5arwpgJEiqrQua { width:7.5rem;height:0.9746125rem;top:49.5rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVzGxErGNcySW9uC9R3WpCA5dqMS7KC { width:10.5625rem;height:2.625rem;top:36.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KePxP1yg91QUW9W1LMfyH7aATCKnim78 { width:7.9375rem;height:1.625rem;top:37.3125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDadgvHrTQgmsctnDf6EvPJOnilT225I { width:7.375rem;height:1.625rem;top:49.1875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Br8XIcq5JHGeg5JQOGLWiIavVrxJTJgt { width:9.1875rem;height:0.9746125rem;top:49.625rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDbksTZPJuO196rV06vG1o5Z6xg4qzqL { width:4rem;height:4rem;top:14.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rlUOeU1PTpt2oKnrZplCvGLl8PVJkPmD { width:5.6875rem;height:4.125rem;top:43.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWPqush9CdDaQ7n1WEPGFndfEMSAhMaa { width:8.4375rem;height:1.29980625rem;top:47.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmvfqJTDzPLpf7zRvskrg6BiqM1mRiNA { width:6.5625rem;height:4.75rem;top:43rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9x0U4bUXfnfFiO2rWXCATvJmBf33sWA { width:7.875rem;height:1.29980625rem;top:47.8125rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFLPKBNfHMeCU426DAnyWM0HD4NBKbnZ { width:19.75rem;height:2.875rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCsf3vNtMeQwSsqbbGKoIGhJD9LzJbHV { width:20rem;height:2.1123rem;top:12.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4DIWzEUMPhBkJ5bdmndp7hdapBTh17 { width:20rem;height:8.25rem;top:55.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FumTR1T0QDbf718NET80XvW2A0lmPteI { width:11.8125rem;height:1.29980625rem;top:53.4375rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsH5IAdexFC59mwMXUm3E4VIROkU8sz2 { width:2.1875rem;height:1.3125rem;top:15.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTSORTObe8g5q8EB6mIfqfqv6iETTd0 { width:8.6875rem;height:4.3125rem;top:23.625rem;left:2.125rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #LQSLWPDWW0E8BBtOscdtR1R7bS8hgd5X { width:10.3125rem;height:5.125rem;top:18.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7bIoTFdFQOGuuwWA7VhZAHBMe8lqRO1 { width:9.9375rem;height:5.375rem;top:18.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHCm70NB1mCgMp4IiGPcMwcdxMZcBLLh { width:8.4375rem;height:4rem;top:23.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1eFZoGJHUTsV7z4IlbHcKGACRBVJXe { width:17.6875rem;height:5.8125rem;top:28.9375rem;left:1.1875rem;font-size:0.8125rem;z-index:15013;display:block; }#Nf1eFZoGJHUTsV7z4IlbHcKGACRBVJXe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Nf1eFZoGJHUTsV7z4IlbHcKGACRBVJXe li:before{  }
 }@media only screen and (max-width: 763px) { #ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV { display:block; }#ly2fUvQxHeI9Avgk10ywa3dULpkvfzWV > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECze2oEunlTaTDXes5B5c1yim3n5yMLC { width:20rem;height:4.875rem;top:52.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-text.counter-number { padding-top:0.3125rem;padding-right:0.26375rem;padding-bottom:0.3125rem;padding-left:0.26375rem;width:1.584375rem;min-width:1.584375rem;height:1.679375rem;font-size:1.25rem;line-height:26.87px;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; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.111875rem;height:0.663125rem;font-size:0.46875rem;line-height:10.61px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 { width:9.3125rem;height:3.163125rem;display:flex;top:102.5625rem;left:5.375rem;z-index:15005;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #bQMFyHTyk1oIVU1Zd8p7budZ6DV9UJ9T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #o1Afz02eQnRSsVBPKnUFvVJw3G7l8uiy {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #Vmn2EfDTxRG237e6olwfBMH8HC5yZBM1 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #xVTXK2lBdR0ErpmqibV0VGR0hLP8QRG4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zTg8DIrQ88uIJdL4eSRBWfPy9tPcKu22 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #zQdtS5JFT7LqbDoUOM6q7ConVAVecUJA {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #D9dHXgflkqML289ibkrmEcOinqQ8cvOy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #aVJbTbXt8GKAv2U9vDJwfyZLULdApyt2 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #tpOgMhbgXrBKpAxEyKyDPdDtoFbRl6M5 {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #DP9yTAzUUcmnM91WLW0pMRN5oq6gP8ws { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #KTJADaEzxPOE2fv96ZDcxDt96L47tqEu {  }
 }@media only screen and (max-width: 763px) { #OEfMA8vcJvLfxS4tWkVTIDc2RC9gNGn3 #wg8AGLpDfQnxr3actFsaHZXHIDr7whzk {  }
 }@media only screen and (max-width: 763px) { #vUs98s4HriOCVE1Xp2oPCwnn3hBh84Hl { width:12.999125rem;height:0;top:99.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8Pr6VcoJm4TrLg0OgzROpQqUCSC4PS3 { width:14.875rem;height:1.4000375rem;top:49.875rem;left:2.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TUdZFyLsiwTbpXwTs7ctuwuxApkd7U1K { width:14.6875rem;height:1.4000375rem;top:47.125rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LAarkxBPekF4K72KEDrOnM9BR5BdUf9x { width:14.0625rem;height:5.36230625rem;top:28.625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:2.0625rem;z-index:14999;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hyX6sBTxHLKm9102kW2NdccylbJFw7Dh { width:20rem;height:25.8125rem;top:0.983642578125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #vgRcMWlZXvI4NIhHOt7qdUDX1Z0utE7m { width:16.375rem;height:6.5rem;top:9.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:5rem;z-index:14999;font-family:worksans;display:block; }
 }@media only screen and (max-width: 763px) { #Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A { width:18.875rem;height:7.125rem;top:17.875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;line-height:1.1;display:block; }#Sqxh0ogkqV81Ux9CrWAe4oRSdvLT5g9A li:before{  }
 }@media only screen and (max-width: 763px) { #LFVAia19bZnCmuACKsBzC0FIFdn3bOFk { width:18.43725rem;height:3.09375rem;top:1.686767578125rem;left:0.779296875rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:14999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #UAUXFJdgtgahmCuAtRRxAlFrUVPH2nsU { width:5.8125rem;height:1.4624rem;top:15.4375rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HsQgAch1oZv0ni65kUsZoIpuLCrXPEg9 { width:5rem;height:0.125rem;top:16.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3y8m8Tb2wZgKR3o9bsZVwC4NbaavD2 { width:15.9375rem;height:15.9375rem;top:32.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN3Q8BSiN2nSfM9Ohcz1rvlaUh6tCUIe { width:18.43725rem;height:2.19993125rem;top:4.780517578125rem;left:0.779296875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;font-family:kanit;display:block; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-text {padding-top: 0; padding-bottom: 0;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-select {padding-top: 0; padding-bottom: 0;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO  { width:17rem;height:auto;top:58.75rem;left:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO {display:block;}#a6qXkEVuV0c3AIUI7B063FLdxPWabXFO { width:17rem;height:auto;top:58.75rem;left:0.25rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15015; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #yH0X9icpSH3NzdhRAwTe3s67DVTyPhwf {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #iM2VcPZxGnGdfLffZ9rN01A5amBrfi3k { display:block; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #ufkRJ1QELmTVacIlqWSPXaASED31T7rH {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #RWTXSx9LwFdmHaXqBKs9B04BM8kPrzr2 {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #wlpXfZ7ktoxQgvkhxoJFl0qbO9332Kd6 { display:block; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #g6Je0b683IGuQAx22pgIyTOhaFthQI39 {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #JIEkuCa69HKKEE7mL3mh27kb3p4WksBi {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #oV57Hynx2eI86nMlLQD9XPirENOVz5MD { display:block; }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #uIF1UFFErfiTOnwIRUiA6E0EoIAttLwE {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #atGLwzPHwPtLUwyvTB6XPqJguuRQ4mIv {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #AUDeLD8VhgheMW0BnNA4StkCfV3skx24 {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #J8KhKwCcaA4Wg45GU7JnK1bLQi2T46VT {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #d5c7bkGafgMlggkZiT79abU2UIUBBibP {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #B2Txh7XLaMlDCSWb7Nf5iVamwuwhE8KA {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #CaOZvTPTz35J8Fde50UZ4Evdh7kK6lSe {  }
 }@media only screen and (max-width: 763px) { #a6qXkEVuV0c3AIUI7B063FLdxPWabXFO #qiITGsZ9O2kmzL0LLs8DoEerZWJDGWAq {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #pSS4vn7kNepUeEETJBNyvITbv4bNn38i {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Kbwn8sCQuaB6bATplWe855elg1oem1Lv {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #s1StHBSGLq2To4Ad2Cz7LTiwHvOK8W44 {  }
 }@media only screen and (max-width: 763px) { #WT7sNuwhuN3Ddw20scziTTrPp6NOc7hk { display:block; }
 }@media only screen and (max-width: 763px) { #r5RWVQd4KckkTeFTLEo9QGASzyn4eQRo { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #OIVlJXxTomeBkugJtG4USMbSTQZ5bTIt {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #U1TZ3gb8zpUzfQcw635NERVUk9xa7unu {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #fkocgLvifufWBsU61GmIbqgi94eChckT {  }
 }@media only screen and (max-width: 763px) { #S1VWQaBaO4D4OpDWeag4QANPlBTtlUOE { display:block; }
 }@media only screen and (max-width: 763px) { #mPs7JzGfnqUIZCSJGdPCItThrWg78UBO { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #o63P7HdqC7tpxhW2L9OJqQ5dUFAbTrkp {  }
 }@media only screen and (max-width: 763px) { #B3NGpXxsa12o4wCQTAeb7hFtwicl1TJl { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #l3TN8noqWFiCA1T1Dn2L5hnf8bGJrI9D {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #X4aBaKbTGBXy5JpPSd00xhDnpIfP7duL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #EqvTWH3f3JUzKUH5za9gHGiulVskgGTU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #vdHTyKbJrMs8Td5W1VfwmTxFrfSlBRCr {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #CEOfEuGQ3i8W4AegrMrMeMRxevWBpJcM {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #uuuCH7uS1g1FufIysn0SJv7TMzCntafL {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #DrQaaDbkVW1C2gPJ5etTKlCh1KR0tGqJ {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #nD5H9J04iNkn4BhAyKkJbPp4JbBkP9LL {  }
 }@media only screen and (max-width: 763px) { #iOr8DoQ8Q9hKGIF8hHqwnEsFkL6TKuWU { display:block; }
 }@media only screen and (max-width: 763px) { #EhLu6zDcZQdeHXxfengVf5CgDLE5gHMB { display:block; }
 }@media only screen and (max-width: 763px) { #bH5MwyBgzaD31Z5xbT50bWw2iUvLKAZG { display:block; }
 }@media only screen and (max-width: 763px) { #Rwpk6Tb12WOnIUer6nwbRVU0lMO0KsOn { display:block; }
 }@media only screen and (max-width: 763px) { #KKA9iWdD9qRNWCwDBsy7pxebKbIq0BF0 { display:block; }
 }@media only screen and (max-width: 763px) { #qHPSqGzry0XQTHuQxpnSiWN55QRELUet { display:block; }
 }@media only screen and (max-width: 763px) { #pkKUOO7Snt4MDuhpMQXWa1TON8akVabA { display:block; }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #FTN4mAQiWeaArTgo160C7yDWpipRZ5fU {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #QgOOTTr8bx3tnI79CQFgs4aPvWOBNTca {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #n0Za1dQivnaa4Rke2E9bxJk01sxQ1o1U {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #ryvFJrMpKZncMCsN7ZTJwh6JrDttwaWh {  }
 }@media only screen and (max-width: 763px) { #Nd35CJzx5PCJ1Gdr2L7HAr0OLfs4H5zk #Muu0AlMlwhVQUTgBGkFQhdmFA9elIkNG {  }
 }@media only screen and (max-width: 763px) { #kv0DCcT99xlmnKe4QeQCZK58X64aL1GK { display:block; }
 }@media only screen and (max-width: 763px) { #hVdGAHy5QcCdwxcCJCSGXkUEt7uUauUk { display:none; }#hVdGAHy5QcCdwxcCJCSGXkUEt7uUauUk > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZxLIW35Bz5CECkMUrAtqhWNIiZGrFx26 { width:20rem;height:6.5625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPV1XimQIKXAlMcA5SCMLT9tlXuxNoaR { width:8.0625rem;height:1.25rem;top:1.4375rem;left:5.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JNTkGC3KdxeXuakbUkHu4BrGoeI0IfDF { width:19.99875rem;height:8.4978625rem;top:37.3740234375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB3RxvizOTtDzSVGpE7EfKd0zTCe1crB { width:18.5625rem;height:1.29980625rem;top:8.75rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6B0OXFwBOWch2MSKle8o23ma2ZRqlp8 { width:14.937rem;height:4.0620125rem;top:30.359619140625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL4dFApCD5sZLnoCmzlng1TsSWlQbs3k { width:0.0625rem;height:6.25rem;top:24.849609375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PV9l3abOlX9XKqt20Im2ks3zTaTFIJmu { width:15.8125rem;height:5.62634375rem;top:23.75rem;left:2.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yp4Lp42PQe6pBVCaxFDb9cpsUMVT2g3T { top:22.25rem;left:4.09375rem;width:11.8125rem;height:0.0625rem;z-index:15007;background-color:#020102;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #p1n9yMMkwE9xl0vbImEAdgtnE7Pbvpqy { width:14.7495rem;height:4.37475625rem;top:16.875rem;left:4.578369140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzdEWwShdgMtQalz1yRugoMJFi105vhP { width:19.375rem;height:5.62634375rem;top:11.25rem;left:0.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMrOGBibSeUw53Iu2nnOMink4NodK3uT { width:8.75rem;height:8.75rem;top:48.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRgnK83Ev7uxouIbZrFbJD9fumzQ3UE1 { width:14.87475rem;height:2.2749rem;top:58.125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWzvvdcKcAH5RXTHlBtPINSvaNVQNTTz { width:20rem;height:6.5rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfE5qAlce7HDkndvxTlfFN51PdTlRXWc { width:20rem;height:4.875rem;top:5.0996125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQJKQ38yv5hTU5wvPPgKa0Z6LTdWg8Cq { width:15.9375rem;height:1.13769375rem;top:5.912109375rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o4IxkZ7goXGTNcubfFwWtDGEeCg13ZGv { width:20rem;height:2.599875rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMgJdagxI2HRwHpAb1ygnn44z3iASmTd { width:19.0625rem;height:3.8496125rem;top:7.173828125rem;left:0.46875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #koNTLGvcvncs3uR9dR7XMLdZZCKxvvJV { width:20rem;height:5.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnuWB4uZaHeTWh0UQ5rLxZusr5xMTtl { width:18.625rem;height:1.13769375rem;top:13.3125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8BckATVL6C3tvMWM6zNEJTF1Gu5H9ln { width:18.6875rem;height:1.92480625rem;top:14.625rem;left:0.6875rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DVyerFTmeKDWAJ5cxlrIdQn1KMWXseBT { width:20rem;height:5.5625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezrKFqupFKCl5AfDTlpSWvmgC6wH4v8z { width:18.5rem;height:0;top:30.30761875rem;left:1.1875rem;font-size:0.6875rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #UTRO1c88lJsKZ1dvBhJLTzkIsLmhkrso { width:18.75rem;height:1.13769375rem;top:25.375rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PEDUVUOQR9tutDDFQy4TZhnXLknWXxk0 { width:20rem;height:5.0625rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mumlyld02EOF90TKOsG6Cd2X1C9JD5 { width:18.4375rem;height:1.92480625rem;top:33.25rem;left:0.8125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KN7xNl7u5wNHCMTpeK0PwLKxzII3o0Xp { width:18.8125rem;height:1.13769375rem;top:31.875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFAO7SKuVxN29TTS4wcvFonDNXktefXK { width:20rem;height:6rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTJnZTJ7GlvekJmJoIPVEDyzEksppQt { width:18.375rem;height:1.92480625rem;top:21.375rem;left:1.125rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mzGnhikaVdOETfPc7JlT33Hu52QMVKx0 { width:18.25rem;height:0;top:21.24511875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dcPpa5ZfcEPkPPdF2luV51Jw3Bb9BNbC { width:20rem;height:4.5rem;top:37.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0QTKklRraWpv35K0R4oQxnfzypA6GrH { width:17.5rem;height:3.4375rem;top:43.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9hORI5S7s7yLksK9geJ7FyqsvtUTHRV { display:block; }
 }@media only screen and (max-width: 763px) { #OrLVyKq71bkFzk6HPG3qMzxBJHT9iA3D { width:17.5rem;height:3.4375rem;top:48rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb1Jx80wRfnVF7w00qkPxZbXTdmdpcVI { display:block; }
 }@media only screen and (max-width: 763px) { #BdLKEpWeHSTk2PI4EqLO2Pdf1xXCEtvo { width:18.5rem;height:2.88720625rem;top:26.5625rem;left:0.75rem;font-size:0.6875rem;line-height:1.4;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #dgK8tvtXneOtBuZUCpNkhmezKTwvPoSd { width:18.25rem;height:2.2745rem;top:18.9375rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #s4TVAJB71uaATEZaJTia0X3eRhOrRpka { display:block; }#s4TVAJB71uaATEZaJTia0X3eRhOrRpka > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { width:15.25rem;height:4.2249625rem;top:2.1859378814698rem;left:2.3750001192093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:12.3125rem;height:3.125rem;top:8.28125rem;left:3.84375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block; }
 }