.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); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { 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; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { background-color: transparent; background-image: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container > .video-iframe-container { display: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container { display: none; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .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); }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { border-width: 0; border-radius: 0; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { 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:5.9375rem;width:10.0625rem;top:0.96875rem;left:1.1875rem;display:block; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.adaptive-delivery-prevent-bg, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyload, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyloading { background-image: none; }
#cJHTtBG4TfHQGENbdmD6vPsOwAvsR3zp { color:#000000;display:block;width:17.937rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.1875rem;height:1.3rem;display:block; }
#N6LnghDtu5gEGTtt6yHH8vDK9iE9CC3b { color:#000000;display:block;width:25.6875rem;position:absolute;font-family:kanit;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:12.1875rem;height:2.84375rem;font-style:normal;display:block; }
#bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { 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; }
#Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { 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; }
#GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { 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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X { width:auto; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
#tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { 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.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.875rem;left:43.8896484375rem;display:block; }
#lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnwC3QASRuB4iz56WcDyB0qVtR6gLCJ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0055e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qnwC3QASRuB4iz56WcDyB0qVtR6gLCJ1 > .row .container { border-width: 0; border-radius: 0; }#qnwC3QASRuB4iz56WcDyB0qVtR6gLCJ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qnwC3QASRuB4iz56WcDyB0qVtR6gLCJ1 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:none; }#UGVodnPSKAMnArawS9KrTPygiKIpifa3 { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:0.7099609375rem;left:9.53125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P799RJQPK6L631OAFT9Zp9tdzzuXmbRR { color:#ecff00;display:block;width:60rem;position:absolute;font-family:kanit;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8974609375rem;left:0rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g11UJs4slw3fCSBhQeqkQRqlNfBQC6TX { color:#ff0042;display:block;width:40.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:8.9287109375rem;left:9.53125rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/354f7e7b-6bf6-4761-92cc-71734ab54a7c/1X6A9928.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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(44,44,44,0.34); }#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(44,44,44,0.34); }#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:78.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Kq4gRXHtV3mxSQ6qlXFTuHdbi00wsin7 { color:#ffffff;display:block;width:54.436875rem;position:absolute;font-family:kanit;font-size:6.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.85);top:9.371742248535rem;left:2.7115898132324rem;height:17.38775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { color:#ffffff;display:block;width:51.3748125rem;position:absolute;font-family:kanit;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 rgba(0,0,0,0.5);top:28.372397422791rem;left:4.243709564209rem;height:7.31139375rem;text-align:center;text-align-last:center;display:block; }
#f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { 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:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.49975rem;height:5.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:37.686767578125rem;left:21.1875rem;display:block; }
#vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZEvQKBESxW619Cz3lRyzTFT01e6zDcET { 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:31.18725rem;width:47.49975rem;top:45.49951171875rem;left:6.1875rem;overflow:hidden;display:block; }
#zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { color:#ffffff;display:block;width:50.9355625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:43.843994140625rem;left:4.5rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hgMVNTgw7Wgmz0b84WXoBs12AaTnvW8s { color:#ffffff;display:block;width:51.624rem;position:absolute;font-family:kanit;font-size:6.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(0,0,0,0.85);top:10.373291015625rem;left:4.125rem;height:17.3876875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uslwqvr6aFc723STtgqSom18iRVFUA0I { color:#ffffff;display:block;width:50.9361875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.02978515625rem;left:4.5rem;height:4.06055rem;text-align:center;text-align-last:center;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:4rem;left:0.6875rem;height:2.2753875rem;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:2.6875rem;left:20.625rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { color:#000000;display:block;width:18.75rem;position:absolute;font-family:kanit;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.75rem;left:20.625rem;height:2.2753875rem;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.4375rem;left:40.9375rem;height:2.99926875rem;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.94921875rem;left:45.90625rem;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.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.1875rem;left:4.5625rem;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; }
#wmChvF1iR5abLysL6RHHE22r4uSJOknI { color:#000000;display:block;width:10.999375rem;position:absolute;font-family:kanit;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:8.4722213745119rem;left:24.499786376953rem;height:2.92358125rem;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:1.9501953125rem;left:0.625rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ThhbpLQRzxHabhkEbmNOWLwzxIpdH9zy { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#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; }
#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:59.0625rem;width:60rem;position:relative;display:block; }#E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { color:#000000;display:block;width:24rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:49.9375rem;left:32.875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { color:#000000;display:block;width:19.5615rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:40.5625rem;left:32.875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJF3VUVAktn7gn9u467AKowHeoTGrypn { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.1875rem;height:8.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lz9gd9IbUDFrJvngXPLJOqZ4lNGITtN4 { color:#000000;display:block;width:24rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:31.5rem;left:6.0625rem;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:2.75rem;left:31.3125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SKRQ1rrJDnQOT1qUOLwfMsepu2vhageJ { position:absolute;display:block;z-index:15006;background-color:rgba(227,227,227,0.01);background-image:url("https://images.assets-landingi.com/uc/3fcd7095-daf3-445b-9508-a58d64792c67/aaa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:20.3745rem;top:21.5rem;left:34.81201171875rem;display:block; }#SKRQ1rrJDnQOT1qUOLwfMsepu2vhageJ.adaptive-delivery-prevent-bg, #SKRQ1rrJDnQOT1qUOLwfMsepu2vhageJ.lazyload, #SKRQ1rrJDnQOT1qUOLwfMsepu2vhageJ.lazyloading { background-image: none; }
#uSyFXtSo7QiU6qDxncTfv2aMaKAnTvzS { position:absolute;display:block;z-index:15007;background-color:rgba(227,227,227,0.01);background-image:url("https://images.assets-landingi.com/uc/f5b04b72-79f5-478b-abd5-3ee55c4f2097/noroot.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:22.875rem;top:2.875rem;left:4.875rem;display:block; }#uSyFXtSo7QiU6qDxncTfv2aMaKAnTvzS.adaptive-delivery-prevent-bg, #uSyFXtSo7QiU6qDxncTfv2aMaKAnTvzS.lazyload, #uSyFXtSo7QiU6qDxncTfv2aMaKAnTvzS.lazyloading { background-image: none; }
#Ggy5LP1pJFtsKvK4uSQ6FdyUfmeVxo4G { position:absolute;display:block;z-index:15008;background-color:#262626;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.312011875rem;width:21.875rem;top:49.6875rem;left:7rem;display:block; }
#O8fhdlhqh6zFHGJT1bFEWJMHm5PAXOl1 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e5042cf1-26e8-4176-a97e-3dba422eca30/1X6A9966Medium.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:43.1875rem;left:3.6875rem;display:block; }#O8fhdlhqh6zFHGJT1bFEWJMHm5PAXOl1.adaptive-delivery-prevent-bg, #O8fhdlhqh6zFHGJT1bFEWJMHm5PAXOl1.lazyload, #O8fhdlhqh6zFHGJT1bFEWJMHm5PAXOl1.lazyloading { background-image: none; }
#Dny2qcpbLxsvseT1uRJvOWFJUVQwCCmX { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c445806f-2082-4774-9367-746285e5920d/DSC00561Medium.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:43.1875rem;left:18.375rem;display:block; }#Dny2qcpbLxsvseT1uRJvOWFJUVQwCCmX.adaptive-delivery-prevent-bg, #Dny2qcpbLxsvseT1uRJvOWFJUVQwCCmX.lazyload, #Dny2qcpbLxsvseT1uRJvOWFJUVQwCCmX.lazyloading { background-image: none; }
#ZyXcgcgnWfK3tE11V2MHTAhEyVi2gLtd { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/191b9b65-8224-47ff-9001-af85776dbf60/1X6A9916Medium.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:50.6875rem;left:11.125rem;display:block; }#ZyXcgcgnWfK3tE11V2MHTAhEyVi2gLtd.adaptive-delivery-prevent-bg, #ZyXcgcgnWfK3tE11V2MHTAhEyVi2gLtd.lazyload, #ZyXcgcgnWfK3tE11V2MHTAhEyVi2gLtd.lazyloading { background-image: none; }
#r2hAzT5M9wXJ3TxmuqwfZOa8q6vJGXFm { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea41701a-a26a-4a78-a500-6c93e7f28cee/278689632_508650900737824_1543574659769040581_nMedium.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:5.5620125rem;width:5.5620125rem;top:50.6875rem;left:26.125rem;display:block; }#r2hAzT5M9wXJ3TxmuqwfZOa8q6vJGXFm.adaptive-delivery-prevent-bg, #r2hAzT5M9wXJ3TxmuqwfZOa8q6vJGXFm.lazyload, #r2hAzT5M9wXJ3TxmuqwfZOa8q6vJGXFm.lazyloading { background-image: none; }
#hKEHEOs8ZF71u64TvRH0cW1pU1vnmx2f { 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:15013;top:49.1875rem;left:20.3125rem; }
#kDy7LWgu2ZhMqkLCA1HP2oR4v07WmDtu { 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:15014;top:49.1875rem;left:13.25rem; }
#t5CLpPDpaT65p0t4OXq6o80IHO3STTZy { 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:15015;top:49.1875rem;left:28.25rem; }
#Arl2HnaCbT2KgvWLGfPMvzGQQZrtbRpI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15016;top:49.0625rem;left:5.8125rem; }
#R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { color:#000000;display:block;width:24rem;position:absolute;font-family:kanit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.125rem;left:31.3125rem;height:3.75rem;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; }
#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ { 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; }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row .container { background-color: transparent; background-image: none; }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row .container > .video-iframe-container { display: none; }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row > .video-iframe-container { display: none; }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .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); }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row .container { border-width: 0; border-radius: 0; }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#uSauVAabdSbnSD4fUnMKU51V45VBDrTP { 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; }
#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { 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; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { background-color: transparent; background-image: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container > .video-iframe-container { display: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container { display: none; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .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); }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { border-width: 0; border-radius: 0; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#S99r80pRO09LVyiScKODXINmoJb0LqL5 { 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:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.374rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.8427734375rem;left:16.8115234375rem;display:block; }
#TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:33.5rem;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:25.5625rem;height:5.7rem;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:18.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.32421875rem;left:24.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:2.598875rem;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:11.830078125rem;left:31.71875rem;height:3.8983125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { 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:20.380859375rem;left:4.125rem;height:1.3rem;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:2.598875rem;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:27rem;left:4.875rem;height:2.598875rem;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.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27rem;left:31.625rem;height:2.598875rem;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; }
#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT { 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; }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row .container { background-color: transparent; background-image: none; }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row .container > .video-iframe-container { display: none; }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row > .video-iframe-container { display: none; }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .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); }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row .container { border-width: 0; border-radius: 0; }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#O40QJp9XD3Ie4epXx2EoIo0Nh7VLp9Kb { color:#fdfdfd;display:block;width:20rem;position:absolute;font-family:sukhumvit;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.375rem;left:20rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sVvQAygNqTCviBCSr6pbmeby756O7dFe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.51171875rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQ4t4BcDuFHO2yPy0xitkMAbQVgFG58s { position:absolute;display:block;z-index:15003;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:18.875rem;width:18.875rem;top:8.5625rem;left:0.5625rem;display:block; }
#H1yPbZ3BLAnkaBCZbHFT5C1pJJbsOqOd { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:11.3125rem;left:1.5625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EbbDSlxTt6Oe40grDuUrUxUIbTF4svvG { color:#000000;display:block;width:18.125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9990234375rem;left:0.9375rem;height:9.668575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MPQTM02ViJ9SEiLKVBPdwckTw1qTKNOa { 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:18.6875rem;width:18.875rem;top:8.6875rem;left:40.5625rem;display:block; }
#efn9s9AINIBPyhRtTJe0TTdDx0CqOBg8 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.998046875rem;left:41.28125rem;height:9.668575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vLWDuJDO3Z8CThmvm7EtlTfDTDNxnzX6 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:11.3125rem;left:41.5625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXDW6xT7BEqAq1sBtpTqChJULrwUXN6o { 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:18.6875rem;width:18.875rem;top:8.5625rem;left:20.5625rem;display:block; }
#HM6X7meFPbFtcNybWu50oNDVCOm77D1z { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:9.75rem;left:21.5625rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SABEmKOBR33H0fctXHW8x2qouGQHXo7S { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:21.625rem;height:8.28735rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QEHVtHUzJlP4OhQabc02qs39Lcyps5Xc { color:#000000;display:block;width:18.125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#M8yCoek5RCGkeUzx0Habk0TGL20CbyN3 { color:#000000;display:block;width:18.125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XzLwwSPb4yPNdiAJSWELHrASk1LTSsbT { color:#000000;display:block;width:18.125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.12109375rem;left:0.9375rem;height:8.2851625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qTfk8bPkb0CPdQZODUThV5lkTA4uwcfv { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:kanit;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.4326171875rem;left:41.59375rem;height:9.6659875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#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:106.75rem;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:30.1875rem;width:47.5625rem;top:9.0625rem;left:7.1875rem;display:block; }
#JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { color:#000000;display:block;width:29.25rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:10.5625rem;left:8.875rem;height:2.0317375rem;font-style:normal;display:block; }
#d05OR15AgPJtmlWr6OdZCy2QfigHNymc { 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:15096;top:10.5625rem;left:3.625rem; }
#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:76.875rem;width:0.1875rem;top:11.6875rem;left:4.1875rem;display:block; }
#JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { color:#000000;display:block;width:34.25rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:13.8125rem;left:9.6875rem;height:2.0317375rem;font-style:normal;display:block; }
#aNaVJwokJ4eJnNif1ZFXx3ZQpEkvOc90 { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:15.875rem;left:9.75rem;height:1.21875rem;font-style:normal;display:block; }
#i4Q3f7BOgAXNInftX4ETKQovkoWrsInt { color:#000000;display:block;width:38.1875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:17rem;left:9.875rem;height:2.598875rem;font-style:normal;display:block; }
#K2rtDucs5iUA9UnLt5sQq4lFPuOQAcWA { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:20.875rem;left:9.6875rem;height:2.0317375rem;font-style:normal;display:block; }
#L4maZExWOByi2DBzd38lnlGhHI6m12T6 { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:22.9375rem;left:9.75rem;height:1.21875rem;font-style:normal;display:block; }
#FBTr0CJCcBTIENF6QaiXPItJQZ5QRhQO { color:#000000;display:block;width:35.375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:24.125rem;left:9.875rem;height:3.8983125rem;font-style:normal;display:block; }
#yvww3uw33H9AxyrlcOs1oeNzrzerJOQW { color:#000000;display:block;width:34.875rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:28.75rem;left:9.375rem;height:2.0317375rem;font-style:normal;display:block; }
#QhCBzewJ1NSGlSoHpRcKv4mz1hctHc7T { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:30.75rem;left:9.4375rem;height:1.21875rem;font-style:normal;display:block; }
#k0MGr0iLDgst26dJBQ6RQhVeCnuwTdwH { color:#000000;display:block;width:39.4375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:32rem;left:9.5625rem;height:3.8983125rem;font-style:normal;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:22.875rem;width:47.8125rem;top:40.4375rem;left:7.0625rem;display:block; }
#OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { color:#000000;display:block;width:34.625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:41.9375rem;left:8.375rem;height:2.03125rem;font-style:normal;display:block; }
#MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { color:#000000;display:block;width:30.125rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:45rem;left:9.75rem;height:4.0625rem;font-style:normal;display:block; }
#DhyooggLfLr8VhhTWBirQscQoJJqdAZ8 { 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:42.25rem;left:3.6875rem; }
#WTABV4JDoSTRyg0cDBsLBx5MMoe0HaWZ { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:49.25rem;left:9.75rem;height:1.21875rem;font-style:normal;display:block; }
#ubmiTXknbUW16TocQq7Jx3g1ThezJnOG { color:#000000;display:block;width:38.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:50.625rem;left:9.75rem;height:2.598875rem;font-style:normal;display:block; }
#kyk9GnbfZJ3AiG1TlfHw5xyZyoPdrG5S { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:54.375rem;left:9.75rem;height:2.0317375rem;font-style:normal;display:block; }
#CA5KTTPGRbgMtlM5xPik5EIMyUwTq2s1 { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:56.4375rem;left:9.75rem;height:1.21875rem;font-style:normal;display:block; }
#kVXMtUBi67t4nS4yoH9aMLBTB2noTyHo { color:#000000;display:block;width:39.5rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:58.1875rem;left:9.75rem;height:2.598875rem;font-style:normal;display:block; }
#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:32.375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:65.75rem;left:8.375rem;height:2.03125rem;font-style:normal;display:block; }
#qQvoolH5vVxcGsoGkxfnSDSIoJkTnWqQ { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15094;line-height:1.3;letter-spacing:0;top:70.8125rem;left:9.6875rem;height:1.21875rem;font-style:normal;display:block; }
#Ohzu6swZRUknTflroSM1PwrHi62vdTby { color:#000000;display:block;width:23.875rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:68.5625rem;left:9.6875rem;height:2.0317375rem;font-style:normal;display:block; }
#B1dbow7I5fVvepXtLDbMQbwuGNa5zhlX { color:#000000;display:block;width:33.625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:72.3125rem;left:9.6875rem;height:2.598875rem;font-style:normal;display:block; }
#tUTWhHBTnunN19wc6lLVQegZ7ZcBJ0Cw { color:#000000;display:block;width:22rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:76.1875rem;left:9.625rem;height:2.0317375rem;font-style:normal;display:block; }
#oXZJpEcQXpoqQ1ZTrNt9LFLSfSQp1BTK { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15097;line-height:1.3;letter-spacing:0;top:78.375rem;left:9.625rem;height:1.21875rem;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:20rem;width:47.5625rem;top:64.25rem;left:7.125rem;display:block; }
#krhXUBUhPTLwRJmsvST01xDvTTup8rpl { color:#000000;display:block;width:31.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15096;line-height:1.3;letter-spacing:0;top:79.625rem;left:9.625rem;height:2.598875rem;font-style:normal;display:block; }
#qCJFJl6LV5JcOOTLc26Dwy29zWgLRzZe { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:91.625rem;left:9.625rem;height:1.21875rem;font-style:normal;display:block; }
#s7SIyL0QooGtq608lAWCE6NCVai84t7e { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:89.5625rem;left:9.625rem;height:2.0317375rem;font-style:normal;display:block; }
#KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { color:#000000;display:block;width:17.875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:86.875rem;left:8.25rem;height:2.03125rem;font-style:normal;display:block; }
#yDfD35GsxThGXnoCbi23CTlpV6Qvt98L { 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:15114;top:87.0625rem;left:3.625rem; }
#vRQtpxZai5zfICVW0EKWf0H4tWCvpuDC { color:#000000;display:block;width:39rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:92.875rem;left:9.625rem;height:2.598875rem;font-style:normal;display:block; }
#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:18rem;width:47.6875rem;top:85.3125rem;left:7.125rem;display:block; }
#JMHO17zcs4A9xXRZWcB2PZ569uOykbXv { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:97.0625rem;left:9.625rem;height:2.0317375rem;font-style:normal;display:block; }
#CBZ4f5D122lAGgiUVenkpSTBc6zyHzTh { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:99.125rem;left:9.625rem;height:1.21875rem;font-style:normal;display:block; }
#eUTwaQ3FhDsZS6spuGwzMbqpWkmvEpcp { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15105;line-height:1.3;letter-spacing:0;top:100.6875rem;left:9.625rem;height:1.3rem;font-style:normal;display:block; }
#rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { color:#b56ff6;display:block;width:47.75rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:3.1875rem;left:7.0625rem;height:4.0625rem;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; }
#aCd1bC5TzA3i6Skk9MM13XgsLlvT7Mdp { 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:15074;top:120.75rem;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; }
#pklwaLmMTVzM9IJTEXcpTqk7nRVkws7f { 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: none;height:30.1875rem;width:38.375rem;top:38.4375rem;left:6.5rem;display:none; }
#T5bJXZEK9gr2FsfSs0g2Lhc4eWdIFOsv { color:#000000;display:block;width:29.25rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:40.4375rem;left:8.375rem;height:2.03125rem;font-style:normal;display:none; }
#NLyCA3G1fcGBTTT36LdgQqmgfAX9xert { color:#000000;display:block;width:34.25rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:43.6875rem;left:9.1875rem;height:2.03125rem;font-style:normal;display:none; }
#gQ6oF3wZOwX9sxxhVWTsd5SMKiThOmd4 { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:45.75rem;left:9.25rem;height:1.21875rem;font-style:normal;display:none; }
#n1TrJM0KUzxVRiTMDelpVMTtmZETdEuq { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:46.875rem;left:9.375rem;height:2.6rem;font-style:normal;display:none; }
#eoBT0pKNTeI3fb1XqFIGn2HJbge15upo { color:#000000;display:block;width:33.25rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:54rem;left:9.375rem;height:3.9rem;font-style:normal;display:none; }
#oyL6et6LzEuIJMxz5tAodxlCEsQmHBtL { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:50.75rem;left:9.1875rem;height:2.03125rem;font-style:normal;display:none; }
#UJlSICWMauyIK9cCdQRakPUcOUmsLVJK { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:52.8125rem;left:9.25rem;height:1.21875rem;font-style:normal;display:none; }
#DvK0RD10tx4f4fbJfikz3yUOIQ3aUa91 { color:#000000;display:block;width:34.875rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:58.625rem;left:8.875rem;height:2.03125rem;font-style:normal;display:none; }
#hUiOSQFKKef0Z4G9HWKDOa14i3pXBNTd { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:60.625rem;left:8.9375rem;height:1.21875rem;font-style:normal;display:none; }
#cfqMsDbowvEsDebPTSokIgMTrnsTru8g { color:#000000;display:block;width:31.75rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:61.875rem;left:9.0625rem;height:5.2rem;font-style:normal;display:none; }
#FmPfAI56qbLHo4c1hdTZPh3HdJzThyJo { position:absolute;display:block;z-index:15042;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:23.3125rem;width:38.375rem;top:70rem;left:6.5rem;display:none; }
#vNaJZgzoLuqGM06HqXJBU4ToU9uWtslM { color:#000000;display:block;width:34.625rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:71.75rem;left:7.875rem;height:2.03125rem;font-style:normal;display:none; }
#Tr1LOXqGbW9PpJyuT1a02unX7uy7tEFp { color:#000000;display:block;width:30.125rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:74.8125rem;left:9.25rem;height:4.0625rem;font-style:normal;display:none; }
#rsG8Rt4DWnf0WIVJxbDAQm06J8ilIUmk { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:79.0625rem;left:9.25rem;height:1.21875rem;font-style:normal;display:none; }
#m3uHdI1GXb55BKGlcdpobTbfW5pNv4BK { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:80.4375rem;left:9.25rem;height:3.9rem;font-style:normal;display:none; }
#RxTcRvf6PTNZyE4bSrfzZW6w4S2qcBzr { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:85.0625rem;left:9.25rem;height:2.03125rem;font-style:normal;display:none; }
#M8rLJ4gUXIeOC6BvBG5TdihoeL5pXCWJ { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:87.125rem;left:9.25rem;height:1.21875rem;font-style:normal;display:none; }
#ZC4rA1AbLTCDNTTW1Rq06NRqxcwpyPTo { color:#000000;display:block;width:33rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:88.875rem;left:9.25rem;height:2.6rem;font-style:normal;display:none; }
#Lvox3p7IrHAMmi24np72GHdwAwOuItp1 { 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:15115;top:65.75rem;left:3.625rem; }
#JGQX6N1bVas90sbieO2KwRpVPFfS9NM3 { 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: none;height:19.8125rem;width:38.375rem;top:118.5625rem;left:6.5rem;display:none; }
#JsdIRwKi5O28yiXOmb78U1U6PZps8Ja9 { color:#000000;display:block;width:29.3125rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:134.1875rem;left:9.25rem;height:2.6rem;font-style:normal;display:none; }
#z6KVRlzbhakSgfA4CZf8d8SsHia2u1Ix { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:132.625rem;left:9.25rem;height:1.21875rem;font-style:normal;display:none; }
#GPPbPtROKJqVXUgJcb3ZZpG6bmK4TZMp { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:130.5625rem;left:9.25rem;height:2.03125rem;font-style:normal;display:none; }
#c9okgZkTMXcTVJBJJww6a4NxQLeOlMlf { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:126.375rem;left:9.25rem;height:2.6rem;font-style:normal;display:none; }
#C4BZNKnGrlf6DoIPbWF0UJOReHUDzout { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:worksans;font-size:0.9375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:125.125rem;left:9.25rem;height:1.21875rem;font-style:normal;display:none; }
#P7qJ3frT2J6nFDaAJSQaVMtFmkr1btFO { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:123.0625rem;left:9.25rem;height:2.03125rem;font-style:normal;display:none; }
#KrXVTSKwhlHG1vXarWdhAv5l3kD5CHSq { color:#000000;display:block;width:17.875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:120.375rem;left:7.875rem;height:2.03125rem;font-style:normal;display:none; }
#WXqGbBRkylQ5VWZa84ph3pyrWMM38vw0 { position:absolute;display:block;z-index:15043;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:21.375rem;width:38.375rem;top:95.25rem;left:6.5rem;display:none; }
#b3aGgt8ObpiEngGnVVl12THdHbnzN5xr { color:#000000;display:block;width:32.375rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:96.9375rem;left:7.9375rem;height:2.03125rem;font-style:normal;display:none; }
#pwxIM3FS3XbgTM7c9TtkdWMkHbyLTgF8 { color:#000000;display:block;width:23.875rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:99.75rem;left:9.25rem;height:2.03125rem;font-style:normal;display:none; }
#z5XOSMsrb0uJKW3KnJy2VaZ6T2fwbhvx { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:102rem;left:9.25rem;height:1.21875rem;font-style:normal;display:none; }
#A4NVcvzotQE9FoFi5Hh2r4kp64yJ0fdH { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:103.5rem;left:9.25rem;height:3.9rem;font-style:normal;display:none; }
#ArngotiCnK8t5urwBPAtQfBZdpOBAPUb { color:#000000;display:block;width:22rem;position:absolute;font-family:worksans;font-size:1.5625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:108.375rem;left:9.25rem;height:2.03125rem;font-style:normal;display:none; }
#c5CMHQkR5hrgIOHUFB0owES8qHZD8T5s { color:#000000;display:block;width:9.4355625rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:110.5625rem;left:9.25rem;height:1.21875rem;font-style:normal;display:none; }
#UZzEdxIyVWOFDnL7ZpT9GJBBru9RH8Hx { color:#000000;display:block;width:31.875rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:111.8125rem;left:9.25rem;height:2.6rem;font-style:normal;display:none; }
#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { position:relative;display:block; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { background-color: transparent; background-image: none; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row .container > .video-iframe-container { display: none; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row > .video-iframe-container { display: none; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .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); }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { border-width: 0; border-radius: 0; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .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; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .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; }#BhQZqG6UKizzslxoRUcGwcaX57kSp4wi { 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:2.9992625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kxgtcpSJAFNP3sxsb3ks86TySpUb7oUg { 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; }
#PCoxndwUrMTpZbre34dWMGAGsOGr8GS1 { 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:30.4375rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x91lg9TWgZcgFH0DgowETLNaqlesUbSk { 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.8503375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tyCRqev0GasDtAT8TulkUEVMlraSpxtB { 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; }
#T9vnEU7BVXWqdaDLFHG7ZEgn3ZP6UPtW { 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:30.3125rem;left:21.75rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZ0twQKPXD1kpxebNtSI0tBaOvdO0zQy { 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.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B4b1dnprVMIsFyrs7x7zgxTUrK3oeTZm { 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:2.9992625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d7f0rzwsywHrJEPURlBTQtyTOerDLZqh { 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; }
#AL5kHp5TEuXknEQZXXI6wC5yiv9Uqabp { 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:29.6875rem;left:41.6875rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6403fc0a-0057-4350-8922-ec8c12441529/ClassProjectReview.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:11.125rem;width:19.375rem;top:16.875rem;left:40.3125rem;display:block; }#qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw.adaptive-delivery-prevent-bg, #qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw.lazyload, #qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw.lazyloading { background-image: none; }
#nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3fcd7095-daf3-445b-9508-a58d64792c67/aaa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:17rem;top:15.75rem;left:1.5rem;display:block; }#nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh.adaptive-delivery-prevent-bg, #nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh.lazyload, #nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh.lazyloading { background-image: none; }
#I4hTwDLb5lM27S3K309lbwE3xRhu01Nb { 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:12.3125rem;width:18.9375rem;top:16.375rem;left:20.5625rem;overflow:hidden;display:block; }
#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW { 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; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { background-color: transparent; background-image: none; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container > .video-iframe-container { display: none; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row > .video-iframe-container { display: none; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .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); }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { border-width: 0; border-radius: 0; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#CcAABJ3fOVU6DmOmqVRbvfrH0bGFd6z5 { 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:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.3730625rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.46875rem;left:16.8125rem;display:block; }
#IugdGkP22K0F9dWFmtEiJlIAqk6vTNl6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stUOoHESmugqC19SrMrLLTkekVJkq0lX { 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; }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row .container { background-color: transparent; background-image: none; }#stUOoHESmugqC19SrMrLLTkekVJkq0lX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row .container > .video-iframe-container { display: none; }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row > .video-iframe-container { display: none; }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .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); }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row .container { border-width: 0; border-radius: 0; }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { 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:1.48486328125rem;left:19.99951171875rem;height:2.0317375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { color:#000000;display:block;width:29.187rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.51513671875rem;left:19.99951171875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HpzOZ12H1WRQMnOBRuaomTksSvZFxKUA { color:#000000;display:block;width:7.37475rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.87451171875rem;left:22.060546875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bA4DLtAm86e8lF9AyWLVtypKqZb478Zr { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.87451171875rem;left:29.99853515625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SqS6G025qxcvPtT71fWkx8ZJ1CT77C6L { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.87451171875rem;left:39.68701171875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyGmJDCfp7Ws3xAWRPuBymudMrF9VGgd { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.87451171875rem;left:49.187255859375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EktQcFiwVRlzsPdAo7yL09sJv5OpOxPX { color:#000000;display:block;width:9rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.56005859375rem;left:21.246826171875rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { color:#000000;display:block;width:8.499rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:24.56005859375rem;left:30.3427734375rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyPuZL5E2uR15KbmHOID7mKPJsvn8Lz9 { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.16943359375rem;left:39.49951171875rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3SvVUwDFrZT1rMSwIO2gVTnR0JX2Kiq { color:#000000;display:block;width:9rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:24.622314453125rem;left:49.281005859375rem;height:3.6547875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P8gW038CmKE82bVK17rhICIiAtTVTDri { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4399e0ec-7530-4f14-9120-a55bfd5db432/image3.png");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:4.875rem;width:4.875rem;top:14.544677734375rem;left:23.309326171875rem;display:block; }#P8gW038CmKE82bVK17rhICIiAtTVTDri.adaptive-delivery-prevent-bg, #P8gW038CmKE82bVK17rhICIiAtTVTDri.lazyload, #P8gW038CmKE82bVK17rhICIiAtTVTDri.lazyloading { background-image: none; }
#i8ipOL682mNbWZpi4qQ96OKsAcafvG1U { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/155cb13c-0c92-47bf-ba1a-bb81fb4d8133/image2.png");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:4.875rem;width:4.875rem;top:14.544677734375rem;left:32.15478515625rem;display:block; }#i8ipOL682mNbWZpi4qQ96OKsAcafvG1U.adaptive-delivery-prevent-bg, #i8ipOL682mNbWZpi4qQ96OKsAcafvG1U.lazyload, #i8ipOL682mNbWZpi4qQ96OKsAcafvG1U.lazyloading { background-image: none; }
#TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41f6d6dc-5ee1-4618-9c52-939815db0ed2/image4.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.875rem;width:4.875rem;top:14.544677734375rem;left:41.84326171875rem;display:block; }#TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO.adaptive-delivery-prevent-bg, #TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO.lazyload, #TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO.lazyloading { background-image: none; }
#QcxSKAZzJmvP8UXnkfNaMCeLv846EEVB { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ba301430-292e-4a57-b405-b2205564fcd0/image5.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:2.3745125rem;width:5.8125rem;top:15.794921875rem;left:50.874755859375rem;display:block; }#QcxSKAZzJmvP8UXnkfNaMCeLv846EEVB.adaptive-delivery-prevent-bg, #QcxSKAZzJmvP8UXnkfNaMCeLv846EEVB.lazyload, #QcxSKAZzJmvP8UXnkfNaMCeLv846EEVB.lazyloading { background-image: none; }
#eJaXcnW3FhdgnVwT6EAnIQvixhrTPTzQ { color:#000000;display:block;width:19.5rem;position:absolute;font-family:kanit;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.7958984375rem;left:20.624267578125rem;height:2.0317375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af461e01-adbe-405f-b76a-e5cd83e37e26/Group6.png");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:4.1875rem;width:22.75rem;top:30.717041015625rem;left:35.999267578125rem;display:block; }#n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT.adaptive-delivery-prevent-bg, #n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT.lazyload, #n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT.lazyloading { background-image: none; }
#JDz7IBhPVco8VLzLn2DaSAeCesIPTauX { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0b17be21-9661-41fb-923b-0cabcefdacd2/PMoo.png");background-position:bottom 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:36rem;width:19.9995rem;top:0.71826171875rem;left:0rem;display:block; }#JDz7IBhPVco8VLzLn2DaSAeCesIPTauX.adaptive-delivery-prevent-bg, #JDz7IBhPVco8VLzLn2DaSAeCesIPTauX.lazyload, #JDz7IBhPVco8VLzLn2DaSAeCesIPTauX.lazyloading { background-image: none; }
#ua9ttoShcUep5Vfilx1A26TEp5BcCNES { color:#000000;display:block;width:9rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.56005859375rem;left:21.246826171875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ar85E4iZMNpSXXF6QgnvEPwU9gzFaBKf { color:#000000;display:block;width:8.499rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:24.56005859375rem;left:30.3427734375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x8lOyX9OlvArw3yytPVueFfq1kO6VvD0 { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.16943359375rem;left:39.49951171875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { position:relative;display:block; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { background-color: transparent; background-image: none; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row .container > .video-iframe-container { display: none; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row > .video-iframe-container { display: none; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .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); }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { border-width: 0; border-radius: 0; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .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; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .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:30.6875rem;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; }#aCHP9cdv0T8SGQ12mO6fbu8LahaBxUkX { position:absolute;display:block;z-index:15109;background-color:#5f89eb;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.875rem;width:16.5625rem;top:7.5625rem;left:1.75rem;display:block; }
#MPFyv6s3FHgkWIsSJSeFD4T8VTET4hZw { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.6875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OAZkmPHiVZxeV7vNzw5dNOaSEm1TXyNL { position:absolute;display:block;z-index:15082;background-color:#ffffff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:17.9375rem;top:8.4375rem;left:1rem;display:block; }
#qLySGQPo5CchtptuWnNa9v9GDQC3aTpU { position:absolute;display:block;z-index:15083;background-color:#ffffff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:17.9375rem;top:8.4375rem;left:21rem;display:block; }
#sTx65AoFWcuenr9xgbXQTlZbnITUK5X6 { color:#ffffff;display:block;width:60.1855625rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTt8hWBHJc4LrBbFWGDple0M71J3JgZy { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:7.875rem;left:42.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BiJbCbstwynqWaO3KKWZQ1DM70lHU6zr { position:absolute;display:block;z-index:15084;background-color:#ffffff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.25rem;width:17.9375rem;top:8.4375rem;left:41.0625rem;display:block; }
#AKtR67WT5WLwoqC5CmoZlOvHZ2xFQRtm { position:absolute;display:block;z-index:15114;background-color:#f1cb46;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.875rem;width:16.5625rem;top:7.5625rem;left:41.75rem;display:block; }
#BJ1Xq6K9UDIhkOA2NTzK0JkCZ7BQF4ss { position:absolute;display:block;z-index:14999;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:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#Trp0l4iec9bCg5hHLKrx0ElvsiULCVDn { position:absolute;display:block;z-index:15095;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.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#oRTXcPtuiKZ52EDUfv3P9igqeKtKKM6L { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:7.1875rem;left:25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#I05XEeHlEz9v75MofOX3PgmXksth7H6R { color:#ffffff;display:block;width:60.1855625rem;position:absolute;font-family:kanit;font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1337890625rem;left:7.406005859375rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T0RyN9OWWfkBZiFRy7ds3744aa6mEcxV { position:absolute;display:block;z-index:15095;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.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#edL95ZyqEvXfbTSUNqX1ttMw0fuvuxCx { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:7.1875rem;left:5.125rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ONcJk2TDfbexflCBMRtTTqt2pXiaLU6f { position:absolute;display:block;z-index:14999;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:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#R2TzZ5SzhQnBFQk3Smlv2SM4l8O93tA5 { position:absolute;display:block;z-index:14999;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:26.0625rem;width:21.5rem;top:11.686718940735rem;left:4.03125rem;display:none; }
#agI3OKcTPWWSTpEJ0Dea2DFtVxWHE8Rw { position:absolute;display:block;z-index:15117;background-color:#f1cb46;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.875rem;width:16.5625rem;top:7.5625rem;left:21.75rem;display:block; }
#VF7TDv8eQEhsUFkvQmqvJLQWK28G130s { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:7.875rem;left:22.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gmiNL2iz9AxLpO2R6TJ6W5AvQy4caZuf { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:16.75rem;top:11.125rem;left:1.625rem;overflow:hidden;display:block; }
#zc5Ri9kUD2kFSQI5pLkinh24JSc1ZnCy { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:15.0625rem;top:10rem;left:22.5rem;overflow:hidden;display:block; }
#kctk96T7kJIycnpcsqocolDw4MTReyRC { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:15.4375rem;top:10.125rem;left:42.375rem;overflow:hidden;display:block; }
#HSARKTPN3L1NXpNOuMBrqDQrb3iP7Eyx { position:absolute;display:block;z-index:15095;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.875rem;width:18.4375rem;top:30.375rem;left:3rem;display:none; }
#NrPOIWbSs6KAuf95ufcTKBFkLgzZ1QIR { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:kanit;font-size:1rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:7.1875rem;left:25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { position:relative;display:none; }#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:25rem;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:none; }#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.6875rem;left:0rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0DyCKvZdWuT8yxpRpGEekzlV693TQfK { position:absolute;display:block;z-index:15083;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/00888e75-5e9c-47c4-af12-6cbb57d343c3/ndmbundle.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.375rem;width:27.4375rem;top:8.1875rem;left:1.28125rem;display:block; }#G0DyCKvZdWuT8yxpRpGEekzlV693TQfK.adaptive-delivery-prevent-bg, #G0DyCKvZdWuT8yxpRpGEekzlV693TQfK.lazyload, #G0DyCKvZdWuT8yxpRpGEekzlV693TQfK.lazyloading { background-image: none; }
#WbchzgEKZoT2vSobiimRD4x5QcdssJZ4 { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:kanit;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.375rem;left:33.5rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AV3JqB5KNNyBI61cMEKa3DqLb2CG9XcF { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:11.6875rem;left:34.0625rem;height:4.2708375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iCkCdAcyKGs8TEPH1ku6e2WrGtzRi2a0 { 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:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.37375rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:4.2802734375rem;left:3.6875rem;display:none; }
#NxqVasn9owS9O3bl1n0zIT5tXf0TQNKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLl8TxO1poVzvsHKSOT6WoZedUTlBKFV { color:#ffd300;display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:18.625rem;left:34.0625rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c8uJL8KvTpiuNlda6EmIRPLNDASq0Cgn { position:absolute;display:block;z-index:15004;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:5.9375rem;width:23.25rem;top:10.6875rem;left:33.375rem;display:block; }
#bBXEdAAtT4z3Dd7eEmCr3O7JHhD8mpH5 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:17.5625rem;left:34.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmmKlEC7gF3vXtI9kas8GBhetlmvDc74 { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:kanit;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:21.25rem;left:34.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b0c712f-4e0b-424c-aeef-9f0fb4011e88/IMG_9446.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1.adaptive-delivery-prevent-bg, #HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1.lazyload, #HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1.lazyloading { background-image: none; }#HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1 > .row .container { border-width: 0; border-radius: 0; }#HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1 > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:none; }#XfWwEo2i3iV6hOaM3mT2DwNrpZ40P4UX { 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; }
#H8UVUPNaRa3avl9tmr5Jo8HorbAUVbce { 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; }
#XVgTyQfZVHAvwqmMRlbZEb9F7TDacqD1 { 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:6.936625rem;width:13.31175rem;top:23.307495117188rem;left:1.311279296875rem;overflow:hidden;display:block; }
#bJCp5bWOk5Ps3Ma39mLPxDVWx2I23aXG { 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.875rem;width:13.125rem;top:23.338012695312rem;left:14.622436523438rem;overflow:hidden;display:block; }
#ieUlOgChOCEVx5GZhqt7mzNmc0zDeCKy { 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.875rem;width:13.125rem;top:30.243530273438rem;left:1.31103515625rem;overflow:hidden;display:block; }
#KGoCrV3K7LMPTxy2ueklKn9pItcgLh6p { 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:6.93725rem;width:13.312375rem;top:30.243530273438rem;left:14.474487304688rem;overflow:hidden;display:block; }
#AkxPURzN0FudbTvGoToC1DPEmVhpwBHE { 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:none; }#AkxPURzN0FudbTvGoToC1DPEmVhpwBHE > .row .container { border-width: 0; border-radius: 0; }#AkxPURzN0FudbTvGoToC1DPEmVhpwBHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkxPURzN0FudbTvGoToC1DPEmVhpwBHE > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;position:relative;display:none; }#UUzcoTqihQWaN16NKBoRirPHBlhAt8Ph { 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; }
#WE2NslH39TS8wHoIX8LTEXSprtlRTqMc { 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.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aa3QCvPdQmsM5Ct8fW7uNiQAavToWRz9 { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:poppins;font-size:6.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.48);top:1.5625rem;left:10.96875rem;height:9.0179375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oQQfFhr53TpBgEpnbWSElLNfZHDctN1i { 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; }
#OmMIlvOATeaJyptOVou9OtxRbGbr5zRJ { 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; }
#n7O26JmthniHX6fWhPGUyRiwQ1sO2qUe { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"line seed sans th";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6435546875rem;left:17.15625rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BPg0Wrlc4yLOIP6DEeUBKsKcbIFzZlAL { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"line seed sans th";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.375rem;left:4rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WdLhcMCqaRMpSXvB12Bpn1yNLTVTHn4p { box-sizing:content-box;height:12.5625rem;width:14.9375rem;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:14.49951171875rem;left:7.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; }
#loKZDVVmTtsIQ4VMO6AUvyt0L1yPCcwh { 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:14.5rem;left:24.125rem;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; }
#xZ5rXUSKsyxuJaNhEKRLOPemrKrKeBF6 { 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:14.5rem;left:38rem;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; }
#pSpT5cFbQk37ZwmSgz2kgrEODu32DQzE { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffd300;background-image:none;top:24.1875rem;left:25.0625rem;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; }
#XDmRzN87LJAt53EPzk5PXoNKfk0vKeZT { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.625rem;left:25.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zft39TCqOwaNsswggbkmUH2efzgImF8K { box-sizing:content-box;height:2.1875rem;width:10.562125rem;position:absolute;display:block;z-index:15005;background-color:#ffd300;background-image:none;top:24.18701171875rem;left:9.998779296875rem;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; }
#hxQIBDxPqNWuBfqg5no8EKwlwp480blb { color:#000000;display:block;width:7.937rem;position:absolute;font-family:mitr;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.585571289062rem;left:11.42822265625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLfoCUApxHkCVTw9GMN4PDrOA5S5wkbu { box-sizing:content-box;height:2.1875rem;width:10.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffd300;background-image:none;top:24.3125rem;left:38.9375rem;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; }
#beGWgHX24ThC6UJ3xQAt4ghLw9bTKRxQ { 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:24.75rem;left:39.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H0046Vaw6w0SSRET0WI4p0fLlETBCVve { 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:7.8125rem;width:10.75rem;top:10.375rem;left:5.5625rem;overflow:hidden;display:block; }
#LG6QspaNV7weKkQVol1lQ2BxRgopLAsv { 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:15.375rem;left:25.0625rem;overflow:hidden;display:block; }
#IL4k5BXGH5EaFUPeLdKmhB5pGFIvf3pS { 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:22.4375rem;left:25.9375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEXw5xTwOVBgUWnKCm85LTQiVF6dyvDO { 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:14.75rem;left:39rem;overflow:hidden;display:block; }
#h4Dc162xM0gpLQbe9Tya8BuZ81ss4vXC { 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:22.4375rem;left:39.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rxgkwzieCOh3af37pXUw2kTuVf9G7ifa { box-sizing:content-box;height:2.75rem;width:35.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:28.4375rem;left:12.25rem;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; }
#omiGrSJhz44Qkf9C9XJhpVd9I7uarfIX { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:mitr;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:29.0625rem;left:13.8125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uBkB7R0cWuI4RDMCbZVH6k5rAeBvp6L9 { 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:34.6875rem;left:10.0625rem;height:7.8772125rem;font-style:normal;display:block; }
#NiO1kWBT1NOOUWNLVHB5WITkxIlqgdee { 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:33rem;left:10.125rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ngaT5tVwnu6qCHT3bhDPw5Bbm7a35qpQ { box-sizing:content-box;height:1.875rem;width:3rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:13.09375rem;left:9.4375rem;display:block; }
#LAoHTlh1Adb0Mrxkf0W4ToOgMvxoXfMg { 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:3.99963125rem;width:7.8125rem;top:16.6552734375rem;left:8.0625rem;overflow:hidden;display:block; }
#XgLVnqs5NL1TmTMXbTmrqZpTFpA68Gmt { position:absolute;display:block;z-index:15100;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.99963125rem;width:7.8125rem;top:16.6552734375rem;left:14.9599609375rem;overflow:hidden;display:block; }
#znS5VnTNowPtzGQsEIxIQlRuKqy5mgnq { position:absolute;display:block;z-index:15100;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.5625rem;width:7.1875rem;top:20.482058007813rem;left:8.0553471908087rem;overflow:hidden;display:block; }
#Z9nNDCzpLA79MTEIt9zOnsBsmOb1g5cJ { position:absolute;display:block;z-index:15101;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.875rem;width:7.625rem;top:20.226318359375rem;left:15.1005859375rem;overflow:hidden;display:block; }
#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo { position:relative;display:block; }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo { background-color: transparent; background-image: none; }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .row .container > .video-iframe-container { display: none; }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .row > .video-iframe-container { display: none; }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .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); }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo { border-width: 0; border-radius: 0; }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .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; }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .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; }#GhoGwVL4rV4LFhzxczxx6GmRP2Gpm8Vb { 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:5.4375rem;left:40rem;height:4.87426875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .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; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .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; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .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; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs { 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.79394375rem;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:33rem;left:25.125rem;z-index:15025; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #B7TZNLAf7gfB9tUihUFAmm8l4eMFqKSD { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #aS8cQE50z3i6eto0Eczev1IsqgHGQfEB { width:auto; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #bCo8oOQiLdC10FlxaT1dhSTQU4DFuDEk {  }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #fhI3DZmbrs4smJs1NCcmGmXz0baRsGtO { display:flex;position:relative;top:0rem;left:0rem; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #ecaz0pFgyhVgiiO3ALPysdppgaJwHDDO {  }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #KkBGUBJkRX4n58HWmTpToTpb4BkVTQUH {  }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #JeOfCABm072KMGkdcJiuAVdecaO2Z3Pi { display:flex;position:relative;top:0rem;left:0rem; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #FrSmUF3nZbWM6QEp0tUtKmbd4s5Z6V4C {  }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #Xfq5UJZyaTIGAoBdVBfh4TgFQyQGd1T7 {  }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #qK8K8CgXGL5Z5b6Gfoq5ZyhExMAb2QQ6 { display:flex;position:relative;top:0rem;left:0rem; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #F71HI7stzs8ld6WGwSR5qh1zClUDZ0P2 {  }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #OUXsvJWH2khQdhOTcaD9s4lX4G0uvmLH {  }
#GOzzqGTMa6pfe0J460cpXkRrQk326nim { 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:30.25rem;left:24.0625rem;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; }
#RNdQaU6u0g4JrnwKR4RqryhbEnL9FagD { 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:26.9375rem;left:23.125rem;height:1.19934375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X4uZeRGTG7XvZePvT4hsQHmQq3Ia1Qgn { 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:24rem;left:23.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IG5Amagbi99eiIJXF3CgxnrHTeyfSHLu { 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:18.4375rem;left:24.3125rem;height:4.87426875rem;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; }
#ph9kftuDKomrpyWNhN6eO9SDJhgeUB71 { 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:33.25rem;width:20rem;top:3.125rem;left:0rem;display:block; }
#hRMXfO4Ot41zlTQDi2WVdiwd8v9WSkXP { color:#b56ff6;display:block;width:20.1855625rem;position:absolute;font-family:worksans;font-size:5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:20.5rem;left:0rem;height:6.5rem;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; }
#ag1DWVMp3xLTJcPAESZmyDNlPqF0ea5p { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.1;letter-spacing:0;top:27.9375rem;left:1.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ag1DWVMp3xLTJcPAESZmyDNlPqF0ea5p li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ag1DWVMp3xLTJcPAESZmyDNlPqF0ea5p li:before{  }
#u3PfsTiVX6pfkLAMamtTLfBeIGUvvBHb { position:absolute;display:block;z-index:15039;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c81fa9f2-6e62-4c6a-9d7f-9251a86ad501/pmoo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:8.25rem;top:4.1875rem;left:21.8125rem;display:block; }#u3PfsTiVX6pfkLAMamtTLfBeIGUvvBHb.adaptive-delivery-prevent-bg, #u3PfsTiVX6pfkLAMamtTLfBeIGUvvBHb.lazyload, #u3PfsTiVX6pfkLAMamtTLfBeIGUvvBHb.lazyloading { background-image: none; }
#eKeM87ceAOeHMl0ai0OO7KmNSVmpdpmF { position:absolute;display:block;z-index:15045;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fa6b2749-13ac-47a9-98d6-ee87bd3345fa/ScreenShot25650609at111148.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:8.875rem;width:6.125rem;top:8.25rem;left:30.8125rem;display:block; }#eKeM87ceAOeHMl0ai0OO7KmNSVmpdpmF.adaptive-delivery-prevent-bg, #eKeM87ceAOeHMl0ai0OO7KmNSVmpdpmF.lazyload, #eKeM87ceAOeHMl0ai0OO7KmNSVmpdpmF.lazyloading { background-image: none; }
#GyqiprLzVr5xfenHPiLlXZPMTl7EXliM { color:#000000;display:block;width:19rem;position:absolute;font-family:kanit;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:14.375rem;left:0.5rem;height:3.4130875rem;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; }
#DJ5OLfOgkQR5toJrl5PFUa3Gh6lk48Mu { position:absolute;display:block;z-index:15045;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/28300bc1-be98-4bdc-8cff-3c2e7e3623b6/ScreenShot25650609at110851.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:8.875rem;width:6.125rem;top:6.5625rem;left:32.0625rem;display:block; }#DJ5OLfOgkQR5toJrl5PFUa3Gh6lk48Mu.adaptive-delivery-prevent-bg, #DJ5OLfOgkQR5toJrl5PFUa3Gh6lk48Mu.lazyload, #DJ5OLfOgkQR5toJrl5PFUa3Gh6lk48Mu.lazyloading { background-image: none; }
#UaRngBTMnUqR7dUUSv6rzUpnn0q6HwfI { position:absolute;display:block;z-index:15044;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ad4331af-8712-4579-83f1-1428e48f28e2/ScreenShot25650609at110900.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:8.874rem;width:6.124025rem;top:4.9375rem;left:30rem;display:block; }#UaRngBTMnUqR7dUUSv6rzUpnn0q6HwfI.adaptive-delivery-prevent-bg, #UaRngBTMnUqR7dUUSv6rzUpnn0q6HwfI.lazyload, #UaRngBTMnUqR7dUUSv6rzUpnn0q6HwfI.lazyloading { background-image: none; }
#EfVn61mgAMBITTRTIUeI7rcDk5dUgOhP { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:kanit;font-size:1.4375rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:9.5625rem;left:1.5625rem;height:3.45rem;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; }
#F2TfICeleMRw48myHV8wzcfZM2IqCzoI { 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.3;letter-spacing:0;top:4.9375rem;left:0.75rem;height:4.14306875rem;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; }
#FksTOvyEfINTUPEaebyUWCBcmDe31gsQ { 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:19.375rem;left:1.9375rem;height:1.70625rem;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; }
#Ufc991k3mLDoRPuQi5tcB9zGtc3v0yfu { 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:20.1875rem;left:2.3125rem;display:block; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-form-header { font-size:0.75rem; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-regular-label { height:auto;display:block;font-family:kanit;font-size:0.75rem;font-weight:bold;color:#ffffff;width:16.9375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.9375rem;box-sizing:border-box;height:2.25rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-text {padding-top: 0; padding-bottom: 0;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#f3f1f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.9375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:kanit;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.9375rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-select {padding-top: 0; padding-bottom: 0;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-checkbox { width:1rem;height:1rem;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; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#f1cb46;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.3125rem;font-weight:bold;color:#000000;width:16.9375rem;height:3.875rem;font-family:kanit;overflow:hidden;box-shadow: none;line-height:.7; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB [class*="-text"]:-moz-placeholder { color:#000000;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB [class*="-text"]::-moz-placeholder { color:#000000;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:kanit;font-size:0.875rem;font-weight:400;font-style:normal; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .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;line-height:1.3;font-size:0.9375rem;font-weight:700;color:#fffd00;vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;float:none; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-container:first-of-type{padding-top:0;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-container:last-of-type{padding-bottom:0;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: none;font-size:0.75rem;left:40rem;top:10.3125rem;z-index:15018;position:absolute; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.9375rem;display:block;vertical-align:top; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.6875rem;line-height:1.9;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB {display:block;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: none;font-size:0.75rem;left:40rem;top:10.3125rem;z-index:15018;position:absolute; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Ct5mLlFrtcNMyrhq18VtI8vFWJkgEzDw { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #BU286HH41sXdTzoNnnOW0Jh3C3QL1qB2 { position:relative;display:block; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #o1lAeFuL1L6Kp1btLLOv3V9NGQrdTXhq { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #nPPKQqMxHddHeZp4xuGZHLQ6gw2wseJb { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #TeWytFqxcwiwHoyoi2zEAUqsmkPrw5pr { position:relative;display:block; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #RVdyCqbRoNlMaWXavvk5wNB4Asg3bVpG { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Sum0ix4I777kZULAsWrsPJW8Rln4iBx8 { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #HmbOlKWPW1m87WIHv5p7FbSB46ponOff { position:relative;display:block; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #JbxuVppA9GuDIQMcgtl296RC9AFKPMkl { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #eZvTLJH5TAL1EMgPGZkT8cOvGFdPlSC2 { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #e0tsPUvxAfhqPHcSU8T2OpbJlJ1pRKRy { position:relative;z-index:2; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #iSzTCIJPnPyKiv8GAEDlRfPQO6vBvtT2 { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Rs2cG8pUt8gPCdEtisALNVryBAxvP7pT { position:relative;display:block;z-index:15000; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #mbs0XPmnAoPNRtaKpT5Ga7BNt3am8fTl { position:relative;display:block;z-index:15000; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #JEOSuLiVGEhcTr72yZViLxvwpubnfmHA { position:relative; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #mFSJtAyhfsKJw0I3hXbJcTkr3AzGm8BK { position:relative; }
#UsgX552aMZ6G51ZXEkTtTfZnKCWhob1U { position:relative;display:block; }
#TRPdbSTBfmOrW5gh7A6T3A0w9iSaxnd0 { position:relative;display:block; }
#Kkacm8HpLNve78HAdeJ5xyneT22mEkdk { position:relative;display:block; }
#u9UxpbfypZz7oQDzwhZJs129EHhEN7he { position:relative;display:block; }
#GTVeR0A3tBk6u75c0n6ww3JfZ14BEL9y { position:relative;display:block; }
#MN7leGmHCAC1uiUU8zx7CiBF0urT5A3S { position:relative;display:block; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ptPDAU6L5QTIcEDePNoB6GKSg1xnSTEo { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #BlqcONiZPGaUqO6GIlEylVT2hvCvTZSZ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #fXE3EV0kGOWvCECTT8uoCTy8rUCCsPlA { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #qPkNkiAtxreWFuPGPQa5fqeaVuE6v5UZ { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #VKTosXZqTgmy6HWhhAEO3VAep2wq2xEn { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dm6SdOhVWbCv14JIgqbCHzZdZizIpzP5 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ElaXPCtgVt8PusFne45ttVduptVNWMUW { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GlUT11VZeraqVKWXDe5dv36UOpypuuBE { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #lpfQ1rX8vVPbR1bQVOAJJXEoTRu60NQL { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CQ758QVQSLN5xByKRxrp7Bh24WsTpK45 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #XGWykbmNK2cGtqBZDyK1vltTB2xyTvO6 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZsLH2z9p4ebBmTZusCAWoPAMaxnofC7J { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wKL5kNN3c5SHzFX9I46pQRBmFO7OIOw2 { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KiAuF1PWPsiiVQBT84SQZAEkQ9tkZ0cR { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SAFXpQc1yqT7aTtRbh51IhF4lETTHnZB { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bfKcSAeiiew4VJZ9q1OLk3i3QUmO3gms { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #pDbN1vIT6t0q9u8i06ePepfCZrlwoXVW { position:relative; }
#ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bh2dS0D6SCS476y4TWWvCn918LWtxNoh { position:relative; }
#lL6mD91JtgQGGB5kVOn2EHbXPIIHQTru { position:relative;display:block; }
#uAkdh55EwI5c4zdrzwNJLLzTKot4Nihx { position:relative;display:block; }
#tKchZKJmMzFs0ENWSnEOQZATvoGOWaSu { position:relative;display:block; }
#sxiRcLpt8oHgtB11ap15gTndJOyTFb49 { position:relative;display:block; }
#qHWlkiRfcykQSQmdGTybgVfTsfccfXgP { position:relative;display:block; }
#p10NSv7ZcT03PkcWeHmarTNaO1OM1fKx { position:relative;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.598875rem;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.2753875rem;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.81875rem;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.49889375rem;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:18.125rem;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.68125rem;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: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:#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:11.874267578125rem;left:21.031494140625rem;display:block; }
#eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brB97Kvrz96Ggi3rLUUwWhPSSqOiUaZ0 { color:#ffd44d;display:block;width:14.4998125rem;position:absolute;font-family:kanit;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.1169738769531rem;left:15.5625rem;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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F { 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.812rem;height:3.7954125rem;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:6.228515625rem;left:31.875rem;z-index:15007; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #qXLfZwlKtpIKstqaMBoM0haAS5TVQCTw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #RpXugu4MuV97RMvky8Zgz3UrzscSipnT { width:auto; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #oklQacvxHAqqbkHR15uVAid0agOgnkTC {  }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #LAUXUnmxkyhKz1cLZP9pkdo0Km7lhTTv { display:flex;position:relative;top:0rem;left:0rem; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #bHPbl2gaw45v1wTAHVXFma00SnnKHbTO {  }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #hB0p52DzDfG8k1v1alcnEWSggcpZdhZn {  }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #Z834O2I7tEQWabIhxBLNoTxdS3vcClUp { display:flex;position:relative;top:0rem;left:0rem; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #p1vPT2Gb8I8Qnd4f0DpybZGn8hl28urM {  }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #ZhlXyknlCQrDFgqTEgMd42A8U3sR29lp {  }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #q8SU70ZMMsXnEaznf3tJ0We1iDZF5RSu { display:flex;position:relative;top:0rem;left:0rem; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #wc5fuMUTFrbPcAJoyHNtxnepaN907Zk1 {  }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #KtXiF1FglzXOx7Gl0cEG7SMsODxOTCTa {  }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { display:block; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { top:0.9375rem;left:0rem;width:10.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJHTtBG4TfHQGENbdmD6vPsOwAvsR3zp { top:4.6875rem;left:6.0625rem;width:17.875rem;height:1.25rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6LnghDtu5gEGTtt6yHH8vDK9iE9CC3b { top:1.9375rem;left:6.0625rem;width:25.6875rem;height:2.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { top:0.75rem;left:34.8125rem;width:12.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { width:10.875rem;height:3.25rem;top:2.25rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
 }@media only screen and (max-width: 763px) { #tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { width:14rem;height:4.125rem;top:1.875rem;left:33.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block; }
 }@media only screen and (max-width: 763px) { #qnwC3QASRuB4iz56WcDyB0qVtR6gLCJ1 { display:block; }#qnwC3QASRuB4iz56WcDyB0qVtR6gLCJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGVodnPSKAMnArawS9KrTPygiKIpifa3 { top:0.6875rem;left:3.40625rem;width:40.9375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P799RJQPK6L631OAFT9Zp9tdzzuXmbRR { top:2.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g11UJs4slw3fCSBhQeqkQRqlNfBQC6TX { top:8.875rem;left:3.40625rem;width:40.9375rem;height:1.1875rem;font-size:1rem;display:block; }
 }@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:9.3125rem;left:0rem;width:47.75rem;height:17.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { top:28.3125rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { width:17.4375rem;height:5.25rem;top:37.625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block; }
 }@media only screen and (max-width: 763px) { #ZEvQKBESxW619Cz3lRyzTFT01e6zDcET { top:45.4375rem;left:0.0625rem;width:47.4375rem;height:31.146120839386rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { top:43.8125rem;left:0rem;width:47.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgMVNTgw7Wgmz0b84WXoBs12AaTnvW8s { top:3.6875rem;left:0rem;width:19.9375rem;height:5.6875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uslwqvr6aFc723STtgqSom18iRVFUA0I { top:11.25rem;left:0rem;width:17rem;height:4.1875rem;font-size:0.875rem;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:4rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { width:18.75rem;height:2.0625rem;top:2.6875rem;left:13rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { width:18.75rem;height:2.25rem;top:4.75rem;left:13rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { width:18.4375rem;height:3rem;top:8.4375rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTSuvFXUklqgTLAbzs7WHeMFoa2KgATI { top:1.9375rem;left:35.59375rem;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:;top:7.1875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmChvF1iR5abLysL6RHHE22r4uSJOknI { width:10.9375rem;height:2.875rem;top:8.4375rem;left:18.312286376953rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvrGBBzxbbQl1s1Asi7FIDi4gD7GEx9c { width:18.75rem;height:2.0625rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThhbpLQRzxHabhkEbmNOWLwzxIpdH9zy { top:2.6875rem;left:15.875rem;width:0.125rem;height:7.8125rem;display:none; }
 }@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) { #pshze4At7Zic3QMLBg7JQhAZ5KasTZkk { display:block; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { top:49.9375rem;left:23.8125rem;width:23.9375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { top:40.5625rem;left:23.875rem;width:19.5rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJF3VUVAktn7gn9u467AKowHeoTGrypn { top:22.125rem;left:0.125rem;width:26.6875rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz9gd9IbUDFrJvngXPLJOqZ4lNGITtN4 { top:31.5rem;left:0rem;width:24rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npCOL9cyuBvPTUstaJIZgZEJ1D0EFzPk { top:2.75rem;left:23.875rem;width:19.5rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKRQ1rrJDnQOT1qUOLwfMsepu2vhageJ { top:21.5rem;left:25.62451171875rem;width:20.3125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyFXtSo7QiU6qDxncTfv2aMaKAnTvzS { top:2.875rem;left:1rem;width:22.8125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggy5LP1pJFtsKvK4uSQ6FdyUfmeVxo4G { top:49.6875rem;left:2rem;width:21.875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8fhdlhqh6zFHGJT1bFEWJMHm5PAXOl1 { top:43.1875rem;left:0.625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dny2qcpbLxsvseT1uRJvOWFJUVQwCCmX { top:43.1875rem;left:15.3125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyXcgcgnWfK3tE11V2MHTAhEyVi2gLtd { top:50.6875rem;left:8.0625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hAzT5M9wXJ3TxmuqwfZOa8q6vJGXFm { top:50.6875rem;left:18.375rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKEHEOs8ZF71u64TvRH0cW1pU1vnmx2f { top:49.1875rem;left:17.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDy7LWgu2ZhMqkLCA1HP2oR4v07WmDtu { top:49.1875rem;left:10.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5CLpPDpaT65p0t4OXq6o80IHO3STTZy { top:49.1875rem;left:22.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arl2HnaCbT2KgvWLGfPMvzGQQZrtbRpI { top:49.0625rem;left:2.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { top:12.125rem;left:23.75rem;width:23.9375rem;height:3.75rem;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) { #A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ { display:block; }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSauVAabdSbnSD4fUnMKU51V45VBDrTP { top:2.5rem;left:0rem;width:47.75rem;height:28.820445697372rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { display:block; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S99r80pRO09LVyiScKODXINmoJb0LqL5 { width:26.3125rem;height:5.25rem;top:1.8125rem;left:10.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { 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:14.4375rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWchKB34uM9fkITFlBztoW6e4D7weA16 { top:6.3125rem;left:4.125rem;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:24.0625rem;height:2.5625rem;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:11.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlfruL7NN7cmTcMa8vILEXwdfl1vAtJG { width:24.0625rem;height:1.25rem;top:20.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIFKWJ5rxhOSGhaopSpw60p0hF96ZXeP { width:24.0625rem;height:2.5625rem;top:19.6875rem;left:23.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { width:22.9375rem;height:2.5625rem;top:27rem;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:24.0625rem;height:2.5625rem;top:27rem;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) { #k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT { display:block; }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O40QJp9XD3Ie4epXx2EoIo0Nh7VLp9Kb { width:21.375rem;height:9.75rem;top:19.375rem;left:10.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVvQAygNqTCviBCSr6pbmeby756O7dFe { width:47.75rem;height:3.75rem;top:2.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ4t4BcDuFHO2yPy0xitkMAbQVgFG58s { top:8.5625rem;left:0rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1yPbZ3BLAnkaBCZbHFT5C1pJJbsOqOd { width:16.9375rem;height:3.125rem;top:11.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbbDSlxTt6Oe40grDuUrUxUIbTF4svvG { width:18.125rem;height:9.625rem;top:15.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPQTM02ViJ9SEiLKVBPdwckTw1qTKNOa { top:8.6875rem;left:28.75rem;width:18.875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efn9s9AINIBPyhRtTJe0TTdDx0CqOBg8 { width:17.4375rem;height:9.625rem;top:15.9375rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLWDuJDO3Z8CThmvm7EtlTfDTDNxnzX6 { width:16.9375rem;height:3.125rem;top:11.3125rem;left:30.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXDW6xT7BEqAq1sBtpTqChJULrwUXN6o { top:8.5625rem;left:12.875rem;width:18.875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM6X7meFPbFtcNybWu50oNDVCOm77D1z { width:16.9375rem;height:6.25rem;top:9.75rem;left:14.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SABEmKOBR33H0fctXHW8x2qouGQHXo7S { width:16.8125rem;height:8.25rem;top:17.3125rem;left:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEHVtHUzJlP4OhQabc02qs39Lcyps5Xc { width:16.8125rem;height:7.3125rem;top:101.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8yCoek5RCGkeUzx0Habk0TGL20CbyN3 { width:16.8125rem;height:7.3125rem;top:120.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzLwwSPb4yPNdiAJSWELHrASk1LTSsbT { width:17rem;height:8.5rem;top:129.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTfk8bPkb0CPdQZODUThV5lkTA4uwcfv { width:16.8125rem;height:1.375rem;top:148rem;left:0rem;font-size:1.0625rem;display:none; }
 }@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:9.0625rem;left:0.1875rem;width:47.5625rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { top:10.5625rem;left:2.75rem;width:29.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05OR15AgPJtmlWr6OdZCy2QfigHNymc { top:10.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxtnhgmtzThwfuEnIauKaMh6VO5g7PW { top:11.6875rem;left:0rem;width:0.1875rem;height:76.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { top:13.8125rem;left:3.5625rem;width:34.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNaVJwokJ4eJnNif1ZFXx3ZQpEkvOc90 { top:15.875rem;left:3.625rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4Q3f7BOgAXNInftX4ETKQovkoWrsInt { top:17rem;left:3.75rem;width:38.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2rtDucs5iUA9UnLt5sQq4lFPuOQAcWA { top:20.875rem;left:3.5625rem;width:34.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4maZExWOByi2DBzd38lnlGhHI6m12T6 { top:22.9375rem;left:3.625rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBTr0CJCcBTIENF6QaiXPItJQZ5QRhQO { top:24.125rem;left:3.75rem;width:35.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvww3uw33H9AxyrlcOs1oeNzrzerJOQW { top:28.75rem;left:3.25rem;width:34.875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhCBzewJ1NSGlSoHpRcKv4mz1hctHc7T { top:30.75rem;left:3.3125rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0MGr0iLDgst26dJBQ6RQhVeCnuwTdwH { top:32rem;left:3.4375rem;width:39.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1rD3VX3wOXTiDsfQbNrVgBOfXa0r9T { top:40.4375rem;left:0rem;width:47.75rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmA50uC7B1hkdGNDJVRbSdMuexTx62nB { top:41.9375rem;left:2.25rem;width:34.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { top:45rem;left:3.625rem;width:30.125rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhyooggLfLr8VhhTWBirQscQoJJqdAZ8 { top:42.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTABV4JDoSTRyg0cDBsLBx5MMoe0HaWZ { top:49.25rem;left:3.625rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubmiTXknbUW16TocQq7Jx3g1ThezJnOG { top:50.625rem;left:3.625rem;width:38.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyk9GnbfZJ3AiG1TlfHw5xyZyoPdrG5S { top:54.375rem;left:3.625rem;width:18.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA5KTTPGRbgMtlM5xPik5EIMyUwTq2s1 { top:56.4375rem;left:3.625rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVXMtUBi67t4nS4yoH9aMLBTB2noTyHo { top:58.1875rem;left:3.625rem;width:39.5rem;height:2.5625rem;font-size:0.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:65.75rem;left:2.25rem;width:32.375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQvoolH5vVxcGsoGkxfnSDSIoJkTnWqQ { top:70.8125rem;left:3.5625rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohzu6swZRUknTflroSM1PwrHi62vdTby { top:68.5625rem;left:3.5625rem;width:23.875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1dbow7I5fVvepXtLDbMQbwuGNa5zhlX { top:72.3125rem;left:3.5625rem;width:33.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUTWhHBTnunN19wc6lLVQegZ7ZcBJ0Cw { top:76.1875rem;left:3.5rem;width:22rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXZJpEcQXpoqQ1ZTrNt9LFLSfSQp1BTK { top:78.375rem;left:3.5rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6lQyTV4h4mtHVcJLTT43RIZGIDvhOEs { top:64.25rem;left:0.1875rem;width:47.5625rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #krhXUBUhPTLwRJmsvST01xDvTTup8rpl { top:79.625rem;left:3.5rem;width:31.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCJFJl6LV5JcOOTLc26Dwy29zWgLRzZe { top:91.625rem;left:3.5rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7SIyL0QooGtq608lAWCE6NCVai84t7e { top:89.5625rem;left:3.5rem;width:19.5625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { top:86.875rem;left:2.125rem;width:17.875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDfD35GsxThGXnoCbi23CTlpV6Qvt98L { top:87.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRQtpxZai5zfICVW0EKWf0H4tWCvpuDC { top:92.875rem;left:3.5rem;width:39rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzwTr9xIOgxgxEkrT02nSMxVbtqIhitf { top:85.3125rem;left:0.0625rem;width:47.6875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMHO17zcs4A9xXRZWcB2PZ569uOykbXv { top:97.0625rem;left:3.5rem;width:21.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBZ4f5D122lAGgiUVenkpSTBc6zyHzTh { top:99.125rem;left:3.5rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTwaQ3FhDsZS6spuGwzMbqpWkmvEpcp { top:100.6875rem;left:3.5rem;width:43.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { top:3.1875rem;left:0rem;width:47.75rem;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) { #aCd1bC5TzA3i6Skk9MM13XgsLlvT7Mdp { top:120.75rem;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) { #pklwaLmMTVzM9IJTEXcpTqk7nRVkws7f { top:38.4375rem;left:6.5rem;width:38.375rem;height:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5bJXZEK9gr2FsfSs0g2Lhc4eWdIFOsv { top:40.4375rem;left:8.375rem;width:29.25rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLyCA3G1fcGBTTT36LdgQqmgfAX9xert { top:43.6875rem;left:9.1875rem;width:34.25rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQ6oF3wZOwX9sxxhVWTsd5SMKiThOmd4 { top:45.75rem;left:9.25rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1TrJM0KUzxVRiTMDelpVMTtmZETdEuq { top:46.875rem;left:9.375rem;width:33.0625rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoBT0pKNTeI3fb1XqFIGn2HJbge15upo { top:54rem;left:9.375rem;width:33.25rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyL6et6LzEuIJMxz5tAodxlCEsQmHBtL { top:50.75rem;left:9.1875rem;width:34.5625rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJlSICWMauyIK9cCdQRakPUcOUmsLVJK { top:52.8125rem;left:9.25rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DvK0RD10tx4f4fbJfikz3yUOIQ3aUa91 { top:58.625rem;left:8.875rem;width:34.875rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUiOSQFKKef0Z4G9HWKDOa14i3pXBNTd { top:60.625rem;left:8.9375rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfqMsDbowvEsDebPTSokIgMTrnsTru8g { top:61.875rem;left:9.0625rem;width:31.75rem;height:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmPfAI56qbLHo4c1hdTZPh3HdJzThyJo { top:70rem;left:6.5rem;width:38.375rem;height:23.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNaJZgzoLuqGM06HqXJBU4ToU9uWtslM { top:44.3125rem;left:0rem;width:12.375rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tr1LOXqGbW9PpJyuT1a02unX7uy7tEFp { top:74.8125rem;left:9.25rem;width:30.125rem;height:4.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rsG8Rt4DWnf0WIVJxbDAQm06J8ilIUmk { top:79.0625rem;left:9.25rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3uHdI1GXb55BKGlcdpobTbfW5pNv4BK { top:80.4375rem;left:9.25rem;width:33.5625rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RxTcRvf6PTNZyE4bSrfzZW6w4S2qcBzr { top:85.0625rem;left:9.25rem;width:18.3125rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8rLJ4gUXIeOC6BvBG5TdihoeL5pXCWJ { top:87.125rem;left:9.25rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZC4rA1AbLTCDNTTW1Rq06NRqxcwpyPTo { top:88.875rem;left:9.25rem;width:33rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lvox3p7IrHAMmi24np72GHdwAwOuItp1 { top:65.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGQX6N1bVas90sbieO2KwRpVPFfS9NM3 { top:118.5625rem;left:6.5rem;width:38.375rem;height:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsdIRwKi5O28yiXOmb78U1U6PZps8Ja9 { top:134.1875rem;left:9.25rem;width:29.3125rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6KVRlzbhakSgfA4CZf8d8SsHia2u1Ix { top:132.625rem;left:9.25rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GPPbPtROKJqVXUgJcb3ZZpG6bmK4TZMp { top:130.5625rem;left:9.25rem;width:21.6875rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9okgZkTMXcTVJBJJww6a4NxQLeOlMlf { top:126.375rem;left:9.25rem;width:32.9375rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4BZNKnGrlf6DoIPbWF0UJOReHUDzout { top:125.125rem;left:9.25rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7qJ3frT2J6nFDaAJSQaVMtFmkr1btFO { top:123.0625rem;left:9.25rem;width:19.5625rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrXVTSKwhlHG1vXarWdhAv5l3kD5CHSq { top:100.0625rem;left:0rem;width:14.4375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXqGbBRkylQ5VWZa84ph3pyrWMM38vw0 { top:95.25rem;left:6.5rem;width:38.375rem;height:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3aGgt8ObpiEngGnVVl12THdHbnzN5xr { top:96.9375rem;left:7.9375rem;width:32.375rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwxIM3FS3XbgTM7c9TtkdWMkHbyLTgF8 { top:99.75rem;left:9.25rem;width:23.875rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5XOSMsrb0uJKW3KnJy2VaZ6T2fwbhvx { top:102rem;left:9.25rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4NVcvzotQE9FoFi5Hh2r4kp64yJ0fdH { top:103.5rem;left:9.25rem;width:27.0625rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArngotiCnK8t5urwBPAtQfBZdpOBAPUb { top:108.375rem;left:9.25rem;width:22rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5CMHQkR5hrgIOHUFB0owES8qHZD8T5s { top:110.5625rem;left:9.25rem;width:9.375rem;height:1.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZzEdxIyVWOFDnL7ZpT9GJBBru9RH8Hx { top:111.8125rem;left:9.25rem;width:31.875rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { display:block; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhQZqG6UKizzslxoRUcGwcaX57kSp4wi { top:10.125rem;left:0rem;width:17.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgtcpSJAFNP3sxsb3ks86TySpUb7oUg { top:10.125rem;left:0rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCoxndwUrMTpZbre34dWMGAGsOGr8GS1 { top:30.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91lg9TWgZcgFH0DgowETLNaqlesUbSk { 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) { #tyCRqev0GasDtAT8TulkUEVMlraSpxtB { top:10.25rem;left:15.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9vnEU7BVXWqdaDLFHG7ZEgn3ZP6UPtW { top:30.3125rem;left:13.4375rem;width:18.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ0twQKPXD1kpxebNtSI0tBaOvdO0zQy { top:1.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4b1dnprVMIsFyrs7x7zgxTUrK3oeTZm { top:10.125rem;left:32.8125rem;width:14.8125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7f0rzwsywHrJEPURlBTQtyTOerDLZqh { top:10.4375rem;left:31.75rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5kHp5TEuXknEQZXXI6wC5yiv9Uqabp { top:29.6875rem;left:29.3125rem;width:18.3125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw { top:16.875rem;left:28.25rem;width:19.375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh { top:15.75rem;left:0rem;width:17rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4hTwDLb5lM27S3K309lbwE3xRhu01Nb { top:16.375rem;left:12.8125rem;width:18.9375rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiJzprLc8uTHrTTP48C8UNrVNATJyiqW { display:block; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcAABJ3fOVU6DmOmqVRbvfrH0bGFd6z5 { width:26.3125rem;height:5.25rem;top:1.4375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IugdGkP22K0F9dWFmtEiJlIAqk6vTNl6 { display:block; }
 }@media only screen and (max-width: 763px) { #stUOoHESmugqC19SrMrLLTkekVJkq0lX { display:block; }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { top:1.4375rem;left:0rem;width:19.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { top:3.5rem;left:0rem;width:29.125rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpzOZ12H1WRQMnOBRuaomTksSvZFxKUA { top:19.8125rem;left:15.875rem;width:7.3125rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA4DLtAm86e8lF9AyWLVtypKqZb478Zr { top:19.8125rem;left:22.5625rem;width:9.1875rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqS6G025qxcvPtT71fWkx8ZJ1CT77C6L { top:19.8125rem;left:22.5625rem;width:9.1875rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGmJDCfp7Ws3xAWRPuBymudMrF9VGgd { top:19.8125rem;left:38.4375rem;width:9.1875rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EktQcFiwVRlzsPdAo7yL09sJv5OpOxPX { top:24.5rem;left:15.875rem;width:9rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { top:24.5rem;left:23.3125rem;width:8.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyPuZL5E2uR15KbmHOID7mKPJsvn8Lz9 { top:25.125rem;left:22.1875rem;width:9.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3SvVUwDFrZT1rMSwIO2gVTnR0JX2Kiq { top:24.5625rem;left:38.625rem;width:9rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8gW038CmKE82bVK17rhICIiAtTVTDri { top:14.5rem;left:17.121826171875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8ipOL682mNbWZpi4qQ96OKsAcafvG1U { top:14.5rem;left:25.96728515625rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO { top:14.5rem;left:31.75rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcxSKAZzJmvP8UXnkfNaMCeLv846EEVB { top:15.75rem;left:40.562255859375rem;width:5.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJaXcnW3FhdgnVwT6EAnIQvixhrTPTzQ { top:31.75rem;left:12.25rem;width:19.5rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT { top:30.6875rem;left:9rem;width:22.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDz7IBhPVco8VLzLn2DaSAeCesIPTauX { top:0.6875rem;left:0rem;width:19.9375rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9ttoShcUep5Vfilx1A26TEp5BcCNES { top:29.625rem;left:0rem;width:9.25rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ar85E4iZMNpSXXF6QgnvEPwU9gzFaBKf { top:24.5rem;left:23.3125rem;width:8.4375rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8lOyX9OlvArw3yytPVueFfq1kO6VvD0 { top:41.9375rem;left:6.3125rem;width:8.8125rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { display:block; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCHP9cdv0T8SGQ12mO6fbu8LahaBxUkX { top:7.5625rem;left:0rem;width:16.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPFyv6s3FHgkWIsSJSeFD4T8VTET4hZw { top:7.875rem;left:0.625rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAZkmPHiVZxeV7vNzw5dNOaSEm1TXyNL { top:8.4375rem;left:0rem;width:17.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLySGQPo5CchtptuWnNa9v9GDQC3aTpU { top:8.4375rem;left:13.8125rem;width:17.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTx65AoFWcuenr9xgbXQTlZbnITUK5X6 { top:3.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTt8hWBHJc4LrBbFWGDple0M71J3JgZy { top:7.875rem;left:32rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJbCbstwynqWaO3KKWZQ1DM70lHU6zr { top:8.4375rem;left:29.6875rem;width:17.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKtR67WT5WLwoqC5CmoZlOvHZ2xFQRtm { top:7.5625rem;left:31.0625rem;width:16.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1Xq6K9UDIhkOA2NTzK0JkCZ7BQF4ss { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Trp0l4iec9bCg5hHLKrx0ElvsiULCVDn { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRTXcPtuiKZ52EDUfv3P9igqeKtKKM6L { top:7.1875rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I05XEeHlEz9v75MofOX3PgmXksth7H6R { top:2.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0RyN9OWWfkBZiFRy7ds3744aa6mEcxV { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #edL95ZyqEvXfbTSUNqX1ttMw0fuvuxCx { top:7.1875rem;left:0.5625rem;width:14.75rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONcJk2TDfbexflCBMRtTTqt2pXiaLU6f { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2TzZ5SzhQnBFQk3Smlv2SM4l8O93tA5 { top:11.625rem;left:0rem;width:21.5rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #agI3OKcTPWWSTpEJ0Dea2DFtVxWHE8Rw { top:7.5625rem;left:15.1875rem;width:16.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF7TDv8eQEhsUFkvQmqvJLQWK28G130s { top:7.875rem;left:16.125rem;width:15.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmiNL2iz9AxLpO2R6TJ6W5AvQy4caZuf { top:11.125rem;left:0rem;width:16.6875rem;height:12.515656135022rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc5Ri9kUD2kFSQI5pLkinh24JSc1ZnCy { top:10rem;left:16.3125rem;width:15rem;height:16.867297398232rem;display:block; }
 }@media only screen and (max-width: 763px) { #kctk96T7kJIycnpcsqocolDw4MTReyRC { top:10.125rem;left:32.0625rem;width:15.375rem;height:16.619954392159rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSARKTPN3L1NXpNOuMBrqDQrb3iP7Eyx { top:30.375rem;left:0rem;width:18.4375rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrPOIWbSs6KAuf95ufcTKBFkLgzZ1QIR { top:7.1875rem;left:6.8125rem;width:24.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@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.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0DyCKvZdWuT8yxpRpGEekzlV693TQfK { top:8.1875rem;left:0rem;width:27.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbchzgEKZoT2vSobiimRD4x5QcdssJZ4 { width:23.125rem;height:1.75rem;top:8.375rem;left:24.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV3JqB5KNNyBI61cMEKa3DqLb2CG9XcF { width:21.9375rem;height:4.25rem;top:11.6875rem;left:24.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCkCdAcyKGs8TEPH1ku6e2WrGtzRi2a0 { width:26.3125rem;height:5.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxqVasn9owS9O3bl1n0zIT5tXf0TQNKa { display:block; }
 }@media only screen and (max-width: 763px) { #KLl8TxO1poVzvsHKSOT6WoZedUTlBKFV { width:21.9375rem;height:2.6875rem;top:18.625rem;left:24.875001907349rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8uJL8KvTpiuNlda6EmIRPLNDASq0Cgn { top:10.6875rem;left:24.1875rem;width:23.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXEdAAtT4z3Dd7eEmCr3O7JHhD8mpH5 { width:21.9375rem;height:1.125rem;top:17.5625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmKlEC7gF3vXtI9kas8GBhetlmvDc74 { width:21.9375rem;height:1.125rem;top:21.25rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1 { display:block; }#HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfWwEo2i3iV6hOaM3mT2DwNrpZ40P4UX { 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) { #H8UVUPNaRa3avl9tmr5Jo8HorbAUVbce { top:40.75rem;left:13.1875rem;width:21.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVgTyQfZVHAvwqmMRlbZEb9F7TDacqD1 { top:23.25rem;left:0rem;width:13.25rem;height:6.9044476684132rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJCp5bWOk5Ps3Ma39mLPxDVWx2I23aXG { top:23.3125rem;left:8.4974365234375rem;width:13.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieUlOgChOCEVx5GZhqt7mzNmc0zDeCKy { top:30.1875rem;left:0rem;width:13.125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoCrV3K7LMPTxy2ueklKn9pItcgLh6p { top:30.1875rem;left:8.3494873046875rem;width:13.25rem;height:6.9047455844656rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkxPURzN0FudbTvGoToC1DPEmVhpwBHE { display:block; }#AkxPURzN0FudbTvGoToC1DPEmVhpwBHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUzcoTqihQWaN16NKBoRirPHBlhAt8Ph { top:1.5625rem;left:35.5625rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE2NslH39TS8wHoIX8LTEXSprtlRTqMc { 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) { #aa3QCvPdQmsM5Ct8fW7uNiQAavToWRz9 { top:1.5625rem;left:4.84375rem;width:38.0625rem;height:9rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQQfFhr53TpBgEpnbWSElLNfZHDctN1i { top:0rem;left:0rem;width:9.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmMIlvOATeaJyptOVou9OtxRbGbr5zRJ { top:0.625rem;left:0rem;width:8.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7O26JmthniHX6fWhPGUyRiwQ1sO2qUe { top:10.625rem;left:11.03125rem;width:25.6875rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPg0Wrlc4yLOIP6DEeUBKsKcbIFzZlAL { top:9.375rem;left:0rem;width:13.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdLhcMCqaRMpSXvB12Bpn1yNLTVTHn4p { top:14.4375rem;left:1.6875rem;width:14.9375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loKZDVVmTtsIQ4VMO6AUvyt0L1yPCcwh { top:14.5rem;left:18rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5rXUSKsyxuJaNhEKRLOPemrKrKeBF6 { top:14.5rem;left:31.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSpT5cFbQk37ZwmSgz2kgrEODu32DQzE { top:24.1875rem;left:18.9375rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDmRzN87LJAt53EPzk5PXoNKfk0vKeZT { top:24.625rem;left:19.375rem;width:10.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zft39TCqOwaNsswggbkmUH2efzgImF8K { top:24.125rem;left:3.873779296875rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQIBDxPqNWuBfqg5no8EKwlwp480blb { top:24.5625rem;left:5.30322265625rem;width:7.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLfoCUApxHkCVTw9GMN4PDrOA5S5wkbu { top:24.3125rem;left:32.8125rem;width:10.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beGWgHX24ThC6UJ3xQAt4ghLw9bTKRxQ { top:24.75rem;left:33.6875rem;width:9.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0046Vaw6w0SSRET0WI4p0fLlETBCVve { top:10.375rem;left:0rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6QspaNV7weKkQVol1lQ2BxRgopLAsv { top:15.375rem;left:18.9375rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL4k5BXGH5EaFUPeLdKmhB5pGFIvf3pS { top:22.4375rem;left:19.8125rem;width:9.1875rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEXw5xTwOVBgUWnKCm85LTQiVF6dyvDO { top:14.75rem;left:32.875rem;width:10.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Dc162xM0gpLQbe9Tya8BuZ81ss4vXC { top:22.4375rem;left:33.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxgkwzieCOh3af37pXUw2kTuVf9G7ifa { top:28.4375rem;left:6.125rem;width:35.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #omiGrSJhz44Qkf9C9XJhpVd9I7uarfIX { top:29.0625rem;left:7.6875rem;width:32.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBkB7R0cWuI4RDMCbZVH6k5rAeBvp6L9 { top:34.6875rem;left:3.9375rem;width:39.9375rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiO1kWBT1NOOUWNLVHB5WITkxIlqgdee { top:33rem;left:4rem;width:11.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngaT5tVwnu6qCHT3bhDPw5Bbm7a35qpQ { top:13.0625rem;left:3.3125rem;width:3rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAoHTlh1Adb0Mrxkf0W4ToOgMvxoXfMg { top:16.625rem;left:1.9375rem;width:7.8125rem;height:3.99963125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgLVnqs5NL1TmTMXbTmrqZpTFpA68Gmt { top:16.625rem;left:8.8349609375rem;width:7.8125rem;height:3.99963125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znS5VnTNowPtzGQsEIxIQlRuKqy5mgnq { top:20.4375rem;left:1.9303471908085rem;width:7.1875rem;height:3.5620125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nNDCzpLA79MTEIt9zOnsBsmOb1g5cJ { top:20.1875rem;left:8.9755859375rem;width:7.625rem;height:3.8747665830546rem;display:block; }
 }@media only screen and (max-width: 763px) { #z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo { display:block; }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhoGwVL4rV4LFhzxczxx6GmRP2Gpm8Vb { top:5.4375rem;left:27.625rem;width:20rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .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; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .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; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #B7TZNLAf7gfB9tUihUFAmm8l4eMFqKSD { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #aS8cQE50z3i6eto0Eczev1IsqgHGQfEB {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #bCo8oOQiLdC10FlxaT1dhSTQU4DFuDEk {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #fhI3DZmbrs4smJs1NCcmGmXz0baRsGtO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #ecaz0pFgyhVgiiO3ALPysdppgaJwHDDO {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #KkBGUBJkRX4n58HWmTpToTpb4BkVTQUH {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #JeOfCABm072KMGkdcJiuAVdecaO2Z3Pi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #FrSmUF3nZbWM6QEp0tUtKmbd4s5Z6V4C {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #Xfq5UJZyaTIGAoBdVBfh4TgFQyQGd1T7 {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #qK8K8CgXGL5Z5b6Gfoq5ZyhExMAb2QQ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #F71HI7stzs8ld6WGwSR5qh1zClUDZ0P2 {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #OUXsvJWH2khQdhOTcaD9s4lX4G0uvmLH {  }
 }@media only screen and (max-width: 763px) { #GOzzqGTMa6pfe0J460cpXkRrQk326nim { width:13rem;height:2rem;top:30.25rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNdQaU6u0g4JrnwKR4RqryhbEnL9FagD { width:14.875rem;height:1.1875rem;top:26.9375rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4uZeRGTG7XvZePvT4hsQHmQq3Ia1Qgn { width:13.6875rem;height:2.25rem;top:24rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG5Amagbi99eiIJXF3CgxnrHTeyfSHLu { width:12.5rem;height:4.875rem;top:18.4375rem;left:18.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph9kftuDKomrpyWNhN6eO9SDJhgeUB71 { top:3.125rem;left:0rem;width:20rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMXfO4Ot41zlTQDi2WVdiwd8v9WSkXP { width:20.125rem;height:6.5rem;top:20.5rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag1DWVMp3xLTJcPAESZmyDNlPqF0ea5p { width:16.1875rem;height:6.6875rem;top:27.9375rem;left:0rem;font-size:0.9375rem;display:block; }#ag1DWVMp3xLTJcPAESZmyDNlPqF0ea5p li:before{  }
 }@media only screen and (max-width: 763px) { #u3PfsTiVX6pfkLAMamtTLfBeIGUvvBHb { top:4.1875rem;left:15.875rem;width:8.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKeM87ceAOeHMl0ai0OO7KmNSVmpdpmF { top:8.25rem;left:24.625rem;width:6.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyqiprLzVr5xfenHPiLlXZPMTl7EXliM { width:19rem;height:3.375rem;top:14.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ5OLfOgkQR5toJrl5PFUa3Gh6lk48Mu { top:6.5625rem;left:25.625rem;width:6.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaRngBTMnUqR7dUUSv6rzUpnn0q6HwfI { top:4.9375rem;left:23.8125rem;width:6.0625rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfVn61mgAMBITTRTIUeI7rcDk5dUgOhP { width:16.9375rem;height:3.4375rem;top:9.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2TfICeleMRw48myHV8wzcfZM2IqCzoI { width:18.4375rem;height:4.125rem;top:4.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FksTOvyEfINTUPEaebyUWCBcmDe31gsQ { width:5.8125rem;height:1.6875rem;top:19.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufc991k3mLDoRPuQi5tcB9zGtc3v0yfu { top:20.1875rem;left:0.25rem;width:5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-regular-label { display:block; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-checkbox-label { width:13.75rem; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB  { width:15rem;height:auto; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB {display:block;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Ct5mLlFrtcNMyrhq18VtI8vFWJkgEzDw {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #BU286HH41sXdTzoNnnOW0Jh3C3QL1qB2 { display:block; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #o1lAeFuL1L6Kp1btLLOv3V9NGQrdTXhq {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #nPPKQqMxHddHeZp4xuGZHLQ6gw2wseJb {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #TeWytFqxcwiwHoyoi2zEAUqsmkPrw5pr { display:block; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #RVdyCqbRoNlMaWXavvk5wNB4Asg3bVpG {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Sum0ix4I777kZULAsWrsPJW8Rln4iBx8 {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #HmbOlKWPW1m87WIHv5p7FbSB46ponOff { display:block; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #JbxuVppA9GuDIQMcgtl296RC9AFKPMkl {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #eZvTLJH5TAL1EMgPGZkT8cOvGFdPlSC2 {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #e0tsPUvxAfhqPHcSU8T2OpbJlJ1pRKRy {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #iSzTCIJPnPyKiv8GAEDlRfPQO6vBvtT2 {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Rs2cG8pUt8gPCdEtisALNVryBAxvP7pT {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #mbs0XPmnAoPNRtaKpT5Ga7BNt3am8fTl {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #JEOSuLiVGEhcTr72yZViLxvwpubnfmHA {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #mFSJtAyhfsKJw0I3hXbJcTkr3AzGm8BK {  }
 }@media only screen and (max-width: 763px) { #UsgX552aMZ6G51ZXEkTtTfZnKCWhob1U { display:block; }
 }@media only screen and (max-width: 763px) { #TRPdbSTBfmOrW5gh7A6T3A0w9iSaxnd0 { display:block; }
 }@media only screen and (max-width: 763px) { #Kkacm8HpLNve78HAdeJ5xyneT22mEkdk { display:block; }
 }@media only screen and (max-width: 763px) { #u9UxpbfypZz7oQDzwhZJs129EHhEN7he { display:block; }
 }@media only screen and (max-width: 763px) { #GTVeR0A3tBk6u75c0n6ww3JfZ14BEL9y { display:block; }
 }@media only screen and (max-width: 763px) { #MN7leGmHCAC1uiUU8zx7CiBF0urT5A3S { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ptPDAU6L5QTIcEDePNoB6GKSg1xnSTEo {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #BlqcONiZPGaUqO6GIlEylVT2hvCvTZSZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #fXE3EV0kGOWvCECTT8uoCTy8rUCCsPlA {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #qPkNkiAtxreWFuPGPQa5fqeaVuE6v5UZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #VKTosXZqTgmy6HWhhAEO3VAep2wq2xEn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dm6SdOhVWbCv14JIgqbCHzZdZizIpzP5 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ElaXPCtgVt8PusFne45ttVduptVNWMUW {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GlUT11VZeraqVKWXDe5dv36UOpypuuBE {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #lpfQ1rX8vVPbR1bQVOAJJXEoTRu60NQL {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CQ758QVQSLN5xByKRxrp7Bh24WsTpK45 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #XGWykbmNK2cGtqBZDyK1vltTB2xyTvO6 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZsLH2z9p4ebBmTZusCAWoPAMaxnofC7J {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wKL5kNN3c5SHzFX9I46pQRBmFO7OIOw2 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KiAuF1PWPsiiVQBT84SQZAEkQ9tkZ0cR {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SAFXpQc1yqT7aTtRbh51IhF4lETTHnZB {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bfKcSAeiiew4VJZ9q1OLk3i3QUmO3gms {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #pDbN1vIT6t0q9u8i06ePepfCZrlwoXVW {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bh2dS0D6SCS476y4TWWvCn918LWtxNoh {  }
 }@media only screen and (max-width: 763px) { #lL6mD91JtgQGGB5kVOn2EHbXPIIHQTru { display:block; }
 }@media only screen and (max-width: 763px) { #uAkdh55EwI5c4zdrzwNJLLzTKot4Nihx { display:block; }
 }@media only screen and (max-width: 763px) { #tKchZKJmMzFs0ENWSnEOQZATvoGOWaSu { display:block; }
 }@media only screen and (max-width: 763px) { #sxiRcLpt8oHgtB11ap15gTndJOyTFb49 { display:block; }
 }@media only screen and (max-width: 763px) { #qHWlkiRfcykQSQmdGTybgVfTsfccfXgP { display:block; }
 }@media only screen and (max-width: 763px) { #p10NSv7ZcT03PkcWeHmarTNaO1OM1fKx { 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:11.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSmJc66RwDqTR8Zp5lBH3kTcXsr9T0sL { display:block; }
 }@media only screen and (max-width: 763px) { #brB97Kvrz96Ggi3rLUUwWhPSSqOiUaZ0 { width:14.4375rem;height:;top:7.0625rem;left:9.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F { width:13.5rem;height:5.0625rem;display:flex;top:2.9375rem;left:26.652875185013rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #qXLfZwlKtpIKstqaMBoM0haAS5TVQCTw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #RpXugu4MuV97RMvky8Zgz3UrzscSipnT {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #oklQacvxHAqqbkHR15uVAid0agOgnkTC {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #LAUXUnmxkyhKz1cLZP9pkdo0Km7lhTTv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #bHPbl2gaw45v1wTAHVXFma00SnnKHbTO {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #hB0p52DzDfG8k1v1alcnEWSggcpZdhZn {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #Z834O2I7tEQWabIhxBLNoTxdS3vcClUp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #p1vPT2Gb8I8Qnd4f0DpybZGn8hl28urM {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #ZhlXyknlCQrDFgqTEgMd42A8U3sR29lp {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #q8SU70ZMMsXnEaznf3tJ0We1iDZF5RSu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #wc5fuMUTFrbPcAJoyHNtxnepaN907Zk1 {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #KtXiF1FglzXOx7Gl0cEG7SMsODxOTCTa {  }
 }@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) { #UZtlekfonuBip9g2ShRiTAE8cNBf5yoC { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UZtlekfonuBip9g2ShRiTAE8cNBf5yoC > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD { width:2.8125rem;height:1.436525rem;top:0.65625rem;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; }#F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.adaptive-delivery-prevent-bg, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyload, #F0EvX5SycvWq2OSnI2ko7FiDlHVQRVWD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cJHTtBG4TfHQGENbdmD6vPsOwAvsR3zp { width:9.5625rem;height:0.5688475rem;top:1.4375rem;left:3.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6LnghDtu5gEGTtt6yHH8vDK9iE9CC3b { width:9.875rem;height:0.8125rem;top:0.75rem;left:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQNzZB4JndNgwHS1H9qRgVHcRHSRo9at { 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) { #Rm63h7pmMw0SgpJwJMC06gAcxgNn4wGs { 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) { #GIo1SEu9Im9BZqSCnTeO7AP0oyO0Moo4 { display:block; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl .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; }
#DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl { 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) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T1qf0EyqVKDWTDWfRleM9m2po7fFLLUa { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #N6r3cN7eRqk30nq5JMFT1KQC2ATT3h2X {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #cnRmTyBHVpabgPlG41UXRDLF2U7Q1Qwb {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #v49HgQ64Hm75S0nAIvFCrwPtTVArP0TT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #eQInTgO8w8oP6KmMWLT4zluDtpJOktTI {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #GCnigHxWvGDAv1594r6FoBlb7RZGdSFB {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #vDAlhUb2F4FX8AHvNHlmDMtoVqmfD6pi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #OaI4UDS8rMOblmKgI4dqmd8PJUS2ELa1 {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #T6pL1MIRRuA8xSSGnWUl7c7Q7fnryzyk {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #XTbBD2WCtki7MSflsRFGi7uNsAUKlFpe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #Is2C45CxI00u1LGMqxKyyFoOMTQsBIsQ {  }
 }@media only screen and (max-width: 763px) { #DMCGpAy6xwTEJEvKSxR7ToAtBycKkWWl #NyczIw7ESsPPnT2WwuJG5UuTflDh2Vau {  }
 }@media only screen and (max-width: 763px) { #tMdHo3IzwTpSO4FfCohqfknJlghCIcuF { width:4.6875rem;height:1.625rem;top:0.5615234375rem;left:14.3935546875rem;font-size:0.8125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lPm0ZGxrvZhhcCAkLTvoO2PZCyoVusm7 { display:block; }
 }@media only screen and (max-width: 763px) { #qnwC3QASRuB4iz56WcDyB0qVtR6gLCJ1 { display:none; }#qnwC3QASRuB4iz56WcDyB0qVtR6gLCJ1 > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UGVodnPSKAMnArawS9KrTPygiKIpifa3 { width:20rem;height:2.175rem;top:0.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P799RJQPK6L631OAFT9Zp9tdzzuXmbRR { width:20rem;height:3.0875rem;top:4rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g11UJs4slw3fCSBhQeqkQRqlNfBQC6TX { width:20rem;height:1.2rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwF1a0MdyWhaNJyW1e2hbTuJT3nxKItT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/354f7e7b-6bf6-4761-92cc-71734ab54a7c/1X6A9928.jpeg");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(42,42,42,0.44); }#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(42,42,42,0.44); }#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:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kq4gRXHtV3mxSQ6qlXFTuHdbi00wsin7 { width:19.9995rem;height:0;top:3.49951171875rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rR2NaUNSQxsO8Jt68SCQ88pOucEXL2nu { width:17.0625rem;height:0;top:8.635986328125rem;left:1.780517578125rem;font-size:0.9375rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #f8vTaVbGXIxri8s4G0pOoPWPTvWpU2mn { width:10.875rem;height:2.5625rem;top:16.7861328125rem;left:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoJ0i8dvipqg4PzZFCzQCPuJWcWteCW { display:block; }
 }@media only screen and (max-width: 763px) { #ZEvQKBESxW619Cz3lRyzTFT01e6zDcET { width:19.999rem;height:13.130875rem;top:22.1298828125rem;left:0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKQ5x5zIONtN22Q4k2qCyeoP7Kmmge6 { width:19.9989375rem;height:1.59375rem;top:19.660374641419rem;left:0rem;font-size:0.9375rem;line-height:1.7;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hgMVNTgw7Wgmz0b84WXoBs12AaTnvW8s { width:19.9980625rem;height:5.68725rem;top:4.498046875rem;left:0rem;font-size:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uslwqvr6aFc723STtgqSom18iRVFUA0I { width:17.0625rem;height:4.199225rem;top:11.25rem;left:1.46875rem;font-size:0.875rem;line-height:1.2;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL { display:block; }#DUnvRTfkVDrwE9lpkpuBZVJvFvg1wKuL > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #knWSSk5211dEEZrRn5OgIkOCTzukaDsP { width:14.375rem;height:0.125rem;top:10.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRVFCConCzPOHu9dm6AUKca6K45eF4sk { width:18.75rem;height:0;top:2.9248046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #keGl3ZbTGqc3scmaTcVtnmFEZIHRxHoZ { width:18.75rem;height:auto;top:2.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u58crWcgnyGLsOaTWw8AHXtaX3zS3T7e { width:18.75rem;height:auto;top:4.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOXumvAUlPm2SKicvp2QhgtJ1Rp0BPlD { width:18.6875rem;height:2.39868125rem;top:16.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:11.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:3.8983125rem;top:1.125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmChvF1iR5abLysL6RHHE22r4uSJOknI { width:11rem;height:2.598875rem;top:6.75rem;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:0;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThhbpLQRzxHabhkEbmNOWLwzxIpdH9zy { width:14.375rem;height:0.125rem;top:5.1875rem;left:2.8125rem;z-index:15018;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:5.875rem;left:2.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pshze4At7Zic3QMLBg7JQhAZ5KasTZkk { display:block; }#pshze4At7Zic3QMLBg7JQhAZ5KasTZkk > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E89sDTZm6Uq0HNGyy6Ow2Bd1dK09Z8ZL { width:14.6865rem;height:4.21875rem;top:55.4375rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KA7gUphHIC9hg87yA7T54BKvJzSJxuTM { width:19.56225rem;height:4.87426875rem;top:49.9375rem;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.87426875rem;top:24.7890625rem;left:0.000732421875rem;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:30.288818359375rem;left:1.06201171875rem;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) { #SKRQ1rrJDnQOT1qUOLwfMsepu2vhageJ { width:17.625rem;height:13.18725rem;top:33.72607421875rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSyFXtSo7QiU6qDxncTfv2aMaKAnTvzS { width:15.9375rem;height:11.25rem;top:11.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggy5LP1pJFtsKvK4uSQ6FdyUfmeVxo4G { width:13.4375rem;height:0.25rem;top:65.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8fhdlhqh6zFHGJT1bFEWJMHm5PAXOl1 { width:4.37475625rem;height:4.37475625rem;top:60.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dny2qcpbLxsvseT1uRJvOWFJUVQwCCmX { width:4.37475625rem;height:4.37475625rem;top:60.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyXcgcgnWfK3tE11V2MHTAhEyVi2gLtd { width:4.37475625rem;height:4.37475625rem;top:66.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2hAzT5M9wXJ3TxmuqwfZOa8q6vJGXFm { width:4.37475625rem;height:4.37475625rem;top:66.625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKEHEOs8ZF71u64TvRH0cW1pU1vnmx2f { width:1.3125rem;height:1.3125rem;top:65rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDy7LWgu2ZhMqkLCA1HP2oR4v07WmDtu { width:1.3125rem;height:1.3125rem;top:65rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5CLpPDpaT65p0t4OXq6o80IHO3STTZy { width:1.3125rem;height:1.3125rem;top:65rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arl2HnaCbT2KgvWLGfPMvzGQQZrtbRpI { width:1.3125rem;height:1.3125rem;top:65rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5C71cCBrWbZ81dAqqWy11ki2OXtnS9M { width:18.06225rem;height:2.8125rem;top:7.375rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSLkU2p502m5s1HENF1EOA6P3Fkug33p { width:17.49975rem;height:4.87426875rem;top:1.9375rem;left:1.25rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ { display:block; }#A6i5qLabTc72rtvAfCoHFMcXQPKvpuBJ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSauVAabdSbnSD4fUnMKU51V45VBDrTP { height:11.22875rem;width:19.9995rem;top:0.6650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM { display:block; }#HOipWVGSb9kTqx9mdoGLZEQwQktCSOCM > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S99r80pRO09LVyiScKODXINmoJb0LqL5 { width:6.9983125rem;height:2.0625rem;top:1.6875rem;left:6.500244140625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqGpLOUGNCCmdovyw7oTToDt8NCcEHKK { display:block; }
 }@media only screen and (max-width: 763px) { #e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG { display:block; }#e7MB9eKlhU2xn7Qklt8ZxLCHsH1GltQG > .row .container { width:20rem;height:30.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.71875rem;left:7.18359375rem;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.625rem;left:2.625rem;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.625rem;left:5.8125rem;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:2.274175rem;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.4112625rem;top:10.1875rem;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:1.1375rem;top:15.5rem;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:2.274175rem;top:18.75rem;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) { #ZqEEBw7fFhT7hVtUG3zClf6P1pMXSMCF { width:18.6875rem;height:2.27416875rem;top:22.73828125rem;left:0.65625rem;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:2.875rem;top:6.25rem;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.0625rem;top:9.875rem;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:2.875rem;top:14.625rem;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:18.125rem;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:2.274175rem;top:26.75rem;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.375rem;top:22.1875rem;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:3.375rem;top:26.1875rem;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) { #k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT { display:block; }#k3wqpp4qDLeBI1aQl0q4fRf5ueSO37CT > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O40QJp9XD3Ie4epXx2EoIo0Nh7VLp9Kb { width:20rem;height:0;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVvQAygNqTCviBCSr6pbmeby756O7dFe { width:20rem;height:1.875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ4t4BcDuFHO2yPy0xitkMAbQVgFG58s { width:18.875rem;height:13.625rem;top:3.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1yPbZ3BLAnkaBCZbHFT5C1pJJbsOqOd { width:16.9375rem;height:2.87475rem;top:5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbbDSlxTt6Oe40grDuUrUxUIbTF4svvG { width:16.8125rem;height:0;top:101.25rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPQTM02ViJ9SEiLKVBPdwckTw1qTKNOa { width:18.875rem;height:14.375rem;top:35.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efn9s9AINIBPyhRtTJe0TTdDx0CqOBg8 { width:16.8125rem;height:0;top:142.228515625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLWDuJDO3Z8CThmvm7EtlTfDTDNxnzX6 { width:16.9375rem;height:2.87475rem;top:36.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXDW6xT7BEqAq1sBtpTqChJULrwUXN6o { width:18.875rem;height:16.3125rem;top:18.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM6X7meFPbFtcNybWu50oNDVCOm77D1z { width:16.9375rem;height:5.7495rem;top:19.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SABEmKOBR33H0fctXHW8x2qouGQHXo7S { width:16.8125rem;height:0;top:119.5693359375rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEHVtHUzJlP4OhQabc02qs39Lcyps5Xc { width:16.8125rem;height:7.309575rem;top:8.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #M8yCoek5RCGkeUzx0Habk0TGL20CbyN3 { width:16.8125rem;height:7.309575rem;top:25.875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XzLwwSPb4yPNdiAJSWELHrASk1LTSsbT { width:17rem;height:8.5278375rem;top:40.375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qTfk8bPkb0CPdQZODUThV5lkTA4uwcfv { width:16.8125rem;height:0;top:148.041015625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 { display:block; }#hQT8irbJ9Kf1tinlBdmAIJcn8rhKxMx2 > .row .container { width:20rem;height:120rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBlrHWGC9gwEz7vtXdL3vaI4XKu41LQB { width:17.6875rem;height:34.25rem;top:7.1875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JV1iXgVbWTBqVn5TBJtUCWc46E5KvR22 { width:14.0625rem;height:0;top:9.125rem;left:3.8125rem;font-size:1.25rem;display:none; }
 }@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) { #JGAzJEX0cw5B7VRmStlEnSCILrva9Ihn { width:15.3125rem;height:0;top:12.375rem;left:3.4990234375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNaVJwokJ4eJnNif1ZFXx3ZQpEkvOc90 { width:9.375rem;height:0;top:14.5rem;left:2.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4Q3f7BOgAXNInftX4ETKQovkoWrsInt { width:20rem;height:0;top:15.625rem;left:0rem;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #K2rtDucs5iUA9UnLt5sQq4lFPuOQAcWA { width:20rem;height:0;top:19.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4maZExWOByi2DBzd38lnlGhHI6m12T6 { width:9.375rem;height:0;top:21.5625rem;left:2.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBTr0CJCcBTIENF6QaiXPItJQZ5QRhQO { width:20rem;height:0;top:22.75rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yvww3uw33H9AxyrlcOs1oeNzrzerJOQW { width:20rem;height:0;top:27.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhCBzewJ1NSGlSoHpRcKv4mz1hctHc7T { width:9.375rem;height:0;top:29.375rem;left:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0MGr0iLDgst26dJBQ6RQhVeCnuwTdwH { width:20rem;height:0;top:30.625rem;left:0rem;font-size:0.875rem;line-height:1.3;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:20rem;height:0;top:185.4658203125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKHdiw7PEvwzP89Mly1UqUTIA9Lew11v { width:20rem;height:0;top:188.5283203125rem;left:0rem;font-size:1.25rem;line-height:1.1;display:none; }
 }@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) { #WTABV4JDoSTRyg0cDBsLBx5MMoe0HaWZ { width:9.375rem;height:0;top:192.7783203125rem;left:2.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubmiTXknbUW16TocQq7Jx3g1ThezJnOG { width:20rem;height:0;top:194.1533203125rem;left:0rem;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #kyk9GnbfZJ3AiG1TlfHw5xyZyoPdrG5S { width:18.3125rem;height:0;top:198.7783203125rem;left:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CA5KTTPGRbgMtlM5xPik5EIMyUwTq2s1 { width:9.375rem;height:0;top:200.8408203125rem;left:2.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVXMtUBi67t4nS4yoH9aMLBTB2noTyHo { width:20rem;height:0;top:202.5908203125rem;left:0rem;font-size:0.875rem;line-height:1.3;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:20rem;height:0;top:212.5283203125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQvoolH5vVxcGsoGkxfnSDSIoJkTnWqQ { width:9.375rem;height:0;top:217.5908203125rem;left:2.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohzu6swZRUknTflroSM1PwrHi62vdTby { width:20rem;height:0;top:215.3408203125rem;left:0rem;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #B1dbow7I5fVvepXtLDbMQbwuGNa5zhlX { width:20rem;height:0;top:219.0908203125rem;left:0rem;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #tUTWhHBTnunN19wc6lLVQegZ7ZcBJ0Cw { width:20rem;height:0;top:223.9658203125rem;left:0rem;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #oXZJpEcQXpoqQ1ZTrNt9LFLSfSQp1BTK { width:9.375rem;height:0;top:226.1533203125rem;left:2.75rem;font-size:0.625rem;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) { #krhXUBUhPTLwRJmsvST01xDvTTup8rpl { width:20rem;height:0;top:227.4033203125rem;left:0rem;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #qCJFJl6LV5JcOOTLc26Dwy29zWgLRzZe { width:9.375rem;height:0;top:242.5908203125rem;left:2.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7SIyL0QooGtq608lAWCE6NCVai84t7e { width:19.5625rem;height:0;top:240.5283203125rem;left:0.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KeHc91anJRQAOPKwS3T7mBkVzuBchE5H { width:17.875rem;height:0;top:237.8408203125rem;left:1.375rem;font-size:1.25rem;display:none; }
 }@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) { #vRQtpxZai5zfICVW0EKWf0H4tWCvpuDC { width:20rem;height:0;top:243.8408203125rem;left:0rem;font-size:0.875rem;line-height:1.3;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) { #JMHO17zcs4A9xXRZWcB2PZ569uOykbXv { width:20rem;height:0;top:248.0283203125rem;left:0rem;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #CBZ4f5D122lAGgiUVenkpSTBc6zyHzTh { width:9.375rem;height:0;top:250.0908203125rem;left:2.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUTwaQ3FhDsZS6spuGwzMbqpWkmvEpcp { width:20rem;height:0;top:251.6533203125rem;left:0rem;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #rder0OeveOpXT2LEokuRm43xOi7S1Uw9 { width:15.875rem;height:4.0625rem;top:1.0908203125rem;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:8.125rem;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:44.6875rem;left:0.5rem;font-size:0.6875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #r9RWxJoQJdVOUIbk7X55vVT4yFWAPQi5 { width:1rem;height:1rem;top:74.9375rem;left:0.4375rem;font-size:0.6875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #aCd1bC5TzA3i6Skk9MM13XgsLlvT7Mdp { width:1rem;height:1rem;top:100.375rem;left:0.4375rem;font-size:0.6875rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #lOoD3WlhOLsmIqgRstkTMgB24d41XZZ1 { width:0.125rem;height:91.875rem;top:8.9375rem;left:0.9375rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #pklwaLmMTVzM9IJTEXcpTqk7nRVkws7f { width:17.0625rem;height:35.3125rem;top:6.3125rem;left:2.0625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #T5bJXZEK9gr2FsfSs0g2Lhc4eWdIFOsv { width:15.3125rem;height:3.25rem;top:7.5625rem;left:2.875rem;font-size:1.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #NLyCA3G1fcGBTTT36LdgQqmgfAX9xert { width:15.0625rem;height:1.625rem;top:11.375rem;left:3.6875rem;font-size:1.25rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #gQ6oF3wZOwX9sxxhVWTsd5SMKiThOmd4 { width:9.375rem;height:0.8125rem;top:13.0625rem;left:3.75rem;font-size:0.625rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #n1TrJM0KUzxVRiTMDelpVMTtmZETdEuq { width:14.6875rem;height:4.55078125rem;top:14.3125rem;left:3.75rem;font-size:0.875rem;line-height:1.3;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #eoBT0pKNTeI3fb1XqFIGn2HJbge15upo { width:14.4375rem;height:6.8261875rem;top:22.375rem;left:3.8125rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #oyL6et6LzEuIJMxz5tAodxlCEsQmHBtL { width:11.125rem;height:1.625rem;top:19.5rem;left:3.625rem;font-size:1.25rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #UJlSICWMauyIK9cCdQRakPUcOUmsLVJK { width:9.375rem;height:0.8125rem;top:21.1875rem;left:3.6875rem;font-size:0.625rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #DvK0RD10tx4f4fbJfikz3yUOIQ3aUa91 { width:14.5rem;height:1.625rem;top:29.625rem;left:3.4375rem;font-size:1.25rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #hUiOSQFKKef0Z4G9HWKDOa14i3pXBNTd { width:9.375rem;height:0.8125rem;top:31.625rem;left:3.5rem;font-size:0.625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #cfqMsDbowvEsDebPTSokIgMTrnsTru8g { width:14.8125rem;height:6.8261875rem;top:32.875rem;left:3.625rem;font-size:0.875rem;line-height:1.3;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #FmPfAI56qbLHo4c1hdTZPh3HdJzThyJo { width:17.0625rem;height:29.0625rem;top:43.0625rem;left:2.0625rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #vNaJZgzoLuqGM06HqXJBU4ToU9uWtslM { width:12.375rem;height:4.87426875rem;top:44.3125rem;left:2.875rem;font-size:1.25rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #Tr1LOXqGbW9PpJyuT1a02unX7uy7tEFp { width:14.1875rem;height:5.49805rem;top:50.125rem;left:3.3125rem;font-size:1.25rem;line-height:1.1;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #rsG8Rt4DWnf0WIVJxbDAQm06J8ilIUmk { width:9.375rem;height:0.8125rem;top:55.625rem;left:3.4375rem;font-size:0.625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #m3uHdI1GXb55BKGlcdpobTbfW5pNv4BK { width:15rem;height:5.688475rem;top:56.75rem;left:3.375rem;font-size:0.875rem;line-height:1.3;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #RxTcRvf6PTNZyE4bSrfzZW6w4S2qcBzr { width:14.6875rem;height:1.625rem;top:63.125rem;left:3.3125rem;font-size:1.25rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #M8rLJ4gUXIeOC6BvBG5TdihoeL5pXCWJ { width:9.375rem;height:0.8125rem;top:64.96875rem;left:3.25rem;font-size:0.625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #ZC4rA1AbLTCDNTTW1Rq06NRqxcwpyPTo { width:15.5rem;height:4.55078125rem;top:66.0625rem;left:3.28125rem;font-size:0.875rem;line-height:1.3;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #Lvox3p7IrHAMmi24np72GHdwAwOuItp1 { width:1.5625rem;height:1.5625rem;top:65.75rem;left:9.1875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JGQX6N1bVas90sbieO2KwRpVPFfS9NM3 { width:17.0625rem;height:20.6875rem;top:98.125rem;left:2.0625rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #JsdIRwKi5O28yiXOmb78U1U6PZps8Ja9 { width:13.3125rem;height:3.4130875rem;top:113.375rem;left:3.1875rem;font-size:0.875rem;line-height:1.3;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #z6KVRlzbhakSgfA4CZf8d8SsHia2u1Ix { width:9.375rem;height:0.8125rem;top:112.375rem;left:3.1875rem;font-size:0.625rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #GPPbPtROKJqVXUgJcb3ZZpG6bmK4TZMp { width:10.6875rem;height:2.749025rem;top:109.5rem;left:3.1875rem;font-size:1.25rem;line-height:1.1;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #c9okgZkTMXcTVJBJJww6a4NxQLeOlMlf { width:14.75rem;height:3.4130875rem;top:105.0625rem;left:3.1875rem;font-size:0.875rem;line-height:1.3;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #C4BZNKnGrlf6DoIPbWF0UJOReHUDzout { width:9.375rem;height:0.8125rem;top:104rem;left:3.1875rem;font-size:0.625rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #P7qJ3frT2J6nFDaAJSQaVMtFmkr1btFO { width:15.6875rem;height:1.625rem;top:102.375rem;left:3.0625rem;font-size:1.25rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #KrXVTSKwhlHG1vXarWdhAv5l3kD5CHSq { width:14.4375rem;height:1.625rem;top:100.0625rem;left:3.375rem;font-size:1.25rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #WXqGbBRkylQ5VWZa84ph3pyrWMM38vw0 { width:17.0625rem;height:23.9375rem;top:73.3125rem;left:2.0625rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #b3aGgt8ObpiEngGnVVl12THdHbnzN5xr { width:13.8125rem;height:3.25rem;top:74.25rem;left:3.09375rem;font-size:1.25rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #pwxIM3FS3XbgTM7c9TtkdWMkHbyLTgF8 { width:12.625rem;height:2.749025rem;top:78.1875rem;left:3.25rem;font-size:1.25rem;line-height:1.1;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #z5XOSMsrb0uJKW3KnJy2VaZ6T2fwbhvx { width:9.375rem;height:0.8125rem;top:81.1875rem;left:3.25rem;font-size:0.625rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #A4NVcvzotQE9FoFi5Hh2r4kp64yJ0fdH { width:15.125rem;height:4.55078125rem;top:82.125rem;left:3.25rem;font-size:0.875rem;line-height:1.3;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #ArngotiCnK8t5urwBPAtQfBZdpOBAPUb { width:13.0625rem;height:2.749025rem;top:87.25rem;left:3.25rem;font-size:1.25rem;line-height:1.1;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #c5CMHQkR5hrgIOHUFB0owES8qHZD8T5s { width:9.375rem;height:0.8125rem;top:90.1875rem;left:3.25rem;font-size:0.625rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #UZzEdxIyVWOFDnL7ZpT9GJBBru9RH8Hx { width:15.3125rem;height:4.55078125rem;top:91.25rem;left:3.3125rem;font-size:0.875rem;line-height:1.3;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ { display:block; }#aWynqNPbEei8uTiNPqQqPHxiorlyxlGQ > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhQZqG6UKizzslxoRUcGwcaX57kSp4wi { width:17.8125rem;height:3.15rem;top:10.625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxgtcpSJAFNP3sxsb3ks86TySpUb7oUg { width:3.125rem;height:3.125rem;top:6.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCoxndwUrMTpZbre34dWMGAGsOGr8GS1 { width:20rem;height:2.1118125rem;top:29.3359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91lg9TWgZcgFH0DgowETLNaqlesUbSk { width:20rem;height:3.15rem;top:37.0712875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyCRqev0GasDtAT8TulkUEVMlraSpxtB { width:3.125rem;height:3.125rem;top:32.6962875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9vnEU7BVXWqdaDLFHG7ZEgn3ZP6UPtW { width:18.3125rem;height:2.11181875rem;top:55.032225rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ0twQKPXD1kpxebNtSI0tBaOvdO0zQy { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4b1dnprVMIsFyrs7x7zgxTUrK3oeTZm { width:20rem;height:3.15rem;top:62.1416015625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7f0rzwsywHrJEPURlBTQtyTOerDLZqh { width:3.125rem;height:3.125rem;top:58.392575rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL5kHp5TEuXknEQZXXI6wC5yiv9Uqabp { width:17.5rem;height:3.16771875rem;top:77.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw { width:19.375rem;height:11.125rem;top:66.125rem;left:0.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6403fc0a-0057-4350-8922-ec8c12441529/ClassProjectReview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw.adaptive-delivery-prevent-bg, #qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw.lazyload, #qa7Dh2Z34pQfvGKRyFvCAQtTU2v7Fpmw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh { width:17rem;height:13.0625rem;top:15.0234375rem;left:1.5rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3fcd7095-daf3-445b-9508-a58d64792c67/aaa.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh.adaptive-delivery-prevent-bg, #nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh.lazyload, #nTsvBWH87fZCTOSg1BCw9Sa2o8JyTVOh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #I4hTwDLb5lM27S3K309lbwE3xRhu01Nb { width:18.9375rem;height:12.3125rem;top:41.469725rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiJzprLc8uTHrTTP48C8UNrVNATJyiqW { display:block; }#yiJzprLc8uTHrTTP48C8UNrVNATJyiqW > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcAABJ3fOVU6DmOmqVRbvfrH0bGFd6z5 { width:6.9983125rem;height:2.0625rem;top:1.81201171875rem;left:6.500244140625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IugdGkP22K0F9dWFmtEiJlIAqk6vTNl6 { display:block; }
 }@media only screen and (max-width: 763px) { #stUOoHESmugqC19SrMrLLTkekVJkq0lX { display:block; }#stUOoHESmugqC19SrMrLLTkekVJkq0lX > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxeFvJA4ldgK34Wh1GU2uT3xP8Ji84aR { width:19.5rem;height:1.21875rem;top:0.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6Ppr1qmT3QrW5oX20QUHv60yA7AgFQu { width:18.9375rem;height:4.8742625rem;top:1.9375rem;left:0.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpzOZ12H1WRQMnOBRuaomTksSvZFxKUA { width:4.6245125rem;height:2.436525rem;top:28.4375rem;left:2.6865234375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA4DLtAm86e8lF9AyWLVtypKqZb478Zr { width:5.68725625rem;height:2.436525rem;top:28.4375rem;left:11.999267578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqS6G025qxcvPtT71fWkx8ZJ1CT77C6L { width:6.06225625rem;height:2.436525rem;top:39.56201171875rem;left:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyGmJDCfp7Ws3xAWRPuBymudMrF9VGgd { width:4.56225625rem;height:2.436525rem;top:39.56201171875rem;left:2.71728515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EktQcFiwVRlzsPdAo7yL09sJv5OpOxPX { width:9.3125rem;height:0;top:29.625rem;left:0.49951171875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dPhmSdFoCzdERHyA4T3awOMnIiKhFn1R { width:8.4375rem;height:0;top:29.625rem;left:10.62451171875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyPuZL5E2uR15KbmHOID7mKPJsvn8Lz9 { width:8.874rem;height:0;top:41.99951171875rem;left:10.62451171875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3SvVUwDFrZT1rMSwIO2gVTnR0JX2Kiq { width:9rem;height:3.6547875rem;top:41.99951171875rem;left:0.49951171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8gW038CmKE82bVK17rhICIiAtTVTDri { width:2.625rem;height:3.375rem;top:25.124755859375rem;left:3.686279296875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4399e0ec-7530-4f14-9120-a55bfd5db432/image3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#P8gW038CmKE82bVK17rhICIiAtTVTDri.adaptive-delivery-prevent-bg, #P8gW038CmKE82bVK17rhICIiAtTVTDri.lazyload, #P8gW038CmKE82bVK17rhICIiAtTVTDri.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i8ipOL682mNbWZpi4qQ96OKsAcafvG1U { width:2.3745125rem;height:2.3745125rem;top:25.625rem;left:13.6552734375rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/155cb13c-0c92-47bf-ba1a-bb81fb4d8133/image2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#i8ipOL682mNbWZpi4qQ96OKsAcafvG1U.adaptive-delivery-prevent-bg, #i8ipOL682mNbWZpi4qQ96OKsAcafvG1U.lazyload, #i8ipOL682mNbWZpi4qQ96OKsAcafvG1U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO { width:2.375rem;height:;top:35.5615234375rem;left:13.81201171875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/41f6d6dc-5ee1-4618-9c52-939815db0ed2/image4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO.adaptive-delivery-prevent-bg, #TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO.lazyload, #TOonvh4vOQ7gTQhNWORst8wmk4pC5zqO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QcxSKAZzJmvP8UXnkfNaMCeLv846EEVB { width:4.0620125rem;height:1.56225625rem;top:37.217529296875rem;left:2.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJaXcnW3FhdgnVwT6EAnIQvixhrTPTzQ { width:19.5rem;height:1.21875rem;top:47.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT { width:19.9995rem;height:4.18725625rem;top:48.875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af461e01-adbe-405f-b76a-e5cd83e37e26/Group6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT.adaptive-delivery-prevent-bg, #n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT.lazyload, #n6SCHUBFTSfCHUKAXmuepWkJ7S03hmkT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JDz7IBhPVco8VLzLn2DaSAeCesIPTauX { width:9.75rem;height:18.312rem;top:5.623779296875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9ttoShcUep5Vfilx1A26TEp5BcCNES { width:9.312rem;height:3.6547875rem;top:30.875rem;left:0.49951171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ar85E4iZMNpSXXF6QgnvEPwU9gzFaBKf { width:8.4375rem;height:3.6547875rem;top:30.875rem;left:10.623779296875rem;font-size:0.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #x8lOyX9OlvArw3yytPVueFfq1kO6VvD0 { width:8.8733125rem;height:3.6547875rem;top:41.999267578125rem;left:10.405517578125rem;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX { display:block; }#Wyf6StmDDeO0nC5wGz0BMwDIkMnTcokX > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aCHP9cdv0T8SGQ12mO6fbu8LahaBxUkX { width:16.5625rem;height:1.875rem;top:7.5625rem;left:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #MPFyv6s3FHgkWIsSJSeFD4T8VTET4hZw { width:14.6875rem;height:auto;top:7.875rem;left:2.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OAZkmPHiVZxeV7vNzw5dNOaSEm1TXyNL { width:17.875rem;height:19.1875rem;top:8.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLySGQPo5CchtptuWnNa9v9GDQC3aTpU { width:17.875rem;height:19.1875rem;top:8.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTx65AoFWcuenr9xgbXQTlZbnITUK5X6 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.2;font-family:kanit;display:none; }
 }@media only screen and (max-width: 763px) { #zTt8hWBHJc4LrBbFWGDple0M71J3JgZy { width:15.375rem;height:auto;top:7.875rem;left:2.3125rem;font-size:1rem;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #BiJbCbstwynqWaO3KKWZQ1DM70lHU6zr { width:17.875rem;height:19.1875rem;top:8.4375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKtR67WT5WLwoqC5CmoZlOvHZ2xFQRtm { width:16.5625rem;height:1.875rem;top:7.5625rem;left:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #BJ1Xq6K9UDIhkOA2NTzK0JkCZ7BQF4ss { width:17.375rem;height:18.8125rem;top:43.3125rem;left:1.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Trp0l4iec9bCg5hHLKrx0ElvsiULCVDn { width:16.25rem;height:1.4375rem;top:42.625rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #oRTXcPtuiKZ52EDUfv3P9igqeKtKKM6L { width:20rem;height:1.13769375rem;top:22.875rem;left:0rem;font-size:0.875rem;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #I05XEeHlEz9v75MofOX3PgmXksth7H6R { width:15.875rem;height:3.75rem;top:1.5625rem;left:2.0625rem;font-size:1.5625rem;line-height:1.2;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #T0RyN9OWWfkBZiFRy7ds3744aa6mEcxV { width:16.25rem;height:1.4375rem;top:6.5625rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15107;background-color:#5f89eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #edL95ZyqEvXfbTSUNqX1ttMw0fuvuxCx { width:14.75rem;height:1.13769375rem;top:6.75rem;left:2.625rem;font-size:0.875rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #ONcJk2TDfbexflCBMRtTTqt2pXiaLU6f { width:17.375rem;height:13.875rem;top:7.5625rem;left:1.3125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #R2TzZ5SzhQnBFQk3Smlv2SM4l8O93tA5 { width:17.375rem;height:17.9375rem;top:23.375rem;left:1.3125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #agI3OKcTPWWSTpEJ0Dea2DFtVxWHE8Rw { width:16.5625rem;height:1.875rem;top:7.5625rem;left:1.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #VF7TDv8eQEhsUFkvQmqvJLQWK28G130s { width:15.375rem;height:auto;top:7.875rem;left:2.3125rem;font-size:1rem;z-index:15106;display:none; }
 }@media only screen and (max-width: 763px) { #gmiNL2iz9AxLpO2R6TJ6W5AvQy4caZuf { width:16.75rem;height:12.5625rem;top:8rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc5Ri9kUD2kFSQI5pLkinh24JSc1ZnCy { width:14.3125rem;height:16.125rem;top:24.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kctk96T7kJIycnpcsqocolDw4MTReyRC { width:15.4375rem;height:16.6875rem;top:44.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSARKTPN3L1NXpNOuMBrqDQrb3iP7Eyx { width:16.25rem;height:1.4375rem;top:22.75rem;left:1.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #NrPOIWbSs6KAuf95ufcTKBFkLgzZ1QIR { width:20rem;height:1.13769375rem;top:42.8125rem;left:0rem;font-size:0.875rem;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 { display:none; }#TVTy8xd9VkgDiUFAwfC6gqAA7nnmauu1 > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vv0Nx7hT4sqvbJpgyWTBXmNkBTPth96y { width:20rem;height:3.8997375rem;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) { #G0DyCKvZdWuT8yxpRpGEekzlV693TQfK { width:18.5rem;height:9.6875rem;top:13.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbchzgEKZoT2vSobiimRD4x5QcdssJZ4 { width:16.25rem;height:1.54296875rem;top:6.0625rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #AV3JqB5KNNyBI61cMEKa3DqLb2CG9XcF { width:18.125rem;height:3.8216125rem;top:8.9375rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iCkCdAcyKGs8TEPH1ku6e2WrGtzRi2a0 { width:9.874125rem;height:2.06163125rem;top:30.75rem;left:5.0625rem;font-size:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NxqVasn9owS9O3bl1n0zIT5tXf0TQNKa { display:block; }
 }@media only screen and (max-width: 763px) { #KLl8TxO1poVzvsHKSOT6WoZedUTlBKFV { width:20rem;height:2.79948125rem;top:26rem;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) { #c8uJL8KvTpiuNlda6EmIRPLNDASq0Cgn { width:20rem;height:16rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXEdAAtT4z3Dd7eEmCr3O7JHhD8mpH5 { width:20rem;height:1.31185rem;top:24.9375rem;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) { #TmmKlEC7gF3vXtI9kas8GBhetlmvDc74 { width:20rem;height:1.31185rem;top:28.5625rem;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) { #HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5211daba-943a-4b8d-b18e-5f809d504af9/IMG_9447.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1.adaptive-delivery-prevent-bg, #HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1.lazyload, #HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1.lazyloading { background-image: none; }#HlxPutFPOhPc4vuOzwIEyZ4rtSF15TX1 > .row .container { width:20rem;height:70.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XfWwEo2i3iV6hOaM3mT2DwNrpZ40P4UX { width:20rem;height:1.4619125rem;top:66.0498046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8UVUPNaRa3avl9tmr5Jo8HorbAUVbce { width:20rem;height:2.3125rem;top:65.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVgTyQfZVHAvwqmMRlbZEb9F7TDacqD1 { width:9.56175rem;height:5rem;top:31.639404296875rem;left:0.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJCp5bWOk5Ps3Ma39mLPxDVWx2I23aXG { width:9.6875rem;height:5rem;top:31.639404296875rem;left:9.906005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieUlOgChOCEVx5GZhqt7mzNmc0zDeCKy { width:9.624625rem;height:4.93713125rem;top:36.639404296875rem;left:10.060424804688rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoCrV3K7LMPTxy2ueklKn9pItcgLh6p { width:9.562375rem;height:5rem;top:36.639404296875rem;left:0.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkxPURzN0FudbTvGoToC1DPEmVhpwBHE { display:none; }#AkxPURzN0FudbTvGoToC1DPEmVhpwBHE > .row .container { width:20rem;height:91.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UUzcoTqihQWaN16NKBoRirPHBlhAt8Ph { width:11.93725rem;height:2.5rem;top:6.0235595703125rem;left:3.9129638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WE2NslH39TS8wHoIX8LTEXSprtlRTqMc { width:12.5rem;height:1.54375rem;top:6.6192626953125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa3QCvPdQmsM5Ct8fW7uNiQAavToWRz9 { width:20rem;height:2.6001rem;top:10.2490234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQQfFhr53TpBgEpnbWSElLNfZHDctN1i { width:9.8125rem;height:2.6875rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmMIlvOATeaJyptOVou9OtxRbGbr5zRJ { width:8.0625rem;height:1.2500581422392rem;top:1.875rem;left:5.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7O26JmthniHX6fWhPGUyRiwQ1sO2qUe { width:20rem;height:1.86875rem;top:12.84912109375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPg0Wrlc4yLOIP6DEeUBKsKcbIFzZlAL { width:13.75rem;height:2.2753875rem;top:18.103637695312rem;left:3.9129638671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdLhcMCqaRMpSXvB12Bpn1yNLTVTHn4p { width:12.5rem;height:12.5rem;top:21.3037109375rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loKZDVVmTtsIQ4VMO6AUvyt0L1yPCcwh { width:12.5rem;height:12.5rem;top:35.475463867188rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ5rXUSKsyxuJaNhEKRLOPemrKrKeBF6 { width:12.5rem;height:12.5rem;top:49.57763671875rem;left:3.6328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSpT5cFbQk37ZwmSgz2kgrEODu32DQzE { width:10.562125rem;height:2.1875rem;top:44.443969726562rem;left:4.6014404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDmRzN87LJAt53EPzk5PXoNKfk0vKeZT { width:10.061625rem;height:1.625rem;top:44.842529296875rem;left:4.9688720703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zft39TCqOwaNsswggbkmUH2efzgImF8K { width:10.562125rem;height:2.1875rem;top:30.4443359375rem;left:4.6002197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxQIBDxPqNWuBfqg5no8EKwlwp480blb { width:7.936375rem;height:1.625rem;top:30.842895507812rem;left:6.0308837890625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLfoCUApxHkCVTw9GMN4PDrOA5S5wkbu { width:10.562125rem;height:2.1875rem;top:58.850341796875rem;left:4.6014404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beGWgHX24ThC6UJ3xQAt4ghLw9bTKRxQ { width:9.186375rem;height:1.625rem;top:59.186401367188rem;left:5.406494140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0046Vaw6w0SSRET0WI4p0fLlETBCVve { width:10.25rem;height:7.4375rem;top:14.8154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG6QspaNV7weKkQVol1lQ2BxRgopLAsv { width:10.7495rem;height:7.8125rem;top:35.600463867188rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL4k5BXGH5EaFUPeLdKmhB5pGFIvf3pS { width:9.186375rem;height:1.3rem;top:42.653198242188rem;left:5.531494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEXw5xTwOVBgUWnKCm85LTQiVF6dyvDO { width:10.7495rem;height:7.8125rem;top:49.57763671875rem;left:4.6246337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Dc162xM0gpLQbe9Tya8BuZ81ss4vXC { width:9.186375rem;height:1.3rem;top:56.824951171875rem;left:5.406494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxgkwzieCOh3af37pXUw2kTuVf9G7ifa { width:19.8125rem;height:4.6875rem;top:65.194702148438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omiGrSJhz44Qkf9C9XJhpVd9I7uarfIX { width:20rem;height:3.57421875rem;top:65.881958007812rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBkB7R0cWuI4RDMCbZVH6k5rAeBvp6L9 { width:20rem;height:13.12866875rem;top:74.192504882812rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiO1kWBT1NOOUWNLVHB5WITkxIlqgdee { width:11.8115rem;height:1.3rem;top:72.1435546875rem;left:0.5621337890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngaT5tVwnu6qCHT3bhDPw5Bbm7a35qpQ { width:2.999875rem;height:1.875rem;top:17.14111328125rem;left:3.9373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAoHTlh1Adb0Mrxkf0W4ToOgMvxoXfMg { width:6.5625rem;height:3.312375rem;top:23.001098632812rem;left:3.7879638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgLVnqs5NL1TmTMXbTmrqZpTFpA68Gmt { width:6.375rem;height:3.1875rem;top:23.000854492188rem;left:9.8101806640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znS5VnTNowPtzGQsEIxIQlRuKqy5mgnq { width:6.625rem;height:3.25rem;top:26.077392578125rem;left:3.7879638671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nNDCzpLA79MTEIt9zOnsBsmOb1g5cJ { width:6.437375rem;height:3.2495125rem;top:26.046142578125rem;left:9.7481689453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo { display:block; }#z43lX97k3IXEAi8Kra1P1SkGBrVwhLHo > .row .container { width:20rem;height:91.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GhoGwVL4rV4LFhzxczxx6GmRP2Gpm8Vb { width:20rem;height:4.87426875rem;top:61.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .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; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .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; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs .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; }
#phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs { width:9.311rem;height:3.16189375rem;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) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #B7TZNLAf7gfB9tUihUFAmm8l4eMFqKSD { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #aS8cQE50z3i6eto0Eczev1IsqgHGQfEB {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #bCo8oOQiLdC10FlxaT1dhSTQU4DFuDEk {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #fhI3DZmbrs4smJs1NCcmGmXz0baRsGtO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #ecaz0pFgyhVgiiO3ALPysdppgaJwHDDO {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #KkBGUBJkRX4n58HWmTpToTpb4BkVTQUH {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #JeOfCABm072KMGkdcJiuAVdecaO2Z3Pi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #FrSmUF3nZbWM6QEp0tUtKmbd4s5Z6V4C {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #Xfq5UJZyaTIGAoBdVBfh4TgFQyQGd1T7 {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #qK8K8CgXGL5Z5b6Gfoq5ZyhExMAb2QQ6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #F71HI7stzs8ld6WGwSR5qh1zClUDZ0P2 {  }
 }@media only screen and (max-width: 763px) { #phwrkzo6WVR1ZfrQeX3STBE5Wd1vwIKs #OUXsvJWH2khQdhOTcaD9s4lX4G0uvmLH {  }
 }@media only screen and (max-width: 763px) { #GOzzqGTMa6pfe0J460cpXkRrQk326nim { 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) { #RNdQaU6u0g4JrnwKR4RqryhbEnL9FagD { width:14.875rem;height:1.4rem;top:57.4375rem;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) { #X4uZeRGTG7XvZePvT4hsQHmQq3Ia1Qgn { width:14.6875rem;height:2.799075rem;top:54.6875rem;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) { #IG5Amagbi99eiIJXF3CgxnrHTeyfSHLu { width:14.0625rem;height:5.361325rem;top:34.9375rem;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) { #ph9kftuDKomrpyWNhN6eO9SDJhgeUB71 { width:20rem;height:32.25rem;top:1.1875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #hRMXfO4Ot41zlTQDi2WVdiwd8v9WSkXP { width:16.375rem;height:6.5rem;top:17.75rem;left:1.8125rem;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) { #ag1DWVMp3xLTJcPAESZmyDNlPqF0ea5p { width:17.625rem;height:7.1221875rem;top:24.75rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:14999;line-height:1.1;display:block; }#ag1DWVMp3xLTJcPAESZmyDNlPqF0ea5p li:before{  }
 }@media only screen and (max-width: 763px) { #u3PfsTiVX6pfkLAMamtTLfBeIGUvvBHb { width:8.25rem;height:14.25rem;top:40.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKeM87ceAOeHMl0ai0OO7KmNSVmpdpmF { width:6.125rem;height:8.875rem;top:44.8125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyqiprLzVr5xfenHPiLlXZPMTl7EXliM { width:19rem;height:3.6547875rem;top:11.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ5OLfOgkQR5toJrl5PFUa3Gh6lk48Mu { width:6.125rem;height:8.875rem;top:6.5625rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaRngBTMnUqR7dUUSv6rzUpnn0q6HwfI { width:6.0625rem;height:8.8125rem;top:41.1875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfVn61mgAMBITTRTIUeI7rcDk5dUgOhP { width:16.9375rem;height:3.898925rem;top:6.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2TfICeleMRw48myHV8wzcfZM2IqCzoI { width:18.4375rem;height:3.65625rem;top:2.5rem;left:0.8125rem;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) { #FksTOvyEfINTUPEaebyUWCBcmDe31gsQ { width:5.8125rem;height:1.46179375rem;top:16.3125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ufc991k3mLDoRPuQi5tcB9zGtc3v0yfu { width:5rem;height:0.125rem;top:17.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-regular-label { width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-text { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-text {padding-top: 0; padding-bottom: 0;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-textarea { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#fbfbfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-select { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-select {padding-top: 0; padding-bottom: 0;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f1cb46;background-image:none; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB  { width:16.9375rem;height:auto;top:67.3125rem;left:0.25rem; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .radio-container { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB .widget-info-text { line-height:2;overflow:hidden;height:auto;text-align:left;text-align-last:left;font-family:kanit;font-size:0.5rem; }
#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB {display:block;}#al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB { width:16.9375rem;height:auto;top:67.3125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Ct5mLlFrtcNMyrhq18VtI8vFWJkgEzDw {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #BU286HH41sXdTzoNnnOW0Jh3C3QL1qB2 { display:block; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #o1lAeFuL1L6Kp1btLLOv3V9NGQrdTXhq {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #nPPKQqMxHddHeZp4xuGZHLQ6gw2wseJb {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #TeWytFqxcwiwHoyoi2zEAUqsmkPrw5pr { display:block; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #RVdyCqbRoNlMaWXavvk5wNB4Asg3bVpG {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Sum0ix4I777kZULAsWrsPJW8Rln4iBx8 {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #HmbOlKWPW1m87WIHv5p7FbSB46ponOff { display:block; }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #JbxuVppA9GuDIQMcgtl296RC9AFKPMkl {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #eZvTLJH5TAL1EMgPGZkT8cOvGFdPlSC2 {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #e0tsPUvxAfhqPHcSU8T2OpbJlJ1pRKRy {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #iSzTCIJPnPyKiv8GAEDlRfPQO6vBvtT2 {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #Rs2cG8pUt8gPCdEtisALNVryBAxvP7pT {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #mbs0XPmnAoPNRtaKpT5Ga7BNt3am8fTl {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #JEOSuLiVGEhcTr72yZViLxvwpubnfmHA {  }
 }@media only screen and (max-width: 763px) { #al1UmZ1IDd9U0FTxiLsz4gNT0TTOm5fB #mFSJtAyhfsKJw0I3hXbJcTkr3AzGm8BK {  }
 }@media only screen and (max-width: 763px) { #UsgX552aMZ6G51ZXEkTtTfZnKCWhob1U { display:block; }
 }@media only screen and (max-width: 763px) { #TRPdbSTBfmOrW5gh7A6T3A0w9iSaxnd0 { display:block; }
 }@media only screen and (max-width: 763px) { #Kkacm8HpLNve78HAdeJ5xyneT22mEkdk { display:block; }
 }@media only screen and (max-width: 763px) { #u9UxpbfypZz7oQDzwhZJs129EHhEN7he { display:block; }
 }@media only screen and (max-width: 763px) { #GTVeR0A3tBk6u75c0n6ww3JfZ14BEL9y { display:block; }
 }@media only screen and (max-width: 763px) { #MN7leGmHCAC1uiUU8zx7CiBF0urT5A3S { display:block; }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ptPDAU6L5QTIcEDePNoB6GKSg1xnSTEo {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #BlqcONiZPGaUqO6GIlEylVT2hvCvTZSZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #fXE3EV0kGOWvCECTT8uoCTy8rUCCsPlA {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #qPkNkiAtxreWFuPGPQa5fqeaVuE6v5UZ {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #VKTosXZqTgmy6HWhhAEO3VAep2wq2xEn {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #dm6SdOhVWbCv14JIgqbCHzZdZizIpzP5 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ElaXPCtgVt8PusFne45ttVduptVNWMUW {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #GlUT11VZeraqVKWXDe5dv36UOpypuuBE {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #lpfQ1rX8vVPbR1bQVOAJJXEoTRu60NQL {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #CQ758QVQSLN5xByKRxrp7Bh24WsTpK45 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #XGWykbmNK2cGtqBZDyK1vltTB2xyTvO6 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #ZsLH2z9p4ebBmTZusCAWoPAMaxnofC7J {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #wKL5kNN3c5SHzFX9I46pQRBmFO7OIOw2 {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #KiAuF1PWPsiiVQBT84SQZAEkQ9tkZ0cR {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #SAFXpQc1yqT7aTtRbh51IhF4lETTHnZB {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bfKcSAeiiew4VJZ9q1OLk3i3QUmO3gms {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #pDbN1vIT6t0q9u8i06ePepfCZrlwoXVW {  }
 }@media only screen and (max-width: 763px) { #ixe4SczPKhGTB8SpmBfMag8llyFOW49r #bh2dS0D6SCS476y4TWWvCn918LWtxNoh {  }
 }@media only screen and (max-width: 763px) { #lL6mD91JtgQGGB5kVOn2EHbXPIIHQTru { display:block; }
 }@media only screen and (max-width: 763px) { #uAkdh55EwI5c4zdrzwNJLLzTKot4Nihx { display:block; }
 }@media only screen and (max-width: 763px) { #tKchZKJmMzFs0ENWSnEOQZATvoGOWaSu { display:block; }
 }@media only screen and (max-width: 763px) { #sxiRcLpt8oHgtB11ap15gTndJOyTFb49 { display:block; }
 }@media only screen and (max-width: 763px) { #qHWlkiRfcykQSQmdGTybgVfTsfccfXgP { display:block; }
 }@media only screen and (max-width: 763px) { #p10NSv7ZcT03PkcWeHmarTNaO1OM1fKx { display:block; }
 }@media only screen and (max-width: 763px) { #Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m { display:block; }#Tpu8x5oStL9CtMLUifm4WPaUpJcpHc0m > .row .container { width:20rem;height:52.8125rem;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.87305rem;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:6.1621125rem;left:1.125rem;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.6001rem;top:1.6875rem;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.84765625rem;top:7.298828125rem;left:0.46875rem;font-size:0.6875rem;text-align:center;text-align-last:center;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.5625rem;left:1.125rem;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.923825rem;top:14.6875rem;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.4375rem;left:1.125rem;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.923825rem;top:33.3125rem;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:32.1875rem;left:1.125rem;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.923825rem;top:21.4375rem;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.49950625rem;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.88574375rem;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.2753875rem;top:19.25rem;left:1.25rem;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:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmGbAv5gr0nMKKfDyu9yy46S7xO3xgeX { width:15.25rem;height:4.22363125rem;top:2.1859378814698rem;left:2.3750001192093rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBlCZ9xhfudkPyeCB9vAJDOktd4MBIVF { width:12.1234375rem;height:2.8125rem;top:13.9375rem;left:3.938281416893rem;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; }
 }@media only screen and (max-width: 763px) { #brB97Kvrz96Ggi3rLUUwWhPSSqOiUaZ0 { width:10.999625rem;height:1.625rem;top:7.3125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F .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; }
#Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F { width:9.31175rem;height:3.1625rem;display:flex;top:9.74843788147rem;left:5.3437498807907rem;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; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #qXLfZwlKtpIKstqaMBoM0haAS5TVQCTw { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #RpXugu4MuV97RMvky8Zgz3UrzscSipnT {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #oklQacvxHAqqbkHR15uVAid0agOgnkTC {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #LAUXUnmxkyhKz1cLZP9pkdo0Km7lhTTv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #bHPbl2gaw45v1wTAHVXFma00SnnKHbTO {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #hB0p52DzDfG8k1v1alcnEWSggcpZdhZn {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #Z834O2I7tEQWabIhxBLNoTxdS3vcClUp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #p1vPT2Gb8I8Qnd4f0DpybZGn8hl28urM {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #ZhlXyknlCQrDFgqTEgMd42A8U3sR29lp {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #q8SU70ZMMsXnEaznf3tJ0We1iDZF5RSu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #wc5fuMUTFrbPcAJoyHNtxnepaN907Zk1 {  }
 }@media only screen and (max-width: 763px) { #Ab1RJ163Iseemq2oQGmFETZqfVAsmu2F #KtXiF1FglzXOx7Gl0cEG7SMsODxOTCTa {  }
 }